.crop-container{position:relative;overflow:hidden}.crop-box{position:absolute;border:3px dashed #fff;background:transparent;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:move;z-index:10;outline:none}.crop-box:before{content:"";position:absolute;top:-9999px;left:-9999px;right:-9999px;bottom:-9999px;background:rgba(0,0,0,.5);pointer-events:none;z-index:-1}.crop-box:active{cursor:-webkit-grabbing;cursor:grabbing}.crop-resize-handle{position:absolute;width:20px;height:20px;background-color:#4f46e5;border:2px solid #fff;border-radius:50%;box-sizing:border-box;z-index:11;transition:all .2s ease;pointer-events:auto}.crop-resize-handle:hover{background-color:#4338ca;transform:scale(1.2)}.crop-resize-handle-tl{top:-8px;left:-8px;cursor:nwse-resize}.crop-resize-handle-tr{top:-8px;right:-8px;cursor:nesw-resize}.crop-resize-handle-bl{bottom:-8px;left:-8px;cursor:nesw-resize}.crop-resize-handle-br{bottom:-8px;right:-8px;cursor:nwse-resize}