.table-container{display:flex;flex-direction:column;gap:16px}.table-container .table-main{border-collapse:collapse;table-layout:fixed;width:100%}.table-container .table-main thead th{height:34px}@media only screen and (min-width:550px){.table-container .table-main thead th{height:36px}}.table-container .table-main tbody tr{border-bottom:1px solid hsla(0,0%,100%,.251)}.table-container .table-main tbody tr td{padding:11px 4px}@media only screen and (min-width:550px){.table-container .table-main tbody tr td{padding:12px 6px}}.table-container .table-main tbody tr td span{display:block;text-align:center;text-overflow:ellipsis;white-space:normal}.table-container .empty-table{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;margin-top:24px}.table-container .empty-table svg{height:80px;-o-object-fit:contain;object-fit:contain;width:80px}@media only screen and (min-width:550px){.table-container .empty-table svg{height:82px;width:82px}}.table-container .pagination{align-items:center;display:flex;gap:12px;justify-content:center;margin:0 auto}.table-container .pagination span.active{color:var(--primary-button-color-1)}
