.cursor-circle {
	position: fixed;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%);
	z-index: 9999;
	border: 1px solid var(--purple-300);
	box-shadow: 0 0 20px 0px rgba(200, 200, 200, 0.50);
}
