/* Custom SweetAlert2 Style to match reference */
.swal2-popup {
    background-color: #2b2c40 !important;
    color: #fff !important;
    border-radius: 15px !important;
}
.swal2-title, .swal2-html-container {
    color: #fff !important;
}
.swal2-confirm {
    background-color: #696cff !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4) !important;
}
.swal2-cancel {
    background-color: #8592a3 !important;
}
.swal2-deny {
    background-color: #ff3e1d !important;
}
