* {
    text-align: right;
    direction:rtl;
}


/*--- alertify ----*/
.alertify {
    direction: rtl;
}

    .alertify .ajs-commands {
        right: unset !important;
        left: 4px;
    }

.ajs-buttons {
    display: flex;
    flex-direction: row-reverse;
}

/*--- alertify ----*/


.txtLeft {
    text-align: left !important;
    direction: ltr !important;
}

.text-align-left {
    text-align: left !important;

}

.fit-cover {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.bg-success {
    background-color: #198754 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}