.table-group{gap:.5rem;width:100%;display:flex;flex-direction:column}.data-table{display:flex;max-width:100dvw;overflow:scroll;position:relative;border:1px solid #eee}.data-table table{width:100%;border-collapse:collapse}.data-table table td,.data-table table th{padding:1rem;font-size:14px;text-align:left;font-weight:400;white-space:nowrap;background-color:#fff;border-bottom:1px solid #eee}.data-table table td .text-right,.data-table table th .text-right{width:100%;display:inline-flex;justify-content:flex-end}.data-table table td .text-center,.data-table table th .text-center{width:100%;display:inline-flex;justify-content:center}.data-table table th{background-color:#edf2f7}.data-table table th.fixed-col{background-color:#f8fafc}.data-table .fixed-col{left:0;top:auto;width:6rem;position:-webkit-sticky;position:sticky;border-right:1px solid #eee}.data-table .tag{border-radius:.5rem;width:-moz-fit-content;width:fit-content;padding:0 1rem;display:inline-flex;background-color:#eee}.data-table .tag.CREATED,.data-table .tag.CUSTOMER_FUNDS_CONFIRMED,.data-table .tag.EXECUTION_PLANNED,.data-table .tag.REFUND_INITIATED,.data-table .tag.REQUESTED_ADDITIONAL_INFO{color:#f59e0b;background-color:rgba(245,158,11,.1)}.data-table .tag.CONFIRMED,.data-table .tag.REFUNDED{color:#0076e4;background-color:rgba(0,118,228,.1)}.data-table .tag.COMPLETED,.data-table .tag.EXECUTED,.data-table .tag.NIV_UPDATED{color:#10b981;background-color:rgba(16,185,129,.1)}.data-table .tag.CANCELLED,.data-table .tag.CUSTOMER_CANCELLED{color:#e42f2f;background-color:rgba(228,47,47,.1)}.pagination-box{gap:.5rem;display:flex;justify-content:flex-end}.pagination-box .size-box{gap:.5rem;display:flex;width:150px;align-items:center}.pagination-box .item{display:flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.5rem 1rem;border-radius:.25rem;border:1px solid #888}.pagination-box .item path,.pagination-box .item svg{fill:#888}.pagination-box .item:hover{background-color:rgba(0,0,0,.1)}.pagination-box .item:hover.not-allowed{cursor:not-allowed;background-color:#fff}.pagination-box .item.not-allowed{cursor:not-allowed;border:1px solid #ddd}.pagination-box .item.not-allowed path,.pagination-box .item.not-allowed svg{fill:#ddd}