.reactEasyCrop_Container{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:none}.dark .reactEasyCrop_Container{background:#1f2937}.reactEasyCrop_Image,.reactEasyCrop_Video{display:block;max-width:100%;max-height:100%;margin:auto;will-change:transform}.reactEasyCrop_CropArea,.reactEasyCrop_Image,.reactEasyCrop_Video{position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none}.reactEasyCrop_CropArea{box-shadow:inset 0 0 0 9999px rgba(0,0,0,.5);border:2px solid rgba(255,255,255,.8)}.reactEasyCrop_CropAreaImage{display:block;position:absolute;top:0;left:0;will-change:transform}.reactEasyCrop_GridContainer{overflow:hidden}.reactEasyCrop_Grid,.reactEasyCrop_GridContainer{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.reactEasyCrop_Grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);grid-gap:0}.reactEasyCrop_Grid:before{left:calc(100% / 3);width:1px;top:0;height:100%}.reactEasyCrop_Grid:after,.reactEasyCrop_Grid:before{content:"";position:absolute;background:rgba(255,255,255,.25);pointer-events:none}.reactEasyCrop_Grid:after{top:calc(100% / 3);height:1px;left:0;width:100%}.reactEasyCrop_Container *{box-sizing:border-box}.reactEasyCrop_CropArea{cursor:move}