.marker-cluster-small {
	background-color: rgba(78, 205, 196, 0.25);
}
.marker-cluster-small div {
	background-color: rgba(78, 205, 196, 0.7);
	color: #0a0c14;
	font-weight: 600;
}

.marker-cluster-medium {
	background-color: rgba(78, 205, 196, 0.18);
}
.marker-cluster-medium div {
	background-color: rgba(78, 205, 196, 0.55);
	color: #0a0c14;
	font-weight: 600;
}

.marker-cluster-large {
	background-color: rgba(78, 205, 196, 0.12);
}
.marker-cluster-large div {
	background-color: rgba(78, 205, 196, 0.45);
	color: #0a0c14;
	font-weight: 600;
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	border-radius: 15px;
	font: 600 12px 'Inter', 'Helvetica Neue', Arial, sans-serif;
}
.marker-cluster span {
	line-height: 30px;
}
