.availability-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#booking-form {
  width: 100%;
  background: transparent;
  padding: 25px 20px;
  border-radius: 8px;
  font-family: inherit;
  display: flex;
  flex-direction: row;
}

@media (max-width: 1024px) {
  #booking-form {
    display: flex;
    flex-direction: column;
  }

  .nice-select {
    margin-bottom: 20px !important;
  }
}

#booking-form .form-row {
  flex: 1;
  margin-bottom: 0;
  align-items: center !important;
}

#booking-form input {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

#booking-form input
/* #booking-form select */ {
  width: 100%;
  padding: 18px 10px;
  font-size: 15px;
  border-radius: 5px;
  outline: none;
  flex: 1;
  border: none !important;
  box-sizing: border-box;
  font-family: "Gotham Regular", sans-serif !important;
  background: transparent;
  color: white !important;
  appearance: none;
  text-align: left !important;
}

#booking-form input::placeholder,
#booking-form select::placeholder {
  color: white !important;
  text-align: left !important;
  opacity: 0.7;
}

#booking-form button {
  background: #d3cbb8;
  color: #333;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  flex: 1;
  font-size: 16px;
  font-family: "Gotham Regular", sans-serif !important;
  box-sizing: border-box;
}

#booking-form button:hover {
  background: #c19a43 !important;
  color: #fff;
}

#form-response {
  width: 100%;
  margin: 12px 0px;
  font-size: 16px;
  display: none;
  color: #ff4c4c;
  text-align: center;
  font-family: "Gotham Regular", sans-serif !important;
}

.flatpickr-calendar {
  border-radius: 10px;
  padding: 10px;
  width: fit-content !important;
  font-family: "Gotham Regular", sans-serif !important;
  top: 0;
  height: fit-content !important;
  z-index: 99999 !important;
  position: absolute !important;
}

.flatpickr-day {
  border-radius: 6px !important;
  padding-bottom: 10px !important;
}

.flatpickr-day:hover {
  background: transparent !important;
  color: #333 !important;
}

.flatpickr-day.today {
  border: 1px solid #c19a43 !important;
}

.flatpickr-day.selected {
  background: #c19a43 !important;
  color: white;
  border: none;
}

.flatpickr-current-month {
  display: flex;
  align-items: center;
}

.cur-year {
  font-family: "Gotham Regular", sans-serif !important;
}

.flatpickr-input::placeholder {
  color: white !important;
  opacity: 0.7 !important;
  text-align: left !important;
}

.flatpickr-input[readonly] {
  color: white !important;
}

::-webkit-input-placeholder {
  opacity: 1 !important;
}

.flatpickr-input::placeholder,
.flatpickr-alt-input::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
  opacity: 1 !important;
}

.flatpickr-alt-input {
  color: white !important;
  background: transparent !important;
  border: none !important;
}

/* Select */

/* .nice-select {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-family: "Gotham Regular", sans-serif !important;
  font-size: 15px;
  padding-left: 10px !important;
}

.hidden-select {
  display: none;
}

.nice-select-dropdown {
  width: 80% !important;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
}

.nice-select .option {
  color: #333 !important;
  transition: background-color 0.2s ease;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option.selected {
  background-color: #c19a43 !important;
  color: #333 !important;
} */
