.sidebar-screen{
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000000a6;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 4;
    backdrop-filter: blur(3px);
    transition: ease 0.5s all;
}

.sidebar-screen .sidebar-drawer{
    width: 700px;
    height: 100%;
    max-width: 800px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: -2000px;
    transition: ease 0.5s all;
}

.sidebar-screen .sidebar-empty{
    width: 30%;
    height: 100%;
}

.sidebar-screen .open-sidebar-drawer{
    margin-left: 0 !important;
}

.sidebar-screen .sidebar-drawer-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sidebar-screen .sidebar-drawer-navbar{
    width: 100%;
    height: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.sidebar-drawer .sidebar-drawer-btn-back{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: auto;
}

.sidebar-drawer .sidebar-drawer-btn-back svg path{
    fill: #132D2F;
}

.sidebar-drawer .sidebar-drawer-btn-back-arrow{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sidebar-drawer .sidebar-drawer-header-title{
    width: fit-content;
    height: fit-content;
    color: #292D32;
    font-size: 14px;
    margin-left: 10px;
}

.sidebar-drawer .sidebar-drawer-header-title-2{
    font-weight: 600;
    font-size: 16px;
    color: #212529;
    margin-left: 14px;
}

.sidebar-drawer .sidebar-drawer-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px 50px 20px;
    box-sizing: border-box;
    overflow: auto;
}

.sidebar-drawer .sidebar-drawer-footer{
    width: 100%;
    height: fit-content;
    padding: 15px;
    font-size: 13px;
    border-top: 1px solid #E7E9E9;
    box-shadow: 0px -2px 4px 0px #00000026;
}

.sidebar-drawer .sidebar-drawer-footer .sidebar-drawer-footer-split{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
}

.sidebar-drawer-footer-left{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}

#search-attractions-input-container{
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 5px 10px;
    box-sizing: border-box;
    box-shadow: 0px 2px 9px 1px #eaeaea;
    align-items: center;
    margin-top: 20px;
}

#search-attractions-input-container #search-attractions-input-icon{
    width: 20px;
    height: 20px;
    min-width: 20px;
}

#search-attractions-input-container #search-attractions-input{
    width: 100%;
    height: 30px;
    border: 0;
    outline: none;
    font-size: 14px;
    padding: 0 0 0 10px;
}


/* Grid list */
.sidebar-grid{
    width: 100%;
    height: 100%;
    display: flex;
}

.sidebar-grid .sidebar-grid-list{
    width: 100%;
    height: fit-content;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}


/* Attraction grid item */
.attraction-grid-item{
    width: 100%;
    height: fit-content;
    min-height: 290px;
    margin-top: 10px;
    display: grid;
    grid-column: auto;
    grid-row: auto;
    cursor: pointer;
}

.attraction-grid-item .attraction-grid-item-inner{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 16px 0px #eaeaea;
    border-radius: 16px;
    padding: 8px;
    box-sizing: border-box;
    color: #0A181A;
    display: flex;
    flex-direction: column;
}

.attraction-grid-item .attraction-grid-item-img{
    width: 100%;
    height: 150px;
    border-radius: 8px;
    background-color: #eaeaea;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.attraction-grid-item .attraction-grid-item-row-1{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    margin-top: 10px;
    align-items: center;
}

