html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url(../images/Logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 185px;
    height: 32px;
    margin-left: 0 !important;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.xaf-navmenu a .xaf-nav-link {
    text-decoration: revert !important;
}

.dxbl-grid-command-cell .dxbl-btn-link > span {
    text-decoration: revert !important;
}

/* Pulsante "Salva e Chiudi" personalizzato in verde */
button[data-action-name="Salva e Chiudi"] {
    background-color: #28a745 !important; /* verde Bootstrap */
    color: white !important;
    border-color: #28a745 !important;
}

    /* Per cambiare anche il colore al passaggio del mouse */
    button[data-action-name="Salva e Chiudi"]:hover:not([disabled]) {
        background-color: #218838 !important;
        border-color: #1e7e34 !important;
    }
