html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    background-image: url(../images/Logo_36x44.png);
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Logo_36x44.png');
    mask: url('../images/Logo_36x44.png');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 36px;
    height: 44px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}
/* =========================================================
   SMARTFLOW
   Readable disabled/read-only XAF Blazor editors
   ========================================================= */

/* Remove washed-out disabled opacity */
.dxbl-disabled,
.dxbl-disabled * {
    opacity: 1 !important;
}

    /* Standard editor text */
    .dxbl-disabled input,
    .dxbl-disabled textarea,
    .dxbl-disabled .dxbl-text-edit-input,
    .dxbl-disabled .dxbl-spin-edit-input {
        color: #2b2b2b !important;
        -webkit-text-fill-color: #2b2b2b !important;
    }

/* XAF object lookup editors */
dxbl-combo-box.dxbl-disabled .dxbl-text-edit-template,
dxbl-combo-box.dxbl-disabled .dxbl-text-edit-template *,
dxbl-combo-box.dxbl-disabled .xaf-combobox-item,
dxbl-combo-box.dxbl-disabled .xaf-combobox-item *,
dxbl-combo-box.dxbl-disabled .combo-box-object-link,
dxbl-combo-box.dxbl-disabled a.combo-box-object-link {
    color: #2b2b2b !important;
    -webkit-text-fill-color: #2b2b2b !important;
}

/* Optional subtle disabled background */
.dxbl-disabled {
    background-color: #fafafa;
}
    