/* Estilos globales para SolucionTIC Diagnósticos */

/* Estilos de paginación */
.pagination .page-item.active .page-link {
    background-color: #003EC4;
    border-color: #003EC4;
}

.pagination .page-link {
    color: #003EC4;
}

/* Estilos para DataTables */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #003EC4 !important;
    color: white !important;
    border-color: #003EC4 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #e5ecf9 !important;
    color: #003EC4 !important;
}
