#hot_deals {
    z-index: 1;
}

.favorites_title,
.hot_deals_title {
    cursor: pointer;
    border-radius: 0px 0px 25px 25px; 
    border: 1px solid #DAE0E6; 
    background-color: #fff; 
    width: 100%; 
    border-radius: 15px 15px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px 25px;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
}
.favorites_title h3,
.hot_deals_title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hot_deals__filters {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    gap: 10px;

    background-color: #fff;
    width: 70%;
    margin-left: auto;
    z-index: 2;
}

.collapse-arrow {
    background: transparent;
    border: none;
}

.collapse-arrow img {
    width: 17px;
    height: 17px;
    transition: transform 0.5s ease;
}

.collapse-arrow.rotated img {
    transform: rotate(180deg);
}

@media (max-width: 967px){
    .favorites_title,
    .hot_deals_title {
        flex-direction: column;
        gap: 30px;
        align-items: start;
    }

    .hot_deals__filters {
        width: 100%;
        margin: 0;
    }
    .hot_deals__filters .select2 {
        width: 100% !important;
    }
}


/* Hot */
#hot_deals_content {
    border: 1px solid #DAE0E6; 
    border-top: none; 
    border-radius: 0px 0px 25px 25px; 
    background-color: #fff;
    padding: 0px 20px;
}
#hot_deals_content #filter_hot{
    z-index: 0;
    margin-top: 20px;
}
#hot_deals_content .not_campany {
    margin: 20px 0px;
}

.hot_deals_content__loader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.hot_deals_content__loader.hidden {
    padding: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

#pagination-hot-wrapper {
    margin: 20px 0px;
}

#hot_deals_content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
    border: none; 
}

#hot_deals_content.show {
    max-height: 1000px;
}




/* Fav */
#favorites_content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
    border: none;
    padding: 0px 20px;
    border-top: none; 
    border-radius: 0px 0px 15px 15px; 
    border: 1px solid #DAE0E6; 
    background-color: #fff
}
@media (max-width: 1300px){
    #favorites_content {
        padding: 0;
    }
}

#favorites_content.show {
    max-height: 100000px;
}
#favorites_content .title_border_content { 
    margin-top: 20px;
}

#favorites_content .favorites__filter-form {
    margin-top: 20px;
}


.favorites {
    z-index: 0;
    padding: 0 !important;
    border: none;
    border-radius: 15px !important;
}

.favorite__filters {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    gap: 10px;

    background-color: #fff;
    width: 70%;
    margin-left: auto;
    z-index: 2;
}

.favorites__filter-form {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.favorites__filter-form_row {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 15px;
}

.favorites__filter-form_input-group {
    max-width: 200px;
}

.favorites__filter-form_input-group.date-picker {
    max-width: 240px;
}
.favorites__filter-form_input-group.date-picker input {
    border-right: none;
}
.favorites__filter-form_input-group.date-picker .input-group-text {
    background: none;
    padding-left: 5px;
    border-left: none;
}

.favorites__filter-form .form-range-slider {
    max-width: 230px;
}
.favorites__filter-form .form-range-slider.disabled .slider-range {
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;
}
.favorites__filter-form .form-range-slider.disabled .range-inputs input {
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;
}

.favorites__filter-form .favorites__filter-form_input-group.disabled .white-dropdown {
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;
}

.favorites__filter-form .violet-button {
    max-width: 220px;
}

#favoritesLoaderOverlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: transparent;
}


.favorites-row .tabulator-cell {
    font-size: 14px;
    line-height: 17px;
    color: var(--tblack);
    font-weight: 500;
}

