/* =============================================
   RTL STYLES
   ============================================= */

body.rtl {
    direction: rtl;
    text-align: right;
}

body.rtl .sidebar {
    border-right: none;
    border-left: 1px solid rgba(255,255,255,0.08);
}

body.rtl .ms-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}

body.rtl .me-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
}

body.rtl .me-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}

body.rtl .sidebar-nav .chevron {
    transform: rotate(180deg);
}

body.rtl .sidebar-nav .chevron.rotated {
    transform: rotate(90deg);
}

body.rtl .breadcrumb-text {
    margin-right: 0;
    margin-left: auto;
}

body.rtl .topbar-left {
    flex-direction: row-reverse;
}

body.rtl .dropdown-menu-end {
    right: auto;
    left: 0;
}

body.rtl .public-nav-links {
    margin-left: 0;
    margin-right: auto;
}

body.rtl .public-nav-container {
    flex-direction: row-reverse;
}

body.rtl .public-footer-container {
    flex-direction: row-reverse;
}

body.rtl .login-card {
    text-align: right;
}
