
.marker-cluster-primary {
  color: white;
  background-color: rgba(26, 115, 232, 0.2);
}

.marker-cluster-primary div {
  background-color: rgba(26, 115, 232, 0.7);
}

.marker-selected {
  filter: hue-rotate(120deg);
}

/* Legend Control Style */
.leaflet-control.legend {
  background: white;
  padding: 10px;
  line-height: 18px;
  color: #555;
  font-size: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.leaflet-control.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
  border-radius: 50%;
}

/* Cluster marker style */
.yetiweb-cluster-div .marker-cluster {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: -18px 0 0 -18px;
  background-color: var(--bg-color-out);
  left: 50%;
  top: 50%;
}

.yetiweb-cluster-div .marker-cluster::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  margin: 3px 0 0 3px;
  background-color: var(--bg-color-in);
}

.yetiweb-cluster-div span {
  position: absolute;
  width: 16px;
  font-size: 16px;
  left: 0;
  right: 0;
  margin: 9px auto;
  text-align: center;
  opacity: 1;
}

/* Marker Pin style */
.marker-pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #000000;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

.marker-pin::after {
  content: '';
  width: 24px;
  height: 24px;
  margin: 3px 0 0 3px;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  border-radius: 50%;
}

.custom-div-icon span {
  position: absolute;
  width: 22px;
  font-size: 22px;
  left: 0;
  right: 0;
  margin: 10px auto;
  text-align: center;
  opacity: 1;
}