#map,
#loading {
  height: 100svb;
}

.position-absolute {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 1rem;
  pointer-events: none;
}

.input-group {
  background-color: white;
  padding: 0.5rem;
  border-radius: 0.5rem;
  pointer-events: auto;
}

/* reCAPTCHA v2 Modal */
.recaptcha-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recaptcha-modal.d-none {
  display: none !important;
}

.recaptcha-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.recaptcha-content {
  position: relative;
  z-index: 10001;
  background: white;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

#recaptcha-widget {
  display: flex;
  justify-content: center;
  align-items: center;
}

.leaflet-bottom.leaflet-right {
  display: none !important;
}