html,
body,
#map {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

#toggleButton {
  bottom: 10px;
  height: 34px;
  position: absolute;
  z-index: 20000;
}

#overlay {
  bottom: 40px;
  font-size: 1rem;
  padding: 4px;
  pointer-events: auto;
  position: absolute;
  z-index: 20000;
}

#copyButtonId {
  border-radius: 0;
  cursor: pointer;
  padding: 4px;
}

#copyButtonId:hover {
  background-color: rgb(219, 219, 219);
  transition: all ease .5s;
}

#copyButtonId:active {
  background-color: rgba(153, 232, 128, 0.594);
}

#basemaps-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 400;
  background: white;
  padding: 10px;
}

#basemaps {
  margin-bottom: 5px;
}

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

.geocoder-control-input {
  background-image: url("images/geocoder.png");
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
  .geocoder-control-input {
    background-image: url("images/geocoder@2x.png");
  }
}

.leaflet-control-layers #counterValue {
  display: none;
}

.leaflet-control-layers-expanded #counterValue {
  display: block;
  font-size: 125%;
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
}

ul.photon-autocomplete {
  padding-left: 0;
}

.photon-autocomplete li:hover {
  color: white;
}

.leaflet-control-search .search-input {
  border-style: none;
}

.search-button {
  height: 30px;
  width: 30px;
}

.search-button.photon-input,
.search-button.photon-input:hover {
  border-style: none;
  background: url('images/geocoder.png') no-repeat 4px 4px #fff;
  background-position-x: 0;
  background-position-y: 0;
  cursor: pointer;
}

.search-button.photon-input::-webkit-input-placeholder {
  color: transparent;
}

.search-button.photon-input::-moz-placeholder {
  color: transparent;
}

/* Firefox 19+ */
.search-button.photon-input:-moz-placeholder {
  color: transparent;
}

/* Firefox 18- */
.search-button.photon-input:-ms-input-placeholder {
  color: transparent;
}

.expanded .search-button.photon-input::-webkit-input-placeholder {
  color: #666666;
}

.expanded .search-button.photon-input::-moz-placeholder {
  color: #666666;
}

/* Firefox 19+ */
.expanded .search-button.photon-input:-moz-placeholder {
  color: #666666;
}

/* Firefox 18- */
.expanded .search-button.photon-input:-ms-input-placeholder {
  color: #666666;
}

.expanded .search-button.photon-input {
  width: 400px;
  background-position-x: 355px;
}

.leaflet-control-mouseCoordinate {
  border-radius: 0;
  min-height: 24px;
  padding: 0;
  text-align: right;
  width: 130px;
}

.leaflet-container .leaflet-control-mapcentercoord {
  font-size: 18px !important;
  margin-bottom: 34px !important;
  min-width: 220px;
}

.leaflet-bottom.leaflet-left {
  background-color: rgba(255, 255, 255, .9);
  min-width: 220px;
}

.track-info {
  border: 1px solid rgb(226, 224, 224);
  background: #fff;
  padding: .5rem;

  th {
    padding-left: 0;
    font-size: .9rem;
    font-weight: bold;
    text-align: left;
  }
}