.Banner_Form {
  /* padding: 30px 15px; */
  /* background: #f5f3ec; */
}

.Banner_Form .reservation-card {
  background: #f8f6ef;
  border-radius: 15px;
  padding: 25px 25px 0px 25px;
  border: 1px solid #d9d5ca;
  position: relative;
  margin: auto;
  min-height: 100%;
  height: 1000px;
  overflow-y: auto;
}

.Banner_Form .top-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #1f5d50, #3f7b69, #d4a800);
  border-radius: 20px 20px 0 0;
}

.Banner_Form .field-label {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #507261;
  margin-bottom: 8px;
}

.Banner_Form .custom-input {
  height: 48px;
  border-radius: 12px;
  border: none;
  background: #ffffff;
  font-size: 14px;
  box-shadow: none !important;
}

.Banner_Form .custom-input:focus {
  border: none;
  box-shadow: none;
}

.Banner_Form .custom-select__control {
  min-height: 48px !important;
  border-radius: 12px !important;
  border: none !important;
  background: #ffffff !important;
  box-shadow: none !important;
  cursor: pointer !important;
  position: relative;
  z-index: 99 !important;
}

.Banner_Form input::placeholder {
  font-size: 12px;
}

.Banner_Form .custom-select__input-container {
  font-size: 12px;
}

.Banner_Form .custom-select__control:hover {
  border: none !important;
}

.Banner_Form .custom-select__value-container {
  padding: 0 14px !important;
}

.Banner_Form .custom-select__placeholder {
  color: #666 !important;
  font-size: 14px !important;
}

.Banner_Form .custom-select__single-value {
  color: #333 !important;
  font-size: 14px !important;
}

.Banner_Form .custom-select__indicator-separator {
  display: none !important;
}

.Banner_Form .custom-select__dropdown-indicator {
  color: #507261 !important;
  padding-right: 12px !important;
  position: relative;
  z-index: 999 !important;
}

.Banner_Form .custom-select__dropdown-indicator:hover {
  color: #507261 !important;
}

.Banner_Form .custom-select__menu {
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid #ebe7dd;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
  z-index: 5 !important;
  position: relative;
}

.Banner_Form .custom-select__menu-list {
  padding: 0 !important;
}

.Banner_Form .custom-select__option {
  padding: 12px 16px !important;
  font-size: 14px;
  cursor: pointer;
}

.Banner_Form .custom-select__option--is-focused {
  background: #f8f6ef !important;
  color: #333 !important;
}

.Banner_Form .custom-select__option--is-selected {
  background: #f4be00 !important;
  color: #1c2a24 !important;
  font-weight: 600;
}

.Banner_Form .calendar-wrapper {
  margin-top: 10px;
  border-radius: 16px;
  overflow: auto;
  background: white;
  border: 1px solid #ebe7dd;
  width: 100%;
  scrollbar-width: thin;
}

.Banner_Form .react-datepicker {
  width: 100% !important;
  border: none !important;
  font-family: inherit;
}

.Banner_Form .react-datepicker__month-container {
  width: 100%;
}

.Banner_Form .react-datepicker__header {
  background: #fff;
  border-bottom: none;
}

.Banner_Form .react-datepicker__current-month {
  color: #37493f;
  font-size: 18px;
  margin-bottom: 20px;
}

.Banner_Form .react-datepicker__day-name {
  color: #95a499;
  width: 3rem;
}

.Banner_Form .react-datepicker__day {
  width: 3rem;
  line-height: 3rem;
  color: #33493f;
}

.Banner_Form .react-datepicker__day--selected {
  background: transparent !important;
  color: #1e4038 !important;
  font-weight: 700;
  position: relative;
}

.Banner_Form .react-datepicker__day--selected::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 2px;
  background: #e5b500;
}

.Banner_Form .calendar-note {
  margin-top: 15px;
}

.Banner_Form .calendar-note h6 {
  color: #2f423a;
  margin-bottom: 6px;
}

.Banner_Form .calendar-note p {
  color: #5f7b6d;
  font-size: 13px;
  margin-bottom: 0;
  font-style: italic;
}

.Banner_Form .custom-checkbox label,
.vaccinated-checkbox label {
  color: #507261;
  font-size: 13px;
  letter-spacing: 1px;
}

.Banner_Form .reservation-card .button-group {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
  position: sticky;
  bottom: 5px;
  width: auto;
  /* z-index: 99; */
  background: #fff;
  padding: 10px;
}

.Banner_Form .reserve-btn {
  background: #f4be00 !important;
  border: none !important;
  color: #1c2a24 !important;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 40px;
  padding: 14px 28px;
  font-size: 16px;
}

.Banner_Form .concierge-btn {
  background: transparent !important;
  border: 1px solid #8da194 !important;
  color: #507261 !important;
  border-radius: 40px;
  padding: 14px 28px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}

.Banner_Form .react-datepicker__day--disabled {
  color: #a7a7a7 !important;
  opacity: 0.6;
  cursor: not-allowed;
}

@media (min-width: 0px) and (max-width: 991px) {

  .Banner_Form .reserve-btn,
  .Banner_Form .concierge-btn {
    font-size: 14px;
    padding: 14px 12px;
  }

  .Banner_Form .reservation-card {
    height: 100%;
  }

  .Banner_Form .reservation-card {
    padding: 10px 10px 0px 10px;
    margin-top: -55px;
  }

  .Banner_Form .field-label {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .Banner_Form .react-datepicker__current-month {
    color: #37493f;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .Banner_Form .react-datepicker__day {
    width: 30px;
    line-height: 30px;
  }

  .Banner_Form .react-datepicker__day-name {
    width: 30px;
  }

  .Banner_Form .reservation-card .button-group {
    justify-content: center;
  }
}