.modal-body { 
  color: #000; 
}

#modalDate {
  color: #B03B2A;
}

.location-popup2-content_close {
position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: var(--main-color);
  display: inline-block;
  border-radius: 30px;
  border: none;
  color: #fff;
  opacity: 1;
  z-index: 1;
}

#bookingForm label {
  color: #000 !important;
}

