/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/

#search_hotel_block_form .grid {
  display: grid;
  column-gap: 5px;
}
#search_hotel_block_form .grid .grid-item {
  display: grid;
}
#search_hotel_block_form .area-1 {
  --col-span: 1;
}
#search_hotel_block_form .area-2 {
  --col-span: 2;
}
#search_hotel_block_form .area-3 {
  --col-span: 3;
}
#search_hotel_block_form .area-4 {
  --col-span: 4;
}
#search_hotel_block_form .area-5 {
  --col-span: 5;
}
#search_hotel_block_form .area-6 {
  --col-span: 6;
}
#search_hotel_block_form .area-7 {
  --col-span: 7;
}
#daterange_value.multi-date {
  column-gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}
.fancybox-wrap #search_hotel_block_form .form-group.xs-calendar {
  position: relative;
}
@media (max-width: 767px) {
  #search_hotel_block_form .grid {
    display: block;
  }
  #search_hotel_block_form .grid .grid-item {
    display: block;
  }
}
#search_hotel_block_form .header-rmsearch-input {
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  color: #111827;
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff !important;
  height: 100%;
  min-height: 46px;
}
#search_hotel_block_form .header-rmsearch-input:focus,
#search_hotel_block_form .header-rmsearch-input:active {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.18);
  outline: none;
  background-color: #ffffff !important;
}
  #search_hotel_block_form #hotel_location {
    padding-left: 38px;
    background: url("../../views/img/icon-map-pin.svg") no-repeat 12px 50%;
    background-size: 18px 18px;
  }
  #search_hotel_block_form .error_border {
    border: 1px solid #ff0000 !important;
  }
  #search_hotel_block_form #id_hotel_button {
    appearance: none;
    width: 100%;
    padding-left: 35px;
    padding-right: 20px;
    background: url("../../views/img/icon-hotel.svg") no-repeat 10px 50%, url("../../views/img/icon-dropdown-arrow.svg") no-repeat calc(100% - 10px) 50%;
    background-color: #FFF;}
  #id_hotel_button{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #search_hotel_block_form .input-date {
    display: grid;
    cursor: text;}
  #search_hotel_block_form .input-date.focused {
    border: 2px solid #1292FF; }
  #search_hotel_block_form .input-date span {
    align-self: center;}
    #search_hotel_block_form .input-date span i {
      transform: scale(0.8, 0.6);}
  .header-rmsearch-input::-webkit-input-placeholder {
    color: #333;}
  .header-rmsearch-input:-moz-placeholder {
    /* Firefox 18- */
    color: #333;
    font-weight: 400;
    opacity: 1;}
  .header-rmsearch-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
    font-weight: 400;
    opacity: 1;}
  .header-rmsearch-input:-ms-input-placeholder {
    color: #333;
    font-weight: 400;}
  .search_block_container .dropdown-toggle {
    background-color: #f2f2f2;
    width: 100%;
    border-color: #d6d4d4;
    color: #000;
    padding: 0px !important;
    height: 40px;}

.header-rmsearch-wrapper .dropdown {
  position: relative;}
.header-rmsearch-wrapper .dropdown-menu {
  margin: 0px;}
.header-rmsearch-wrapper .location_search_results_ul {
  position: absolute;
  font-size: 14px;
  z-index: 100;
  font-weight: 400;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 16px 40px -12px rgba(0,0,0,0.25);
  padding: 8px 0;
  max-height: 360px;
  overflow-y: auto;
  background-color: #ffffff;
}
.header-rmsearch-wrapper .location_search_results_ul .suggestions-header {
  color: #6b7280;
  font-weight: 600;
  font-size: 12px;
  padding: 8px 16px;
  cursor: default;
  pointer-events: none;
  user-select: none;
  border-bottom: 1px solid #f3f4f6;
}
.header-rmsearch-wrapper .location_search_results_ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  color: #111827;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  list-style: none;
  padding: 10px 16px;
}
.header-rmsearch-wrapper .location_search_results_ul li .suggestion-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: url("../../views/img/icon-map-pin.svg") no-repeat center center;
  background-size: 18px 18px;
}
.header-rmsearch-wrapper .location_search_results_ul li[data-type="nearby"] .suggestion-icon {
  filter: hue-rotate(110deg) saturate(1.2);
}
.header-rmsearch-wrapper .location_search_results_ul li[data-type="city"] .suggestion-icon {
  filter: hue-rotate(200deg) saturate(1.2);
}
.header-rmsearch-wrapper .location_search_results_ul li .suggestion-title {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-rmsearch-wrapper .location_search_results_ul li:hover,
.header-rmsearch-wrapper .location_search_results_ul li:focus {
  background-color: #f5f8ff;
}

/* Google Places Autocomplete panel styling to match suggestions list */
.pac-container,
#search_hotel_block_form .pac-container {
  box-shadow: 0 16px 40px -12px rgba(0,0,0,0.25);
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 8px 0;
  font-size: 14px;
  z-index: 10000;
  min-width: 100%;
  background-color: #ffffff;
}
.pac-container .pac-logo,
#search_hotel_block_form .pac-container .pac-logo {
  border-top: none;
  padding: 8px 12px;
  border: none !important;
}
.pac-container .pac-item,
#search_hotel_block_form .pac-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  cursor: pointer;
  color: #111827;
  border: none !important;
  box-shadow: none !important;
  margin: 0;
  border-radius: 0;
  min-height: 40px;
}
.pac-container .pac-item + .pac-item,
#search_hotel_block_form .pac-item + .pac-item {
  border-top: none !important;
}
.pac-container .pac-item .pac-item-query,
#search_hotel_block_form .pac-item .pac-item-query {
  font-weight: 600;
  color: #111827;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pac-container .pac-item > span:not(.pac-item-query),
