/*map*/
.view-map-layouts {
  max-width: none;
  padding: 50px 40px;
}

.view-map-layouts .section-title {
  margin-bottom: 31px;
}

.view-map-layouts #map-all-partner {
  height: 600px;
}

.map-legend {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.map-legend .legend-detail {
  width: auto;
}

.map-legend .legend-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 15px;
}

.map-legend .legend-item-wrap {
  align-items: center;
}

.map-legend .legend-title {
  margin-bottom: 0;
  font-weight: 500;
}

.map-legend .legend-color {
  margin-right: 10px;
}

/*tooltip*/
.tooltip-map {
  background: rgba(247, 247, 247, 0.85);
  padding: 10px;
  font-family: 'Fira Sans', sans-serif;
  width: 150px;
  border: 1px solid #fff;
  border-radius: 1px;
}

.view-map-layouts .highcharts-tooltip>span {
  white-space: normal !important;
}
