.compare-hotels-sticky-area {
    width: 100%;
    border-radius: 48px 48px 0px 0px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(56, 56, 56, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.compare-hotels-sticky-area .hotels {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.compare-hotels-sticky-area .hotel {
    border-radius: 3px;
    border: 1px solid #F6F6F6;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 217px;
}

.compare-hotels-sticky-area .hotel .hotel-image {
    width: 60px;
    height: 58px;
    border-radius: 2px;
    object-fit: cover;
}

.compare-hotels-sticky-area .hotel-name {
    color: #292929;
    font-size: 14px;
    font-weight: 500;
    padding: 0 8px 0 10px;
}
.compare-hotels-sticky-area .remove-button {
    font-size: 6px;
    background: #F6F6F6;
    padding: 4px;
    color: #FFF;
    border-radius: 50%;
    border: none;
    min-width: 16px;
    display: block;
    margin: 4px 4px auto;
}

.non-selected-hotel img {
    padding: 16px;
    background: #F6F6F6;
}

.non-selected-hotel .hotel-name {
    color: #696969;
}

.ub-primary-button {
    padding: 8px 16px;
    color: #292929;
    font-size: 14px;
    font-weight: 700;
    width: fit-content;
    border-radius: 6px;
    background-color: #fec60a;
    text-align: center;
    display: block;
    height: 100%;
    margin: auto 0;
    line-height: normal;
}

.hotel-compare-page{
    background-color: #F6F6F6;
}
.top-area{
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
}
.top-area .highlight-area {
    display: flex;
    gap: 24px;
}
.top-area button {
    padding: 0;
}
.top-area a.btn-link{
    color: #007BFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.top-area .btn-link i{
    font-size: 10px;
}
.top-area i{
    margin-right: 4px;
}
.top-area .share-button {
    display: flex;
    align-items: center;
}
.top-area .share-button i{
    font-size: 16px;
}
.share-dropdown-area #shareDropdown::after {
    content: none;
}
.share-dropdown-area .dropdown-menu::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    top: -7px;
    border-width: .5rem .5rem 0;
    border-top-color: #FFF;
    transform: rotate(180deg);

}
.share-dropdown-area .dropdown-menu::before {
     top: 1px;
     border-width: .5rem .5rem 0;
     border-top-color: #fff;
     position: absolute;
     display: block;
     content: "";
     border-color: transparent;
     border-style: solid;
     transform: rotate(180deg);
}
.share-dropdown-area .dropdown-menu {
    padding: 8px;
    filter: drop-shadow(0px 3px 10px rgba(56, 56, 56, 0.12));
    border: none;
}
.share-dropdown-area .dropdown-item {
    padding: 8px;
    line-height: normal;
}
.hotel-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.compare-hotels-page .table-row {
    align-items: center;
    gap: 5px;
    display: grid;
    grid-template-columns: 300px repeat(auto-fit, minmax(0, 1fr));
}
.compare-hotels-page .table-row .table-head {
    display: flex;
    align-items: center;
}
.compare-hotels-page .table-row .table-body {
    width: 100%;
}
.compare-hotels-page .table-row .table-head,
.compare-hotels-page .table-row .table-body {
    background: #FFFFFF;
    padding: 16px;
    height: 100%;
}
.desktop-facility-table {
    background: #f6f6f6;
    display: flex;
    gap: 5px;
}

.hotel-summary-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hotel-summary-info .hotel-image {
    width: 100%;
    height: 170px;
    border-radius: 6px;
    object-fit: cover;
}
.hotel-summary-info .name{
    color: #007BFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.hotel-summary-info .board-type{
    color: #292929;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.hotel-summary-info .room-name{
    color: #797979;
    line-height: normal;
}

.hotel-summary-info .dates-area {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: normal;
}

.hotel-summary-info .reservation-area {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: auto;
}
.hotel-summary-info .reservation-area button{
    font-size: 12px;
    padding: 8px;
}
.hotel-summary-info .price-area {
    color: #292929;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: right;
}
.hotel-summary-info .total-night {
    color: #696969;
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;
}

.hotel-info .table-row:first-child{
    border-top-left-radius: 6px;
}
.hotel-info .score{
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 30px;
    background: #FE9C42;
}
.score-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}
.score-text-wrapper {
    color: #696969;
    font-size: 12px;
    font-weight: 400;
}
.score-text {
    color: #292929;
    font-size: 12px;
    font-weight: 700;
}
.location-body {
    color: #292929;
    font-weight: 500;
    line-height: normal;
}
.location-body .ubicon-location {
    color: #FEC60A;
    margin-right: 4px;
}
.location-body button{
    padding: 0;
    color: #696969;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.remove-hotel {
    padding: 4px;
    color: #FFFFFF;
    background-image: linear-gradient(to left top, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.32));
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
}
.image-wrapper {
    position: relative;
}
.hotel-image-wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #F6F6F6;
    justify-content: center;
    align-items: center;
    height: 170px;
}
.hotel-image-wrapper img{
    width: 50px;
}
.empty-area {
    height: 100%;
    display: flex;
    align-items: center;
    color: #CCC;
    font-size: 18px;
}
.empty-body, .empty-body button, .empty-body span, .empty-body div {
    text-indent: -9999px;
    line-height: 0; /* Collapse the original line */
}
.empty-body::after {
    content: "-";
    text-indent: 0;
    display: block;
    line-height: initial;
    color: #CCC;
    font-size: 18px;
}

