.marker-cluster-small {
	background-color: rgba(139, 92, 246, 0.4);
	}
.marker-cluster-small div {
	background-color: rgba(139, 92, 246, 0.7);
	}

.marker-cluster-medium {
	background-color: rgba(168, 85, 247, 0.4);
	}
.marker-cluster-medium div {
	background-color: rgba(168, 85, 247, 0.7);
	}

.marker-cluster-large {
	background-color: rgba(192, 132, 252, 0.4);
	}
.marker-cluster-large div {
	background-color: rgba(192, 132, 252, 0.7);
	}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Rubik", "Helvetica Neue", Arial, sans-serif;
	color: #fff;
	font-weight: 600;
	}
.marker-cluster span {
	line-height: 30px;
	}
