.sports-match-wrapper .match-markets-wrapper .market-group .market-group-header .toggle-button:not(.expanded){
    transform: rotate(180deg);
   
}
.sports-match-wrapper .match-markets-wrapper .market-group .market-group-header .toggle-button{
  transition: all .3s;
}
.sports-match-wrapper .match-markets-wrapper .market-group .market-group-header .market-name{
   
}
.antepost .events-category-header .category-favorite{
    display: flex;
    opacity: 0.4;
    width: 18px;
    height: 18px;
    background: url(/v1.190/r/images/cybet/icons/Star-Off-Dark.svg) center center no-repeat;
    background-size: contain;  
    color: transparent;
    z-index: 1
}
.antepost .events-category-header .category-favorite.favorite{
    background: url(/v1.190/r/images/cybet/icons/Star-On.svg) center center no-repeat;
    opacity: 1
}

app-sports-coupon-selection > span:first-child {
    display: none;
}



/* Added By Stan 12.03.25 */

.inline-tournaments-filter .tournaments-filter, 
.inline-categories-filter .categories-filter {
    margin-top: 5px;
    padding-left: 5px;
    padding-bottom: 6px;
    display: flex;
    overflow-x: auto
}
.inline-tournaments-filter .tournaments-filter li, 
.inline-categories-filter .categories-filter li {
    display: flex;
    white-space: nowrap;
    align-items: center;
    border: 1px solid rgb(78, 78, 78);
    color: var(--c-white);
    border-radius: 4px;
    padding: 7px 5px;
    font-weight: 600;
    margin-right: 8px;
    line-height: 0;
    font-size: 12px;
}


.inline-tournaments-filter .tournaments-filter li.selected,
.inline-tournaments-filter .tournaments-filter li:hover,
.inline-categories-filter .categories-filter li.selected,
.inline-categories-filter .categories-filter li:hover 
{
    background-color: rgb(78, 78, 78);
}


.inline-tournaments-filter .tournaments-filter li .events-category-flag,
.inline-categories-filter .categories-filter li .events-category-flag
{
    margin-right: 5px;
    margin-top: 0;
}
