.root-table-wrapper{background-color:#fff;border:2px solid #e5e5e5;border-radius:5px;flex-direction:column;flex:1;width:100%;max-width:100%;display:flex;overflow:auto}.root-table-wrapper table{border-collapse:collapse;width:100%;min-width:max-content}.root-table-wrapper table td,.root-table-wrapper table th{vertical-align:middle;text-align:center;max-width:300px}.root-table-wrapper table td:first-of-type,.root-table-wrapper table th:first-of-type{text-align:left}.root-table-wrapper table td img,.root-table-wrapper table th img{max-height:5rem}.root-table-wrapper table th{-webkit-user-select:none;user-select:none;color:#6b7280;text-transform:uppercase;z-index:100;background-color:#eff3f8;border:none;border-bottom:2px solid #e5e5e5;padding:.5rem 1rem;font-size:1rem;font-weight:600;position:sticky;top:0}.root-table-wrapper table th .column-sort{text-transform:uppercase;justify-content:center;align-items:center;gap:.5rem;margin:0 auto;display:flex}.root-table-wrapper table th .column-sort .active svg{stroke:#025590}.root-table-wrapper table th .column-sort .active-sort{flex-direction:column;justify-content:center;align-items:center;display:flex}.root-table-wrapper table th .column-sort .active-sort svg{stroke:#5488bf}.root-table-wrapper table th .column-sort .inactive-sort{flex-direction:column;justify-content:center;align-items:center;display:flex}.root-table-wrapper table th:first-of-type .column-sort{justify-content:flex-start;margin:0}.root-table-wrapper table td{color:#222;border-bottom:2px solid #e5e5e5;width:auto;padding:.5rem 1rem}.root-table-wrapper table td button,.root-table-wrapper table td .link{font-size:inherit}.root-table-wrapper table td:first-of-type{color:#000;border-left:none}.root-table-wrapper table td:last-child{border-right:none}.root-table-wrapper table td .td-loader{background-color:#e5e5e5;border-radius:12px;height:1rem;margin:1rem 0;animation:1.5s ease-in-out infinite pulse-bg}@keyframes pulse-bg{0%{opacity:.8}50%{opacity:.5}to{opacity:.8}}.root-table-wrapper table tr:hover td{background-color:#e5e5e54d}.root-table-wrapper table tr.active-row td{background-color:#46c3a41a}.root-table-wrapper table tr.active-row td:first-child{position:relative}.root-table-wrapper table tr.active-row td:first-child:before{content:"";background-color:#275585;width:4px;height:calc(100% + 4px);position:absolute;top:0;left:0;transform:translateY(-2px)}.root-table-wrapper table tr td{background-color:#fff}.root-table-wrapper .table-pagination{justify-content:space-between;align-items:center;margin-top:auto;padding:1rem;display:flex}.root-table-wrapper .table-pagination .pages{background-color:#e5e5e5;border-radius:5px;flex-wrap:wrap;order:1;justify-content:flex-start;align-items:center;gap:2px;display:flex;overflow:hidden}.root-table-wrapper .table-pagination .pages .page-btn{color:#222;background-color:#fff;justify-content:center;align-items:center;gap:.5rem;min-width:2.5rem;height:100%;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;display:flex}.root-table-wrapper .table-pagination .pages .page-btn svg{stroke-width:2px}.root-table-wrapper .table-pagination .pages .page-btn.nav{padding-inline:1rem}.root-table-wrapper .table-pagination .pages .page-btn.active{color:#fff;background-color:#275585}.root-table-wrapper .table-pagination .pages .page-btn:hover,.root-table-wrapper .table-pagination .pages .page-btn:focus{color:#fff;background-color:#5488bf}.root-table-wrapper .table-pagination .pages .page-btn:hover svg,.root-table-wrapper .table-pagination .pages .page-btn:focus svg{color:inherit}.root-table-wrapper .table-pagination .pages .page-btn.elipsis{-webkit-user-select:none;user-select:none}.root-table-wrapper .table-pagination .pages .page-btn.elipsis:hover,.root-table-wrapper .table-pagination .pages .page-btn.elipsis:focus{color:#222;background-color:#fff}.root-table-wrapper .table-pagination .page-size{order:3}.root-table-wrapper .table-pagination .page-size .select-field{max-width:250px}.root-table-wrapper .table-pagination .count{color:#adadad;text-align:center;order:2;font-size:.9rem}
