label .legend-item {
  vertical-align: middle;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  border: none;
  cursor: pointer;
  margin-bottom: 7px;
}

label .legend-item:hover .label {
  text-decoration: underline;
}

label .legend-item .color {
  /*content: '◯';*/
  content: '';
  background-color: transparent;
  margin: 0 5px 0 0;
  padding: 0;
  width: 10px;
  height: 10px;
  border: 1px solid var(--color);
  display: inline-block;
}

.leaflet-container {
  font-family: "Source Sans Pro";
}

.leaflet-control-layers-selector:checked~span .legend-item .label {
  text-decoration: none;
}

.leaflet-control-layers-selector~span .legend-item .label {
  text-decoration: line-through;
}

.leaflet-control-layers-selector~span .legend-item:hover .label {
  text-decoration: line-through;
}

.clustertoggle {
  margin-top: 10px;
  margin-left: 5px;
  font-size: 11px;
  display: block;
  cursor: pointer;
}

.content.leaflet-container {
  overflow: hidden;
}

.leaflet-div-icon {
  width: 30px !important;
  height: 30px !important;
  background-color: transparent;
  border: none;
}

.leaflet-div-icon span {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 2px;
  border-style: solid;
  color: white;
  font-weight: 500;
}

.leaflet-control-layers-selector {
  /*height: 30px;*/
}

.leaflet-control-layers-overlays * {
  vertical-align: middle;
}

.leaflet-control-layers-selector {
  display: none;
}

/*Marker clusters*/

.marker-cluster-pie g.arc {
  fill-opacity: 0.5;
}

.marker-cluster-pie-label {
  font-size: 13px;
  font-weight: bold;
}

/*Markers*/

.marker {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: -10px;
  margin-left: -10px;
  background: #CCC;
  outline: none;
}

.marker div {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: sans-serif;
}