/**
 * Estilos personalizados para o sistema de Agendamento Turmas WTP
 */

:root {
    /* Paleta de cores */
    --indigo: #3f51b5;  /* Azul índigo (base do logotipo LATAM) */
    --indigo-dark: #303f9f;
    --indigo-light: #7986cb;
    
    --gray: #f5f5f5;  /* Cinza claro */
    --gray-dark: #e0e0e0;
    --gray-light: #fafafa;
    
    --coral: #ff7f50;  /* Coral */
    --coral-dark: #e57373;
    --coral-light: #ffcdd2;
    
    /* Outras cores complementares */
    --text-dark: #333333;
    --text-light: #ffffff;
    --border-color: #dddddd;
    --success: #4caf50;
    --warning: #ff9800;
    --danger: #f44336;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Estilos globais */
body {
    font-family: 'Barlow Semi Condensed', 'Roboto', sans-serif;
    color: var(--text-dark);
    background-color: var(--gray-light);
    min-height: 100vh;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.main-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Cabeçalhos */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    color: var(--indigo);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Cabeçalhos em fundos coloridos */
.bg-indigo h1, .bg-indigo h2, .bg-indigo h3, .bg-indigo h4, .bg-indigo h5, .bg-indigo h6,
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.dashboard-stat-primary h1, .dashboard-stat-primary h2, .dashboard-stat-primary h3, .dashboard-stat-primary h4, .dashboard-stat-primary h5, .dashboard-stat-primary h6,
.table thead h1, .table thead h2, .table thead h3, .table thead h4, .table thead h5, .table thead h6 {
    color: var(--text-light) !important;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Links */
a {
    color: var(--indigo);
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

a:hover {
    color: var(--indigo-dark);
    text-decoration: underline;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Botões */
.btn-primary {
    background-color: var(--indigo);
    border-color: var(--indigo);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: var(--indigo-dark);
    border-color: var(--indigo-dark);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.btn-secondary {
    background-color: var(--gray-dark);
    border-color: var(--gray-dark);
    color: var(--text-dark);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.btn-secondary:hover, .btn-secondary:focus {
    background-color: var(--gray);
    border-color: var(--gray);
    color: var(--text-dark);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.btn-danger {
    background-color: var(--danger);
    border-color: var(--danger);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.btn-coral {
    background-color: var(--coral);
    border-color: var(--coral);
    color: var(--text-light);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.btn-coral:hover, .btn-coral:focus {
    background-color: var(--coral-dark);
    border-color: var(--coral-dark);
    color: var(--text-light);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Cards */
.card {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.card-header {
    background-color: var(--indigo);
    color: var(--text-light) !important;
    border-radius: 8px 8px 0 0 !important;
    font-weight: 500;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
    color: var(--text-light) !important;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Login */
.login-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 2rem;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.login-logo {
    text-align: center;
    margin-bottom: 2rem;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.login-logo h1 {
    font-size: 1.8rem;
    margin-top: 1rem;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.login-footer {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.9rem;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Navbar */
.navbar-brand {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    color: var(--text-light) !important;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.navbar-dark {
    background-color: var(--indigo);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.nav-link {
    color: var(--text-light);
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.nav-link:hover {
    opacity: 1;
    color: var(--text-light);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.nav-link.active {
    opacity: 1;
    font-weight: 500;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Sidebar */
.sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background-color: var(--indigo);
    color: var(--text-light);
    transition: all 0.3s;
    position: relative;
    padding-bottom: 70px; /* Espaço para as informações do usuário na parte inferior */
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.sidebar .sidebar-header {
    padding: 1rem;
    background-color: var(--indigo-dark);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.sidebar ul.components {
    padding: 20px 0;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.sidebar ul li a {
    padding: 10px 20px;
    display: block;
    color: var(--text-light);
    opacity: 0.9;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.sidebar ul li a:hover {
    background-color: var(--indigo-dark);
    color: var(--text-light);
    opacity: 1;
    border-left: 3px solid var(--coral);
    text-decoration: none;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.sidebar ul li a.active {
    background-color: var(--indigo-dark);
    border-left: 3px solid var(--coral);
    opacity: 1;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.sidebar ul li a i {
    margin-right: 10px;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.sidebar-collapse {
    padding: 10px;
    text-align: center;
    background-color: var(--indigo-dark);
    cursor: pointer;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Dashboard */
.dashboard-stat {
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.dashboard-stat i {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.dashboard-stat h3 {
    font-size: 1.8rem;
    margin-bottom: 0.2rem;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.dashboard-stat-primary {
    background-color: var(--indigo);
    color: var(--text-light) !important;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.dashboard-stat-primary h1, .dashboard-stat-primary h2, .dashboard-stat-primary h3, 
.dashboard-stat-primary h4, .dashboard-stat-primary h5, .dashboard-stat-primary h6,
.dashboard-stat-primary p, .dashboard-stat-primary span, .dashboard-stat-primary a,
.dashboard-stat-primary div {
    color: var(--text-light) !important;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.dashboard-stat-coral {
    background-color: var(--coral);
    color: var(--text-light);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.dashboard-stat-light {
    background-color: var(--gray);
    color: var(--text-dark);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Tabelas */
.table {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.table thead {
    background-color: var(--indigo);
    color: var(--text-light) !important;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.table thead th {
    color: var(--text-light) !important;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.bg-indigo {
    background-color: var(--indigo) !important;
    color: var(--text-light) !important;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.bg-indigo th, .bg-indigo td, .bg-indigo a, .bg-indigo span, .bg-indigo div, .bg-indigo p {
    color: var(--text-light) !important;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.table tbody tr:hover {
    background-color: var(--gray);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Turmas */
.turma-card {
    height: 100%;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.turma-card .card-header {
    font-size: 1.2rem;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.turma-card .badge {
    font-size: 0.8rem;
    padding: 0.4em 0.6em;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.turma-card .vagas {
    font-size: 0.9rem;
    color: var(--text-dark);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.turma-card .card-footer {
    background-color: white;
    border-top: 1px solid var(--border-color);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Alunos inscritos */
.aluno-list {
    list-style: none;
    padding: 0;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.aluno-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border-color);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.aluno-list li:last-child {
    border-bottom: none;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Badges e Tags */
.badge-indigo {
    background-color: var(--indigo);
    color: var(--text-light);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.badge-coral {
    background-color: var(--coral);
    color: var(--text-light);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Formulários */
.form-control:focus {
    border-color: var(--indigo);
    box-shadow: 0 0 0 0.25rem rgba(63, 81, 181, 0.25);
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

.form-label {
    font-weight: 500;
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}

/* Responsividade */
@media (max-width: 767.98px) {
    /* Botão de toggle do menu para dispositivos móveis */
    #sidebarToggler {
        position: relative;
        z-index: 1001; /* Maior que o z-index do sidebar (1000) */
        transition: all 0.3s;
    }
    
    /* Estilo para o nome do usuário na barra de navegação */
.navbar .user-name-display {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.85rem;
    font-weight: normal;
}

/* Garantir que o ícone e o nome fiquem na mesma linha */
.navbar .d-sm-inline-flex {
    display: inline-flex !important;
    align-items: center !important;
    max-width: 250px;
}

/* Ajustar tamanho do ícone do usuário na barra de navegação */
.navbar .fa-user-circle {
    font-size: 1rem;
}

/* Container do usuário na barra de navegação */
.user-nav-container {
    padding: 0.25rem 0.5rem;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}

/* Estilo para as informações do usuário na parte inferior do sidebar */
.sidebar-user-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    flex-wrap: nowrap;
}

.sidebar-user-icon {
    font-size: 2.5rem;
    margin-right: 10px;
    flex-shrink: 0;
}

.sidebar-user-info .user-details {
    flex: 1;
    min-width: 0; /* Permite que o texto seja cortado com ellipsis */
    overflow: hidden;
}

.sidebar-user-info .user-name {
    display: block;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 1.2;
}

.sidebar-user-info .user-role {
    font-size: 0.8rem;
    opacity: 0.8;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 1.2;
}

/* Ajuste para o nome do usuário na barra de navegação */
.user-name-display {
    font-size: 2rem;
    color: #fff;
}

.sidebar-user-info .user-details {
    display: flex;
    flex-direction: column;
}

.sidebar-user-info .user-name {
    font-weight: 600;
    font-size: 0.9rem;
}

.sidebar-user-info .user-role {
    font-size: 0.8rem;
    opacity: 0.8;
}

/* Estilo para o card de filtro em cinza escuro */
.bg-dark-gray {
    background-color: #343a40 !important;
    color: #fff !important;
}

/* Estilo para o header de mês */
.month-header {
    background-color: #f8f9fa;
    padding: 10px 15px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-radius: 5px;
    border-left: 5px solid #3f51b5;
    font-size: 1.5rem;
    font-weight: 600;
    color: #343a40;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Adicionar botão de fechar no sidebar */
    .sidebar.active:before {
        content: "\f00d"; /* Ícone fa-times */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
        font-size: 1.2rem;
        background-color: rgba(255, 255, 255, 0.25);
        padding: 8px 10px;
        border-radius: 4px;
        cursor: pointer;
        z-index: 1002;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
        transition: all 0.2s ease;
    }
    
    .sidebar.active:hover:before {
        background-color: rgba(255, 255, 255, 0.35);
        transform: scale(1.05);
    }
    
    /* Ocultar o botão original quando o menu está aberto */
    .sidebar.active ~ .content #sidebarToggler {
        opacity: 0;
        visibility: hidden;
    }
    
    /* Efeito de hover no botão quando o menu está aberto */
    .sidebar.active ~ .content #sidebarToggler:hover {
        background-color: rgba(255, 255, 255, 0.35);
        transform: scale(1.05);
        cursor: pointer;
    }
    
    /* Estilo do ícone de fechar quando o menu está aberto */
    .sidebar.active ~ .content #sidebarToggler .fa-times {
        color: #fff;
        font-size: 1.2rem;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    }
    .sidebar {
        margin-left: -250px;
        position: fixed;
        z-index: 1000;
        height: 100%;
    }

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}
    
    .sidebar.active {
        margin-left: 0;
    }

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}
    
    .content {
        width: 100%;
    }

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}
    
    .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 999; /* Logo abaixo do sidebar, mas acima do conteúdo */
        opacity: 0;
        transition: all 0.3s ease-in-out;
        top: 0;
        left: 0;
    }

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}
    
    .overlay.active {
        display: block;
        opacity: 1;
    }

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}
    
    .login-container {
        max-width: 100%;
        padding: 1rem;
    }

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}
}

/* Regras adicionais para textos em fundos azuis */
.bg-indigo, .bg-primary, [class*="bg-indigo"], [class*="bg-primary"],
.card-header.bg-indigo, .card-header.bg-primary,
.table thead.bg-indigo, .table thead.bg-primary,
.dashboard-stat-primary,
.section-header.bg-indigo, .section-header.bg-primary,
.section-footer.bg-indigo, .section-footer.bg-primary {
    color: var(--text-light) !important;
}

.bg-indigo *, .bg-primary *, [class*="bg-indigo"] *, [class*="bg-primary"] *,
.card-header.bg-indigo *, .card-header.bg-primary *,
.table thead.bg-indigo *, .table thead.bg-primary *,
.dashboard-stat-primary *,
.section-header.bg-indigo *, .section-header.bg-primary *,
.section-footer.bg-indigo *, .section-footer.bg-primary * {
    color: var(--text-light) !important;
}

/* Corrigir textos específicos em seções com fundo azul */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-header p, .card-header span, .card-header a, .card-header div {
    color: var(--text-light) !important;
}

/* Corrigir textos em cabeçalhos de tabelas */
thead.bg-indigo th, thead.bg-indigo td,
thead.bg-primary th, thead.bg-primary td {
    color: var(--text-light) !important;
}

/* Corrigir textos em botões com fundo azul */
.btn-indigo, .btn-primary {
    color: var(--text-light) !important;
}
