﻿.map-logo {
  position: absolute;
  z-index: 1;
  left: 0.9375rem;
  top: 0.9375rem;
}
.map-logo img {
  width: 8.75rem;
}
@media (min-width: 992px) {
  .map-logo {
    left: 1.875rem;
    top: 1.875rem;
  }
  .map-logo img {
    width: 12.125rem;
  }
}

.map-aside {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.625rem 0 0.3125rem;
}
.map-aside label {
  cursor: pointer;
}
@media (min-width: 992px) {
  .map-aside {
    padding: 1.875rem;
    right: 1.875rem;
    top: 1.875rem;
    left: auto;
    bottom: auto;
    border-radius: 1.875rem;
    max-width: 15rem;
  }
}

#map {
  height: var(--app-height);
  width: 100%;
  overflow: hidden;
}

.gm-style-mtc-bbw, .gm-fullscreen-control {
  display: none !important;
}

.gm-style-iw-a {
  margin-top: -70px !important;
}

.gm-style-iw-c {
  min-width: 200px !important;
}

.gm-style-iw-chr {
  display: none !important;
}

.gm-style-iw-d {
  padding: 1.125rem 0.9375rem 0.9375rem;
}

.infowindow-title {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1.125rem;
  font-weight: 600;
}

.legends {
  font-size: 0.625rem;
  text-align: center;
}
.legends img {
  transition: all 0.2s ease-in-out;
  width: 1.5rem;
}
.legends input:not(:checked) + img {
  opacity: 0.3;
}
@media (min-width: 992px) {
  .legends {
    text-align: left;
    font-size: 0.875rem;
  }
  .legends img {
    width: 2rem;
  }
}

.test {
  background: #000;
}
