.list-tour-sort .width-56px {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
    background: #E6EAF5;
}



.custom-tag {
    left: 30px;
    top: -5px;
    z-index: 1;
    height: 48px;
    width: 40px;
    overflow: hidden;
}
.h-48px{
    height: 48px;
}
.custom-color-label-list-tour,
.custom-color-label-list-tour::placeholder{
    color: #6677A2;
        font-family: Roboto, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 4px !important;
}

.btn-segement-list-tour{
    background-color: white !important;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
}
.btn-segement-list-tour.active {
    background-color: #006ce5 !important;
}
.list-tour-sort .col-11 .sort-btn {}

/*.list-tour-sort .col-11 .sort-btn {
    width: 20%;
}*/
.width-56px {
    width: 56px;
}

.min-width-90px {
    min-width: 90px;
}

.active.btn {
    box-shadow: 0 0 .125rem .125rem rgba(0, 0, 0, .075) !important;
    color: #006CE5;
}

.accordion {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.panel {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.list-tour-filter .list-tour-input {
    --size: 24px;
    width: var(--size);
    height: var(--size);
}

.fa-chevron-down.active {
    transform: rotate(180deg);
}

.sort-btn::before {
    position: absolute;
    left: 0;
    content: " .";
    color: #fff;
    background-color: #E6EAF5;
    width: 1px;
}

.sort-btn.active::before {
    display: none;
}

.sort-btn.active+.sort-btn::before {
    content: " ";
}

.sort-btn:first-child::before {
    display: none;
}

.custom-absolute {
    top: 10px;
    right: 10px;
    padding: 10px 16px;
    border-radius: 48px;
    background-color: #ffffff30;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    margin-top: -3px;
}

.selector {
    padding: 20px 0px;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
    margin-top: -3px;
}

.card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

.card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #FFE472;
    color: #222;
    padding: 20px;
}

.card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.card .card-header .btn-header-link.collapsed {
    color: #fff;
}

.card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

.card .collapsing {
    line-height: 30px;
}

.card .collapse {
    border: 0;
}

.card .collapse.show {
    line-height: 30px;
    color: #222;
}

.btn-rorate:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.card-header {
    background-color: white !important;
}

.rouded-custom-filter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rouded-custom-filter .card {
    border-radius: 12px;
    overflow: hidden;
}

.custom-filter-bar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 16px;
}

.content-wishlist-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

@media (max-width: 1024px) {
    .btn-bookingNow{
        width: 85px;
    }
}

@media (max-width: 992px) {
    .custom-absolute {
        opacity: 1;
        visibility: inherit;
    }

    .book-now-tour {
        width: 100%;
    }

    .content-wishlist-right {
        gap: 16px;
        padding: 0px 24px;
        padding-top: 0px !important;
    }

    .custom-md-hidden {
        display: none !important;
    }


}
    
@media (max-width: 992px) {
    .text-md-12px {
        font-size: 12px;
    }

    .custom-flex-flow-price {
        flex-direction: column;
        align-items: start !important;
        gap: 0px !important;
    }

    .cover-image-table {
        padding: 0px;
        overflow: hidden;
    }

    .border-right-wishlist {
        border-right: 0px;
        padding-left: 0px !important;
    }

}

@media (max-width: 425px) {
    .custom-flex-flow-price {
        flex-direction: row;
        align-items: center !important;
        gap: 8px !important;
    }
}