.fnb-booking-widget {
  color: #5C5D5D !important;
  font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
}

::placeholder {
  color: #9D8F66 !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #9D8F66 !important;
}

.fnb-booking-widget .col-md-6 .col-md-3 {
  padding-left: 0 !important;
}

.fnb-booking-widget .col-md-6 .col-md-9 {
  padding-right: 0 !important;
}

.step1_loading {
  display: flex;
  justify-content: center;
}

.step2_loading {
  display: flex;
  justify-content: center;
}

.fnb-booking-widget .row .fnb-step-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 0px !important;
}

.fnb-booking-widget .row .success-icon-top {
  /* margin-top: 65px; */
}

.fnb-booking-widget .row .success-content-bottom {
  margin-bottom: 0px !important;
}

.fnb-booking-widget .row .fnb-step-title img {
  width: 100px;
  aspect-ratio: 1 / 1;
}

.fnb-booking-widget .row .fnb-step-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}

.fnb-booking-widget .row label a {
  text-decoration: underline;
}

.fnb-booking-widget .row label {
  font-size: 16px;
  line-height: 39px;
  font-weight: 400;
  text-align: right;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}

.form-check .form-check-label {
  font-size: 16px;
  line-height: 39px;
  font-weight: 400;
  text-align: right;
  width: 100%;
  margin-bottom: 5px !important;
  padding: 0;
}

.fnb-booking-widget .row .form-control {
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  border: 1px solid #9d8f66;
  height: 40px;
  line-height: 40px;
  color: #9D8F66 !important;
}

.fnb-booking-widget .row {
  margin-left: 0;
  margin-right: 0;
}

.fnb-booking-widget .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0px;
}

#step3_container .row .col-md-6 .col-md-3 {
  padding-right: 7px !important;
}

.fnb-booking-widget .MakeAReservation {
  color: #fff !important;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 1px;
  background: #9d8f66;
  width: 294px;
  height: 36px;
  line-height: 36px;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  border-radius: 0;
  cursor: pointer;

  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.fnb-booking-widget .MakeAReservation:hover {
  background: #A8996e;
  color: #fff !important;
}

.fnb-booking-widget .row .action-button {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  /* align-content: center; */
  justify-content: center;
  align-items: center;
}

#step1_container .row .col-md-6 {
  margin-left: 25px;
}

.booking-btn-container {
  margin-top: 20px;
}

#step1_container .row:last-child .col-md-6 {
  margin-left: 0;
}

.fnb-booking-widget .row .otherbutton {
  color: #fff !important;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 1px;
  background: #9d8f66;
  width: 170px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.fnb-booking-widget .row #fnb_step2_previous,
.fnb-booking-widget .row #MakeAReservationâ€”step4-p {
  background: #fff;
  color: #9D8F66 !important;
  border: 1px solid #9D8F66;
}

.fnb-booking-widget .row .otherbutton:hover {
  background: #9d8f66;
  color: #fff !important;
}

.fnb-booking-widget .row #fnb_step2_previous:hover,
.fnb-booking-widget .row #MakeAReservationâ€”step4-p:hover {
  background: #9d8f66;
  color: #fff !important;
}

.step1-container,
.step2-container,
.step3-container,
.confirm-payment-container,
.loading-container,
.waiting-payment-container,
.success-container,
.fail-container {
  background: #f2f0e9;
  border: 0px;
  position: relative;
  margin-top: 30px;
  padding: 70px 0;
}

.step1-container::after,
.step2-container::after,
.step3-container::after,
.confirm-payment-container::after,
.loading-container::after,
.waiting-payment-container::after,
.success-container::after,
.fail-container::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 20px solid #f2f0e9;
  position: absolute;
  left: calc(50% - 20px);
  top: -20px;
}

.step1-container .row,
.step2-container .row,
.step3-container .row,
.confirm-payment-container .row,
.waiting-payment-container .row,
.loading-container .row,
.success-container .row,
.fail-container .row {
  max-width: 1260px;
  margin: auto;
}

#step1_container .row .col-md-6 .col-md-3 {
  padding-right: 7px !important;
}

