body,
body *:not(i) {
    font-family: "Tajawal", sans-serif;
}

html,
body {
    direction: rtl;
}

.ltr {
    direction: ltr
}

.under-title {
    transform: scale(-1, 1)
}

.section-title .transparent-title {
    right: 0;
    left: auto;
}

.tajawal-light {
    font-family: "Tajawal", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.tajawal-regular {
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tajawal-medium {
    font-family: "Tajawal", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.tajawal-bold {
    font-family: "Tajawal", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.tajawal-extrabold {
    font-family: "Tajawal", sans-serif;
    font-weight: 800;
    font-style: normal;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
    direction: rtl;
}

.underlined::before {
    transform-origin: left bottom !important;
}

.active .underlined::before,
.underlined:hover::before,
.underlined.active::before {
    transform-origin: right bottom !important;
}

.custom-checkbox-con label {
    text-align: right
}

.la-arrow-left,
.la-arrow-right {
    transform: scale(-1, 1)
}

.country-select .country-list .flag {
    margin-right: 0px;
    margin-left: 6px;
}

li.country {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.country-select.inside input,
.country-select.inside input[type=text] {
    padding-left: 0;
    margin-left: 0;
}

.country-select.inside input,
.country-select.inside input[type=text] {
    padding-inline-start: 42px;
}
.rtl-reverse {
    transform: scale(1,-1);
}