/* /Layout/MainLayout.razor.rz.scp.css */
[b-mzy4msyvuf] .drawer-header {
    background-color: rgba(0, 0, 0, 0.4);
}

.content[b-mzy4msyvuf] {
    padding-top: 1.1rem;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-scrollable[b-8y632p6nq3] {
    height: calc(100vh - var(--mud-appbar-height) - 64px);
    overflow-y: auto;
    overflow-x: hidden;
}

/* ══════════════════════════════════════════════════════════════════
   Tema escuro — cores claras para contraste na sidebar azul
   ══════════════════════════════════════════════════════════════════ */

/* Links de navegação */
[b-8y632p6nq3] .mud-nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
}

[b-8y632p6nq3] .mud-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
}

[b-8y632p6nq3] .mud-nav-link.active {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
}

/* Ícones herdam a cor do texto */
[b-8y632p6nq3] .mud-nav-link .mud-icon-root {
    color: inherit !important;
}

/* Cabeçalho dos grupos colapsáveis (disciplinas) */
[b-8y632p6nq3] .mud-nav-group .mud-list-item {
    color: rgba(255, 255, 255, 0.6) !important;
}

[b-8y632p6nq3] .mud-nav-group .mud-list-item:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

[b-8y632p6nq3] .mud-nav-group .mud-list-item .mud-icon-root {
    color: inherit !important;
}

/* Seta de expand/collapse */
[b-8y632p6nq3] .mud-nav-group .mud-list-item .mud-list-item-icon-end .mud-icon-root {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Separador entre seções */
[b-8y632p6nq3] .nav-divider {
    border-color: rgba(255, 255, 255, 0.15) !important;
    margin: 6px 12px;
}
