.leaflet-pane, .leaflet-control-container {
  font-size: 1em;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip, .leaflet-popup-close-button {
  background-color: #ee7b00;
  color: #FFF !important;
}
.leaflet-popup-content {
  margin: 2em 1.25em;
  width: auto !important;
}
.leaflet-container a.leaflet-popup-close-button {
  padding: 4px 2px 0 0;
}
.leaflet-control-geosearch *, .leaflet-control-geosearch :after, .leaflet-control-geosearch :before {
  box-sizing: border-box;
}
.leaflet-control-geosearch .leaflet-bar-part {
  border-radius: 1em;
  border-bottom: none;
}
.leaflet-control-geosearch a.leaflet-bar-part:after, .leaflet-control-geosearch a.leaflet-bar-part:before {
  position: absolute;
  display: block;
  content: '';
}
.leaflet-control-geosearch a.leaflet-bar-part:before {
  top: 1.5em;
  left: 1em;
  width: 0.5em;
  border-top: 2px solid #555;
  transform: rotateZ(45deg);
}
.leaflet-control-geosearch a.leaflet-bar-part:after {
  top: 0.75em;
  left: 0.75em;
  height: 0.75em;
  width: 0.75em;
  border-radius: 50%;
  border: 0.2em solid #555;
}
.leaflet-control-geosearch.error a.leaflet-bar-part:before, .leaflet-control-geosearch.pending a.leaflet-bar-part:before {
  display: none;
}
.leaflet-control-geosearch.error a.leaflet-bar-part:after, .leaflet-control-geosearch.pending a.leaflet-bar-part:after {
  left: 50%;
  top: 50%;
  width: 2em;
  height: 2em;
  margin: -1em 0 0 -1em;
  border-radius: 50%;
}
.leaflet-control-geosearch.pending a.leaflet-bar-part:after {
  content: '';
  border: 0.2em solid #555;
  border-top: 0.2em solid #f3f3f3;
  animation: spin 1s linear infinite;
}
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  content: '!';
  line-height: initial;
  font-weight: 600;
  font-size: 2em;
  border: none;
}
.leaflet-control-geosearch form {
  display: none;
  position: absolute;
  top: 0;
  left: 3em;
  border-radius: 0 1em 1em 0;
  background-color: #fff;
  background-clip: padding-box;
  z-index: -1;
  height: auto;
  margin: 0;
  padding: 0 0.75em;
  box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, .65);
}
.leaflet-geosearch-button form.open {
  border-radius: 0 1em 1em 1em;
}
.leaflet-control-geosearch.active form {
  display: block;
}
.leaflet-geosearch-button.active .leaflet-bar-part {
  border-radius: 1em 0 0 1em;
  width: 3em;
}
.leaflet-geosearch-button form {
  max-width: 25em;
}
.leaflet-control-geosearch form input {
  min-width: 15em;
  width: 100%;
  outline: 0;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  height: 2em;
  border: none;
  border-radius: 0 1em 1em 0;
  text-indent: 0;
}
.leaflet-touch .leaflet-geosearch-bar form {
  border: 0.2em solid rgba(0, 0, 0, .2);
  box-shadow: none;
}
.leaflet-touch .leaflet-geosearch-bar form input {
  height: 2.5em;
}
.leaflet-control-geosearch .results {
  background: #fff;
}
.leaflet-control-geosearch .results>* {
  line-height: 2em;
  padding: 0 0.75em;
  border: 0.2em solid transparent;
  border-radius: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.leaflet-control-geosearch .results.active {
  padding: 0.75em 0;
  border-top: 0.1em solid #c6c6c6;
}
.leaflet-control-geosearch .results>.active, .leaflet-control-geosearch .results>:hover {
  background-color: #EEE;
  border-color: #555;
  cursor: pointer;
}
.leaflet-control-geosearch .results.active:after {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  left: -0.2em;
  bottom: -0.2em;
  top: 2.5em;
}
.leaflet-touch .leaflet-control-geosearch .results.active:after {
  border-left: 0.2em solid rgba(0, 0, 0, .2);
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.leaflet-bottom .leaflet-geosearch-bar, .leaflet-top .leaflet-geosearch-bar {
  display: none;
}
.leaflet-geosearch-bar {
  position: relative;
  display: block;
  height: auto;
  width: 30em;
  max-width: calc(100% - 10em);
  margin: 1em auto 0;
  cursor: auto;
  z-index: 1000;
}
.leaflet-geosearch-bar form {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  border-radius: 1em;
}
.leaflet-geosearch-bar form input {
  min-width: 100%;
  width: 100%;
  font-family: 'PT Mono', monospace;
}
.leaflet-geosearch-bar .results.active:after {
  opacity: .2;
}
.leaflet-right .leaflet-control-geosearch form {
  right: 2.5em;
  left: initial;
  border-radius: 1em 0 0 1em;
  border-left: inherit;
  border-right: none;
}
.leaflet-bar-notfound {
  font-style: italic;
}
.leaflet-control-geosearch a.reset {
  color: #000;
  font-size: 2em;
  font-weight: normal;
  position: absolute;
  line-height: 2em;
  padding: 0 0.25em;
  right: 0;
  top: 0;
  cursor: pointer;
  border: none;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0 0.5em 0.5em 0;
}
.leaflet-touch .leaflet-control-geosearch a.reset {
  line-height: 1.25em;
}
.leaflet-control-geosearch a.reset:hover {
  background: #f5f5f5;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.leaflet-touch .leaflet-bar a {
  width: 1.25em;
  height: 1.25em;
  font-size: 1.5em;
  line-height: 1.25em;
}
.leaflet-container {
  font: 1em/1.5 'PT Mono', monospace;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  background-clip: padding-box;
  border: 0.2em solid rgba(0,0,0,0.2);
}
.leaflet-left .leaflet-control {
  margin-left: 1em;
}
.leaflet-top .leaflet-control {
  margin-top: 1em;
}
.leaflet-bar {
  box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, .65);
  border-radius: 1em;
}
@media (max-width: 1700px) {
  .leaflet-pane, .leaflet-control-container {
    font-size: 1.3em;
  }
}
@media (max-width: 500px) {
  .leaflet-pane, .leaflet-control-container {
    font-size: 1.5em;
  }
}
@media (max-width: 360px) {
  .leaflet-pane, .leaflet-control-container {
    font-size: 1.7em;
  }
}
