.swal2-popup {
    border-radius: 10px!important;
}

div:where(.swal2-container) button:where(.swal2-styled) {
    border-radius: 10px!important;
    background-color: #6e01ff!important;
    color: #f1fd03!important;
    box-shadow: 0 0 0 3px rgba(0,0,0,0)!important;
}

html.swal2-shown,body.swal2-shown { overflow-y: hidden !important; height: auto!important;}

div:where(.swal2-container) button:where(.swal2-close):focus {
    outline: none;
    box-shadow: none!important;
}

div:where(.swal2-container) {
    z-index: 999999!important;
}
