.swal-text{
    direction:rtl;
    text-align:right;
}
.swal-button--cancel {
    background: #d58e10;
    color: #fff;
}
    .swal-button--cancel:not([disabled]):hover {
        background: #895a07;
        color: #fff;
    }
.swal-button--confirm {
    background-color: #2e6883!important;
}
    .swal-button--confirm:hover {
        background-color: #183848 !important;
    }