html[dir="rtl"] { text-align: right; }
html[dir="rtl"] .app-sidebar { inset-inline-start: auto; inset-inline-end: 0; }
@media (max-width: 960px) { html[dir="rtl"] .app-sidebar { transform: translateX(105%); } html[dir="rtl"] body.sidebar-open .app-sidebar { transform: translateX(0); } }
html[dir="rtl"] .nav-link-facilop, html[dir="rtl"] .sidebar-brand, html[dir="rtl"] .topbar-actions { flex-direction: row; }
html[dir="rtl"] .dropdown-menu-end { left: 0 !important; right: auto !important; }
html[dir="rtl"] .table-facilop th, html[dir="rtl"] .table-facilop td { text-align: right; }