.header-column {
    display: flex;
    flex-direction: column;
    width: 300px;
    background: #f6f6f6;
    box-sizing: border-box;
    gap: 5px;
}
.values-column {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 5px;
}
.group-row {
    display: flex;
    flex-direction: column;
    /* flex-grow: 1; */
    gap: 1px;
}
.facility-row {
    display: flex;
    gap: 5px;
}
.cell {
    padding: 16px;
    flex: 1;
    background-color: #FFFFFF;
    /*height: 60px;*/
}
.cell .cross i, .facility .cross i{
    font-size: 8px;
    color: #cccccc;
}
.cell .check i, .facility .check i{
    color: #19B83C;
}
.header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1px;
}
.header-wrapper >div{
    width: 50%;
}
.facility-group-name {
    padding: 16px;
    background-color: #FFF;

    color: #292929;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    height: 100%;
    display: flex;
    align-items: center;
}
.sub-name-wrapper {
    gap: 1px;
    display: grid;
    color: #292929;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
.facility-sub-name {
    background: #FFFFFF;
    padding: 16px;
   /* height: 60px;*/
}

.highlight{
    background: #FEF9E6 !important;
}

.mobile-facility-table{
    display: none;
}

.sticky-row {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
.sticky-shadow {
    background: #F3F3F3;
    box-shadow: 0px 3px 20px 0px rgba(56, 56, 56, 0.12);
}
.dropleft .dropdown-toggle::before {
    content: initial;
}
.empty-price {
    margin-top: auto;
}
@media (max-width: 1024px) {
    .compare-hotels-page .table-row {
        grid-template-columns: 20% repeat(auto-fit, minmax(0, 1fr));
    }
    .header-column {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .hotel-filter-area {
        border: none;
        margin: 6px 0 0 0;
    }
    .compare-hotels-sticky-area{
        padding: 19px 16px 40px;
        display: grid;
        gap: 16px;
    }
    .compare-hotels-sticky-area .hotel{
        padding: 12px 6px;
    }
    .compare-hotels-sticky-area .hotel-name{
        padding: 0;
    }
    .non-selected-hotel .hotel-name{
        color: #696969;
        font-size: 12px;
        font-weight: 400;
        padding: 0;
    }
    #compareHotelList button.ub-primary-button{
        width: 100%;
    }
    .compare-hotels-sticky-area .remove-button {
        margin: -10px -4px auto;
    }



    /** */

}

@media (max-width: 769px) {
    .values-column {
        display: none;
    }
    .header-column {
        display: none;
    }
    .top-area {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .top-area a.btn-link {
        padding: 0;
        text-align: left;
    }
    .top-area .highlight-area {
        justify-content: space-between;
        width: 100%;
    }

    .highlight-area .custom-switch {
        padding-left: 30px;
    }

    .hotel-list {
        overflow: scroll;
    }

    .compare-hotels-page .table-row {
        flex-grow: 1;
        display: flex;
        gap: 5px;
        flex-shrink: 1;
        flex-basis: 0;
    }
    .compare-hotels-page .table-row .table-body {
        min-width: 50%;
    }

    .compare-hotels-page .table-row .table-head {
        display: none;
    }

    .facility-group-wrapper {
        display: flex;
        gap: 5px;
    }
    .table-wrapper {
        display: block;
    }
    .hotel-facilities-group {
        flex: 0 0 auto;
        width: 50%;
        display: grid;
        gap: 1px;
    }
    .facility {
        padding: 8px;
        background: #fff;
        color: #292929;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .facility .table-header {
        display: none;
        color: #292929;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 8px 0;
    }
    .hotel-facilities-group:first-of-type .facility:first-of-type .table-header{
        display: block;
    }
    .hotel-facilities-group:not(:first-of-type) .facility:first-of-type .table-header{
        display: block;
        visibility: hidden;
    }

    .facility-sub-name {
        padding: 0;
        margin-bottom: 4px;
    }
    .mobile-facility-table {
        display: grid;
        gap: 5px;
    }
    .hotel-summary-info .hotel-image {
        height: 100px;
    }
    .hotel-summary-info .reservation-area {
        flex-direction: column;
        align-items: flex-end;
    }
    .hotel-summary-info .reservation-area button {
        width: 100%;
    }
    .hotel-image-wrapper {
        display: block;
        background: none;
    }
    .hotel-image-wrapper img {
        border-radius: 6px;
        background: #F6F6F6;
        height: 100px;
        padding: 30px;
        width: 100%;
    }
    .hotel-image-wrapper button{
        padding: 0;
        color: #007BFF;
        font-size: 14px;
        text-align: left;
        margin-top: 8px;
    }

}