#root app-sports-match-market-groups {
    margin: 2px 0 6px;
    display: block;
}
#root app-sports-match-market-groups:empty {
   
}
#root app-sports-match-market-groups .market-groups {
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    gap: 8px;
}
 #root .desktop app-sports-match-market-groups .market-groups {
    width: 100%;
}
#root app-sports-match-market-groups .market-groups button {
    background-color: transparent;
    /* margin-left: 8px; */
    height: 32px;
    min-width: 60px;
    white-space: nowrap;
    padding: 0 10px;
    border: var(--aw-chip-border);
    background-color:  var(--aw-chip-background);
    border-radius:  var(--r-x2);
    font:  var(--aw-font-chip);
}
#root .mouse app-sports-match-market-groups .market-groups button:hover {
    /* font-weight:500; */
    color:  var(--aw-text-e);
}

#root app-sports-match-market-groups .market-groups button.button-active {
    border: var(--aw-chip-border-selected);
    background-color:  var(--aw-chip-background-selected);
    font-weight: 500;
    font: var(--aw-font-chip);
}
.theme-light #root app-sports-match-market-groups .market-groups button.button-active {font-weight: 700;}
#root app-sports-match-market-groups ng-scrollbar.custom-scrollbar {
    height: 36px!important;
}
#root app-sports-match-market-groups ng-scrollbar.custom-scrollbar .ng-scroll-content {
    padding-top:2px
}
#root app-sports-match-market-groups ng-scrollbar.custom-scrollbar scrollbar-x {
    bottom: -5px;
}