.mapplic-legend {
  width: 85%;
  overflow: hidden;
}
.mapplic-toggle {
  float: left;
  margin-right: 15px !important;
  line-height: 100%;
}
.mapplic-toggle > .mapplic-toggle-circle {
  top: 3px !important;
}
.mapplic-toggle:before {
  top: 2px !important;
}
g[id^="number_"],
g[id^="logo_"] {
  pointer-events: none;
}
.mapplic-filtered svg [id^="MLOC"] > * {
  opacity: 1 !important;
}
.mapplic-custom-pin {
  background-color: white !important;
  background-image: none !important;
  border-color: #f19819 !important;
  border-radius: 5 !important;
  color: #333 !important;
  width: 10px !important;
  height: 10px !important;
  margin-top: -5px !important;
  margin-left: -5px !important;
  transform-origin: 50% 50% !important;
}

.mapplic-custom-pin:before {
  border-color: inherit;
  border-style: solid;
  border-width: 3px;
  border-radius: 10px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -3px;
  top: -3px;
}

@media screen and (max-width: 550px) {
  .mapplic-map {
    margin-top: -100px;
  }
  .mapplic-layer {
    top: -130px !important;
  }
  .mapplic-zoom-buttons {
    margin-right: 10px !important;
  }
  .mapplic-container > .mapplic-button {
    margin-right: 10px !important;
  }
  .mapplic-legend {
    top: 0;
    left: 0;
    bottom: auto !important;
    right: auto !important;
    width: 88% !important;
    margin-left: 0 !important;
  }
}