.fnb-booking-widget .row #booking_date_1,
.fnb-booking-widget .row #booking_date_2 {
  background: #fff url(../image/icon17.png) no-repeat right 15px top 8px !important;
  cursor: pointer;
}

.fnb-booking-widget .row .spinner {
  border: 1px solid #9d8f66;
  display: flex;
}

.fnb-booking-widget .row .spinner a:first-child {
  border-right: 1px solid #9d8f66 !important;
  background: #fff url(../image/icon23.png) no-repeat center !important;
  background-size: 36px 36px !important;
  width: 39.5px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border: none;
  cursor: pointer;
  background-color: #fff;
  vertical-align: top;
}

.fnb-booking-widget .row .spinner a:last-child {
  border-left: 1px solid #9d8f66 !important;
  background: #fff url(../image/icon24.png) no-repeat center !important;
  background-size: 36px 36px !important;
  width: 39.5px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border: none;
  cursor: pointer;
  background-color: #fff;
  vertical-align: top;
  position: relative;
}

.fnb-booking-widget .row .spinner input {
  width: calc(100% - 80px);
  height: 36px;
  text-align: center;
  position: relative;
  top: 0;
  border-radius: 0;
  border: none;
  font-size: 14px;
  outline: none;
  color: #9D8F66 !important;
}

.fnb-booking-widget .row .collapseReservation_step2_choicetime .timeslot-option {
    width: calc((100% / 5) - 8px);
    margin-right: 6px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 0;
    border: 1px solid #9d8f66;
    display: inline-block;
    text-align: center;
    color: #9D8F66 !important;
    cursor: pointer;
    font-size: 14px !important;
}

.fnb-booking-widget .row .collapseReservation_step2_choicetime .active {
  background: #9d8f66;
  color: #fff !important;
}

.fnb-booking-widget .row .collapseReservation_step2_choicetime .unchoice {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.25) !important;
    width: calc((100% / 5) - 8px);
    margin-right: 6px;
    margin-top: 0;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
}

.fnb-booking-widget .row .collapseReservation_step2_choicetime .timeslot-option:nth-child(5n) {
  margin-right: 0;
}

.fnb-booking-widget .row #step3_div_text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 18px;
  color: #9D8F66;
  font-weight: 500;
}

.fnb-booking-widget .row #step3_div_text p {
  padding: 0 10px;
}

.fnb-booking-widget .row #step3_div_text p:first-child {
  border-right: 1px solid #9d8f66;
}

.fnb-booking-widget .row #step3_div_text p:nth-child(2) {
  border-right: 1px solid #9d8f66;
}

.fnb-booking-widget .row #step3_div_text p:last-child {
  border-left: none;
  display: block;
  width: 100%;
  text-align: center;
}

.Reservation_Error_tips0,
.Reservation_Error_tips1,
.Reservation_Error_tips_title,
.Reservation_Error_tips2,
.Reservation_Error_tips3,
.Reservation_Error_tips4,
.Reservation_Error_tips5,
.Reservation_Error_tips6,
.Reservation_Error_tips7,
.Reservation_Error_tips8,
.Reservation_Error_lang,
.Reservation_Error_tips_spatype,
.Reservation_Error_tips_spaname,
.Reservation_Error_tips_therapist,
.Reservation_Error_tips_time,
.Reservation_Error_tipstel {
  color: red;
  line-height: 20px;
  font-size: 12px;
  display: none;
  text-align: left;
}
.Reservation_Error_tips5{
  clear: both;
}
#code_image {
  width: 100%;
  height: 40px;
}

.fnb-booking-widget .row .FormControl_dropdownHotel {
  width: 100%;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  background: url(../image/selecthotel.png) no-repeat right 10px center;
  background-size: 20px;
  padding-left: 15px;
  padding-right: 40px;
  font-size: 14px;
  background-color: #fff;
  color: #9D8F66 !important;
  border-radius: 0;
}

.fnb-booking-widget .row .FormControl_date_select_row {
  border: 1px solid #9d8f66 !important;
}

