
/* Flight search form design */
.flight-searc-box_web22 { position: relative; border-radius: 15px;  margin-top:0px; background: rgb(255 255 255 / 100%); box-shadow: 0px 0px 18px #ccc; padding: 15px; z-index: 1;}
label:has(.choose-trip-type) { padding: 5px 15px; border-radius: 5px; cursor: pointer; color:#000; font-size:13px; display: inline-flex; align-items: center; gap:8px; margin-right: 5px;}
label:has(.choose-trip-type:checked) {background: #bbdbfc; color: #000;}
.form-group {position: relative; margin-bottom:0px; }
.filter-lbl_web22 {font-size: 14px; color:#000; font-weight: 400; position: absolute; top: 10px; left: 20px;}
.flight-field_web22 {width: 100%; height: 64px; color:#000; padding: 30px 20px 8px; border-radius: 0px;  font-size: 16px; font-weight: 700; border:1px solid #ededed; background: #fff; appearance: none;}
.flight-field_web22:focus {outline: none;}
.dropdown-panel {display: none; position: absolute; top: 100%; left: 0; width: 100%; background: white; border: 1px solid #ededed; ; padding: 20px; z-index: 1000; border-radius: 0 0 15px 15px; }
.traveller-row_web22 {display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.traveller-row_web22 > span { color:#000; font-size:14px;}
.traveller-row_web22 > span > span {color: #717070; font-size: 11px; display: block;}
.count-btn_web22 {width: 28px; height: 28px; border-radius: 50%; border: 1px solid #d41c1c; background: #d41c1c; color:#fff; cursor: pointer; text-align: center; line-height: 23px; font-size: 16px; }
.passenger-count-output_web22 {font-size: 14px; color:#000; width: 20px; display: inline-flex; justify-content: center; }
.travel-class-lbl_web22 {font-size: 14px; font-weight: 700; padding-bottom: 5px;}
#returnDate:disabled {opacity: 0.5;}
.form-control#travelClass {font-size:13px;}
.transparent-bg {background: transparent !important;}
.flight-search-btn_web22 {font-size: 14px; height: 64px; font-weight: 400; border-radius: 10px; color: #fff; text-decoration: none; border: 1px solid #ce0000; background: #ce0000; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 12px 20px; margin-top: 0px; transition: all 0.3s ease-in-out; }

/* Flight search loader */
.flight-search-loader_web22 {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 1); display: none; justify-content: center; align-items: center; z-index: 9999; }
.flight-loader-img_web22 {width: 100px; height: 100px; object-fit: contain; margin:auto; display: table; }
.flight-loader-txt_web22 {text-align: center; font-size:16px; color:#000; }


@media only screen and (max-width:767px) {
  .flight-searc-box_web22 {padding: 15px; margin-top:0px !important; !important; margin-top:15px !important;}
  label:has(.choose-trip-type) {color:#000;}
  .flight-field_web22 {border-radius: 10px;}
}
