.custom-table-scroll-body{direction:rtl;width:100%!important;scrollbar-width:thin;scrollbar-color:#d1d5db #f9fafb;overflow:auto}[data-slot=table-container]{height:100%;overflow:hidden}.custom-table-scroll-body::-webkit-scrollbar{width:8px;background:#f9fafb}.custom-table-scroll-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:6px;border:1px solid #f9fafb}.custom-table-scroll-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}.custom-table-scrollbar-track{background:#f9fafb;border-radius:6px}.custom-table-scroll-body>div{direction:rtl!important;width:100%!important;box-sizing:border-box}.custom-table-scroll-body *,.custom-table-scroll-body table{box-sizing:border-box;border-spacing:0;border-collapse:collapse}.custom-table-scroll-body>div>div{width:100%!important;overflow:hidden;box-sizing:border-box}.custom-table-scroll-body tbody tr{margin-bottom:8px;border-radius:8px;overflow:hidden}.custom-table-scroll-body tbody tr td{border-radius:8px;padding:8px 12px}.custom-table-scroll-body tbody tr td:first-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.custom-table-scroll-body tbody tr td:last-child{border-top-left-radius:8px;border-bottom-left-radius:8px}@media (max-width:768px){.custom-table-scroll-body{font-size:.75rem}}.custom-table-scroll-body [style*="position: absolute"]{box-sizing:border-box!important;overflow:hidden!important}.mobile-table-container{direction:rtl;width:100%}.mobile-table-item{background:white;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px;padding:12px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.mobile-table-item:hover{background:#f8fafc;border-color:#3b82f6}.mobile-table-item.expanded{background:#eff6ff;border-color:#3b82f6}.mobile-table-field{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-bottom:1px solid #f3f4f6}.mobile-table-field:last-child{border-bottom:none}.mobile-table-label{font-weight:600;color:#374151;font-size:.75rem;min-width:80px;text-align:right}.mobile-table-value{color:#111827;font-size:.75rem;text-align:left;flex:1;margin-left:8px}.mobile-table-extra{background:#f9fafb;border-radius:6px;padding:8px;margin-top:8px;border:1px solid #e5e7eb}.expand-row{overflow:hidden;max-height:0;transition:max-height .5s cubic-bezier(.17,.67,.83,.67),opacity .4s ease;opacity:0}.expand-row.open{max-height:500px;opacity:1}