.beto-match  {
   display:flex;
   flex-direction:column;
   margin-bottom: 10px;
}
.sports-match-wrapper {
     padding:15px 12px;
    background-color:var( --c-brand-color);
    border-radius:var(--r-10);
}
#root app-sports-match-markets .toggle-all-expanded {
    display: none;
}

#root app-sports-match-markets .match-markets-wrapper {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex: 0 0 auto;
    order: 3;
    background-color: unset;
    align-items: center;
    height: 100%;
    /* background-color:var(--c-primary-b); */
}

#root app-sports-match-markets .market-group {
    width: 100%;
    /* padding:16px 23px; */
    background-color:var(--c-background-white-10);
    border-radius:var(--r-10);
    margin-bottom:15px;
    /* border-bottom: 1px solid var(--c-shade); */
}

#root app-sports-match-markets .market-group-header {
    display: flex;
    min-height: 38px;
    padding: 16px 23px;
    max-width: 100vw;
    align-items: center;
    /* background-image: linear-gradient( 0deg , var(--c-tint) 0%, var(--c-tint-b) 100%); */
    cursor: pointer
}
#root app-sports-match-markets .market-group-header.earlypayoutsoccer .market-name::after {
    content:"+2";
}
#root app-sports-match-markets .market-group-header.earlypayoutbasketball .market-name::after {
    content:"+20";
}
#root app-sports-match-markets .market-group-header.earlypayouttennis .market-name::after {
    content:"+2";
}
#root app-sports-match-markets .market-group-header[class*="earlypayout"] .market-name::after {
   
    width:25px;
    height:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    border:1px solid var(--c-accent-color);
    font:var(--t-tiny-text-bold);
    margin-left:5px;
}
#root app-sports-match-markets .market-group-header + div {
     padding: 0px 23px;
    padding-bottom:16px;
}
#root app-sports-match-markets .market-group-header div {
    display: inline-flex;
    flex: 0 1 auto;
    /* margin-right: 4px; */
    align-items: center;
    color: var(--c-text-light-e);
    font:var(--t-small-text-bold)
}
#root app-sports-match-markets .market-group-header .market-name {
    flex:1;
}
#root app-sports-match-markets .market-group-header .market-special {
    margin-left: 5px;
}

#root app-sports-match-markets .market-group-header .fav-market-button {
    margin-left: auto;
    color: transparent;
    width: 20px;
    height: 20px;
    background: url(/v1.011/r/images/site/icons/Star-Off-90.svg) center center no-repeat;
    background-size: 20px 20px;
    filter: invert(1) hue-rotate( 45deg );
}
#root app-sports-match-markets .market-group-header .fav-market-button.selected {
     background: url(/v1.011/r/images/site/icons/Star-On.svg) center center no-repeat;
     filter: none;
}
#root app-sports-match-markets .market-group-header .toggle-button {
    display: flex;
    margin-left: unset;
    margin-top: unset;
}

#root app-sports-match-markets .market-group-header .toggle-button::after {
    background-image: url(/v1.011/r/images/site/icons/Arrow_Down.svg);
    transform: rotate( 0deg );
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate( 0deg );
    background-position: bottom;
    background-size: 20px 20px;
    border-radius: 50%;
    filter: none;
}

#root app-sports-match-markets .match-market {
    display: flex;
    flex-direction: row;
    height: auto;
    flex-wrap: nowrap;
    border-top: none;
    padding: 0;
    justify-content: center;
    align-items: center;
}
#root app-sports-match-markets .match-market.market-code-player-markets {
    flex-wrap:wrap;
    margin-bottom:8px;
}
#root app-sports-match-markets .player-markets .match-market.market-code-player-markets .market-special {
    width:100%;
    text-align:center;
    margin:8px
}
#root app-sports-match-markets .match-market .market-content {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 0%;
    height: auto;
    padding: 0px 0px;
    align-items: flex-start;
    overflow: visible;
}

