html,
body {
  margin: 0;
  padding: 0;
}

#preloader {
  position: fixed;
  inset: 0;
  background: white;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#selectContainer {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 11px 0;
}

#countrySelect {
  width: 230px;
  margin: 0 auto;
}

#map {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.markerPopup {
    width: 250px;
    white-space: normal;
}

#attributions {
  font-size: 0.7rem;
  left: 70px;
  z-index: 1000;
}