.custom-table-header th{position:relative;-webkit-user-select:none;user-select:none}.custom-table-resize-handle{position:absolute;right:-5px;top:0;bottom:0;width:12px;cursor:col-resize;z-index:2}.custom-table-resize-handle:after{content:"";position:absolute;left:5px;top:20%;bottom:20%;width:2px;border-radius:1px;background:transparent;transition:background .15s}.custom-table-resize-handle:hover:after{background:var(--ant-color-primary, #1677ff)}.custom-table-drag-over{border-left:2px solid var(--ant-color-primary, #1677ff)!important}.custom-table-pinned{background:var(--ant-color-primary-bg, rgba(22, 119, 255, .04))!important}
