.swal2-styled{
    border-radius: 20px !important;
}

.swal2-popup{
    border-radius: 20px !important;
}

.swal2-confirm{
    background: #2289FF !important;
}

.swal2-confirm:hover{
    background: #0070F1 !important;
}

.swal2-cancel{
    background: #cf004c !important;
}

.swal2-cancel:hover{
    background: #FF3D71 !important;
}

.swal2-cancel--alt-outline{
    background: #fff !important;
    border: #0070F1 2px solid !important;
    color: #0070F1 !important;
}

.swal2-cancel--alt-outline:hover{
    background: #0070F1 !important;
    border: #fff 2px solid !important;
    color: #fff !important;
}

.swal2-icon.swal2-warning{
    color: #2289FF !important;
    border-color: #2289FF !important;
}

.swal2-icon.swal2-error{
    color: #D81B60 !important;
    border-color: #D81B60 !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line]{
    background-color: #D81B60 !important;
}