:root{--drag-bar-height:18px;--background-active-tab:grey;--hover-drag-color:rgba(0,0,0,0.5);--font-color:#000}.rdl-layout{position:absolute;top:0;left:0;height:100%;width:100%;display:flex}.rdl-container{outline:1px solid #000;background:#f5f5f5;position:relative}.rdl-tabs{display:flex;flex-direction:column;height:100%}.rdl-tabs__list{margin:0;padding:0;list-style:none;display:flex;border-bottom:1px solid #000}.rdl-tabs__title{border-right:1px solid #000}.rdl-tabs__title button{border:0;background:transparent}.rdl-tabs__title--active{background:var(--background-active-tab)}.rdl-tabs__content{position:relative;flex:auto;overflow:hidden}.rdl-divider{flex:0;position:relative}.rdl-divider--row .rdl-divider__content{left:-3px;top:0;height:100%;width:6px}.rdl-divider--row .rdl-divider__content:hover{cursor:ew-resize}.rdl-divider--column .rdl-divider__content{height:6px;width:100%;left:0;top:-3px}.rdl-divider--column .rdl-divider__content:hover{cursor:ns-resize}.rdl-divider__content{z-index:1;position:absolute}.rdl-divider__content--active,.rdl-divider__content:hover{background:var(--hover-drag-color)}.rdl-float{z-index:3;box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);border:1px solid grey;position:absolute;min-height:10px;min-width:10px;display:none}.rdl-float__content{position:relative;width:100%;height:calc(100% - 18px);overflow:hidden}.rdl-float__drag-bar{height:var(--drag-bar-height);width:100%;cursor:move;background:#fff;position:relative}.rdl-float--open{display:inline-block}.rdl-float__close{position:absolute;right:0;top:0;background:transparent;border:0;height:10px;width:10px;margin:3px 4px;padding:0;cursor:pointer}.rdl-float__close line{stroke:grey}.rdl-float__close:hover line{stroke:#000}.rdl-float .rdl-resize-bar{position:absolute;z-index:4}.rdl-float .rdl-resize-bar--active,.rdl-float .rdl-resize-bar:hover{background:var(--hover-drag-color)}.rdl-float .rdl-resize-bar--north,.rdl-float .rdl-resize-bar--south{cursor:ns-resize}.rdl-float .rdl-resize-bar--east,.rdl-float .rdl-resize-bar--west{cursor:ew-resize}.rdl-float .rdl-resize-bar--north{width:100%;height:8px;top:-4px;left:0}.rdl-float .rdl-resize-bar--south{width:100%;height:8px;bottom:-4px;left:0}.rdl-float .rdl-resize-bar--west{left:-4px;width:8px;height:100%;top:0}.rdl-float .rdl-resize-bar--east{right:-4px;width:8px;height:100%;top:0}.rdl-float .rdl-resize-bar--north-east,.rdl-float .rdl-resize-bar--north-west,.rdl-float .rdl-resize-bar--south-east,.rdl-float .rdl-resize-bar--south-west{width:8px;height:8px}.rdl-float .rdl-resize-bar--north-west{cursor:nw-resize;left:-4px;top:-4px}.rdl-float .rdl-resize-bar--north-east{cursor:ne-resize;right:-4px;top:-4px}.rdl-float .rdl-resize-bar--south-west{cursor:sw-resize;left:-4px;bottom:-4px}.rdl-float .rdl-resize-bar--south-east{cursor:se-resize;right:-4px;bottom:-4px}