/* [project]/node_modules/react-easy-crop/react-easy-crop.css [app-client] (css) */
.reactEasyCrop_Container {
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
  cursor: move;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 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;
  inset: 0;
}

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

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

.reactEasyCrop_CropArea {
  box-sizing: border-box;
  color: #00000080;
  border: 1px solid #ffffff80;
  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 #ffffff80;
  border-right: 1px solid #ffffff80;
  position: absolute;
  inset: 0 33.33%;
}

.reactEasyCrop_CropAreaGrid:after {
  content: " ";
  box-sizing: border-box;
  border: 1px solid #ffffff80;
  border-left: 0;
  border-right: 0;
  position: absolute;
  inset: 33.33% 0;
}

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