.table-widget{width:100%;overflow-x:auto;scrollbar-width:none;table-layout:fixed}.table-widget *{font-size:var(--font_secondary)!important}.table-widget .table-main{width:100%;border-collapse:collapse}.table-widget .table-main thead tr:first-child th:first-child{border-top-left-radius:8px}.table-widget .table-main thead tr:first-child th:last-child{border-top-right-radius:8px}.table-widget .table-main thead th,.table-widget .table-main thead td{color:var(--colors_text_light);background-color:var(--colors_bg_blue);font-size:var(--font_default);line-height:20px;font-weight:400;transition:all .3s;padding:16px 18px;text-align:left}.table-widget .table-main thead th.centered,.table-widget .table-main thead td.centered{text-align:center}.table-widget .table-main thead th.centered .table-header-cell,.table-widget .table-main thead td.centered .table-header-cell{justify-content:center}.table-widget .table-main thead th.light,.table-widget .table-main thead td.light{background-color:var(--colors_bg_light_grey)}.table-widget .table-main thead th.light.sortable:hover,.table-widget .table-main thead th.light.sortable:active,.table-widget .table-main thead td.light.sortable:hover,.table-widget .table-main thead td.light.sortable:active{background-color:var(--colors_bg_grey_hover)}.table-widget .table-main thead th.sortable,.table-widget .table-main thead td.sortable{cursor:pointer;height:100%}.table-widget .table-main thead th.sortable:hover,.table-widget .table-main thead th.sortable:active,.table-widget .table-main thead td.sortable:hover,.table-widget .table-main thead td.sortable:active{background-color:var(--colors_bg_blue_hover);color:var(--colors_text_default)}.table-widget .table-main thead th.sortable:hover .table-head-block .sort-block,.table-widget .table-main thead th.sortable:active .table-head-block .sort-block,.table-widget .table-main thead td.sortable:hover .table-head-block .sort-block,.table-widget .table-main thead td.sortable:active .table-head-block .sort-block{color:var(--colors_text_default)}.table-widget .table-main thead th.sortable .table-head-block .sort-block,.table-widget .table-main thead td.sortable .table-head-block .sort-block{display:block}.table-widget .table-main thead th.sortable .table-header-cell,.table-widget .table-main thead td.sortable .table-header-cell{display:flex;align-items:center;gap:5px}.table-widget .table-main thead th .table-head-block,.table-widget .table-main thead td .table-head-block{display:flex;width:100%;justify-content:space-between;align-items:center;gap:8px}.table-widget .table-main thead th .table-head-block .column-name-block,.table-widget .table-main thead td .table-head-block .column-name-block{display:flex;align-items:center;gap:8px}.table-widget .table-main thead th .table-head-block .sort-block,.table-widget .table-main thead td .table-head-block .sort-block{display:none;color:var(--colors_text_light);transition:.3s}.table-widget .table-main thead th .table-head-block .sort-block.reverted,.table-widget .table-main thead td .table-head-block .sort-block.reverted{rotate:180deg}.table-widget .table-main tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.table-widget .table-main tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.table-widget .table-main tbody.stripped tr:nth-child(2n) td{background-color:var(--colors_bg_light_grey)}.table-widget .table-main tbody td{background-color:var(--colors_white);color:var(--colors_text_default);font-size:var(--font_default);line-height:20px;padding:16px 18px;text-align:center}.table-widget .table-main tbody td .table-cell-block{display:flex;align-items:flex-start;gap:8px}@keyframes shine{to{background-position:right -40px top 0}}.table-widget .table-main .skeleton-td{background-color:#fefefe;background-image:linear-gradient(90deg,#e5e5ff00,#e5e5ff80,#e5e5ff80,#e5e5ff80,#e5e5ff00)!important;background-size:100px 100%!important;background-repeat:no-repeat!important;background-position:left -40px top 0;animation:shine 1s infinite;color:transparent;border:1px solid var(--colors_bg_blue_hover)}.table-widget .table-main .skeleton-td.dark{background-color:var(--colors_white)!important}.table-widget .table-main .skeleton{display:flex;background-color:#0000000f;background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:100px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 4s ease infinite}.table-widget .table-main .skeleton.table{width:100%;height:50px;margin-bottom:1px}.table-widget .table-main .skeleton.select{width:100%;height:52px}.table-widget .no-results{display:flex;justify-content:flex-start}.pagination-row{color:var(--colors_black);display:flex;align-items:center;gap:11px}.pagination-row .pages-row{display:flex;align-items:center;gap:11px}@media screen and (max-width: 768px){.pagination-row .pages-row{gap:5px}}@media screen and (max-width: 768px){.pagination-row{flex-direction:column}}.pagination-row.dark{color:var(--colors_white)}.pagination-row.dark button.pagination-button.active,.pagination-row.dark button.pagination-button.prev,.pagination-row.dark button.pagination-button.first,.pagination-row.dark button.pagination-button.last,.pagination-row.dark button.pagination-button.next{color:var(--colors_bg_grey)}.pagination-row.dark button.pagination-button.prev.activable,.pagination-row.dark button.pagination-button.first.activable,.pagination-row.dark button.pagination-button.last.activable,.pagination-row.dark button.pagination-button.next.activable{color:var(--colors_white)}.pagination-row.dark button.select-box{border:1px solid var(--colors_black);cursor:pointer}.pagination-row button.select-box{height:30px;min-width:80px;padding:8px;background:var(--colors_white);border:1px solid var(--colors_bg_grey);color:var(--colors_black);border-radius:3px;display:flex;align-items:center;gap:4px}.pagination-row button.select-box .val{display:inline-flex;flex:1;justify-content:flex-end;gap:30px;line-height:1}.pagination-row button.select-box .icon{display:inline-flex}.pagination-row button.select-box:hover{cursor:pointer}.pagination-row .per-page-select{border-radius:5px;display:flex;gap:11px;align-items:center;justify-content:center}.pagination-row .per-page-select button{border:1px solid var(--colors_border_default)}.pagination-row .per-page-select ul li button{color:var(--colors_black)}.pagination-row .per-page-select .options-list{list-style:none;overflow:hidden;border-radius:5px;border:1px solid var(--colors_border_default)}.pagination-row .per-page-select .options-list .option .option-button{width:100%;height:40px;border:none;background:#fff}.pagination-row .per-page-select .options-list .option .option-button:hover{cursor:pointer;background:var(--colors_bg_grey_hover)}.pagination-row button.pagination-button{padding:0;margin:0;background:none;border:none;cursor:pointer;height:24px;line-height:1}.pagination-row button.pagination-button.active{cursor:default;pointer-events:none;font-weight:600}.pagination-row button.pagination-button.prev,.pagination-row button.pagination-button.first,.pagination-row button.pagination-button.last,.pagination-row button.pagination-button.next{cursor:default;pointer-events:none;color:var(--colors_border_hover)}.pagination-row button.pagination-button.prev.activable,.pagination-row button.pagination-button.first.activable,.pagination-row button.pagination-button.last.activable,.pagination-row button.pagination-button.next.activable{color:var(--colors_black);pointer-events:all;cursor:pointer}.pagination-row button.pagination-button.prev svg,.pagination-row button.pagination-button.first svg{rotate:180deg}.pagination-row button.pagination-button svg{stroke:currentColor}.btn-container{display:none}.btn-container.show{display:block}.pages{display:flex;align-items:center;gap:22px}@media screen and (max-width: 768px){.pages{gap:16px}}@keyframes svelte-11ct3nc-spin{to{transform:rotate(360deg)}}.button-loading.svelte-11ct3nc{display:flex;align-items:center;justify-content:center;position:relative;gap:8px}.button-loading.svelte-11ct3nc .spinner:where(.svelte-11ct3nc){width:18px;height:18px;border:2px solid transparent;border-top-color:#ffffff80;border-right-color:var(--colors_white);border-radius:50%;animation:svelte-11ct3nc-spin .6s linear infinite}.button-loading.svelte-11ct3nc .spinner.primary:where(.svelte-11ct3nc){border-top-color:#ffffff80;border-right-color:var(--colors_white)}.button-loading.svelte-11ct3nc .spinner.secondary:where(.svelte-11ct3nc){border-top-color:#35a5a480;border-right-color:var(--colors_accent)}
