.swal2-container.swal2-shown {
    background-color: rgba(0,0,0,.8);
}
.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 5px;
    background: initial;
    background-color: #3d6cf3;
    color: #fff;
    font-size:14px;
}
.swal2-popup .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 5px;
    background: initial;
    background-color: #f0f2ff;
    color: #959edd;
    font-size: 14px;
}

.swal2-popup .swal2-title{
    font-size:18px!important;
    margin-bottom: 25px;
}
.swal2-popup #swal2-content{
    font-size:16px;
}
.swal2-popup #swal2-content .tex-left{
    text-align: left;
}
.swal2-popup #swal2-content strong{
    font-weight: 600!important;
}