﻿body {
    direction: rtl;
    font-family: 'Droid Arabic Kufi', Proximanova;
}

.fixedDrictions {
    direction: ltr;
}

.lang {
    font-family: Proximanova !important;
}

.list-inline > li:last-child {
    float: left;
}

.mainBody .loginPage .loginInner .loginForm .form-group label {
    letter-spacing: 0px;
}


.btn-site .fa-angle-right, .fa-chevron-right, .fa-arrow-circle-left {
    transform: rotate( 180deg );
}

.relativeArea {
    text-align: right;
}

/*.passwordIco, .userName {
    left: 0;
    right: 10px;
}*/

.passwordIco, .userName {
    left: 0;
    right: 10px;
    background-repeat: no-repeat;
    background-position: 2% 50%;
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 18px;
    top: 40px;
    left: 20px;
}

.inputIcons {
    padding-left: 0 !important;
    padding-right: 38px !important;
}

.userNav a i {
    margin-right: 0;
    margin-left: 3px;
}

[dir] h1, [dir] h2, [dir] h3, [dir] h4, [dir] h5, [dir] h6, ul, p, .userNav, .userData {
    text-align: right;
}

[dir] .footer-bottom .border-y, .footer-bottom, footer .call-center-wrap .call-center__text, .form-group {
    text-align: right;
}

[dir=ltr] .footer-bottom .site-text-wrap {
    margin-right: 0 !important;
    margin-left: 30px !important
}

.pe-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
}

footer .quick-links {
    border-left: none !important;
    padding-left: 0 !important;
    border-right: .5px solid #adabac;
    padding-right: 59px;
}

[dir=ltr] footer .call-center-wrap .call-center__icon {
    margin-right: 0;
    margin-left: 25px;
}

[dir=ltr] footer .call-center-wrap {
    margin-right: 0;
    margin-left: 52px;
}

[dir] .footer-bottom .mb-custom {
    margin-right: 30px;
}

.form-group .fa-star {
    right: -7px;
    left: 0;
}

[dir=ltr] header .sub-menu-child {
    right: unset;
    left: 0 !important;
}

[dir=ltr] header .accessibility__list {
    float: right;
    margin-left: 0;
    margin-right: 25px;
}

[dir] .social-icon__link {
    margin: 0;
}

.social-icon__list {
    margin-right: 20px;
}

[dir] footer .quick-links h2 {
    font-size: 32px;
}

.titleSite {
    line-height: 45px;
    text-align: right;
}

[dir=ltr] .footer-bottom__logo {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    border-left: 1px solid #adabac;
    padding-left: 16px;
    margin-left: 16px;
}

.footer-bottom .browser-support-wrap .browser-support {
    margin-right: 0 !important;
    margin-left: 10px;
}

.Or span {
    line-height: 13px;
}

/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 990.98px) {
    footer .quick-links {
        border-left: none !important;
        padding-left: 0 !important;
        border-right: none !important;
        padding-right: 0 !important;
    }

    [dir] .footer-bottom .wrap .mb-custom {
        margin-right: 0;
    }

    .social-icon__list {
        margin-right: 0 !important;
        margin-left: 20px;
    }

    .footer-bottom__area {
        margin-right: 10px !important;
    }

    [dir=ltr] header .accessibility__list {
        margin-right: 0;
    }

    header .header-wrap {
        display: grid;
    }

    .footer-bottom .justify-content-end {
        justify-content: flex-start !important;
    }
}

.ps-0 {
    padding-left: inherit !important;
    padding-right: 0 !important;
}

.bgBoxInfosPadding {
    padding-right: 25px !important;
}

@media (max-width: 575.98px) {
    .bgBoxInfosPadding {
        padding-right: 0px !important;
    }
}

[dir] .registration-card__details h4 {
    margin-right: 3px;
}

[dir=ltr] .registration-card__icon {
    margin-left: 9px;
    margin-right: 0 !important;
}

.passwordEyeIcon {
    position: absolute;
    inset-inline-end: 1rem; /* replaces 'right' in LTR and 'left' in RTL automatically */
    inset-block-start: 50%; /* replaces 'top' */
    transform: translateY(-50%);
    width: 20px;
    height: 0.5px;
    color: #6c757d;
    cursor: pointer;
    z-index: 2;
}

    .passwordEyeIcon:hover {
        color: #000;
    }
