.modal.is-active .modal-background {
  opacity: 0.6 !important;
}
.modal-card {
  overflow-y: hidden;
}
.modal-card-head {
  background-color: #ffffff;
  text-align: center;
}
.modal-card-body {
  background-color: #ffffff;
  overflow-x: hidden;
  text-align: center;
}

.heading-padding {
  padding-top: 1.5rem;
}
#map {
  z-index: 1 !important;
}
#modal {
  z-index: 2 !important;
}
