.shadow {
    background-color: #fafafa
}

.favorites_main_container {
    /* background-color: white; */
    font-family: 'IBM Plex Sans', sans-serif;
    /* border: solid red 1px; */
    margin-left: auto;
    margin-right: auto;
}

.favorites_section_card_container {
    /* font-family: 'IBM Plex Sans', sans-serif; */
    /* border-bottom: solid #2d2d2d 3px; */
    /* padding-top: 12px; */
    /* padding-bottom: 12px; */
    font-size: 0;
    margin-bottom: 12px;
}

.favorite_item_container:nth-child(3n) {
    margin-right: 0
}

.favorites_section_card {
    /* border: solid white 1px; */
    font-size: 11pt;
    padding: 6px 8px;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 500;
    color: #2d2d2d;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 4px;
}

.favorites_section_card:last-child {
    margin-right: 0
}

.favorites_section_card:hover {
    background-color: #ececec;
    color: #5d5d5d;
}


.favorites_section_title {
    /* font-weight: 900; */
    /* text-transform: uppercase; */
}

.favorites_section_count_parenthesis {
    font-weight: 500;
    color: gray;
    font-size: 10pt;
    vertical-align: middle;
}

.favorites_section_card_selected .favorites_section_count_parenthesis {
    color: gold;
}


.favorites_section_count {}

.favorites_section_card_selected {
    background-color: #2d2d2d !important;
}


.favorites_section_card_selected .favorites_section_title {
    color: white;
}

.favorites_section_card_selected .favorites_section_count {
    /* color: gold; */
}

.favorites_cards_container {
    display: flex;
    flex-wrap: wrap;
    align-items: inherit;
}

.favorite_item_container {
    margin-right: 9px;
    flex-basis: 32.33%;
    border: solid #dedede 1px;
    box-shadow: 0px 2px 2px #e6e6e6;
    background-color: white;
    margin-bottom: 12px;
    position: relative;
}

.favorite_item_container a {
    color: black
}

.favorite_item_tools {
    /* background-color: #171313; */
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding-bottom: 25px;
}

.favorite_item_container:hover .favorite_item_tools {
    display: flex;
}


.favorite_item_tool {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-decoration: none !important;
    /* background-color: rgba(101, 101, 101, 0.25); */
    color: white;
}

.favorite_item_tool {
    color: white;
}


.favorite_item_tool .fa {
    padding-left: 0
}

.fa {}

.fa-trash {}

.favorites_item_title_and_desc {
    /* font-size: 11pt; */
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
    width: 100%;
    padding-bottom: 6px;
}

.favorites_item_title {
    font-size: 10pt;
    margin-left: 0 !important;
    /* margin-bottom: 6px!important; */
    float: none;
    text-transform: none;
    flex: 1;
    font-weight: 500;
}

.favorites_item_description {
    margin: 0;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    display: inline-block;
    display: none;
}

.favorites_item_thumbnail {
    width: 100%;
    margin-bottom: 6px;
    height: 109px;
}

.favorite_program .favorites_item_thumbnail {
    height: auto
}

.favorites_card_footer {
    /* padding-left:6px; */
    /* padding-right:6px; */
    /* padding-bottom: 6px; */
    /* border-top: solid #dedede 1px; */
    padding: 6px;
    display: flex;
    font-weight: 600;
    font-size: 10pt;
    color: gray;
    /* background-color: #fbfbfb; */
}

.favorited_date {
    /* margin-right: auto; */
    /* display: inline-block; */
}

.favorited_count {
    margin-left: auto;
    text-align: center;
}

.favorited_count i {
    color: gold;
    padding-left: 0;
    font-size: 18pt;
}

.favorited_counter {
    font-size: 9pt;
    font-weight: 500;
    color: gray;
    display: block;
}

.favorite_tool {
    display: block;
    font-size: 18pt;
}



.add_to_favorites_button {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    border: solid #d0d0d0 1px;
    /* background: linear-gradient(to bottom, #FFC107 0%,#FF8F00 100%); */
    color: #828282;
    font-weight: 600;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 6px;
    display: inline-block;
    font-size: 15pt;
    border-radius: 4px;
}

.add_to_favorites_button i {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
}

.add_to_favorites_button:hover,
.btn_favorited {
    background: linear-gradient(to bottom, #FFC107 0%, #FF8F00 100%);
    color: black;
    border: solid #c77d00 1px;
}

.toaster_add_to_favorites,
.toaster_remove_fom_favorites {

    border-radius: 4px;
    margin-top: 12px;
    position: fixed;
    right: 12px;
    bottom: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.28);
    padding: 12px;
    display: none;

}

.toaster_add_to_favorites {
    border: solid green 1px;
    background-color: #4CAF50;
    color: white;

}

.toaster_remove_fom_favorites {


    border: solid #4CAF50 1px;
    background-color: #4CAF50;
    color: white;


}


.toaster_add_to_favorites i {
    padding-left: 0
}

.fav_toaster {
    position: fixed;
    right: 12px;
    bottom: 12px;
    background-color: white;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-top: 8px;
    box-shadow: 0px 0px 0px 1px green, inset 4px 0px green;
    font-weight: 500;
    font-size: 11pt;
}

.fav_toaster i {
    color: green;
    padding-left: 0;
}

@media (max-width:1340px) {
    .favorites_item_thumbnail {
        height: 88px;
    }

    .favorite_item_container {
        flex-basis: 32.125%;
    }





}

@media (max-width:1023px) {
    .favorites_item_thumbnail {
        height: 115px;
    }


    .favorite_item_container {
        flex-basis: 49%;
    }

    .favorite_item_container:nth-child(3n) {
        margin-right: 9px;
    }

    .favorite_item_container:nth-child(2n) {
        margin-right: 0;
    }




}

@media (max-width:950px) {

    .favorites_item_thumbnail {
        height: auto;
    }



    .favorite_item_container {
        flex-basis: 100%;
        margin-right: 0
    }

    .favorite_item_container:nth-child(3n) {
        margin-right: 0
    }

    .favorite_item_container:nth-child(2n) {
        margin-right: 0;
    }




}