:root{--custom-resize-handle-width:10px}.react-resizable-handle{position:absolute;width:var(--custom-resize-handle-width);height:100%;top:0;cursor:ew-resize;-webkit-user-select:none;user-select:none}.react-resizable-handle:after{content:"";position:absolute;top:0;bottom:0;width:2px;border-radius:999px;background:rgba(73,80,87,.65);opacity:0;transition:opacity .12s ease}.react-resizable-handle:active:after,.react-resizable-handle:hover:after{opacity:.6}.react-resizable-handle-e{right:calc(-1 * var(--custom-resize-handle-width) / 2)}.react-resizable-handle-e:after{left:50%;transform:translateX(-50%)}.react-resizable-handle-w{left:calc(-1 * var(--custom-resize-handle-width) / 2)}.react-resizable-handle-w:after{left:50%;transform:translateX(-50%)}.react-resizable{height:auto!important}