@charset "utf-8";

#tripla-searching-app {
  display: block !important;
  text-align: center;
  position: fixed;
  z-index: 1000000;
  width: 90%;
  bottom: 20px;
  left: 50%;
  box-shadow: none;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  border-radius: 10px;
}
#tripla-searching-app.hide {
  display: none !important;
}
#tripla-searching-app .btn-close {
  content: "×";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #808080;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
}

#tripla-hotel-picker-multiselect .multiselect--above .multiselect__content-wrapper {
  bottom: 42px !important;
  top: auto !important;
}

.search-widget-search-container-bf1818 {
  border: rgb(128, 128, 128) 3px solid !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
}
.button-btn-f51c1a {
  background-color: #808080 !important;
}
.search_panel_btn {
  display: none;
}
.input-container-input-container-da40af .input-container-title-db81ec {
  font-size: 14px !important;
  text-align: left !important;
}
#tripla-hotel-picker-multiselect .highlight-group {
  background-color: rgba(22, 53, 103, 1) !important;
  color: #FFF !important;
}
#tripla-hotel-picker-multiselect .highlight-group:before {
  content: "▼";
}
#tripla-hotel-picker-multiselect .multiselect__option {
  border-bottom: #ccc 1px solid !important;
}
#tripla-hotel-picker-multiselect .multiselect__option--highlight .highlight-group {
  background: #e8e8e8 !important;
  color: #000 !important;
}
#tripla-hotel-picker-multiselect .multiselect__option--highlight .highlight-group:before {
  display: none;
}

@media screen and (max-width: 992px) {
    .search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf, 
    .search-widget-two-picker-wrapper-4ca735,
    .search-widget-search-container-bf1818 .search-widget-button-wrapper-d2b715 {
        display: inline-block !important;
    }
    .input-container-input-container-da40af {
      display: inline-block !important;
      margin: 0 10px 10px 0 !important;
      width: inherit !important;
    }
    .input-container-input-container-da40af.input-container-width-sm-88e98c {
      width: 120px !important;
    }
    .search-widget-input-34bba0 {
      width: inherit !important;
    }
}

@media screen and (max-width: 767px) {
  #tripla-searching-app {
    display: none !important;
  }
}