.resizable-column{position:relative}.resize-handle{position:absolute;top:0;right:0;bottom:0;width:6px;cursor:col-resize;background:transparent;z-index:10;transition:all .2s ease;border-right:2px solid transparent}.resize-handle:hover{background-color:rgba(99,102,241,.1);border-right-color:rgba(99,102,241,.4)}.resize-handle:active{background-color:rgba(99,102,241,.2);border-right-color:rgba(99,102,241,.8)}body.resizing,body.resizing *{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;cursor:col-resize!important}.resizing .resize-handle{background-color:rgba(99,102,241,.3);border-right-color:rgba(99,102,241,.8)}.table-fixed{table-layout:fixed;width:100%}.table-fixed td,.table-fixed td>div,.table-fixed th,.table-fixed th>div{overflow:hidden}.resizable-column{min-width:80px;max-width:600px}.resizing{-webkit-user-select:none;-moz-user-select:none;user-select:none}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.resize-handle{width:8px}.resizable-column{min-width:60px}}.resizable-column:after{content:"";position:absolute;top:0;right:0;bottom:0;width:1px;background:rgba(229,231,235,.5);pointer-events:none}.resizable-column:hover:after{background:rgba(99,102,241,.3)}