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;
}

#countrySelect {
  width: 200px;
  margin: 0 auto;
}

#countryModal .flag {
    width: 80px; /* Adjust the width of the flag image */
    height: auto;
    margin-bottom: 10px;
}

#countryModal .modal-body {
    line-height: 1.6; /* Improve readability */
}
/* Modal content styling */
.modal-body {
    text-align: center; /* Center aligns the content for better presentation */
}

.spinner-border {
    margin-top: 10px; /* Adds space above the spinner */
}
