
/* banner widget */
.home-banner-widget {
  position: absolute;
  bottom: 60px;
  margin: 0 20px;
  max-width: 1310px;
  width: calc(100% - 40px);
  left: calc(50% - 20px);
  transform: translateX(-50%);
  background-color: var(--bg-header);
  border-radius: 50px;
}
.home-banner-widget__form {
  display: flex;
  justify-content: space-between;
  padding: 0px 0 0px 35px;
}
.home-banner-widget__form-text {
  font: var(--reservation-widget-label-fonts);
  font-size: 14px;
  color: var(--primary-color);
  text-transform: var(--reservation-widget-label-fonts-text-transform);
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.home-banner-widget__form-control{
  height: 21px;
  min-width: 40px;
  padding: 0;
  background: transparent !important;
  border: none !important;
  font: var(--reservation-widget-input-fonts);
  /*font-size: 18px;*/
  text-transform: var(--reservation-widget-input-fonts-text-transform);
  color: var(--text-color) !important;
  cursor: pointer;
  line-height: 21px !important;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.home-banner-widget__form-group{
  width: auto;
  position: relative;
  margin: 15px 0;
  /*min-height: 52px;*/
}
.select-home-banner-widget .home-banner-widget__form-control{
  padding-right: 40px;
}
.select-home-banner-widget .home-banner-widget__form-control:focus, .select-side-widget .side-widget__form-control:focus {
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
select.home-banner-widget__form-control {
  background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6.172' viewBox='0 0 10 6.172'%3E%3Cpath fill='%23C93214' d='M6.172-11.8,10-7.969,13.828-11.8,15-10.625l-5,5-5-5Z' transform='translate(-5 11.797)'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
  background-position: 100% 65%;
  cursor: pointer;
}
.select-home-banner-widget:after {
  content: " ";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M1 1L6 6L11 1" stroke="%23184C60" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  right: 10px;
  top: 30px;
  bottom: 0;
  left: auto;
  width: 30px;
  display: flex;
  cursor: pointer;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: top center;
  pointer-events: none;
}
.home-banner-widget__form .home-banner-widget__form-group + .home-banner-widget__form-group{
  padding-left: 20px;
  border-left: 1px solid #AAA;
  padding-right: 20px;
}
.home-banner-widget__form-actions-main{
  padding: 20px 57px 20px 37px;
  border-radius: 0px 60px 60px 0px;
  height: 100%;
  background: var(--highlight-color) !important;
  border: none;
  color: var(--inverse-font-color) !important;
  /*max-height: 74px;*/
  margin-right: -2px;
  width: 284px;
  font-weight: 600;
}
.home-banner-widget__form-actions-main:hover,
.home-banner-widget__form-actions-main:focus{
  padding: 20px 57px 20px 37px;
  background: var(--secondary-cta-font-hover-color) !important;
  color: var(--secondary-cta-font-color) !important;
  border: none;
}
.home-banner-widget__form-actions-main:before,
.home-banner-widget__form-actions-main:after{
  display:none;
}
.home-banner-widget__form-group.adults .uk-grid{
  height: 100%;
}
.home-banner-widget__form-group.adults .home-banner-widget__form-group{
  width: 50%;
  margin: 0;
  padding-left: 20px;
}
.home-banner-widget__form-group.adults{
  padding-left: 20px;
}
.home-banner-widget__form-group .monthpicker{
  height: 21px;
  padding: 0;
  border: none;
}
.home-banner-widget__form-group .monthpicker_input{
  height: 21px;
  margin: 0;
  padding: 0;
  line-height: 21px;
}
.home-banner-widget__form-group .monthpicker_input .placeholder{
  line-height: 21px;
}
.home-banner-widget__form-group .monthpicker:after{
  right: 0;
  top: 0;
}
.ui-datepicker-trigger{
  right: 0;
  top: 0;
}
.home-banner-widget__form-group.departure{
  padding-left: 60px !important;
  border-left: 0 !important;
}
.home-banner-widget__form-group.arrival{
  padding-right: 60px !important;
}
.home-banner-widget__form-group.departure:before{
  content: '\e937';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  /* width: 50px; */
  /* height: 20px; */
  font-size: 40px;
  font-family: var(--icon-fonts);
  color: var(--primary-color);
}

.home-banner-widget__form-group[data-bookingfiled] .ada-datepicker:has(.home-banner-widget__form-control[disabled])::before {
  content: "Make a selection from Plan Your Trip to continue";
  position: absolute;
  background-color: var(--primary-color);
  color: var(--inverse-font-color);
  top: -40px;
  padding: 5px;
  padding: 0 5px;
  font-size: 12px;
  opacity: 0;
  transition: 0.3s opacity ease;
  width: 190px;
  pointer-events: none;
}
.home-banner-widget__form-group[data-bookingfiled] .ada-datepicker:has(.home-banner-widget__form-control[disabled])::after{
  top: 0px;
  position: absolute;
  display: block;
  content: "";
  border-color: white;
  border-style: solid;
  border-width: 10px;
  border-width: 7px 7px 0 7px;
  border-color: var(--primary-color) transparent;
  left: 40px;
  opacity: 0;
  transition: 0.3s opacity ease;
  pointer-events: none;
}
.side-widget__form-actions button {
  position: relative;
}
.home-banner-widget__form-control[disabled], .side-widget__form-actions button[disabled] {
  cursor: not-allowed;
}
.home-banner-widget__form-control[disabled] + .ui-datepicker-trigger {
  cursor: not-allowed;
  pointer-events: none;
}
.home-banner-widget__form-group[data-bookingfiled]:has(.home-banner-widget__form-control[disabled]):hover .ada-datepicker::before,
.home-banner-widget__form-group[data-bookingfiled]:has(.home-banner-widget__form-control[disabled]):hover .ada-datepicker::after,
.home-banner-widget__form-group[data-bookingfiled]:has(.home-banner-widget__form-control[disabled]):focus .ada-datepicker::before,
.home-banner-widget__form-group[data-bookingfiled]:has(.home-banner-widget__form-control[disabled]):focus .ada-datepicker::after{
  opacity: 1;
  transition: 0.3s opacity ease;
}
@media only screen and (max-width: 1240px) {
  .home-banner-widget__form{
    padding: 0 0 0 20px;
  }
  .home-banner-widget__form-actions-main {
    padding: 20px 25px 20px 25px;
  }
  .select-home-banner-widget .home-banner-widget__form-control {
    padding-right: 35px;
  }
  .home-banner-widget__form .home-banner-widget__form-group+.home-banner-widget__form-group{
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-banner-widget__form-text{
    font-size: 11px;
  }
  .home-banner-widget__form-control{
    padding-right: 10px;
  }
  .home-banner-widget__form-group.departure {
    padding-left: 35px !important;
  }
  .home-banner-widget__form-group.arrival {
    padding-right: 35px !important;
  }
}
@media only screen and (max-width: 1260px) {
  .home-banner-widget {
    display: none;
  }
}
/* banner widget */