/* Right-to-left overrides. dir=rtl flips the grid; these fix the details. */
body{font-family:'Vazirmatn',var(--font)}
.sidebar{border-right:none;border-left:1px solid var(--border)}
.nav a.active::before{left:auto;right:0;margin-left:0;margin-right:-.8rem}
th,td{text-align:right}
.pm-opt .pm-min{margin-left:0;margin-right:auto}
.stat .v,.balance-chip .amt{direction:ltr}
@media(max-width:880px){
  .sidebar{left:auto;right:-260px}
  .sidebar.open{right:0;left:auto}
}
