.data-table{--action-col-width:48px}@media(min-width:768px){.data-table{--action-col-width:80px}}.data-table thead{position:sticky;top:0;z-index:10}.data-table .table-container thead.sticky.top-0{z-index:10}.data-table .table-container{overflow-x:auto;overflow-y:auto;position:relative}.data-table table{border-collapse:separate;border-spacing:0;min-width:600px;table-layout:auto}@media(min-width:768px){.data-table table{table-layout:fixed;width:100%}}.data-table table th{white-space:nowrap}.data-table table td:first-child,.data-table table th:first-child{width:40px;min-width:40px;max-width:40px;text-align:center}.data-table table td:first-child>*,.data-table table th:first-child>*{display:inline-flex;justify-content:center;align-items:center}.data-table table td.actions-cell-sticky,.data-table table th.actions-header-sticky{position:sticky;right:0;z-index:10;width:var(--action-col-width);min-width:var(--action-col-width);max-width:var(--action-col-width);padding-left:0;padding-right:0}@media(min-width:768px){.data-table table td.actions-cell-sticky,.data-table table th.actions-header-sticky{position:sticky}}.data-table table th.actions-header-sticky{background:#fff;text-align:center;z-index:10}.data-table table th.actions-header-sticky>*{display:flex;align-items:center;justify-content:center;width:100%}.data-table table td.actions-cell-sticky{background:#fff;text-align:center;z-index:5}.data-table table td.actions-cell-sticky>*{display:flex;align-items:center;justify-content:center;width:100%}@media(min-width:768px){.data-table table td.actions-cell-sticky{background:inherit}}.data-table table tbody tr td:first-child{border-radius:.5rem 0 0 .5rem}.data-table table tbody tr td:last-child{border-radius:0 .5rem .5rem 0}