.ui-rotatable-handle {
	height: 30px;
	width: 30px;
	cursor: pointer;
	/*left: 2px;
	bottom: 2px;*/
	position: absolute;
	left: 50%;
	transform: translate(-50%, 20px);
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: none;
    justify-content: center;
    align-items: center;
    background: #FFF;
    border-radius: 100%;
    box-shadow: 0px 0px 5px #888;
}

.ui-rotatable-handle::before {
	font-size: 16px;
	color: #0075E4;
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f2f9";
}