body {
  padding: 0;
  margin: 0;
}
#map {
  width: 100vw;
  height: 100vh;
}
.leaflet-interactive {
  width: 30px;
  height: 30px;
  margin: -20px 0 0 -20px;
  position: relative;
  z-index: 1000000 !important;
}
.leaflet-interactive:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  content: "";
  color: #ffffff;
  font-size: 1.1rem;
  z-index: 1000000;
  text-align: center;
}
.leaflet-interactive:after {
  content: "";
  border: solid 1px #E3602A;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50% 50% 50% 0;
  top: 0;
  background: #E3602A;
  transform: rotate(-45deg);
  position: absolute;
}
.leaflet-popup-content {
  margin: 0 !important;
}
.popup {
  min-width: 300px;
}
.popup .header {
  padding: 13px;
  background: #E3602A;
  color: #fff;
  margin: -1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.popup h2 {
  color: inherit;
  font-weight: 100;
  margin: 0;
}
.popup .location-holder {
  padding: 13px;
}
.popup .location-holder h3 {
  font-weight: 100;
  margin: 5px 0;
}
.popup a {
  padding: 5px 20px;
  text-align: center;
  margin-top: 20px;
  border-radius: 15px;
  background: #E3602A;
  color: #fff !important;
  display: block;
  font-size: 18px;
  text-decoration: none !important;
}
