.bw-popup__heading {
  color: #ffffff;
  text-align: center;
  font-family: 'Ranch Water', sans-serif;
  text-transform: uppercase;
}
.bw-popup__form-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.bw-popup__form-group {
  width: 50%;
}
.bw-popup__form-group label {
  color: #ffffff;
  display: block;
  font-family: 'Adrianna Extended Rg', sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.bw-popup__form-bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.bw-popup__input-field,
.bw-popup__select {
  border: 0 none !important;
  border-radius: 0 !important;
}
.bw-popup__submit {
  display: block !important;
  width: 100% !important;
  margin: 30px auto 0;
  border: 1px solid #EEE6D9 !important;
  background-color: #EEE6D9 !important;
  font-family: 'Adrianna Extended Rg', sans-serif;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  color: #172539 !important;
  max-width: 170px;
}
.ui-datepicker-month,
.ui-datepicker-year {
  display: inline;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .close-btn-container {
    position: absolute !important;
    right: 20px;
    top: 20px;
  }
}