.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: none;
}
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  left: 0;
  top: 0;
  position: absolute;
}
.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.3;
}
.cropper-view-box {
  display: block;
  width: 100%;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
}
.cropper-dashed {
  display: block;
  position: absolute;
  border: 0 dashed #eee;
  opacity: 0.5;
}
.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;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 50%;
  width: 0;
}
.cropper-center::before,
.cropper-center::after {
  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: 0.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: 7px;
  opacity: 0.75;
  width: 7px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -4px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -4px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -4px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -4px;
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -4px;
  top: -4px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -4px;
  top: -4px;
}
.cropper-point.point-sw {
  bottom: -4px;
  cursor: nesw-resize;
  left: -4px;
}
.cropper-point.point-se {
  bottom: -4px;
  cursor: nwse-resize;
  right: -4px;
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-point.point-se:hover::before {
  opacity: 1;
}
.cropper-point.point-center {
  cursor: move;
  height: 5px;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  top: 50%;
  width: 5px;
}
.cropper-point.point-center::before {
  background-color: #39f;
  content: ' ';
  display: block;
  height: 9px;
  left: -1px;
  top: -1px;
  width: 9px;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: repeating-linear-gradient(45deg, #333 25%, transparent 25%, transparent 75%, #333 75%, #333), repeating-linear-gradient(45deg, #333 25%, #222 25%, #222 75%, #333 75%, #333);
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px;
}
