/* Estilos específicos para a página de estatísticas E-SIC */

.card {
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 0.75rem;
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0.75rem 0.75rem 0 0 !important;
}

.table th {
    border-top: none;
    font-weight: 600;
    color: #495057;
    font-size: 0.875rem;
    background-color: #f8f9fa;
}

.badge {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
}

.btn {
    border-radius: 0.5rem;
}

.border-primary { 
    border-color: #007bff !important; 
}

.border-info { 
    border-color: #17a2b8 !important; 
}

.border-warning { 
    border-color: #ffc107 !important; 
}

.border-success { 
    border-color: #28a745 !important; 
}