/*!
 * Cropper.js v1.5.13
 * https://github.com/fengyuanchen/cropperjs
 * Released under the MIT license
 */
.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-webkit-tap-highlight-color:transparent}.cropper-container img{display:block;height:100%;max-width:100%;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#000;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-crop-box{box-sizing:border-box;display:block;height:100%;width:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);position:absolute}.cropper-view-box{display:block;height:100%;width:100%;overflow:hidden;position:relative}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-left-width:0;border-right-width:0;border-top-width:0;height:100%;width:100%}.cropper-dashed.dashed-v{border-bottom-width:0;border-left-width:1px;border-right-width:0;border-top-width:0;height:100%;width:100%}.cropper-center{display:block;height:0;left:50%;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-50%;top:0;width:100%}.cropper-center:after{height:100%;left:0;top:-50%;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;width:100%;position:absolute;opacity:.5}.cropper-face{background-color:#fff;opacity:.1;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:e-resize;right:0;top:0;width:3px}.cropper-line.line-n{cursor:n-resize;height:3px;left:0;top:0}.cropper-line.line-w{cursor:w-resize;left:0;top:0;width:3px}.cropper-line.line-s{bottom:0;cursor:s-resize;height:3px;left:0}.cropper-point{background-color:#39f;height:5px;width:5px;opacity:.75;z-index:1}.cropper-point.point-e{cursor:e-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:n-resize;margin-left:-3px;margin-top:-3px;left:50%;top:-3px}.cropper-point.point-w{cursor:w-resize;margin-left:-3px;margin-top:-3px;left:-3px;top:50%}.cropper-point.point-s{cursor:s-resize;margin-left:-3px;bottom:-3px;left:50%}.cropper-point.point-ne{cursor:ne-resize;margin-top:-3px;right:-3px}.cropper-point.point-nw{cursor:nw-resize;margin-left:-3px;margin-top:-3px;left:-3px;top:-3px}.cropper-point.point-se{cursor:se-resize;bottom:-3px;right:-3px}.cropper-point.point-sw{cursor:sw-resize;bottom:-3px;left:-3px}
