[lang="ar"] body {
    direction: rtl;
    text-align: right;
    /* line-height: 1.5; */
}

[lang="ar"] .header {
    padding: 32px 316px 32px 40px;
}

[lang="ar"] .nav-minimized .header {
    padding: 32px 98px 32px 40px !important;
}

[lang="ar"] .navigation-link a svg {
    order: 1;
}

[lang="ar"] .navigation-link a span {
    margin-left: auto;
}

[lang="ar"] body a {
    text-decoration-color: rgba(0, 0, 0, 0.1);
    text-decoration-style: normal;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.1);
}

@supports (text-decoration-color: red) {
    [lang="ar"] body a {
        box-shadow: none;
    }
}

[lang="ar"] body svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    transform-origin: center;
}

[lang="ar"] body .header__logo svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: center;
}

[lang="ar"] body .page-container2 {
    padding: 0 300px 0 0;
}

[lang="ar"] body .menu-sidebar2 {
    right: 0;
    left: initial;
}

[lang="ar"] body .header-desktop2 {
    left: 0;
    right: 300px;
}

.js-sidebar-btn {
    display: none !important;
}

.setting-menu.js-right-sidebar {
    display: none !important;
}
