/* RTL (Right-to-Left) overrides for Arabic interface */
@import url("staff-global.css");
@import url("rtl.css");

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

/* Fix navigation and menus for RTL */
#header, #breadcrumbs, .navbar, .nav {
    direction: rtl;
}

/* Fix form elements */
.form-group, .input-group {
    direction: rtl;
}

/* Fix tables */
table {
    direction: rtl;
}

td, th {
    text-align: right;
}

/* Fix buttons and actions */
.btn-group {
    direction: rtl;
}