#root app-sports-match-markets .match-market .market-correct-score {
    flex-direction: column
}

#root app-sports-match-markets .match-market .match-odd {
    align-content: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    min-width: 52px;
    justify-content: center;
    margin: 4px;
    flex: 1;
    min-height: 36px;
    border: 0;
    background: unset;
    position:relative;
}
#root app-sports-match-markets .match-market .match-odd.odd-locked::before {
    width:20px;
    height:20px;
    position:absolute;
    content:"";
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background-image:var(--c-global-icon-spritesheet);
    background-position: -167px -214px;
    filter: saturate(0) invert(1) brightness(10);
}
#root app-sports-match-markets .odds-selection-default {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: initial;
    overflow: hidden;
    padding: 0 4px;
    border: solid 1px var(--c-background-white);
    border-radius: var(--r-10);
    color: var(--c-text-light-e);
    font:var(--t-small-text-bold);
    cursor:pointer;
}

#root app-sports-match-markets .odds-selection-default:not(.odds-bet-slip-selected) {
    /* background-color: rgba(218,224,227,.35); */
    border: solid 1px var(--c-background-white);
    border-radius: var(--r-10);
    color: var(--c-text-light-e);
}
#root app-sports-match-markets .odds-selection-default.odds-bet-slip-selected {
    background-color:var(--c-background-white);
    color:var(--c-accent-color)
}
#root app-sports-match-markets .odds-selection-default .odd-outcome {
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    width: 100%;
    padding: 4px;
}

#root app-sports-match-markets .odds-selection-default .odd {
    /* font-size: 1.1rem; */
    /* font-weight: bold; */
    padding: 4px;
    font:var(--t-small-text-bold)
}

#root app-sports-match-markets .match-market .market-special {
    width: 50px;
    text-align: center;
    font-weight: bold;
    /* margin-left: 5px; */
    display: inline;
    /* font-size: 1.1rem; */
    color:var(--c-text-light-e)
} 
#root app-sports-match-markets .player-markets .match-market .market-special {
    width:33%;
    text-align:left;
}
#root app-sports-match-markets .market-content.over-3 .match-odd {
    width: 100%;
    flex: 0 0 calc(50% - 8px);
    overflow: hidden;
}

#root app-sports-match-markets .match-market .market-correct-score-win,#root app-sports-match-markets .match-market .market-correct-score-draw,#root app-sports-match-markets .match-market .market-correct-score-loose {
    display: block;
    flex: 1;
}

#root app-sports-match-markets .show-more-goalscorer {
    width: calc(100% - 8px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--c-text-light-e);
    height: 36px;
   border:1px solid var(--c-background-white);
    border-radius:var(--r-10);
    margin:0 auto;
    margin-top:4px;
}

@media screen and (min-width: 1300px) {
    #root app-sports-match-markets .market-content.over-3 .match-odd {
        max-width: calc(33% - 5px);
    }
}
.beto-match .toggle-button {
    min-width: 20px;
    height: 20px;
    /* margin-left: auto; */
    position: relative;
}
.beto-match .toggle-button::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: var(--c-global-icon-spritesheet);
    background-size:450px auto;
    background-position: -3px -54px;
    filter:saturate(0) invert(1) brightness(10);
    transform: rotate(180deg)
}

.beto-match .toggle-button.expanded::before {
    transform: rotate(0deg)
}
.mobile .beto-match {
    padding:var(--c-mobile-padding)
}
#root app-sports-match-markets .goalscorer .market-content.over-3 .match-odd {
    width:100%;
    flex:1 1 100%;
}
#root app-sports-match-markets .market-group-header .has-under-percent-margin-match {
    width:20px;
    height:20px;
    background-position: -482px -12px;
    filter: saturate(0) invert(1) brightness(100);
    background-repeat: no-repeat;
    background-image: var(--c-global-icon-spritesheet);
}