.swal-window{
    width: 463px;
    /* height: 280px; */
    font-family: Roboto;
    font-size: 16px;
    color: #000000;
    text-decoration: none solid rgb(0, 0, 0);
    text-align: center;
}

.swal-window > .swal-text,
.swal-window > .swal-content{
    text-align: center !important;
    color: #000000 !important;
    font-size: 16px !important;
}

.swal-accept{
    width: 110px;
    height: 38px;
    padding: 0px 5px;
    border-radius: 4px;
    background-color: #3e8ef7;
    font-family: Roboto;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    font-weight: normal !important;
}

.swal-accept:hover{
    background-color: #589ffc !important;
    opacity: 0.7;
}

.swal-accept:focus {
    box-shadow: none;
}

.swal-cancel{
    width: 110px;
    height: 38px;
    padding: 0px 5px;
    border: 1px solid #3e8ef7;
    border-radius: 4px;
    background-color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    color: #007bff;
    text-decoration: none solid rgb(0, 123, 255);
    text-align: center;
    font-weight: normal !important;
}

.swal-cancel:hover{
    background-color: #589ffc !important;
    opacity: 0.7;
    border: none;
    color: #ffffff;
}

.swal-cancel:focus {
    box-shadow: none;
}

.swal-lang > .swal-text{
    margin-left: 13px !important;
}