/* _content/CTSAR.Booking/Components/Layout/MainLayout.razor.rz.scp.css */
/*
====================================================================
MainLayout.razor.css : Styles pour le layout principal
====================================================================
Note : La plupart des styles sont maintenant gérés par MudLayout,
MudDrawer et MudAppBar. Ce fichier ne contient que les overrides
nécessaires et les styles custom.
*/

/* Styles pour le mode sombre (appliqués globalement) */
:global(.dark-theme .mud-drawer)[b-63ie3b1j0a] {
    background-color: #1e1e1e !important;
}

:global(.dark-theme .mud-appbar)[b-63ie3b1j0a] {
    background-color: #1e1e1e !important;
}

#blazor-error-ui[b-63ie3b1j0a] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-63ie3b1j0a] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CTSAR.Booking/Components/Layout/NavMenu.razor.rz.scp.css */
/* ===================================================================
   STYLES POUR LE MENU DE NAVIGATION (NavMenu)
   =================================================================== */

/* Mode clair : fond gris clair pour le menu */
:global(.nav-menu-background)[b-bmnf1imw6f] {
    background: #e8e8e8 !important;
}

/* Mode sombre : fond gris foncé harmonieux avec le header */
:global(.dark-theme) :global(.nav-menu-background)[b-bmnf1imw6f] {
    background: #1e1e1e !important;
}

:global(.dark-theme) :global(.mud-navmenu)[b-bmnf1imw6f] {
    background: #1e1e1e !important;
}

/* Styles pour les éléments du menu (conservés pour compatibilité) */
.nav-item[b-bmnf1imw6f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bmnf1imw6f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bmnf1imw6f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bmnf1imw6f]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-bmnf1imw6f]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-bmnf1imw6f]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
