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;
}




/* Pre-loader styling */
.spinner-center {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

.z-10 { z-index: 10 !important; }

#locatingCntry {
  z-index: 2000;
}

#searchingPOIs {
  z-index: 2000;
  display: none;
  background: transparent;
}


/* POI Popups */
.poi-popup {
  max-width: 280px;
  font-size: 14px;
}
.poi-popup h6 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #198754;
}
.poi-popup a {
  color: #0d6efd;
}

.poi-popup .img-fluid {
  border: 1px solid #dee2e6;
  margin-bottom: 8px;
}

/* Modal z-index */
.modal {
  z-index: 1200;
}

#currencyFrom {
  max-width: 90px;
}

#currencyTo {
  max-width: 90px;
}

#holidaysYearSelect {
  width: 120px;
  display: inline-block ;
}