:root{--rc-drag-handle-size:12px;--rc-drag-handle-mobile-size:24px;--rc-drag-handle-bg-colour:rgba(0,0,0,.2);--rc-drag-bar-size:6px;--rc-border-color:hsla(0,0%,100%,.7);--rc-focus-color:#08f}.ReactCrop{--offset:-3px;--mask-opacity:0.2;overflow:hidden;position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop__crop-selection .ReactCrop__drag-handle{background:#fff;width:14px;height:14px;border-radius:20px;border:1px solid #1882ff;box-shadow:0 0 0 1px #1882ff;display:block!important;--width:20px;--height:6px}.ReactCrop__crop-selection .ReactCrop__drag-handle.ord-e,.ReactCrop__crop-selection .ReactCrop__drag-handle.ord-w{height:var(--width);width:var(--height)}.ReactCrop__crop-selection .ReactCrop__drag-handle.ord-n,.ReactCrop__crop-selection .ReactCrop__drag-handle.ord-s{height:var(--height);width:var(--width)}.ReactCrop__crop-selection:not(.ReactCrop__crop-selection){animation:none;background-image:none;box-shadow:5px 25px 80px 10px rgba(1,22,27,.1)}.ReactCrop__crop-mask{width:100%}.ReactCrop__crop-mask>rect{fill-opacity:var(--mask-opacity)}.ReactCrop__crop-selection .hide-drag-handle{display:none!important}.ReactCrop.crop-variant-pill{--offset:-3px;--mask-opacity:0}.ReactCrop.crop-variant-pill .ReactCrop__crop-selection{border:none;background-color:rgba(59,130,246,.25)}.ReactCrop.crop-variant-pill .ReactCrop__crop-selection:not(.ReactCrop__crop-selection){box-shadow:none}.ReactCrop.crop-variant-pill .ReactCrop__selection-addon{height:100%;pointer-events:none}.ReactCrop.crop-variant-pill .ReactCrop__crop-selection .ReactCrop__drag-handle{display:none!important}.ReactCrop.crop-variant-element .ReactCrop__crop-selection{border:none;background-color:transparent}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;cursor:ne-resize}.ReactCrop .ord-e,.ReactCrop .ord-ne{right:0;transform:translate(50%,-50%)}.ReactCrop .ord-e{top:50%;cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{left:50%;cursor:s-resize}.ReactCrop .ord-s,.ReactCrop .ord-sw{bottom:0;transform:translate(-50%,50%)}.ReactCrop .ord-sw{left:0;cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translateX(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translateX(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media(pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.action-row>input{border:none}