/* app-rtl.css — applied ONLY when Arabic (dir=rtl) is active (toggled via <link disabled>).
   ponytail: minimal starter. Extend rule-by-rule as RTL bugs surface on specific pages. */

[dir="rtl"] {
    font-family: 'Tahoma', 'Segoe UI', 'Roboto', sans-serif;
}

[dir="rtl"] body,
[dir="rtl"] .content,
[dir="rtl"] .container {
    text-align: right;
}

[dir="rtl"] .login100-form-title {
    text-align: center;
}

/* Flip the Bootstrap directional utilities used across the app */
[dir="rtl"] .text-lg-start { text-align: right !important; }
[dir="rtl"] .ms-auto { margin-left: unset !important; margin-right: auto !important; }
[dir="rtl"] .me-auto { margin-right: unset !important; margin-left: auto !important; }
[dir="rtl"] .float-end  { float: left  !important; }
[dir="rtl"] .float-start { float: right !important; }
