.leaflet-popup-content-wrapper {
  border-radius: 0;
}

.leaflet-control-attribution {
  display: none;
}

.leaflet-popup-content {
  margin: 0;
}

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

.leaflet-marker-draggable {
  cursor: grab;
}

.pulsate > span {
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 10px 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  left: 50%;
  top: 50%;
  margin: -20px;
  z-index: -2;
}

.pulsate.cluster-alarm-0 span {
  background: rgba(0,0,0,0.2);
}

.pulsate.cluster-alarm-0 span:after {
  box-shadow: 0 0 1px 2px #89849b;
}

.pulsate.cluster-alarm-1 span {
  background: rgba(0,0,0,0.2);
}

.pulsate.cluster-alarm-1 span:after {
  box-shadow: 0 0 1px 2px #89849b;
}

.pulsate.cluster-alarm-2 span {
  background: rgba(124,120,196,.7);
}

.pulsate.cluster-alarm-2 span:after {
  box-shadow: 0 0 1px 2px rgba(124,120,196,1);
}

.pulsate.cluster-alarm-3 span {
  background: rgba(248,233,86,.7);
}

.pulsate.cluster-alarm-3 span:after {
  box-shadow: 0 0 1px 2px rgba(248,233,86,1);
}

.pulsate.cluster-alarm-4 span {
  background: rgba(245,129,43,.7);
}

.pulsate.cluster-alarm-4 span:after {
  box-shadow: 0 0 1px 2px rgba(245,129,43,1);
}

.pulsate.cluster-alarm-5 span {
  background: rgba(207, 27, 37, 0.7);
}

.pulsate.cluster-alarm-5 span:after {
  box-shadow: 0 0 1px 2px rgb(207, 27, 37);
}

.leaflet-bar a {
  background-color: var(--map-control-background);
  color: var(--text-color);
  border-bottom-color: var(--map-control-border);
}

.leaflet-bar a:hover {
  background-color: var(--map-control-button-hover-background);
  color: var(--map-control-button-hover);
  border-bottom-color: var(--map-control-border);
}
