Customcursor {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	pointer-events: auto;

	.crossh {
		position: absolute;
		background-repeat: no-repeat;
		background-position: center;
		width: 150px;
		height: 150px;
		background-image: url("UI\Images\crosshair047.png");
		border-radius: 50%;
	}
}