#search_hotel_block_form .pac-item > span:not(.pac-item-query) {
  display: none;
}
.pac-container .pac-item:hover,
.pac-container .pac-item.pac-item-selected,
#search_hotel_block_form .pac-item:hover,
#search_hotel_block_form .pac-item.pac-item-selected {
  background-color: #f5f8ff;
}
.pac-container .pac-item:before,
#search_hotel_block_form .pac-item:before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: url("../../views/img/icon-map-pin.svg") no-repeat center center;
  background-size: 18px 18px;
  margin-right: 0;
}
.pac-container .pac-icon,
#search_hotel_block_form .pac-icon {
  display: none;
}
.header-rmsearch-wrapper .location_search_results_ul.top {
  top: unset;
  bottom: 55px; }
.header-rmsearch-wrapper .location_search_results_ul.bottom {
  top: 100%; }


.header-rmsearch-wrapper .label-desc-txt {
  font-size: 12px;
  color: #777777;
  margin: 0;}
.header-rmsearch-wrapper .btn {
  font-weight: 600;}
.header-rmsearch-wrapper .btn-primary {
  background-color: #1292FF;
  color: #FFF;}
.header-rmsearch-wrapper .btn-lg {
  padding: 19px;}
.header-rmsearch-wrapper .wk-padding-5 {
  padding-left: 5px;
  padding-right: 5px;}
  /* .header-rmsearch-wrapper {
    background-color: #FFF;
    border-radius: 6px;
    padding: 20px;} */
    .header-search-tag-line {
      font-size: 19px;
      color: #000000;
      font-weight: 600;
      text-align: center;
      margin-top: 0px;}
    .header-search-tag-desc {
      font-size: 14px;
      color: #333333;
      line-height: 22px;
      text-align: center;}
      #search_hotel_block_form #search_room_submit {
        background-color: #1292FF;
        width: 100%;
        font-size: 13px;
        text-transform: uppercase;
        border: none;
        border-radius: 4px;
        min-height: 55px;}
      .submit_occupancy_btn {
        background-color: #1292FF;
        border: none;
        border-radius: 4px;}


/* occupancy  */
#search_occupancy_wrapper {
  border: none;
  max-height: 400px;
  min-width: 280px;
  overflow: auto;
  box-shadow: 0 8px 25px -4px rgba(0,0,0,0.39);
  left: 0px;
  padding: 15px 20px;}
  #search_occupancy_wrapper.top {
    top: unset;
    bottom: 100%; }
  #search_occupancy_wrapper.bottom {
    top: 100%; }
  #search_occupancy_wrapper .occupancy-info-separator {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: -20px;
      margin-left: -20px;}
  #search_occupancy_wrapper .children_age_info_block {
    display: none;}
  #search_occupancy_wrapper .children_age_info_block label {
    font-size: 12px;
    color: #777777;}
  #search_occupancy_wrapper label {
    font-size: 14px;
    color: #333333;
    font-weight: 400;}
    #search_occupancy_wrapper .add_new_occupancy_btn {
      font-weight: bold;
      text-decoration: none;
      font-size: 14px;
      color: #0000FF;}
      #search_occupancy_wrapper .occupancy_block_actions {
        display: flex;
        justify-content: space-between;
        align-items: center;}
      #search_occupancy_wrapper .add_new_occupancy_btn:active, #search_occupancy_wrapper .add_new_occupancy_btn:focus, #search_occupancy_wrapper .add_new_occupancy_btn:hover {
        text-decoration: none;
        color: #0000FF;}
    #search_occupancy_wrapper .occupancy_info_head {
      font-size: 14px;
      color: #333333;
      font-weight: bold;
      margin-bottom: 10px;}
      #search_occupancy_wrapper .occupancy_info_head .remove-room-link {
        font-size: 12px;
        color: #FF4343;
        text-align: right;}
      #search_occupancy_wrapper .occupancy_info_block .occupancy_count {
        padding: 14px;
        border: 1px solid #E1E3E7;
        font-size: 14px;
        font-weight: 600;
        color: #333333;
        text-align: center;
        border-radius: 4px;}
      #search_occupancy_wrapper .occupancy_info_block .occupancy_count > span {
        min-width: 21px;
        text-align: center;
        display: block;}
      #search_occupancy_wrapper .occupancy_info_block .qty_direction {
        margin-left: 3px;
        width: 22px;}
        #search_occupancy_wrapper .occupancy_info_block .qty_direction a {
          padding: 1px 5px;
          border: 0px;
          border: 1px solid #E1E3E7;
          color: #333;
          border-radius: 4px;
          font-weight: 400;}
          #search_occupancy_wrapper .occupancy_info_block .qty_direction .occupancy_quantity_down {
            margin-top: 3px;}
          #search_occupancy_wrapper .occupancy-input-errors {
            font-weight: 700;}

  #search_occupancy_wrapper .children_ages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    justify-content: space-between;
  }
  #search_occupancy_wrapper .children_ages select {
    background-color: #fff;
    height: 37px;
    border-radius: 4px;
    padding: 3px 5px;
    font-size: 12px;
    color: #333;
    border: 1px solid #E1E3E7;
    width: 100%;}


@media (max-width: 411px) {
  #search_occupancy_wrapper .occupancy_info_block .occupancy_count_block {
    width: 100%;}
  #search_occupancy_wrapper .occupancy_info_block .occupancy_count {
      width: 80%;}
}