.attraction-grid-item .attraction-grid-item-title{
    width: fit-content;
    height: fit-content;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.attraction-grid-item .attraction-grid-item-rate{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-left: auto;
    color: #889596;
}

.attraction-grid-item .attraction-grid-item-rate svg{
    width: 10px;
    height: 10px;
    margin-right: 2px;
}

.attraction-grid-item .attraction-grid-item-rate-value{
    width: fit-content;
    height: 14px;
}

.attraction-grid-item .attraction-grid-item-row-2{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 13px;
    margin-top: 5px;
}

.attraction-grid-item .attraction-grid-item-row-2 svg{
    width: 11px;
    height: 11px;
}

.attraction-grid-item .attraction-grid-item-location{
    width: fit-content;
    height: fit-content;
    color: #889596;
    font-size: 12px;
    margin-left: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.attraction-grid-item .attraction-grid-item-description{
    width: fit-content;
    height: fit-content;
    font-size: 11px;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.attraction-grid-item .attraction-grid-item-btn-add-to-trip{
    width: 100%;
    height: fit-content;
    margin-top: 5px;
    background-color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    border-radius: 8px;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    padding: 5px 0;
    margin-top: auto;
    transition: ease 0.2s all;
}

.attraction-grid-item .attraction-grid-item-btn-add-to-trip:hover{
    background-color: transparent;
    color: var(--color-secondary);
}





/* Sidebar content */
.sidebar-drawer-price{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sidebar-drawer-price-people{
    width: fit-content;
    height: fit-content;
    color: #132D2F;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.sidebar-drawer-price-value{
    width: fit-content;
    height: fit-content;
    font-size: 16px;
    color: #FD8559;
    margin-left: auto;
    font-weight: bold;
}

.sidebar-drawer-price-date{
    width: fit-content;
    height: fit-content;
    font-size: 14px;
    color: #132D2F;
    margin-top: 5px;
}

.sidebar-drawer-price-warning{
    font-weight: 275;
    font-style: italic;
    font-size: 10px;
    color: #889596;
    margin-top: 5px;
}

.sidebar-drawer-footer-right{
    width: fit-content;
    height: fit-content;
    min-width: fit-content;
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.sidebar-drawer-btn-book{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background-color: #68B9CF;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
}

.sidebar-drawer .sidebar-drawer-loader{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00000087;
    backdrop-filter: blur(3px);
    display: none;
}

.sidebar-drawer .sidebar-drawer-loader img{
    width: 100px;
    height: fit-content;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.sidebar-drawer .sidebar-carousel{
    width: 100%;
    height: 40%;
    min-height: 40%;
    background-color: #eaeaea;
    border-radius: 30px;
}

.sidebar-drawer .sidebar-flex-horizontal{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.sidebar-drawer .sidebar-flex-vertical{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.sidebar-drawer .sidebar-categories{
    width: fit-content;
    height: fit-content;
    font-size: 14px;
    color: #BEBBB8;
}

.sidebar-drawer .sidebar-rate{
    width: fit-content;
    height: fit-content;
    font-size: 12px;
    color: #889596;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.sidebar-drawer .sidebar-rate svg{
    width: 12px;
    margin-right: 4px;
}

.sidebar-drawer .sidebar-title{
    width: fit-content;
    height: fit-content;
    font-size: 20px;
    color: #132D2F;
    font-weight: bold;
}

.sidebar-drawer .sidebar-location{
    width: fit-content;
    height: fit-content;
    font-size: 12px;
    color: #889596;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.sidebar-drawer .sidebar-location svg{
    width: 12px;
    margin-right: 4px;
}

.sidebar-drawer .sidebar-btn-call{
    width: 45px;
    height: 45px;
    background-color: #42A8C3;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    padding: 8px;
    margin-left: auto;
}

.sidebar-drawer .sidebar-description{
    width: fit-content;
    height: fit-content;
    font-size: 14px;
    color: #425759;
    margin-top: 15px;
}

.sidebar-drawer .sidebar-split{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}

.sidebar-drawer .sidebar-split .sidebar-split-left{
    width: 49%;
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.sidebar-drawer .sidebar-split .sidebar-split-right{
    width: 49%;
    height: fit-content;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.sidebar-drawer .sidebar-details-button{
    width: 100%;
    height: fit-content;
    cursor: pointer;
    background-color: #FFF;
    box-shadow: 0px 2px 11px -5px #132D2F;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.sidebar-drawer .sidebar-details-button .sidebar-details-button-title{
    width: fit-content;
    height: fit-content;
    font-size: 14px;
    color: #132D2F;
}

.sidebar-drawer .sidebar-details-button .sidebar-details-button-content{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}

.sidebar-drawer .sidebar-details-button .sidebar-details-button-value{
    width: fit-content;
    height: fit-content;
    font-size: 14px;
    color: #718182;
    margin-right: 10px;
}   

.sidebar-drawer .sidebar-details-button .sidebar-details-button-label{
    width: fit-content;
    height: fit-content;
    font-size: 12px;
    color: #3C9AB2;
    margin-left: auto;
    margin-top: auto;
}   

.sidebar-drawer .sidebar-prices-container{
    width: 100%;
    height: fit-content;
    background-color: #FFF;
    box-shadow: 0px 2px 11px -5px #132D2F;
    border-radius: 15px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sidebar-drawer .sidebar-price-item{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #E7E9E9;
    padding: 3px 0;
    margin-bottom: 3px;
    align-items: center;
}

.sidebar-drawer .sidebar-price-item .sidebar-price-label{
    width: fit-content;
    height: fit-content;
    font-size: 14px;
    color: #132D2F;
    margin-right: auto;
}

.sidebar-drawer .sidebar-price-item .sidebar-price-value{
    width: fit-content;
    height: fit-content;
    color: #889596;
    font-size: 16px;
}

.sidebar-drawer .sidebar-price-item .sidebar-price-currency{
    color: #FD8559;
}

.sidebar-drawer .sidebar-section-title{
    width: fit-content;
    height: fit-content;
    font-size: 14px;
    color: #132D2F;
    font-weight: bold;
}

.sidebar-drawer .sidebar-address{
    width: fit-content;
    height: fit-content;
    font-size: 12px;
    color: #889596;
}

.sidebar-drawer .sidebar-map-container{
    width: 100%;
    height: fit-content;
    margin-top: 10px;
    border-radius: 16px;
    background: #eaeaea;
    position: relative;
}

.sidebar-drawer .sidebar-map{
    width: 100%;
    height: 170px;
    border-radius: 16px;
}

.sidebar-drawer .sidebar-map-btn-directions{
    width: fit-content;
    height: fit-content;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ffffff7a;
    border-radius: 100px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
}

.sidebar-drawer .sidebar-map-btn-directions span{
    width: fit-content;
    height: fit-content;
    color: #3C9AB2;
    font-size: 17px;
    font-weight: bold;
    margin-right: 10px;
}

.sidebar-drawer .sidebar-map-gesture-view{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



/* Sidebar package options */
.sidebar-drawer .sidebar-package-options{
    margin-top: 24px;
}

.sidebar-drawer .sidebar-packages-list{
    margin-top: 16px;
}

.sidebar-drawer .sidebar-packages-list .package-container{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid #D9EEF3;
    padding: 12px;
    margin-bottom: 24px;
    cursor: pointer;
}

.sidebar-drawer .sidebar-packages-list .package-name{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

.sidebar-drawer .sidebar-packages-list .package-price{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-bottom: 24px;
}

.sidebar-drawer .sidebar-packages-list .package-price-value{
    font-weight: bold;
    font-size: 15px;
    color: #FD8559;
}

.sidebar-drawer .sidebar-packages-list .package-info{
    margin-bottom: 24px;
}

.sidebar-drawer .sidebar-packages-list .package-info > div{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    gap: 8px;
    margin-bottom: 8px;
}

.sidebar-drawer .sidebar-packages-list .more-details-btn{
    width: 100%;
    height: fit-content;
    border: 1px solid #42A8C3;
    border-radius: 8px;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    transition: ease 0.3s all;
}

.sidebar-drawer .sidebar-packages-list .more-details-btn:hover{
    background-color: #D9EEF3;
}


/* Sidebar package options */
#package-details-content .package-details-name{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}

#package-details-content .package-details-price-container{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 32px;
}

#package-details-content .package-details-price-value{
    font-weight: bold;
    font-size: 15px;
    color: #FD8559;
}

#package-details-content .package-details-info{
    margin-bottom: 32px;
}

#package-details-content .package-details-info > div{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    gap: 8px;
    margin-bottom: 8px;
}

#package-details-content .section-info-list{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

#package-details-content .section-info-list-item{
    width: fit-content;
    height: fit-content;
    border-radius: 50px;
    padding: 8px 16px;
    background-color: #FFFFFF;
    border: 1px solid #E7E9E9;
    box-shadow: 0px 2px 4px 0px #00000040;
    font-size: 12px;
    text-align: center;
}

#package-details-content .section-info-list-item.selected{
    background-color: #ECF7F9;
    border: 1px solid #8ECBDB;
    color: #42A8C3;
}

#package-details-content .section-info-groups{
    display: none;
}

#package-details-content .section-info-groups.visible{
    display: block;
}

#package-details-content .section-info-group{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

#package-details-content .section-info-group-name{
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

#package-details-content .section-info-group-item{
    display: flex;
    flex-direction: row;
    align-items: start;
    font-size: 14px;
    color: #425759;
    gap: 8px;
}


/* Reviews section */
.sidebar-drawer .sidebar-reviews-section{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.sidebar-drawer .sidebar-reviews-rate{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    color: #0A181A;
}

.sidebar-drawer .sidebar-reviews-rate-stars{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    margin-left: 10px;
}

.sidebar-drawer .sidebar-reviews-source-container{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    align-items: center;
}

.sidebar-drawer .sidebar-reviews-source-container .sidebar-reviews-source{
    width: fit-content;
    height: fit-content;
    display: flex;
    margin-right: 10px;
}

.sidebar-drawer .sidebar-reviews-source-container .sidebar-reviews-source img{
    width: auto;
    height: 25px;
}

.sidebar-drawer .sidebar-reviews-source-container .sidebar-reviews-count{
    width: fit-content;
    height: fit-content;
    font-size: 14px;
    color: #889596;
}

.sidebar-drawer .sidebar-reviews-list{
    width: 100%;
    height: fit-content;
    max-width: 100%;
    margin-top: 20px;
    overflow: auto;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    padding-bottom: 20px;
}




/* Review */
.sidebar-drawer .sidebar-review{
    width: 300px;
    height: fit-content;
    margin-right: 20px;
    min-width: 300px;
    border: 1px solid #E7E9E9;
    border-radius: 12px;
    padding: 12px;
    box-sizing: border-box;
}

.sidebar-drawer .sidebar-review .sidebar-review-header{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
}

.sidebar-drawer .sidebar-review .sidebar-review-img{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #eaeaea;
    background-position: center;
    background-size: cover;
    margin-right: 5px;
}

.sidebar-drawer .sidebar-review .sidebar-review-name{
    width: fit-content;
    height: fit-content;
    color: #132D2F;
    font-weight: bold;
}

.sidebar-drawer .sidebar-review .sidebar-review-date{
    width: fit-content;
    height: fit-content;
    color: #889596;
}

.sidebar-drawer .sidebar-review .sidebar-review-rate{
    width: fit-content;
    height: fit-content;
    color: #889596;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.sidebar-drawer .sidebar-review .sidebar-review-rate svg{
    width: 9px;
    height: 9px;
    margin-left: 2px;
}

.sidebar-drawer .sidebar-review .sidebar-review-body{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    color: #889596;
    font-size: 13px;
    margin-top: 10px;
}





/* Event details */
.sidebar-drawer .sidebar-hosted-by-container{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    background-color: #FAC63733;
    border-radius: 100px;
    margin-top: 20px;
    padding: 5px;
    box-sizing: border-box;
    align-items: center;
}

.sidebar-drawer .sidebar-hosted-by-container .sidebar-hosted-by-img-container{
    width: 50px;
    height: 50px;
    background: linear-gradient(181deg, #FDC93A, #fdc93a2b, #FDC93A);
    border-radius: 100px;
    padding: 4px;
    margin-right: 10px;
}

.sidebar-drawer .sidebar-hosted-by-container .sidebar-hosted-by-img{
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-position: center;
    background-size: cover;
    background-color: #FFFFFF;
}

.sidebar-drawer .sidebar-hosted-by-container .sidebar-hosted-by-content{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    margin-right: auto;
}

.sidebar-drawer .sidebar-hosted-by-container .sidebar-hosted-by-name{
    width: fit-content;
    height: fit-content;
    font-size: 14px;
    color: #132D2F;
    font-weight: bold;
}

.sidebar-drawer .sidebar-hosted-by-container .sidebar-hosted-by-level{
    width: fit-content;
    height: fit-content;
    font-size: 14px;
    color: #132D2F;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sidebar-drawer .sidebar-hosted-by-container .sidebar-hosted-by-arrow{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.sidebar-drawer .sidebar-dates-list{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.sidebar-drawer .sidebar-date{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    background-color: #EBF6F8;
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #132D2F;
    font-size: 13px;
}

.sidebar-drawer .sidebar-date svg{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.sidebar-drawer .sidebar-date-start-end{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
}

.sidebar-drawer .sidebar-date-start-end .sidebar-date-start{
    width: 49%;
}

.sidebar-drawer .sidebar-date-start-end .sidebar-date-end{
    width: 49%;
    margin-left: auto;
    background-color: #FFF2EE;
}

.sidebar-drawer .sidebar-date-start-end .sidebar-date-end svg path{
    stroke: #FD8559;
}

.sidebar-drawer .sidebar-header-btns-container{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    margin-left: auto;
}

.sidebar-drawer .sidebar-header-btn{
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 2px;
    box-sizing: border-box;
    margin-left: 10px;
}

.sidebar-drawer .sidebar-header-btn img{
    width: 100%;
    height: 100%;
}




/* Activity external source */
.sidebar-drawer .sidebar-additional-info-list{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.sidebar-drawer .sidebar-additional-info{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    font-size: 12px;
    align-items: center;
    color: #425759;
}

.sidebar-drawer .sidebar-additional-info .sidebar-additional-info-bullet{
    width: 6px;
    height: 6px;
    min-width: 6px;
    border-radius: 100px;
    background-color: #FD8559;
    margin-right: 10px;
}



/* Accommodation */
.sidebar-drawer .details-box{
    width: fit-content;
    height: fit-content;
    padding: 4px 10px;
    margin-right: 8px;
    margin-bottom: 8px;
    gap: 4px;
    border-radius: 16px;
    background-color: #D9EEF3;
    font-size: 14px;
}

.sidebar-drawer #add-to-trip-btn{
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #68B9CF;
    margin-top: 16px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: ease 0.3s all;
}

.sidebar-drawer #add-to-trip-btn:hover{
    background-color: #D9EEF3;
}

.sidebar-drawer #facilities-section{
    margin-top: 32px;
    cursor: pointer;
}

.sidebar-drawer #facilities-section h3{
    font-size: 14px;
    color: #132D2F;
}

.sidebar-drawer #facilities-container div{
    width: fit-content;
    font-size: 14px;
    color: #132D2F;
    margin-right: 24px;
    margin-bottom: 12px;
}

#sidebar-all-facilities .sidebar-flex-vertical div{
    font-size: 14px;
    margin-top: 16px;
    color: #132D2F;
}

#sidebar-select-room .sidebar-drawer-content{
    margin-top: 24px;
}

.booking-people-select-container{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 15px 0px;
    box-sizing: border-box;
    font-size: 14px;
}

.booking-people-select-item-col{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.booking-people-select-container .booking-people-select-item-col:last-child{
    margin: auto 0 auto auto;
}

.booking-people-select-item-row{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
}

.booking-people-select-age{
    font-size: 11px;
    color: var(--color-text-priority-3);
    margin-left: 5px;
}

.booking-people-select-item-btns{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    border: 1px solid #E7E9E9;
    border-radius: 15px;
    padding: 8px;
}

.booking-people-select-item-btn{
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fd855980;
    border-radius: 100px;
    color: #FD8559;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.booking-people-select-item-count{
    width: fit-content;
    height: fit-content;
    margin: 0 20px;
    min-width: 20px;
    align-items: center;
    text-align: center;
}

.sidebar-drawer .children-ages-section{
    margin-bottom: 24px;
}

.child-age-input-container{
    position: relative;
    width: 100%;
    margin-left: 16px;
}

.child-age-input-container .child-age-input{
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    padding-right: 50px;
    padding-left: 10px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease;
}

.child-age-input-container .child-age-input:focus{
    border-color: #42A8C3;
}

.child-age-input-container .suffix-years{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #F27123;
    pointer-events: none;
    font-size: 12px;
}

.calendar-container{
    width: 100%;
    height: fit-content;
    margin-top: 10px;
}

.flatpickr-calendar.inline{
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
}

.flatpickr-months{
    width: 100% !important;
    box-sizing: border-box;
}

.flatpickr-days{
    width: 100% !important;
    box-sizing: border-box;
}

.dayContainer{
    width: 100% !important;
    min-width: initial;
    max-width: initial;
    box-sizing: border-box;
}

.flatpickr-day{
    width: 100% !important;
    max-width: unset !important;
    font-size: 12px;
}

.flatpickr-day.today{
    border-color: transparent;
}

.flatpickr-weekdays{
    display: none !important;
}

.flatpickr-current-month .numInputWrapper{
    display: none !important;
}

.flatpickr-day.startRange{
    border-radius: 8px 0 0 8px !important;
}

.flatpickr-day.inRange{
    color: #42A8C3 !important;
}

.flatpickr-day.endRange{
    border-radius: 0 8px 8px 0 !important;
}

.flatpickr-day.startRange.endRange{
    border-radius: 8px 8px 8px 8px !important;
}

.flatpickr-current-month{
    font-size: 16px;
}




@media only screen and (max-width: 1024px){
    .sidebar-screen{
        top: 55px;
        padding-bottom: 55px;
    }

    .sidebar-screen .sidebar-drawer-container{
        position: relative;
    }

    .sidebar-screen .sidebar-drawer{
        width: 100%;
    }

    .sidebar-screen .sidebar-empty{
        width: 0%;
    }

    .sidebar-screen .sidebar-drawer-navbar{
        position: absolute;
        z-index: 1;
        height: 65px;
    }

    #sidebar-search-attractions .sidebar-drawer-navbar{
        background: #FFFFFF;
    }

    .sidebar-drawer .sidebar-drawer-btn-back{
        position: absolute;
        z-index: 1;
        background-color: #D0D5D5;
        border: 1px solid #eaeaea;
        border-radius: 8px;
    }

    .sidebar-drawer .sidebar-drawer-content{
        padding: 0;
    }

    #sidebar-search-attractions .sidebar-drawer-content{
        padding: 50px 20px 0 20px;
    }

    .sidebar-drawer .sidebar-flex-horizontal,
    .sidebar-drawer .sidebar-description,
    .sidebar-drawer .sidebar-date-start-end,
    .sidebar-drawer .sidebar-address,
    .sidebar-drawer .sidebar-section-title,
    .sidebar-drawer .sidebar-reviews-rate,
    .sidebar-drawer .sidebar-reviews-source-container,
    .sidebar-drawer .sidebar-additional-info-list{
        padding: 0 15px;
        box-sizing: border-box;
    }

    .sidebar-drawer .sidebar-map{
        height: 250px !important;
        border-radius: 0 !important;
    }

    .sidebar-drawer .sidebar-review{
        margin-left: 15px;
        margin-right: 5px;
    }

    .sidebar-drawer .sidebar-hosted-by-container{
        width: 97%;
        margin: 20px auto 0 auto;
    }

    .sidebar-drawer .sidebar-dates-list .sidebar-date{
        margin: 0 0 10px 15px;
    }

    #sidebar-select-room .sidebar-drawer-content{
        margin-top: 15vh;
    }

    #sidebar-all-facilities .sidebar-drawer-content{
        margin-top: 10vh;
    }
}


@media only screen and (max-width: 600px){
    .sidebar-screen .sidebar-drawer-navbar{
        background-color: var(--color-white);
    }

    .sidebar-grid .sidebar-grid-list{
        grid-template-columns: repeat(1, 1fr);
        padding: 0 10px;
        box-sizing: border-box;
        margin-top: 40px;
    }
}