/*
  Color Scheme
*/
.empty-wrapper[data-v-1f861af5] {
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
}
.empty-wrapper .empty-icon[data-v-1f861af5] {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    text-align: center;
    border-radius: 50%;
    background: #e8e8e8;
    color: #999;
}
.empty-wrapper h2.empty-title[data-v-1f861af5] {
    font-size: 24px;
    font-family: sans-serif;
    line-height: 40px;
    margin-top: 24px;
    margin-bottom: 24px;
    text-transform: capitalize;
}
.empty-wrapper .empty-note[data-v-1f861af5] {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
    text-align: center;
}


.crop-wrap[data-v-24cb2a27] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: crosshair;
}
.crop-box[data-v-24cb2a27] {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  cursor: move;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
  box-sizing: border-box;
}
.crop-box.show[data-v-24cb2a27] {
  display: block;
}
.drag-point[data-v-24cb2a27] {
  display: inline-block;
  width: 30px;
  height: 30px;
  max-width: 20%;
  max-height: 20%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  box-sizing: border-box;
}
.point-lt[data-v-24cb2a27] {
  top: -2px;
  left: -2px;
  cursor: nw-resize;
  border-bottom-color: transparent;
  border-right-color: transparent;
  cursor: nw-resize;
}
.point-lb[data-v-24cb2a27] {
  left: -2px;
  bottom: -2px;
  border-top-color: transparent;
  border-right-color: transparent;
  cursor: sw-resize;
}
.point-rt[data-v-24cb2a27] {
  right: -2px;
  top: -2px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  cursor: ne-resize;
}
.point-rb[data-v-24cb2a27] {
  right: -2px;
  bottom: -2px;
  border-top-color: transparent;
  border-left-color: transparent;
  cursor: se-resize;
}
.shadow-box[data-v-24cb2a27] {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.shadow-img[data-v-24cb2a27] {
  position: absolute;
  top: 0;
  left: 0;
}
.shadow-box[data-v-24cb2a27]::selection,
.shadow-img[data-v-24cb2a27]::selection {
  background-color: transparent;
}

/*
  Color Scheme
*/
.img-clip-wrap[data-v-44aae396] {
  width: 100%;
  height: 240px;
}
.img-clip-wrap .container-bg[data-v-44aae396] {
    width: 100%;
    height: 240px;
    background-color: #f2f2f2;
    border-radius: 0;
    position: relative;
}
.img-clip-wrap .container-bg .img-empty[data-v-44aae396] {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
}
.img-clip-wrap .container-bg .img-empty label[data-v-44aae396] {
        width: auto;
        padding: 0 25px;
        line-height: 40px;
        background: #f1f1f1;
        border-radius: 25px;
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
        float: right;
        user-select: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
}
.img-clip-wrap .container-bg .img-empty label[data-v-44aae396]:hover {
          background: #1266f1;
          color: #fff;
          box-shadow: 0 10px 15px #ced6e0;
}
.img-clip-wrap .container-bg .img-container[data-v-44aae396] {
      position: relative;
      height: 0px;
      margin: auto;
}
.img-clip-wrap .container-bg .img-container img[data-v-44aae396] {
        position: relative;
        width: 100%;
        height: 100%;
}
.img-clip-wrap .container-bg .img-container .shadow-box[data-v-44aae396] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
}
.img-clip-wrap .reset-img[data-v-44aae396] {
    height: 40px;
    position: relative;
    display: block;
    margin-top: 16px;
    color: #57606f;
    font-size: 12px;
}
.img-clip-wrap .reset-img label[data-v-44aae396] {
      width: auto;
      padding: 0 25px;
      line-height: 40px;
      background: #f1f1f1;
      border-radius: 25px;
      font-weight: normal;
      text-transform: uppercase;
      float: right;
      user-select: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      cursor: pointer;
}
.img-clip-wrap .reset-img label[data-v-44aae396]:hover {
        background: #1266f1;
        color: #fff;
        box-shadow: 0 10px 15px #ced6e0;
}
.img-clip-wrap .reset-img input[data-v-44aae396] {
      position: absolute;
      font-size: 0px;
      height: 0px;
      width: 0px;
      right: 0;
      top: 0;
      opacity: 0;
      cursor: pointer;
}
.cropper-modal .modal[data-v-44aae396] {
  width: 840px;
  height: 524px;
  background-color: #fff;
  user-select: none;
}
.modal-head[data-v-44aae396] {
  position: relative;
  text-align: center;
  padding: 0 16px 0 40px;
}
.head-wrap[data-v-44aae396] {
  position: relative;
  font-size: 14px;
  color: #222;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e5e9ef;
}
.modal-content[data-v-44aae396] {
  padding: 30px 40px 40px;
}
.edit-cover .img-preview-wrap[data-v-44aae396] {
  display: none;
}
.img-preview-wrap[data-v-44aae396] {
  padding-top: 40px;
  clear: both;
  text-align: center;
  /* float: right; */
}
.img-preview-wrap .pre-info[data-v-44aae396] {
    margin-top: 20px;
    font-size: 12px;
    color: #99a2aa;
    margin-bottom: 15px;
}
.img-preview-wrap .pre-container[data-v-44aae396] {
    width: 120px;
    height: 120px;
    overflow: hidden;
    overflow: hidden;
    border-width: 0;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    position: relative;
}
.img-preview-wrap .pre-container .selected[data-v-44aae396] {
      background-color: #000;
}
.img-preview-wrap .pre-container img[data-v-44aae396] {
      position: relative;
      width: 100%;
      height: 100%;
      border-radius: 0;
}
.clearfix[data-v-44aae396]:before,
.clearfix[data-v-44aae396]:after {
  content: " ";
  display: table;
}
.clearfix[data-v-44aae396]:after {
  clear: both;
}
.modal-footer[data-v-44aae396] {
  text-align: center;
}
.modal-footer .modal-btn[data-v-44aae396] {
    display: inline-block;
    width: 150px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    color: #57606f;
}
.modal-footer .btn-confirm[data-v-44aae396] {
    border: 1px solid #1266f1;
    color: #fff;
    background-color: #1266f1;
}
.modal-footer .btn-confirm[data-v-44aae396]:hover {
      box-shadow: 0 10px 15px #ced6e0;
}
.modal-footer .btn-cancel[data-v-44aae396] {
    background-color: #f1f1f1;
}
.modal-footer .btn-cancel[data-v-44aae396]:hover {
      background: #ced6e0;
      color: #57606f;
      box-shadow: 0 10px 15px #f1f1f1;
}
@media screen and (max-width: 767px) {
.cropper-modal .modal[data-v-44aae396] {
    max-width: 100%;
    position: fixed;
    overscroll-behavior: contain;
}
.img-clip-wrap[data-v-44aae396] {
    max-width: 100%;
}
.container-bg[data-v-44aae396] {
    max-width: 100%;
}
}
.modal-footer[data-v-44aae396] {
  margin-top: 20px;
}
.pre-container .h-show-tip[data-v-44aae396] {
  width: 100%;
  height: 100%;
  line-height: 120px;
  display: none;
}
.pre-container:hover .h-show-tip[data-v-44aae396] {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #0d5bdc;
}

