.swal2-popup {
    border-radius: 1rem !important;
    padding: 2rem !important;
}

.swal2-backdrop-show {
    background: rgba(152, 162, 179, 0.4) !important;
    backdrop-filter: blur(5px);
}

.swal2-confirm {
    background-color: #2a7fff !important;
    color: #fff !important;
    border-radius: 0.5rem !important;
    padding: 0.75rem 1.5rem !important;
}

.swal2-cancel {
    background-color: #e74c3c !important;
    color: #fff !important;
    border-radius: 0.5rem !important;
}
