html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url('../images/logo-sm.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.loading-image {
    width: 130px !important;
    height: 130px !important;
}

.pac-container:after {
    background-image: none !important;
    height: 0px;
}

.hideDetailButton .dxbl-grid-expand-button-cell .dxbl-grid-expand-button {
    visibility: hidden;
}

.ProductionLargeGroupStyle .dxbl-text {
    font-size: x-large;
}


.ProductionLargeEditorStyle .dxbl-text {
    font-size: x-large;
}

/* Change an editor's text and color settings */
.ProductionLargeEditorStyle .dxbl-text-edit {
    font-size: x-large;
}

.ProductionExtraLargeEditorStyle .dxbl-text {
    font-size: xx-large;
}

/* Change an editor's text and color settings */
.ProductionExtraLargeEditorStyle .dxbl-text-edit {
    font-size: xx-large;
}

.ProductionActionButtonStyle {
    font-size: large;
    height: 80px;
    width: 180px;
}

.ProductionActionButtonStyle .xaf-toolbar-item-icon {
    max-height: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    width: 32px !important;
}