.Name_row_label {
  padding: 0 !important;
  padding-right: 7px !important;
}

.Name_row_input {
  padding: 0 !important;
  padding-left: 7px !important;
}

.Telephone_row_label {
  padding: 0 !important;
  padding-right: 7px !important;
}

.Telephone_row_input {
  padding: 0 !important;
  padding-left: 7px !important;
}

.form-deposit-remind {
  position: relative;
  display: block;
  /* padding-left: 1.25rem; */
  /* padding-left: 13%; */
  margin-top: 30px !important;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.form-check {
  position: relative;
  display: block;
  /* padding-left: 1.25rem; */
  /* padding-left: 13%; */
  margin-top: 30px !important;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
}

.form-check .Reservation_Error_tips6 {
  padding-left: 25px;
}

.form-check-input {
  margin-top: 3px !important;
  margin-left: -18p !important;
  position: absolute !important;
}

.form-check-label {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #5C5D5D !important;
  text-align: left !important;
  line-height: 22px !important;
  margin-left: 25px !important;
}

.Telephone_row_select2_div {
  position: relative;
}

.Telephone_row_select ul li {
  padding-left: 15px !important;
  min-height: 40px;
  max-height: 80px;
  line-height: 20px;
  overflow: hidden;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
}

.Telephone_row_select2_div span {
  position: absolute;
  top: 9px;
  left: 55px;
  cursor: pointer;
  z-index: 1;
  pointer-events: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
}

.Captcha_input {
  padding: 0 !important;
  /* padding-right: 7px !important; */
}

.Captcha_img {
  padding: 0 15px 0 7px !important;
}

.Captcha_refresh {
  padding: 0 !important;
  text-align: center !important;
  background-color: #fff !important;
  cursor: pointer !important;
}

.Captcha_refresh i {
  color: #9D8F66 !important;
  font-size: 28px !important;
  line-height: 40px !important;
}

label.form-label.no_adults {
  margin-bottom: 15px;
}

.choicetime_title {
  margin-bottom: 7px;
}

div.collapseReservation_Dining_space {
  color: #9D8F66;
}

.payment_number {
  display: inline;
}

.payment_image {
  display: flex;
  gap: 30px;
  justify-content: center;
}

#amount_paid {
  display: inline;
  color: #9D8F66;
}

.payment_center {
  display: flex;
  justify-content: center;
}

