.react-cropper-boundary {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  direction: ltr;
  position: relative; }
  .react-cropper-boundary__content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .react-cropper-boundary__stretcher {
    pointer-events: none;
    position: relative;
    max-width: 100%;
    max-height: 100%; }

.react-cropper-fade {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .react-cropper-fade--visible {
    opacity: 1;
    visibility: visible; }

.react-cropper-wrapper__fade {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0; }

.react-cropper-background-image {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
  max-width: none !important; }

.react-cropper-canvas {
  display: none; }

.react-line-wrapper {
  background: none;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .react-line-wrapper--north, .react-line-wrapper--south {
    height: 12px;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .react-line-wrapper--north {
    top: 0;
    cursor: n-resize; }
  .react-line-wrapper--south {
    top: 100%;
    cursor: s-resize; }
  .react-line-wrapper--east, .react-line-wrapper--west {
    width: 12px;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0; }
  .react-line-wrapper--east {
    left: 100%;
    cursor: e-resize; }
  .react-line-wrapper--west {
    left: 0;
    cursor: w-resize; }
  .react-line-wrapper--disabled {
    cursor: auto; }

.react-simple-line {
  background: none;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 0;
  border-style: solid; }
  .react-simple-line--south, .react-simple-line--north {
    height: 0;
    width: 100%; }
  .react-simple-line--east, .react-simple-line--west {
    height: 100%;
    width: 0; }
  .react-simple-line--east {
    border-right-width: 1px; }
  .react-simple-line--west {
    border-left-width: 1px; }
  .react-simple-line--south {
    border-bottom-width: 1px; }
  .react-simple-line--north {
    border-top-width: 1px; }
  .react-simple-line--hover {
    opacity: 1;
    border-color: white; }

.react-handler-wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 30px; }
  .react-handler-wrapper__draggable {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .react-handler-wrapper--west-north {
    cursor: nw-resize; }
  .react-handler-wrapper--north {
    cursor: n-resize; }
  .react-handler-wrapper--east-north {
    cursor: ne-resize; }
  .react-handler-wrapper--east {
    cursor: e-resize; }
  .react-handler-wrapper--east-south {
    cursor: se-resize; }
  .react-handler-wrapper--south {
    cursor: s-resize; }
  .react-handler-wrapper--west-south {
    cursor: sw-resize; }
  .react-handler-wrapper--west {
    cursor: w-resize; }
  .react-handler-wrapper--disabled {
    cursor: auto; }

.react-simple-handler {
  display: block;
  background: white;
  height: 10px;
  width: 10px; }

.react-artificial-transition {
  will-change: transform; }

.react-bounding-box {
  position: relative;
  height: 100%;
  width: 100%; }
  .react-bounding-box__handler-wrapper {
    position: absolute; }
  .react-bounding-box__handler {
    position: absolute; }
    .react-bounding-box__handler--west-north {
      left: 0;
      top: 0; }
    .react-bounding-box__handler--north {
      left: 50%;
      top: 0; }
    .react-bounding-box__handler--east-north {
      left: 100%;
      top: 0; }
    .react-bounding-box__handler--east {
      left: 100%;
      top: 50%; }
    .react-bounding-box__handler--east-south {
      left: 100%;
      top: 100%; }
    .react-bounding-box__handler--south {
      left: 50%;
      top: 100%; }
    .react-bounding-box__handler--west-south {
      left: 0;
      top: 100%; }
    .react-bounding-box__handler--west {
      left: 0;
      top: 50%; }

.react-stencil-overlay {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden; }

.react-draggable-area {
  position: relative; }

.react-stencil-wrapper {
  will-change: transform; }

.react-rectangle-stencil {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .react-rectangle-stencil__draggable-area, .react-rectangle-stencil__overlay {
    position: absolute;
    width: 100%;
    height: 100%; }
  .react-rectangle-stencil__preview {
    position: absolute;
    height: 100%;
    width: 100%; }
  .react-rectangle-stencil--movable {
    cursor: move; }

.react-advanced-cropper {
  overflow: hidden;
  max-height: 100%;
  background: black;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .react-advanced-cropper__background {
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit; }
  .react-advanced-cropper__boundary {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 0;
    min-width: 0; }
  .react-advanced-cropper__wrapper, .react-advanced-cropper__background-wrapper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .react-advanced-cropper__stencil-wrapper {
    position: absolute; }

.react-circle-stencil {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .react-circle-stencil__overlay {
    border-radius: 50%;
    overflow: hidden; }
  .react-circle-stencil__preview {
    border-radius: 50%;
    position: absolute;
    height: 100%;
    width: 100%; }
  .react-circle-stencil__draggable-area, .react-circle-stencil__overlay {
    position: absolute;
    width: 100%;
    height: 100%; }
  .react-circle-stencil--movable {
    cursor: move; }

.react-cropper-preview {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .react-cropper-preview__content {
    overflow: hidden;
    position: relative; }
  .react-cropper-preview__image {
    display: none;
    pointer-events: none;
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform-origin: center;
            transform-origin: center;
    max-width: none !important; }
    .react-cropper-preview__image--visible {
      display: block; }
