.canvas-crop-overlay{position:fixed;z-index:1310;touch-action:none;cursor:crosshair;outline:0;box-sizing:border-box;isolation:isolate}
.canvas-crop-overlay[hidden],.canvas-crop-toolbar[hidden]{display:none!important}
.crop-shade{position:absolute;pointer-events:none;background:#0009}
.canvas-crop-selection{position:absolute;box-sizing:border-box;border:1px solid #fff;cursor:move;box-shadow:0 0 0 1px #0003;touch-action:none}
.canvas-crop-overlay.is-drawing .canvas-crop-selection{cursor:crosshair}
.crop-guide{position:absolute;background:#ffffff55;pointer-events:none}
.crop-guide-horizontal{height:1px;left:0;right:0;top:calc(var(--fraction)*100%/3)}
.crop-guide-vertical{width:1px;top:0;bottom:0;left:calc(var(--fraction)*100%/3)}
.crop-handle{position:absolute;display:block;width:11px;height:11px;border:2px solid #fff;box-shadow:0 0 0 1px #0004;background:#242424;box-sizing:border-box;transform:translate(-50%,-50%)}
.crop-handle-nw{left:0;top:0;cursor:nwse-resize}.crop-handle-ne{left:100%;top:0;cursor:nesw-resize}
.crop-handle-sw{left:0;top:100%;cursor:nesw-resize}.crop-handle-se{left:100%;top:100%;cursor:nwse-resize}
.crop-handle-n{left:50%;top:0;cursor:ns-resize}.crop-handle-s{left:50%;top:100%;cursor:ns-resize}
.crop-handle-w{left:0;top:50%;cursor:ew-resize}.crop-handle-e{left:100%;top:50%;cursor:ew-resize}
.canvas-crop-toolbar{position:fixed;z-index:1311;display:flex;align-items:center;gap:7px;max-width:calc(100vw - 16px);flex-wrap:wrap;background:#242424;border:1px solid #3a3a3a;color:#ddd;border-radius:11px;padding:7px 9px;box-shadow:0 8px 26px #0005;font-family:inherit;font-size:12px;line-height:20px;box-sizing:border-box}
.canvas-crop-toolbar button{font-family:inherit;font-size:12px;line-height:20px;border:0;border-radius:6px;padding:3px 8px;cursor:pointer}
.crop-title{color:#eee;font-weight:500;padding:0 3px}
.crop-dimensions{color:#929292;font-size:11px;min-width:64px;padding-right:7px;border-right:1px solid #ffffff12}
.crop-secondary{background:transparent;color:#bbb}.crop-secondary:hover{background:#ffffff0b;color:#fff}
.crop-apply{background:#eee;color:#171717}.crop-apply:hover{background:#fff}
.crop-apply:disabled{opacity:.45;cursor:default}
.canvas-crop-toolbar button:focus-visible{outline:2px solid #73a3ef;outline-offset:2px}
