div#go-ticket-map {
  font-family: "new-hero", "Inter", Arial !important;
  height: 100vh;
  margin-top: -3rem;
  width: 100%;
}
div#go-ticket-map #go-ticket-map-legend {
  background-color: white;
  bottom: 0;
  display: none;
  left: 50px;
  padding: 37px 110px;
  position: absolute;
  z-index: 401;
}
@media (min-width: 768px) {
  div#go-ticket-map #go-ticket-map-legend {
    left: 93px;
  }
}
@media (min-width: 1200px) {
  div#go-ticket-map #go-ticket-map-legend {
    display: block;
  }
}
@media (min-width: 1600px) {
  div#go-ticket-map #go-ticket-map-legend {
    left: 312px;
  }
}
div#go-ticket-map #go-ticket-map-legend .go-ticket-map-legend-header {
  font-size: 50px;
  font-weight: bold;
}
div#go-ticket-map #go-ticket-map-legend .go-ticket-map-legend-item {
  align-items: center;
  display: flex;
  font-size: 18px;
  gap: 25px;
  margin-top: 30px;
}
div#go-ticket-map #go-ticket-map-legend .go-ticket-map-legend-item span {
  position: relative;
  top: 3px;
}
div#go-ticket-map #go-ticket-map-legend .go-ticket-map-legend-item .go-ticket-map-legend-count {
  align-content: center;
  background-color: #502B59;
  border-radius: 50%;
  height: 61px;
  text-align: center;
  width: 61px;
}
div#go-ticket-map #go-ticket-map-legend .go-ticket-map-legend-item .go-ticket-map-legend-count span {
  color: white;
  font-size: 24px;
  font-weight: bold;
  top: 0;
}
div#go-ticket-map .leaflet-control-container .leaflet-bar {
  border: none;
}
div#go-ticket-map .leaflet-control-container .leaflet-bar a {
  align-content: center;
  background-color: #C7007F;
  color: white;
  font-size: 40px;
  height: 62px !important;
  width: 61px !important;
}
div#go-ticket-map .leaflet-control-container .leaflet-bar a:not(.leaflet-disabled):hover {
  background-color: rgb(158.2, 0, 100.9618090452);
}
div#go-ticket-map .leaflet-control-container .leaflet-bar a.leaflet-control-zoom-in {
  border-bottom: none;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
div#go-ticket-map .leaflet-control-container .leaflet-bar a.leaflet-control-zoom-out {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
div#go-ticket-map .leaflet-control-container .leaflet-left .leaflet-control {
  margin-left: 50px !important;
}
@media (min-width: 768px) {
  div#go-ticket-map .leaflet-control-container .leaflet-left .leaflet-control {
    margin-left: 93px !important;
  }
}
@media (min-width: 1600px) {
  div#go-ticket-map .leaflet-control-container .leaflet-left .leaflet-control {
    margin-left: 313px !important;
  }
}
div#go-ticket-map .leaflet-control-container .leaflet-top .leaflet-control {
  margin-top: 50px !important;
}
@media (min-width: 768px) {
  div#go-ticket-map .leaflet-control-container .leaflet-top .leaflet-control {
    margin-top: 93px !important;
  }
}
div#go-ticket-map .leaflet-pane .leaflet-marker-pane .marker-cluster-small, div#go-ticket-map .leaflet-pane .leaflet-marker-pane .marker-cluster-medium, div#go-ticket-map .leaflet-pane .leaflet-marker-pane .marker-cluster-large {
  align-content: center;
  background-color: #502B59;
  border-radius: 50%;
  color: white;
}
div#go-ticket-map .leaflet-pane .leaflet-marker-pane .marker-cluster-small div, div#go-ticket-map .leaflet-pane .leaflet-marker-pane .marker-cluster-medium div, div#go-ticket-map .leaflet-pane .leaflet-marker-pane .marker-cluster-large div {
  background-color: unset;
  margin: auto;
}
div#go-ticket-map .leaflet-pane .leaflet-marker-pane .marker-cluster-small div span, div#go-ticket-map .leaflet-pane .leaflet-marker-pane .marker-cluster-medium div span, div#go-ticket-map .leaflet-pane .leaflet-marker-pane .marker-cluster-large div span {
  font-size: 24px;
  font-weight: bold;
}
div#go-ticket-map .leaflet-pane .leaflet-marker-pane .marker-cluster-medium {
  height: 50px !important;
  margin-left: -25px !important;
  margin-top: -25px !important;
  width: 50px !important;
}

/*# sourceMappingURL=Frontend.css.map */
