.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-position:100% 100%;padding:0 3px 3px 0;opacity:.4;transition:opacity .2s}.react-resizable-handle-ne,.react-resizable-handle-nw,.react-resizable-handle-se,.react-resizable-handle-sw{border-radius:100%;background-color:transparent}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0}.react-resizable-handle-e{right:0}.react-resizable-handle-n,.react-resizable-handle-s{height:10px;width:100%;cursor:ns-resize}.react-resizable-handle-n{top:0}.react-resizable-handle-s{bottom:0}