.resizer{position:absolute;right:0;top:0;height:100%;width:.3125rem;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;opacity:0;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.resizer:hover{opacity:1}.resizer.isResizing{background:var(--chakra-colors-brand-primary-500);opacity:1}.resizer:hover:before{content:"";width:.5rem;height:100%;background-color:var(--chakra-colors-brand-primary-500);position:absolute}.datatable::-webkit-scrollbar{width:.625rem;height:.625rem}.datatable::-webkit-scrollbar-thumb{border-radius:.5rem}