.map {
  /*width: 100%;*/
  height: 700px;
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  z-index: 10;
}

.map.is-sticky {
  position: sticky;
  overflow: unset;
  top: var(--header-height);
}

.map .spinner-border {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  right: 1rem;
  top: 5rem;
}

.legend-polygon-boundaries {
  display: flex;
  align-items: center;
}

.legend-polygon-boundaries>span:first-of-type {
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
}

.legend-cluster-symbol {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  border-radius: 50%;
  vertical-align: sub;
}

.legend-icon-symbol {
  font-size: 1.2rem;
}

.legend-polygon-square .polygon-square{
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.2rem;
  line-height: 1.2rem;
  display: inline-block;
  vertical-align: text-top;
}

.legend-label {
  padding: 0 1rem 0 0.5rem;
}

.ol-overviewmap {
  bottom: 2.5rem;
}

.ol-overviewmap-box {
  border: 3px solid #1464a0;
}

#map-controls {
  position: absolute;
  top: 5rem;
  display: flex;
  flex-direction: column;
  z-index: 1;
  left: 0.5rem;
  margin-left: 2px;
  gap: .2rem;
}