/* --- RESET PARA SELECT2 (Para que parezca un input de Bootstrap 5) --- */
.select2-container--bootstrap-5 .select2-selection {
    border: 1px solid #dee2e6 !important;
    border-radius: 0.375rem !important;
    height: calc(3.5rem + 2px); /* Ajuste para que coincida con inputs grandes */
    min-height: 38px;
    padding: 0.375rem 0.75rem;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #212529 !important;
    line-height: 24px !important;
}

/* --- LIMPIEZA DE DATATABLES --- */
/* Quitar bordes extraños y espaciados de botones */
.dt-buttons.btn-group {
    margin-bottom: 1rem;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 4px 10px;
}

/* --- COLORES DEL DASHBOARD (Para que no se vean raros) --- */
.card {
    border-radius: 12px !important;
    border: none !important;
    transition: transform 0.2s;
}

.bg-primary { background-color: #0d6efd !important; }
.bg-dark { background-color: #212529 !important; }

/* Evitar que las tablas se vean demasiado apretadas */
table.dataTable thead th {
    border-bottom: 2px solid #dee2e6 !important;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}