/*!
 * Cropper.js v1.5.13
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-11-20T05:30:43.444Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.cropper-crop-box{overflow:hidden;border:1px dashed #fff}.cropper-modal{opacity:.65}.my-cropper-dis-wrapper{background-color:rgba(0,0,0,.6705882353);position:fixed;top:0;left:0;width:100vw;height:100vh;box-sizing:border-box;overflow:auto;font-family:sans-serif;z-index:999}.my-cropper-dis-wrapper .my-cropper-content{position:absolute;top:0;left:50%;transform:translate(-50%,0);box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:20px 0;width:100vw;min-height:calc(100vh - 140px)}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container{background-color:#fff;border-radius:10px;width:100%;min-width:100%;box-sizing:border-box}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container .my-cropper-header{width:100%;display:flex;align-items:start;justify-content:space-between;padding:20px;box-sizing:border-box}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container .my-cropper-header .my-cropper-title{width:100%}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container .my-cropper-header .my-cropper-title h2{font-size:18px;-webkit-text-fill-color:#272727;margin:0;margin-bottom:6px}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container .my-cropper-header .my-cropper-title span{font-size:14px;color:#727272}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container .my-cropper-body{position:relative;box-sizing:border-box;width:100%}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container .my-cropper-body span.text-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container .my-cropper-body .my-cropper-image-container{width:100%;background-color:#fff;overflow:hidden;border:1px solid rgba(0,0,0,.5647058824);box-sizing:border-box;margin:0 20px;opacity:0}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container .my-cropper-body .my-cropper-image-container img{width:100%;height:100%;box-sizing:border-box;-o-object-fit:contain;object-fit:contain}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container .my-cropper-footer{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px;box-sizing:border-box}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container button{all:unset;display:inline-flex;color:#fff;background-color:#2196f3;padding:10px 16px;border-radius:6px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .25 ease}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container button.close{background-color:#fff;color:#4c4c4c}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container button.close:hover{background-color:rgba(0,0,0,.094)}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container button.zoom{all:unset;width:35px;height:35px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;border-radius:50%;cursor:pointer;transition:all .25s ease}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container button.zoom i{color:grey}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container button.zoom:hover{background-color:#c7c7c7}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container button.zoom:hover i{color:#000}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container button.disabled{background-color:#d2d2d2;color:rgba(0,0,0,.5647058824);pointer-events:none}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container button.btn-close{all:unset;background-color:transparent;height:27px;width:27px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:grey}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container button.btn-close:hover{background-color:#c7c7c7}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container button.btn-close:hover i{color:#000}.my-cropper-dis-wrapper .my-cropper-content .my-cropper-container button.btn-close i{font-size:25px}.my-cropper-dis-wrapper .my-cropper-content .center-cicle-box{color:red;display:block;position:absolute;top:51%;left:51%;transform:translate(-51%,-51%);border-radius:100%;border:.7px solid #000;pointer-events:none}.my-cropper-dis-wrapper .my-cropper-content .center-cicle-box.b{border:1px dashed #fff;transform:translate(-51%,-51%) rotate(257deg)}body.dark,html.dark{background-color:var(--bg);color:#fff}body.dark .my-cropper-container,html.dark .my-cropper-container{background-color:var(--bg)!important;color:#fff!important;-webkit-text-fill-color:white!important}body.dark .my-cropper-container h1,body.dark .my-cropper-container h2,body.dark .my-cropper-container h3,body.dark .my-cropper-container h4,body.dark .my-cropper-container h5,body.dark .my-cropper-container h6,html.dark .my-cropper-container h1,html.dark .my-cropper-container h2,html.dark .my-cropper-container h3,html.dark .my-cropper-container h4,html.dark .my-cropper-container h5,html.dark .my-cropper-container h6{-webkit-text-fill-color:white!important}body.dark .my-cropper-container button.btn-close:hover,html.dark .my-cropper-container button.btn-close:hover{background-color:rgba(0,0,0,.421)!important}body.dark .my-cropper-container button.close,html.dark .my-cropper-container button.close{background-color:var(--bg-header)!important;color:#4c4c4c}body.dark .my-cropper-container button.close:hover,html.dark .my-cropper-container button.close:hover{background-color:rgba(0,0,0,.421)!important}body.dark .my-cropper-container button.zoom:hover,html.dark .my-cropper-container button.zoom:hover{background-color:rgba(0,0,0,.421)!important}