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

#pageLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modalLoader {
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

.custom-text {
  padding: 10px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.indicator {
  width: 15px;
  margin-bottom: 5px;
}

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

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

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