/* FIX para botones SweetAlert2 */
.swal2-confirm, .swal2-cancel {
    background-color: #2563eb !important;
    color: white !important;
}

.swal2-cancel {
    background-color: #6b7280 !important;
}

.swal2-confirm:hover, .swal2-cancel:hover {
    background-color: #1d4ed8 !important;
}

.swal2-cancel:hover {
    background-color: #4b5563 !important;
}