<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search-bar {
  padding: 21px 21px 36px 21px;
  row-gap: 15px;
  column-gap: 15px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  z-index: 6;
  /*.btn-conferma-guest, .btn-annulla-guest {
       border-radius: 9px;
       font-size: 12px;
       padding: 12px 36px;
       text-align: center;
  }
   .btn-conferma-guest {
       color: white;
       background-color: var(--bs-primary);
  }
   .btn-annulla-guest {
       color: #4d4d4d;
       background-color: white;
  }
  */
}
.search-bar .input-1st select {
  cursor: pointer;
}
.search-bar .input-1st-destination, .search-bar .input-1st-dates, .search-bar .input-1st-guest {
  cursor: pointer;
}
.search-bar .input-1st-destination label, .search-bar .input-1st-dates label, .search-bar .input-1st-guest label {
  cursor: pointer;
}
.search-bar .input-1st-group {
  display: flex;
  padding: 7px 18px;
  border: 1px solid #4d4d4d;
  border-radius: 6px;
  position: relative;
  background-color: white;
}
.search-bar .input-1st-group .icon-1st i {
  font-size: 24px;
  margin-right: 10px;
}
.search-bar .input-1st-group .input-1st {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-left: 12px;
}
.search-bar .input-1st-group .input-1st label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #666;
}
.search-bar .input-1st-group .input-1st button {
  font-size: 16px;
  line-height: 18px;
  color: #333;
  border: none;
  padding: 0;
  width: 100%;
  background-color: transparent;
  text-align: left;
  text-transform: capitalize;
}
.search-bar .input-1st-group .input-1st input, .search-bar .input-1st-group .input-1st select {
  border: none;
  padding: 0;
}
.search-bar .input-1st-group .input-1st input:focus, .search-bar .input-1st-group .input-1st select:focus, .search-bar .input-1st-group .input-1st input:focus-visible, .search-bar .input-1st-group .input-1st select:focus-visible {
  outline: none;
}
.search-bar .input-1st-dates {
  /* disabilitato CSS in quanto voglio provare ad unire i campi checkin e checkout
  display: grid;
  column-gap: 15px;
  grid-template-columns: 1fr 1fr;
   */
}
.search-bar .input-1st-citizenship {
  display: grid;
  column-gap: 15px;
  grid-template-columns: 1fr 1fr;
}
.search-bar .destination-picker {
  display: none;
  position: absolute;
  background-color: white;
  padding: 15px;
  z-index: 12;
  box-shadow: 0px 13px 20px -11px #000;
  top: -5px;
  border-radius: 9px;
  width: 110%;
}
.search-bar .destination-picker h4 {
  font-size: 21px;
  color: black;
  margin-bottom: 15px;
}
.search-bar .destination-picker .grid-picker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
}

.btn-hotel-search-bar {
  position: absolute;
  bottom: 15px;
  right: 33px;
  border-radius: 9px;
  font-size: 12px;
  color: white;
  background-color: var(--bs-primary);
  padding: 12px 36px;
  z-index: 9;
}

#destination-input:focus-visible {
  outline: none;
}

#datepicker {
  position: absolute;
  background: black;
  bottom: 60px;
  right: 0;
  height: 1px;
  opacity: 0;
  width: 1px;
  border: none;
  margin: 0;
  padding: 0;
}

.input-1st-guest {
  width: 80%;
}

.easepick-wrapper {
  right: 0;
  z-index: 1;
}

.btn-copy-link {
  position: absolute;
  bottom: -15px;
  left: 15px;
  border-radius: 9px;
  font-size: 9px;
  color: white;
  background-color: var(--bs-secondary);
  padding: 9px 12px;
  z-index: 9;
}

@media (max-width: 767px) {
  .search-bar {
    grid-template-columns: 1fr;
  }
  .destination-picker {
    position: fixed !important;
    width: 100% !important;
    height: 100vh !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    left: 0 !important;
    z-index: 100 !important;
    padding: 30px !important;
    overflow-y: auto !important;
  }
  .destination-picker &gt; .grid-picker {
    margin-top: 15px;
    bottom: 60px;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 21px;
    background-color: white;
  }
  .input-1st-guest {
    width: 100%;
  }
}
.destination-picker .btn-annulla-guest, .destination-picker .btn-conferma-guest {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 15px;
  color: white;
  border: none;
  border-radius: 9px;
  text-align: center;
  font-weight: 600;
}
.destination-picker .btn-annulla-guest {
  background-color: #f2f2f2;
  color: black;
}
.destination-picker .btn-conferma-guest {
  background-color: var(--bs-primary);
}

/*# sourceMappingURL=hotel-search-bar.css-herB3g-.map */
</pre></body></html>