/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.bookingform {
  font-family: "Inter", sans-serif;
  max-width: 960px;
  margin: 0 auto 20px;
  padding: 0;
}
.bookingform * {
  box-sizing: border-box;
}
.bookingform h3 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 24px 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e80d0d;
}
.col-booking-100 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.col-booking-50 {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.col-booking-center {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 20px 24px;
}
.inputarea {
  margin-bottom: 14px;
}
.inputarea label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}
.inputarea .red {
  color: #e80d0d;
  font-weight: 400;
  font-size: 12px;
}
.inputfield {
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #ddd !important;
  border-radius: 0;
  padding: 10px 10px !important;
  text-indent: 10px;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.inputfield:focus {
  outline: none;
  box-shadow: none;
}
.inputfield:hover {
  cursor: pointer;
}
textarea#comment {
  width: 100%;
  min-height: 80px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  resize: vertical;
}
.bookingdetail_field {
  padding: 6px 0;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #e0e0e0;
}
.bookingdetail_field:last-child {
  border-bottom: none;
}
.bookingdetail_field label {
  font-weight: 600;
  color: #444;
  min-width: 200px;
}
.note_vnd {
  background: #fff8e1;
  border-left: 4px solid #ffc107;
  padding: 10px 14px;
  margin-top: 12px;
  font-size: 13px;
  border-radius: 4px;
}
.accept_term_condition {
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 16px 20px;
  margin: 6px 0 12px;
  font-size: 13px;
  line-height: 1.7;
  background: #fafafa;
}
.accept_term_condition h4 {
  margin: 14px 0 6px;
  font-size: 15px;
}
.accept_term_condition p {
  margin: 0 0 8px;
}
.accept_term_condition ul,
.accept_term_condition ol {
  margin: 0 0 8px 20px;
}
.check_termcondition {
  font-size: 14px;
  cursor: pointer;
}
.check_termcondition input {
  margin-right: 6px;
}
#submit {
  margin: 15px 0 0 !important;
  padding: 18px 30px;
  background: #e80d0d;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  line-height: 1;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}
#submit:hover {
  background: #c40b0b;
}
#submit:disabled {
  background: #999;
  cursor: not-allowed;
}
.hidden0 {
  display: none;
}
.clear {
  clear: both;
}
.clearfloat {
  clear: both;
}
#paymentdetail {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .col-booking-50 {
    width: 100%;
    float: none;
    padding: 0;
  }
  .bookingdetail_field {
    flex-direction: column;
  }
}
