#memorial-map {
  height: 550px;
}
#memorial-map-progress {
  height: 0.5rem;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
#memorial-map-progress-bar {
  background-color: hsla(91, 60%, 72%, 0.6);
  height: 0.5rem;
  width: 0%;
}
.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
}
.leaflet-cluster-spider-leg {
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.marker-cluster-small {
  background-color: hsla(91, 60%, 72%, 0.6);
}
.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}
.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
  background-color: hsla(18, 97%, 72%, 0.6);
}
.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  border-radius: 15px;
  font: 12px Arial, Helvetica, sans-serif;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  width: 30px;
}
.marker-cluster span {
  line-height: 2.5;
}
.leaflet-control-attribution {
  display: none;
}
div.leaflet-top {
  z-index: 400;
}
