@charset "UTF-8";
.search_booking {
  display: grid;
  grid-template-columns: auto 164px;
  grid-gap: 120px;
  margin-bottom: 24px;
}
.search_booking #booking_form {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 0.75fr;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: visible;
}
.search_booking #booking_form input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.search_booking #booking_form .search-input {
  display: flex;
  padding: 10px;
  color: #999;
  background: #fff;
}
.search_booking #booking_form .search-input .flatpickr-input {
  background: #ffffff;
}
.search_booking #booking_form .search-input #date_display {
  padding-left: 10px;
}
.search_booking #booking_form .box-search {
  height: 100%;
  background-color: #fff;
  position: relative;
  border-left: 1px solid #ccc;
}
.search_booking #booking_form .box-search svg {
  position: absolute;
  top: 12px;
  left: 4px;
}
@media (max-width: 768px) {
  .search_booking #booking_form .box-search svg {
    top: 14px;
    left: 2px;
  }
}
.search_booking #booking_form .box-search span {
  display: flex;
  margin-top: 4%;
}
.search_booking #booking_form .box-search span input {
  padding: 0 5px 0 7px;
}
.search_booking #booking_form .box-search input,
.search_booking #booking_form .box-search select {
  width: 100%;
  height: 100%;
  border: unset;
  padding: 0 5px 0 32px;
  font-size: 14px;
  border-radius: 0;
}
.search_booking #booking_form .box-search input:focus,
.search_booking #booking_form .box-search select:focus {
  outline: unset;
}
.search_booking #booking_form .box-search .suggest_box {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  display: none;
  background-color: #fff;
  flex-direction: column;
  z-index: 10;
  width: 100%;
}
.search_booking #booking_form .box-search .suggest_box .item_suggest {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.search_booking #booking_form .box-search .suggest_box .item_suggest:hover {
  background-color: rgba(177, 177, 177, 0.3294117647);
}
.search_booking #booking_form .box-search .show {
  display: flex;
}
.search_booking #booking_form .box-search input, .search_booking #booking_form .box-search select {
  color: #999;
}
.search_booking #booking_form .box-search #search__input::placeholder {
  color: #999; /* Đổi thành màu bạn muốn, ví dụ: #666, red, etc. */
}
.search_booking #booking_form .submit {
  height: 100%;
}
.search_booking #booking_form .submit #searchbt {
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgb(0, 103, 152);
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  outline: none;
  border: none;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .search_booking #booking_form .submit #searchbt {
    height: 100%;
    border-radius: 7px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block;
  }
}
.search_booking .btn_golf-plus {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(248, 153, 28);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .search_booking .btn_golf-plus {
    display: none;
  }
}

/* Toàn bộ calendar */
.flatpickr-calendar {
  font-family: "Arial", sans-serif; /* đổi font */
  font-size: 14px; /* đổi size */
  color: #333; /* đổi màu chữ */
}

/* Header (tháng/năm, nút điều hướng) */
.flatpickr-months,
.flatpickr-current-month {
  font-family: Gotham;
  font-weight: bold;
  font-size: 15px;
}

/* Các ngày trong lịch */
.flatpickr-day {
  font-size: 13px;
  font-family: Gotham;
  color: #000;
}

/* Ngày đang chọn */
.flatpickr-day.selected {
  background: #007bff;
  color: #fff;
  font-weight: bold;
}

/* Ngày hôm nay */
.flatpickr-day.today {
  border: 1px solid #007bff;
  font-weight: bold;
}

/* Nút Clear, Today */
.flatpickr-calendar .flatpickr-footer span {
  font-family: Gotham;
  font-size: 12px;
  color: #555;
}

.flatpickr-calendar {
  font-family: Gotham;
  font-size: 14px;
  color: #333;
}

.flatpickr-day {
  font-size: 13px;
}

.flatpickr-day.selected {
  background: #123e84;
  color: #fff;
}

@media (max-width: 768px) {
  .search_booking {
    order: -1;
    max-width: 100%;
    overflow: visible;
    grid-template-columns: unset;
    margin-bottom: 10px;
  }
  .search_booking #booking_form {
    display: grid;
    grid-template-columns: 39% 0% 48% 14%;
    gap: 0px; /* tùy chọn khoảng cách giữa các ô */
    align-items: center;
    width: 100%;
    background: #fff;
  }
  .search_booking #booking_form .box-search:nth-child(2) {
    display: none;
  }
  .search_booking #booking_form .box-search .show {
    top: unset;
    margin-top: 15px;
    width: 94%;
    left: 3%;
  }
  .search_booking #booking_form .box-search:nth-child(1) {
    display: inline;
  }
  .search_booking #booking_form .box-search:nth-child(1) input {
    width: 67%;
    padding: 0 10px 0 11px;
    background: #ffffff;
  }
  .search_booking #booking_form .box-search:nth-child(2) {
    grid-column: 2;
  }
  .search_booking #booking_form .box-search:nth-child(3) {
    grid-column: 3;
    position: static;
    width: 90%;
    background: #fff;
  }
  .search_booking #booking_form .box-search:nth-child(3) span {
    display: flex;
    margin-top: 6%;
    height: 32px;
  }
  .search_booking #booking_form .box-search:nth-child(3) span input {
    padding: 0 5px 0 7px;
  }
  .search_booking #booking_form .field.submit {
    grid-column: 4;
  }
  .search_booking #searchbt {
    font-size: 0;
    position: relative;
  }
  .search_booking #searchbt span {
    display: none;
  }
  .search_booking #searchbt::before {
    font-size: 20px;
  }
}

/*# sourceMappingURL=goflbooking.css.map */
