.leaflet-div-icon {
    background: transparent;
    border: none;
}

.leaflet-marker-icon .number{
    position: relative;
    top: -44px;
    font-size: 12px;
    width: 25px;
    text-align: center;
}

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
  width: 30px !important;
  height: 30px !important;
}
.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
  width: 20px;
  height: 20px;
}
.marker-cluster-small span {
  line-height: 20px;
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
  width: 35px !important;
  height: 35px !important;
}
.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
  width: 25px;
  height: 25px;
}
.marker-cluster-medium span {
  line-height: 25px;
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
  width: 40px !important;
  height: 40px !important;
}
.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
  width: 30px;
  height: 30px;
}
.marker-cluster-large span {
  line-height: 30px;
}

.marker-cluster-huge {
  background-color: rgba(255, 66, 50, 0.6);
  width: 45px !important;
  height: 45px !important;
}
.marker-cluster-huge div {
  background-color: rgba(255, 33, 25, 0.6);
  width: 35px;
  height: 35px;
}
.marker-cluster-huge span {
  line-height: 35px;
}

.marker-cluster-giant {
  background-color: rgba(253, 40, 150, 0.6);
  width: 50px !important;
  height: 50px !important;
}
.marker-cluster-giant div {
  background-color: rgba(241, 20, 90, 0.6);
  width: 40px;
  height: 40px;
}
.marker-cluster-giant span {
  line-height: 40px;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  margin-left: 5px;
  margin-top: 5px;

  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
