/* Styles pour l'onglet Statistiques */
.stats-filters {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

#stats-table {
    width: 100%;
    margin-bottom: 1rem;
}

#stats-table thead th {
    background-color: #04566c;
    color: white;
    font-weight: 500;
    padding: 12px;
}

#stats-table tbody td {
    padding: 10px;
    vertical-align: middle;
}

#stats-table tbody tr:hover {
    background-color: rgba(4, 86, 108, 0.05);
}

.text-success {
    color: #28a745 !important;
    font-weight: 500;
}

.text-danger {
    color: #dc3545 !important;
    font-weight: 500;
}

/* Style pour les boutons d'export */
.dt-buttons {
    margin-bottom: 1rem;
}

.dt-button {
    margin-right: 0.5rem;
}
