#root app-sports-match-market-groups {
    position: relative;
    scroll-behavior: smooth;
    background-color: var(--c-primary-c);
    width: 100%;
    display: flex;
    height: 40px;
    flex-wrap: nowrap;
}

#root app-sports-match-market-groups .market-groups {
    width: 100%;
    background-color: var(--c-primary-c);
    display: inline-block;
    white-space: nowrap;
    height: 100%;
}
#root .mobile .market-groups {
    overflow:auto;
}
#root app-sports-match-market-groups .match-market-group .market-groups.mCustomScrollbar {
    margin: 0 auto;
    position: relative;
}

#root app-sports-match-market-groups .mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:hover, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:hover, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:active, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:active {
    background: var(--c-primary-c) url(/v1.071/r/images/site/icons/Arrow_Left.svg) center center no-repeat;
    height: 24px;
    opacity: 1;
    top: -24px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    transform: rotate( 180deg );
}

#root app-sports-match-market-groups .mCSB_container {
    overflow: hidden;
    height: 30px;
}

#root app-sports-match-market-groups .match-market-group .market-groups ui-button {
    height: 100%;
}

#root app-sports-match-market-groups .mCustomScrollBox ui-button:first-of-type {
    margin-left: 20px;
}

#root app-sports-match-market-groups .market-groups button {
    height: 100%;
    color: var(--c-white);
    border: none;
    border-right: solid 1px var(--c-primary-d);
    background-color: unset;
    padding: 0 18px;
    margin: 0;
    border-radius: 0;
}

#root .hover app-sports-match-market-groups .market-groups button:hover {
    background-color: var(--c-primary);
}

#root .match-market-group .market-groups .button-active {
    background-color: var(--c-primary-d);
    font-weight: bold;
    border-radius: 0;
    border: 1px solid var(--c-primary-d);
    height: 100%;
}

#root app-sports-match-market-groups .market-groups ng-scrollbar {
    height:40px!important;
}

#root app-sports-match-market-groups .market-groups .ng-scroll-content,
#root app-sports-match-market-groups .market-groups .ng-scroll-content > div {
    height:100%;
}