.payment_waiting_info {
  width: 70%;
  color: #9D8F66;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .step1_loading img {
    height: 79px !important;
    width: auto !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1290px) {
  .col-xs-12.step3-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {

  .step1-container,
  .step2-container,
  .step3-container,
  .confirm-payment-container,
  .waiting-payment-container,
  .success-container,
  .fail-container {
    padding: 20px 0;
  }

  .fnb-booking-widget .col-xs-1 {
    width: 0 !important;
  }

  .fnb-booking-widget .col-md-6 .col-md-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .fnb-booking-widget .col-md-6 .col-md-9 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .fnb-booking-widget .MakeAReservation {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    width: auto;
    margin-left: 14px;
    margin-right: 14px;
  }

  .fnb-booking-widget .row .fnb-step-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .fnb-booking-widget .row .fnb-step-title img {
    width: 45px;
    aspect-ratio: 1 / 1;
  }

  .fnb-booking-widget .row .fnb-step-content {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 15px;
  }

  .fnb-booking-widget .row label {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    width: auto;
  }

  .fnb-booking-widget .row .form-control {
    font-size: 14px;
    margin-bottom: 0px;
  }


  .fnb-booking-widget .row .spinner {
    margin-bottom: 15px;
  }

  .fnb-booking-widget .row .collapseReservation_step2_choicetime .timeslot-option {
    margin-top: 5px;
    width: calc((100% / 4) - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
  }

  .fnb-booking-widget .row .collapseReservation_step2_choicetime .timeslot-option:nth-child(4n) {
    margin-right: 0;
  }

  .fnb-booking-widget .row .collapseReservation_step2_choicetime .timeslot-option:nth-child(5n) {
    margin-right: 12px;
  }

  .collapseReservation_step2_choicetime {
    margin-bottom: 15px;
  }

  .fnb-booking-widget .row .collapseReservation_step2_choicetime .timeslot-option {
    margin-top: 5px;
    width: calc((100% / 4) - 12px);
    margin-right: 12px;
  }

  .fnb-booking-widget .row .collapseReservation_step2_choicetime .timeslot-option:nth-child(4n) {
    margin-right: 0;
  }

  .Name_row_label {
    padding-right: 0 !important;
    margin-bottom: 15px;
  }

  .Name_row_input {
    padding-left: 0 !important;
    margin-bottom: 0;
  }

  .Telephone_row_label {
    margin-bottom: 0;
  }

  .Telephone_row_input {
    margin-bottom: 0;
  }

  .fnb-booking-widget .row .collapseReservation_step2_choicetime .timeslot-option:nth-child(5n) {
    margin-right: 12px;
  }

  .collapseReservation_step2_choicetime {
    margin-bottom: 15px;
  }

  .fnb-booking-widget .row .collapseReservation_step2_choicetime .unchoice {
    margin-bottom: 5px;
    width: calc((100% / 4) - 12px);
    margin-right: 12px;
  }

  .form-check {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px !important;
  }

  .form-check .form-check-label {
    margin-top: 0 !important;
  }

  #DinningTop-from #step2_container .collapseReservation_step2_choicetime {
    padding-right: 5px !important;
  }

  .FormControl_date_select_row {
    margin-bottom: 15px;
  }

  .Name_row_label {
    padding-right: 0 !important;
    margin-bottom: 15px;
  }

  .Name_row_input {
    padding-left: 0 !important;
    margin-bottom: 15px;
  }

  .Telephone_row_label {
    margin-bottom: 15px;
  }

  .Telephone_row_input {
    margin-bottom: 15px;
  }

  .Telephone_row_select2 ul {
    width: 100%;
  }

  #step1_container .row .col-md-6 {
    margin-left: 0;
  }

  .booking-btn-container {
    margin-top: 0 !important;
  }

  .fnb-booking-widget .row #step3_div_text {
    font-size: 14px;
    line-height: 21px;
  }

  .form-check {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .fnb-booking-widget .row .otherbutton {
    width: 100%;
    margin-top: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 14px !important;
  }

  .MakeAReservationâ€”payment-n {
    margin-left: 0;
    margin-right: 0;
    width: 80px;
  }

  input#booking_date_2 {
    margin-bottom: 15px;
  }

  .payment_image img {
    width: 71px;
    height: 44px;
  }

  .payment_waiting_info {
    width: 80%;
    color: #9D8F66;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
  }

  .fnb-booking-widget .row #step3_div_text p {
    padding: 0 10px;
    display: block;
    width: 100%;
    text-align: center;
  }

  .fnb-booking-widget .row #step3_div_text p {
    border-right: none;
    margin-top: 0 !important;
  }

  .fnb-booking-widget .row #step3_div_text p:first-child {
    border-right: none;
  }

  .fnb-booking-widget .row #step3_div_text p:nth-child(2) {
    border-right: none;
  }
  .DiningGuestMore_tips{
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: -10px;
  }
  .DiningBookingDate_tips{
    padding-top: 10px !important;
  }
  
}

.mangoarea-hide {
  display:none !important;
}
.mangoarea-show {
  display:block !important;
}

.dining-child-wrap{
  margin-bottom: 15px !important;
}
.DiningGuestMore_tips{
  margin-top: -15px;
}
.showtips{
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .dining-child-wrap{
    margin-bottom: 0 !important;
  }
  .step2_error .payment_center .col-md-3{
    display: none;
  }
  .step2_error .action-button .col-md-3{
    display: none;
  }
  .step2_error .action-button .payment_waiting_info a{
    margin-left: 0;
    margin-right: 0;
  }
}
.DiningGuestMore_tips a[href^="tel:"] {  
  color: #f00; 
  text-decoration: none;
  pointer-events: none; 
}
