﻿/* =========================================================
   ۱۴) جدول دفتر معین (Ledger) و Grouping UI
   هدف: تنظیم ابعاد ledgerTable و استایل دراور سمت راست
   وابستگی: در JS از #ledgerDrawer برای باز/بسته کردن استفاده می‌شود
   ========================================================= */
#ledgerTable {
    width: 100% !important;
    direction: rtl;
    min-height: 200px;
    height: auto !important;
}

#ledgerDrawer {
    position: fixed;
    top: 0;
    right: -1100px;
    width: 1000px;
    height: 100vh;
    background: #1e1e1e;
    border-left: 1px solid #333;
    z-index: 9999;
    box-shadow: -4px 0 18px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    transition: all 0.35s ease;
    direction: rtl;
}

.tabulator-tableHolder {
    min-height: 200px !important;
    height: auto !important;
}
