.table-container{overflow:auto;position:relative}.table-container.overflow{min-height:100%}.table-container table{width:100%}.table-container table thead{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000003d;position:sticky;top:0;z-index:5}.table-container table thead tr th{padding:12px 16px}.table-container table tbody tr td{padding:12px 16px;text-align:center}.table-container table tbody tr td .status-icon{cursor:pointer}.table-container table tbody tr td:has(.btn){display:flex;gap:7px;justify-content:center}.table-container table tbody tr td .copy-icon{cursor:pointer;font-size:16px}.table-container table tbody tr td .filters{margin-bottom:16px}.table-container table tbody tr td .required{font-size:12px;margin-left:2px;vertical-align:super}@media (max-width:768px){.table-container .table{font-size:.9rem}.table-container .header,.table-container .line{min-width:600px}.table-container .amount h5{font-size:1rem}.table-container .line>span:nth-child(2){display:none}}@media (max-width:480px){.table-container .table{font-size:.8rem}.table-container .header,.table-container .line{min-width:400px}}.table-container .table-loader-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffff1a;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.table-container .loader{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:32px;width:32px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
