.cwMSRHandle {
	width: 24px;
	height: 24px;
	position: absolute;
	-webkit-user-drag: none;
	touch-action: none;
	line-height: 0;
	padding: 2px;
	background-color: rgba(173, 216, 230, 0.75);
	border: 1px solid black;
	border-radius: 2px;
}

.cwMSRHandle svg {
	pointer-events: none;
}

.cwMSRSize {
	bottom: 0;
	right: 0;
	cursor: se-resize;
	translate: 50% 50%;
}

.cwMSRMove {
	bottom: 0;
	left: 0;
	translate: -50% 50%;
	cursor: move;
}

.cwMSRRotate {
	top: 0;
	left: 0;
	translate: -50% -50%;
	cursor: grab;
}
