/* [project]/node_modules/react-easy-crop/react-easy-crop.css [app-client] (css) */
.reactEasyCrop_Container {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: none;
  cursor: move;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.reactEasyCrop_Image, .reactEasyCrop_Video {
  will-change: transform;
  max-width: unset;
}

.reactEasyCrop_Contain {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.reactEasyCrop_Cover_Horizontal {
  width: 100%;
  height: auto;
}

.reactEasyCrop_Cover_Vertical {
  width: auto;
  height: 100%;
}

.reactEasyCrop_CropArea {
  box-sizing: border-box;
  color: rgba(0, 0, 0, .5);
  border: 1px solid rgba(255, 255, 255, .5);
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 9999em;
}

.reactEasyCrop_CropAreaRound {
  border-radius: 50%;
}

.reactEasyCrop_CropAreaGrid:before {
  content: " ";
  box-sizing: border-box;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .5);
  border-right: 1px solid rgba(255, 255, 255, .5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33.33%;
  right: 33.33%;
}

.reactEasyCrop_CropAreaGrid:after {
  content: " ";
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .5);
  border-left: 0;
  border-right: 0;
  position: absolute;
  top: 33.33%;
  bottom: 33.33%;
  left: 0;
  right: 0;
}

/*# sourceMappingURL=node_modules_react-easy-crop_react-easy-crop_2d73c842.css.map*/