.Table{--table-border-color:var(--primary-disabled-color);--table-border-hover-color:var(--primary-hover-color);--table-border-active-color:var(--primary-active-color);--table-border-disabled-color:var(--primary-disabled-color);--table-border-error-color:var(--primary-error-color);--table-text-color:var(--input-text-color);--table-placeholder-color:var(--primary-disabled-color);--table-text-hover-color:var(--input-text-color);--table-text-active-color:var(--input-text-color);--table-text-disabled-color:var(--primary-disabled-color);--table-text-error-color:var(--primary-error-color);color:#000;border:1px solid #ebeef5;width:100%}.Table::-webkit-scrollbar{width:6px}.Table::-webkit-scrollbar-corner{display:none}.Table::-webkit-scrollbar-track{background-color:#ebeef5;right:20px}.Table::-webkit-scrollbar-thumb{opacity:0;background-color:#d4d4d4;border-radius:6px;transition:background-color .3s,opacity .3s}.Table:hover::-webkit-scrollbar-thumb:hover{background-color:#b8b8b8}.Table table{border-collapse:inherit;border-spacing:0;width:100%}.Table thead:after{background-color:#009bd2}.Table th{border-bottom:1px solid #ebeef5;border-right:1px solid #ebeef5;flex-wrap:wrap;height:50px;font-weight:100}.Table th:last-child{border-right:none}.Table th:first-child{border-left:none}.Table td{border-right:1px solid #ebeef5}.Table td,.Table td:last-child{border-bottom:1px solid #ebeef5}.Table td:last-child{border-top:0;border-right:0}.Table tr:after{background:0 0}.Table tr :last-child td{border-bottom:0}.Table .action-icon svg{width:1rem;height:1rem}.Table .h-px{height:0}.TableResize table{table-layout:fixed}.TableResize th{padding-right:5px;position:relative;overflow:hidden}.TableResize th .col-resize-handle{cursor:col-resize;z-index:1;width:5px;height:100%;position:absolute;top:0;right:0}.TableResize th .col-resize-handle:active,.TableResize th .col-resize-handle:hover{opacity:.5;background-color:#009bd2}
