.resizable-container{box-sizing:border-box;position:relative}.resizable-container:last-child .resizable-handler{right:-2px}.resizable-box{background-clip:padding-box;position:absolute;top:0;bottom:0;left:0;right:0}.resizable-handler{z-index:1;cursor:col-resize;justify-content:center;width:8px;height:100%;display:flex;position:absolute;top:0;bottom:0;right:-4px}.resizable-handler .resizable-line{background:var(--sensys-colors-secondary-90);pointer-events:none}.resizable-line{border-radius:8px;width:4px;height:100%;transition:background-color .2s}.resizable-title{z-index:0;text-overflow:ellipsis;white-space:nowrap;position:relative;overflow:hidden}.resizable-title.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}