.who_section {
    padding: 20px 0;
}

.text-color-gray {
    font-size: 14px;
    font-weight: 400;
    color: #737373;
}

.text-color-gray~a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#city_or_property {
    width: 160px;
}

.who_card .accordion-header button {
    line-height: normal !important;
}

.search-section .max-container {
    padding: 20px 12px;
}

.max-container {
    max-width: 724px;
}

.by-name-btn {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(113.16deg, #FA5458 0%, #FFCD00 100%);
    border-radius: 8px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.back-arrow-img {
    border: 1;
    border: 0.5px solid #C4C4C4;
    border-radius: 100%;
}

.search-title {
    margin-left: 16px;
    color: #2C2C2C;
    font-weight: 600;
    font-size: 20px;
}

.by-name-btn img {
    width: 100%;
    height: 100%;
}

.search-img {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 16px;
    height: auto;
}

.search-img img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
    border-radius: 8px !important;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
    border-radius: 8px !important;
}

.lightpick__day:hover {
    border-radius: 8px !important;
}

.lightpick__day {
    position: relative;
}

/* .lightpick__day::after{
position: absolute;
content: "";
} */

.time.active {
    background-color: #7676801F !important;
}

.time {
    color: #f5f1f133 !important;
    background-color: unset !important;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400 !important;
}

.time-main-div {
    padding-top: 20px;
    margin-top: 39px;
    border-top: 1px solid #E8E8E8;
    margin-bottom: 12px;
}

.btn-next {
    padding: 11px 66px !important;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    background-color: #21A086;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #21A086 !important;
}

.btn-next:hover {
    color: #21A086;
}

.resetData-sub-btn {
    font-weight: 600;
    font-size: 18px;
}

.filter-guest-main-div {
    display: inline-flex;
}

.accordion-button[aria-expanded="true"]~.guest_wrapper .filter-guest-main-div {
    display: none !important;
}

.whocoming_count_decrement {
    color: #bfb9b9 !important;
    border-color: #bfb9b9 !important;
}

.pets-text {
    border: none !important;
}

.search_control input {
    padding: 13px 50px 13px 16px;
    border: 1px solid #E8E8E8;
    background-color: white;
    border-radius: 8px;
}

.search_control .icon {
    position: absolute;
    top: 16px;
    right: 16px;
}

.popular-locations-div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 12px;
}

.Popular-location h2 button {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #737373 !important;
}

.popular-locations-div p {
    border: 1px solid #eee6e6;
    font-size: 14px;
    color: #646464;
    padding: 5px 10px;
    border-radius: 50px;
    margin-bottom: 0;
    transition: 0.3s all ease-in-out;
    background-color: white;


}

.popular-locations-div p.active {
    background: linear-gradient(180deg, #21A086 0%, #00725A 100%);
    color: white;
}

.popular-locations-div p:hover {
    background: linear-gradient(180deg, #21A086 0%, #00725A 100%);
    color: white;
    transition: 0.3s all ease-in-out;
}

.sticky_bottom_wrapper {
    border: none !important;
    padding-bottom: 0;
}

.Popular-location .accordion-button::after {
    margin-left: 11px;
}

.who_card {
    margin-bottom: 16px !important;
}

.btn-next {
    margin-top: 0 !important;
}

/* 
@media(max-width:576px){
    .who_section .lightpick__day.is-start-date.is-in-range, 
    .who_section .lightpick__day.is-end-date.is-in-range {
        background-image: url('{{ asset('image/date-bg.png') }}');
    }
} */
 @media (min-width: 240px) and (max-width: 438.98px) {
     .picker .dates-scroll {
    grid-auto-rows: 9vmin !important;
    max-block-size: calc(6vmin * 4) !important;
}
  }

  @media (min-width: 439px) and (max-width: 578.98px) {
     .picker .dates-scroll {
 grid-auto-rows: 7vmin !important;
        max-block-size: calc(5vmin * 4) !important;
}
  }

   @media (min-width: 579px) and (max-width: 767.98px) {
     .picker .dates-scroll {
  grid-auto-rows: 6vmin !important;
        max-block-size: calc(5vmin * 3) !important;
}
  }

     @media (min-width: 768px) and (max-width: 922.98px) {
     .picker .dates-scroll {
     grid-auto-rows: 5vmin !important;
    max-block-size: calc(3vmin * 4) !important;
}
  }


@media (max-width: 576px) {

    .who_section .lightpick__day.is-start-date,
    .who_section .lightpick__day.is-end-date {
        background: url("/assets/image/date-bg.png") no-repeat center center !important;
        background-size: 69% !important;
        border-radius: 0 !important;
        color: #fff !important;
    }

    .lightpick__day:hover {
        background: url("/assets/image/date-bg.png") no-repeat center center !important;
        background-size: 69% !important;
        border-radius: 0 !important;
        color: #fff !important;
    }

    .who_card:has(.accordion-collapse.collapse.show) {
        box-shadow: 0px 4px 15px 0px #B5B5B52E;
        border: 0;
    }

    .who_card {
        border: 1px solid #E8E8E8;
    }
}

.picker [scroll-start] {
    scroll-start-target-block: auto;
}

.picker {
    display: grid;
    grid-auto-flow: column;
    gap: 0;
    position: relative;
    box-sizing: border-box;
}

.picker::after {
    top: auto;
    bottom: 0;
    background: linear-gradient(hsl(200 20% 10% / 0%), 35%, hsl(200 20% 10%));
}

/* .picker .dates-scroll {
    display: grid;
    grid-auto-rows: 9vmin;
    align-items: center;
    max-block-size: calc(9vmin * 3);
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scroll-snap-type: y mandatory;
    font-size: 7vmin;
    font-weight: lighter;
    color: hsl(0 0% 20%);
    scroll-behavior: smooth;
} */
 .picker .dates-scroll {
    display: grid;
    grid-auto-rows: 4vmin;
    /* align-items: center; */
    max-block-size: calc(3vmin * 4);
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scroll-snap-type: y mandatory;
    font-size: 7vmin;
    font-weight: lighter;
    color: hsl(0 0% 20%);
    scroll-behavior: smooth;
}

.picker .dates-scroll::-webkit-scrollbar {
    display: none;
}

.dates-scroll date {
    color: #B3B3B3;
    padding: 6px 11px;
    background-color: unset;
    font-size: 14px;
    scroll-snap-align: center;
    line-height: 22px;
    font-weight: 400;
    border-radius: 6px;
    max-width: 62px;
    margin: auto;
}

.dates-scroll date.active {
    background: #7676801F;
    color: #2C2C2C;
}

.date-item {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.date-item.active {
    font-weight: 600;
    color: #ff6600;
}
.lightpick {
    position: relative;
    z-index: 9999;
}

.dates-scroll {
    position: relative;
    z-index: 1;
}
