.sortable-table-wrapper{width:100%}.sortable-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:12px 16px 0}.sortable-table-title{font-size:13px;font-weight:600;color:hsla(0,0%,100%,.7)}.table-export-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04);color:hsla(0,0%,100%,.45);font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease}.table-export-btn:hover{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.15)}.sortable-table-scroll{overflow-x:auto;overflow-y:auto;max-height:inherit}.sortable-table{width:100%;border-collapse:collapse;font-size:12px}.sortable-table th{text-align:left;padding:8px 12px;color:hsla(0,0%,100%,.4);font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid hsla(0,0%,100%,.06);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sortable-th{cursor:pointer;transition:color .15s ease}.sortable-th:hover{color:hsla(0,0%,100%,.7)}.th-content{display:inline-flex;align-items:center;gap:4px}.sort-icon-idle{opacity:.3;transition:opacity .15s ease}.sortable-th:hover .sort-icon-idle{opacity:.6}.sort-icon-active{color:#2f0;opacity:1}.sortable-table td{padding:10px 12px;color:hsla(0,0%,100%,.75);border-bottom:1px solid hsla(0,0%,100%,.03);white-space:nowrap}.sortable-table tbody tr:hover td{background:hsla(0,0%,100%,.02)}.empty-row{text-align:center!important;color:hsla(0,0%,100%,.3)!important;padding:32px 12px!important;font-style:italic}.table-truncated{text-align:center;font-size:11px;color:hsla(0,0%,100%,.3);padding:8px 0 0}