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

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

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

#selectCountries {
  width: 200px;
  margin: 0 auto;
}
#loader {
  position: fixed; 
  top: 0;
  left: 0;
  right: 0; /* ensures centering */
  bottom: 0; /* ensures centering */
  width: 100%;
  height:100%;
  background: rgba(255, 255, 255, 0.7) url('images/loading.gif') no-repeat center center; /* centered, no repeat */
  background-size: 30%; /* adjust this value to increase size */
  z-index: 9999;
}

.center-justify-emoji {
  text-align: center;
}

.temperature {
  display: inline-block;
  margin-right: 10px; /* Adjust the margin as needed */
}

.emoji {
  display: inline-block;
  vertical-align: middle;
}
