.app-bar-custom {
    background-color: #272727 !important;
}

.drawer-custom {
    background: #111D58 !important;
}

.drawer-header {
    background: rgba(255, 255, 255, 0.03);
}

.avatar-highlight {
    background-color: #9FB1D4 !important;
    color: #111D58 !important;
}

.mud-divider-dark {
    background-color: rgba(159, 177, 212, 0.25) !important;
}

.content-bg {
    background-color: #D9D9D9;
    min-height: calc(100vh - 64px);
}

/* Itens de navegação */
.mud-nav-link {
    border-radius: 8px;
    margin: 2px 8px;
    color: #FFFFFF !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    .mud-nav-link .mud-icon-root {
        color: #9FB1D4 !important;
    }

    .mud-nav-link:hover {
        background-color: rgba(159, 177, 212, 0.15) !important;
    }

    .mud-nav-link.active {
        background-color: #9FB1D4 !important;
        color: #111D58 !important;
    }

        .mud-nav-link.active .mud-icon-root {
            color: #111D58 !important;
        }

/* Cards de conteúdo (para quando você adicionar tabelas/gráficos) */
.mud-paper {
    background-color: #FFFFFF !important;
    border: 1px solid #C8CEC6;
}

