html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    background-image: url(../images/logoSANAD.svg);
    width: 150px;
    height: 60px;
    /* ... */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/* Popup du report viewer */
.dxbl-modal-dialog[data-report-preview] {
    width: 90vw !important;
    height: 90vh !important;
    max-width: 90vw !important;
}
/* Toast XAF - augmenter durée affichage */
.dxbs-toast,
.xaf-alert,
[class*="toast"] {
    --dx-toast-display-duration: 30000;
}
/* Colonnes adaptées au contenu — équivalent BestFit */
/*.dxbl-grid table {
    table-layout: auto !important;
    width: auto !important;
    min-width: 100%;
}

.dxbl-grid-col {
    white-space: nowrap;
}*/
/*.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/gmkLogin.jpg');
    mask: url('../images/gmkLogin.jpg');
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
 /*   width: 28px;
    height: 24px;*/
/*}*/

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}
.nested-content > .xaf-masterdetail-container > .xaf-masterdetail-view > .grid-content > xaf-contextmenu-click-helper > dxbl-grid {
    max-height: 500px !important;
}