.custom-clustericon {
  background: var(--cluster-color);
  color: #34597a;
  border-radius: 100%;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-clustericon::before, .custom-clustericon::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 1;
  border-radius: 100%;
  padding: 0px;
}

.custom-clustericon::before {
  padding: 23px;
  opacity: 1;
  background: var(--cluster-color);
}

.custom-clustericon div {
  z-index: 1;
}

.custom-clustericon-1 {
  --cluster-color: #34597a;
}

.custom-clustericon-2 {
  --cluster-color: #6797c1;
}

.custom-clustericon-3 {
  --cluster-color: #6797c1;
}