.root-table-wrapper{background-color:#fff;border:2px solid #e5e5e5;border-radius:8px;flex-direction:column;flex:1;width:100%;max-width:100%;display:flex;overflow:auto hidden}.root-table-wrapper table{border-collapse:collapse;width:100%;min-width:640px}.root-table-wrapper table td,.root-table-wrapper table th{vertical-align:middle;text-align:left;max-width:300px}.root-table-wrapper table td:first-of-type,.root-table-wrapper table td.align-left,.root-table-wrapper table th:first-of-type,.root-table-wrapper table th.align-left{text-align:left}.root-table-wrapper table td:first-of-type .column-sort,.root-table-wrapper table td.align-left .column-sort,.root-table-wrapper table th:first-of-type .column-sort,.root-table-wrapper table th.align-left .column-sort{justify-content:flex-start;margin:0}.root-table-wrapper table td.align-center,.root-table-wrapper table th.align-center{text-align:center}.root-table-wrapper table td.align-center .column-sort,.root-table-wrapper table th.align-center .column-sort{justify-content:center;margin:0 auto}.root-table-wrapper table td.align-right,.root-table-wrapper table th.align-right{text-align:right}.root-table-wrapper table td.align-right .column-sort,.root-table-wrapper table th.align-right .column-sort{margin:0 0 0 auto}.root-table-wrapper table td img,.root-table-wrapper table th img{max-height:5rem}.root-table-wrapper table th{-webkit-user-select:none;user-select:none;color:#383838;text-transform:uppercase;letter-spacing:.05em;z-index:100;background-color:#f5f5f5;border:none;border-bottom:1px solid #e5e5e5;padding:.75rem 1rem;font-size:.75rem;font-weight:600;position:sticky;top:0}.root-table-wrapper table th .column-sort{text-transform:uppercase;letter-spacing:.05em;color:inherit;font:inherit;align-items:center;gap:.5rem;transition:color .15s cubic-bezier(.16,1,.3,1);display:flex}.root-table-wrapper table th .column-sort:hover,.root-table-wrapper table th .column-sort:focus-visible{color:#0a0a0a}.root-table-wrapper table th .column-sort:has(.active-sort){color:#f15a4a}.root-table-wrapper table th .column-sort .active svg{stroke:#f15a4a}.root-table-wrapper table th .column-sort .active-sort{flex-direction:column;justify-content:center;align-items:center;display:flex}.root-table-wrapper table th .column-sort .active-sort svg{stroke:#f15a4a}.root-table-wrapper table th .column-sort .inactive-sort{flex-direction:column;justify-content:center;align-items:center;display:flex}.root-table-wrapper table th:first-of-type .column-sort{justify-content:flex-start;margin:0}.root-table-wrapper table td{color:#0a0a0a;border-top:1px solid #e5e5e5;width:auto;padding:.75rem 1rem;font-size:.88rem}.root-table-wrapper table td .cell-truncate{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.root-table-wrapper table td button,.root-table-wrapper table td .link{font-size:inherit}.root-table-wrapper table td:first-of-type{border-left:none}.root-table-wrapper table td:last-child{border-right:none}.root-table-wrapper table td .td-loader{background:linear-gradient(90deg,#f5f5f5 25%,#eee 50%,#f5f5f5 75%) 0 0/200% 100%;border-radius:999px;height:14px;margin:.25rem 0;animation:1.5s cubic-bezier(.45,0,.55,1) infinite table-shimmer}@keyframes table-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.root-table-wrapper table tr{transition:background-color .15s cubic-bezier(.16,1,.3,1)}.root-table-wrapper table tr:hover td{background-color:#eee}.root-table-wrapper table tr.clickable{cursor:pointer}.root-table-wrapper table tr.active-row td{background-color:#f15a4a14}.root-table-wrapper table tr.active-row td:first-child{position:relative}.root-table-wrapper table tr.active-row td:first-child:before{content:"";background-color:#f15a4a;width:3px;height:calc(100% + 2px);position:absolute;top:0;left:0;transform:translateY(-1px)}.root-table-wrapper table tr td{background-color:#0000}.root-table-wrapper .no-data{color:#666;justify-content:center;align-items:center;padding:1rem;font-size:.88rem;display:flex}.root-table-wrapper .table-pagination{border-top:1px solid #e5e5e5;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding:.75rem 1rem;display:flex}.root-table-wrapper .table-pagination .pages{flex-wrap:wrap;order:1;justify-content:flex-start;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.root-table-wrapper .table-pagination .pages .page-btn{color:#383838;background-color:#0000;border-radius:8px;justify-content:center;align-items:center;gap:.25rem;min-width:32px;height:32px;padding:0 .5rem;font-size:.75rem;font-weight:500;transition:background-color .15s cubic-bezier(.16,1,.3,1),color .15s cubic-bezier(.16,1,.3,1);display:inline-flex}.root-table-wrapper .table-pagination .pages .page-btn svg{stroke-width:2px}.root-table-wrapper .table-pagination .pages .page-btn.page{font-family:var(--font-jetbrains),monospace}.root-table-wrapper .table-pagination .pages .page-btn.nav{padding-inline:.5rem}.root-table-wrapper .table-pagination .pages .page-btn.active{color:#f15a4a;background-color:#f15a4a14;font-weight:600}.root-table-wrapper .table-pagination .pages .page-btn:hover,.root-table-wrapper .table-pagination .pages .page-btn:focus-visible{color:#0a0a0a;background-color:#eee}.root-table-wrapper .table-pagination .pages .page-btn:hover svg,.root-table-wrapper .table-pagination .pages .page-btn:focus-visible svg{color:inherit}.root-table-wrapper .table-pagination .pages .page-btn.active:hover,.root-table-wrapper .table-pagination .pages .page-btn.active:focus-visible{color:#f15a4a;background-color:#f15a4a14}.root-table-wrapper .table-pagination .pages .page-btn.elipsis{-webkit-user-select:none;user-select:none}.root-table-wrapper .table-pagination .pages .page-btn.elipsis:hover,.root-table-wrapper .table-pagination .pages .page-btn.elipsis:focus{color:#383838;background-color:#0000}.root-table-wrapper .table-pagination .page-size{order:3}.root-table-wrapper .table-pagination .page-size .select-field{max-width:250px}.root-table-wrapper .table-pagination .count{color:#666;text-align:center;order:2;font-size:.75rem}