.tabulator-card .channel-field,
.favorites-row .tabulator-cell .channel-field {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.tabulator-card .channel-field .channel-name,
.favorites-row .tabulator-cell .channel-field .channel-name {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tabulator-card .channel-field .channel-name a,
.favorites-row .tabulator-cell .channel-field .channel-name a {
    display: flex;
    align-items: center;
    gap: 10px;
    /* color: var(--tblack); */
    color: var(--blue);
}
.tabulator-card .channel-field .channel-name a .channel-img,
.favorites-row .tabulator-cell .channel-field .channel-name a .channel-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.favorites-row .tabulator-cell .channel-categories {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 3px;   
    overflow-x: scroll;
}
.favorites-row .tabulator-cell .channel-categories .category {
    padding: 3px 10px;
    font-size: 10px;
    color: var(--tblack);
    background: var(--grayM);
    border-radius: 50px;
}
.tabulator-card .channel-field .fav,
.favorites-row .tabulator-cell .channel-field .fav {
    background: none;
    border: none;
}
.tabulator-card .channel-field .fav span,
.favorites-row .tabulator-cell .channel-field .fav span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid var(--grayM);
    transition: all .3s ease 0s;
}
.tabulator-card .channel-field .fav span img,
.favorites-row .tabulator-cell .channel-field .fav span img {
    -webkit-filter: invert(20%) sepia(6%) saturate(237%) hue-rotate(172deg) brightness(110%) contrast(82%);
    filter: invert(20%) sepia(6%) saturate(237%) hue-rotate(172deg) brightness(110%) contrast(82%);
}
.tabulator-card .channel-field .fav span:hover,
.favorites-row .tabulator-cell .channel-field .fav span:hover {
    background: linear-gradient(330deg, #964CE8 0%, #4E60FF 100%);
    transition: all .3s ease 0s;
}
.tabulator-card .channel-field .fav span:hover img,
.favorites-row .tabulator-cell .channel-field .fav span:hover img {
    -webkit-filter: invert(0);
    filter: invert(0);
    transition: all .3s ease 0s;
}
.tabulator-card .channel-field .fav span.active,
.favorites-row .tabulator-cell .channel-field .fav span.active {
    background: linear-gradient(330deg, #964CE8 0%, #4E60FF 100%);
}
.tabulator-card .channel-field .fav span.active img,
.favorites-row .tabulator-cell .channel-field .fav span.active img {
    -webkit-filter: invert(0);
    filter: invert(0);
}
.tabulator-card-container .tabulator-card span .channel-field .fav img {
    width: 14px !important;
    height: 14px !important;
}

.favorites-row .tabulator-cell .exists-purchase.translucent img {
    -webkit-filter: invert(13%) sepia(60%) saturate(0%) hue-rotate(175deg) brightness(121%) contrast(99%);
    filter: invert(13%) sepia(60%) saturate(0%) hue-rotate(175deg) brightness(121%) contrast(99%);
}

.favorites-row .tabulator-cell .favorites-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

@media (max-width: 1300px){
    .favorites-row .tabulator-cell .channel-field,
    .tabulator-card .channel-field {
        position: relative;
        justify-content: center;
        margin-bottom: 20px;
    }
    .favorites-row .tabulator-cell .channel-field .fav,
    .tabulator-card .channel-field .fav {
        position: absolute;
        top: 10px;
        left: 0;
    }
    .tabulator-card .channel-field .channel-name a, 
    .favorites-row .tabulator-cell .channel-field .channel-name a {
        flex-direction: column;
    }
}

#favorites_table .tabulator-card .exists-purchase.translucent img {
    -webkit-filter: invert(13%) sepia(60%) saturate(0%) hue-rotate(175deg) brightness(121%) contrast(99%);
    filter: invert(13%) sepia(60%) saturate(0%) hue-rotate(175deg) brightness(121%) contrast(99%);
}
#favorites_table .tabulator-card .channel-categories {
    display: flex;
    align-items: center;
    gap: 8px;
}
#favorites_table .tabulator-card .channel-categories .category {
    padding: 3px 20px;
    color: var(--tblack);
    background: var(--grayM);
    border-radius: 50px;
}

#favorites_table .tabulator-card.categories {
    flex-direction: row;
}
#favorites_table .tabulator-card.categories span {
    justify-content: start;
}

#favoritesFilterCategories,
#categoryCompanyDropdown {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
#favoritesFilterCategories.select2,
#categoryCompanyDropdown.select2 {
    opacity: 1;
}