.eurora-gf-count-unchecked {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	/* background-color: #f0f0f0; */
	border: 2px solid var(--global-palette2);;
	font-size: 64px;
	font-weight: bold;
	color: var(--global-palette9);;
	padding: 5px;
	text-align: center;
	margin: 5px;
}