.custom-table-container{background:#fff;border-radius:8px;display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.table-wrapper{flex:1 1;max-height:calc(100vh - 300px);overflow-x:auto;overflow-y:auto}.custom-table{border-collapse:collapse;table-layout:auto;width:100%}.custom-table thead{background-color:#f5f5f5;border-bottom:2px solid #e0e0e0;position:sticky;top:0;z-index:10}.custom-table thead th{color:#333;font-size:14px;font-weight:600;padding:12px 16px;text-align:left;white-space:nowrap}.custom-table thead th.text-center{text-align:center}.custom-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.custom-table tbody tr:hover{background-color:#f9f9f9}.custom-table tbody td{color:#555;font-size:14px;padding:12px 16px;vertical-align:middle}.custom-table tbody td.text-center{text-align:center}.custom-table tbody td.query-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pagination-container{align-items:center;background-color:#fafafa;border-top:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:16px}.pagination-info{flex:1 1}.pagination-controls{align-items:center;display:flex;gap:16px}.rows-per-page-select{background-color:#fff;border:1px solid #d0d0d0;border-radius:4px;cursor:pointer;font-size:14px;outline:none;padding:6px 12px;transition:border-color .2s ease}.rows-per-page-select:hover{border-color:#999}.rows-per-page-select:focus{border-color:#1976d2}.pagination-buttons{align-items:center;display:flex;gap:8px}.pagination-btn{background-color:#fff;border:1px solid #d0d0d0;border-radius:4px;cursor:pointer;font-size:14px;min-width:36px;padding:6px 12px;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background-color:#f5f5f5;border-color:#999}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-btn:active:not(:disabled){background-color:#e0e0e0}body,html{background-color:#f4f4f4!important}#portal,#q-app{scrollbar-width:none}#portal a span{display:inline!important;display:initial!important}#id_instifolio_overview{padding-top:0}