.table-infinity{position:relative;overflow:auto;padding:0;margin:0}.table-fixhead{z-index:1}.table-fixhead thead th{position:sticky;z-index:2;top:-1px;background-color:var(--bs-table-bg);border-bottom:0;box-shadow:inset 0 0 0 1px var(--bs-table-border-color)}.table-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000}.table-fixhead thead th .th-content{position:relative}.sort-indicator{position:absolute;top:-2px;right:0;font-size:.7em;opacity:0;transition:opacity .15s ease-in-out;line-height:1;color:var(--bs-primary)}.sort-indicator.active{opacity:.7}th:hover .sort-indicator.active{opacity:1}.table-action-col{width:30px;padding:0!important;text-align:center;vertical-align:middle}.table-action-col a{display:block;padding:4px;text-decoration:none}.table-action-col a:hover{opacity:.7}.table-checkbox-col{width:20px;text-align:center}.table-infinity table tbody td{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-infinity table tbody td.table-action-col,.table-infinity table tbody td.table-checkbox-col{max-width:none;overflow:visible;white-space:normal}.table mark{background-color:#fff3cd;color:#856404;padding:.1em .2em;border-radius:.4em;font-weight:500}[data-bs-theme=dark] .table mark{background-color:#664d03;color:#fff3cd}