.swal-button--danger {
    background-color: #D32F2F !important;
}

.swal-button--confirm {
    background-color: #01579B !important;
    color: #fff !important;
}

.swal-overlay {
    background: rgb(69 62 62 / 40%) !important;
    /*background: rgb(1 87 155/ 40%);*/
    backdrop-filter: blur(4px) !important;
}