html[dir="rtl"] aside.sticky-bar-bottom-offset,
html[dir="rtl"] .app-sidebar {
    right: 0 !important;
    left: auto !important;
}

html[dir="rtl"] .ml-page-offset,
html[dir="rtl"] .app-main-content {
    margin-right: var(--margin-page-offset, 340px) !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .settings-sidebar,
html[dir="rtl"] .fixed.left-0.top-0.bottom-0.z-50.w-navbar {
    right: 0 !important;
    left: auto !important;
}

html[dir="rtl"] .settings-main,
html[dir="rtl"] .ml-navbar.my-top-offset {
    margin-right: var(--spacing-navbar, 21.25rem) !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .settings-sidebar .contextual-sidebar,
html[dir="rtl"] .fixed.left-0.top-0.bottom-0.z-50.w-navbar .border-r {
    border-right-width: 0 !important;
    border-left-width: 1px !important;
}

html[dir="rtl"] .settings-sidebar .settings-link-label,
html[dir="rtl"] .fixed.left-0.top-0.bottom-0.z-50.w-navbar .link-item-container > [class~="ml-2.5"] {
    margin-right: 0.625rem !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .settings-sidebar .settings-link-arrow,
html[dir="rtl"] .fixed.left-0.top-0.bottom-0.z-50.w-navbar .link-item-container > .ml-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .settings-sidebar .settings-link-arrow svg,
html[dir="rtl"] .fixed.left-0.top-0.bottom-0.z-50.w-navbar .link-item-container > .ml-auto svg {
    transform: rotate(180deg);
}

html[dir="rtl"] aside.sticky-bar-bottom-offset .pl-6,
html[dir="rtl"] .app-sidebar .pl-6 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
}

html[dir="rtl"] aside.sticky-bar-bottom-offset .ml-3,
html[dir="rtl"] .app-sidebar .ml-3 {
    margin-right: 0.75rem !important;
    margin-left: 0 !important;
}

html[dir="rtl"] aside.sticky-bar-bottom-offset .mr-2,
html[dir="rtl"] .app-sidebar .mr-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}

html[dir="rtl"] aside.sticky-bar-bottom-offset .left-6,
html[dir="rtl"] .app-sidebar .left-6 {
    right: 1.5rem !important;
    left: auto !important;
}

html[dir="rtl"] .mpa-sidebar {
    right: 0 !important;
    left: auto !important;
    border-right-width: 0 !important;
    border-left-width: 1px !important;
}

html[dir="rtl"] .mpa-content {
    margin-right: 18rem !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .mpa-header {
    right: 18rem !important;
    left: 0 !important;
}

html[dir="rtl"] .admin-status-bar {
    right: 20rem !important;
    left: 0 !important;
}

html[dir="rtl"] .mpa-sidebar-navbar {
    padding-right: 1.5rem !important;
    padding-left: 2.5rem !important;
}

html[dir="rtl"] .mpa-sidebar-label {
    margin-right: 0.75rem !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .mpa-sidebar-divider {
    margin-right: 2rem !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .mpa-sidebar-link {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}
