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

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

.me-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

/* Language dropdown: RTL-friendly text alignment */
.lang-item {
    text-align: right;
    flex-direction: row-reverse;
}

/* Horizontal scroll: RTL flows right-to-left naturally */
.h-scroll-track {
    flex-direction: row-reverse;
}

/* Dropdown alignment in RTL: open from left */
.lang-dropdown .dropdown-menu {
    right: auto !important;
    left: 0 !important;
}

/* User dropdown: RTL alignment */
.navbar .dropdown-menu[aria-labelledby="userDropdown"] {
    right: auto !important;
    left: 0 !important;
    text-align: right !important;
}

/* Ensure proper icon spacing in RTL for logout button */
.navbar .dropdown-item.text-danger svg {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}
