app-sports-match-markets {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
}

#root app-sports-match-markets .match-markets-wrapper {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: flex-end;
    background-color: var(--o-primary-b);
    border-radius: var(--r);
    background-image: var(--g-1i);
    box-shadow: var(--x-surface-d);
    overflow: hidden;
}

#root app-sports-match-markets .match-markets-wrapper:before {
    content: 'Match Markets';
    text-align: left;
    padding-left: 16px;
    padding-left: 18px;
    padding-right: 48px;
    width: auto;
    font-size: 1.1em;
    height: 56px;
    min-height: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    pointer-events: none;
}

#root app-sports-match-markets .match-markets-wrapper:empty {
    display: none
}

#root app-sports-match-markets .market-group, #root app-sports-match-markets .market-group-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

#root app-sports-match-markets .market-group {
    width: 100%;
    flex-direction: column;
    /* box-shadow: var(--x-surface-b); */
}

#root app-sports-match-markets .market-group > div {
    width: 100%;
}

#root app-sports-match-markets .market-group-header {
    width: 100%;
    justify-content: space-between;
    max-width: 100%;
    min-height: 42px;
    cursor: pointer;
    flex-wrap: nowrap;
    align-items: center;
    /* box-shadow: var(--x-d-t); */
}
#root app-sports-match-markets .market-group-header:only-child {
    
    border-bottom:1px solid var(--c-o2i)
}
#root app-sports-match-markets .market-group-header + div {
    /* box-shadow: var(--x-d-t); */
    background-color: var(--o-primary);
    gap: 1px;
}

#root app-sports-match-markets .market-name {
    align-items: center;
    /* white-space: nowrap; */
    width: unset;
    padding-left: 20px;
    padding-right: 5px;
    text-overflow: ellipsis;
    /* overflow: hidden; */
}

#root app-sports-match-markets .market-group-header .market-special {
    display: flex;
    width: unset;
    justify-content: center;
    margin-left: 10px;
    margin-right: auto;
}

#root app-sports-match-markets .market-group-header .market-min-comb {
    /* display: none; */
    order: 1;
    /* margin-left:auto; */
}
#root app-sports-match-markets .market-group-header .market-min-comb ~ div {
    order:2;
}
#root app-sports-match-markets .markets-content-wrapper .match-markets-wrapper .market-group .match-market {
    align-items: center;
    flex-direction: row;
    display: flex;
    background-color: var(--o-primary-b);
    box-shadow: var(--x-d-t3);
}

#root app-sports-match-markets .markets-content-wrapper .match-markets-wrapper .market-group .match-market:not(:first-child) {
    /* margin-top: 1px; */
}

#root app-sports-match-markets .match-markets-wrapper .match-market .market-content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: unset;
    flex-direction: row;
    height: auto;
    overflow: visible;
}

#root app-sports-match-markets .match-odd, #root app-sports-match-markets .market-special {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: flex-start;
    max-width: 50%;
    align-content: center;
}

#root app-sports-match-markets .market-special {
    align-items: center;
    align-self: stretch;
    justify-content: center;
    width: 100%;
    /* min-width: 40px; */
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    user-select: none;
    padding: 0 16px;
    line-height: 40px;
    /* height: 100%; */
    /* margin: auto 19px; */
    /* border-bottom: 1px solid var(--c-o2i); */
    /* font-weight: 600; */
    color: var(--c-f-s);
    font-style: italic;
    box-sizing: border-box;
    background-color: var(--c-oi);
    max-width: 80px;
}

#root app-sports-match-markets .market-group-header .market-special {
    background-color: transparent;
    padding: 0;
    max-width: unset;
    height: 100%;
}

#root app-sports-match-markets .match-odd {
    height: 100%;
    min-width: unset;
    flex: 1;
}

#root app-sports-match-markets .match-odd.bet-slip-selected {
    background-color: var(--o-primary);
    box-shadow: inset 0 0px 13px 0px #0001;
}

#root app-sports-match-markets .markets-page.odds-selection-default {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    border: 0;
    box-sizing: border-box;
    border-right: 1px solid var(--c-o2i);
    border-top: 1px solid var(--c-o2i);
    position: relative;
}

#root app-sports-match-markets .markets-page.odds-selection-default .odd-outcome {
    display: flex!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    justify-content: left;
    align-items: center;
    padding: 0px 0 0 16px;
    border-right: 0;
    height: 100%;
       color: var(--c-f);
    min-height: var(--aw-height-market-selections);
    border-radius: 2px 0 0 2px;
    width: 50%;
}

#root app-sports-match-markets .markets-page.odds-selection-default .odd {
    padding: 0 16px 0 0;
    display: flex !important;
    align-items: center;
    justify-content: end;
    min-width: 45px;
    width: 50%;
    min-height: 40px;
    font-size: 1rem;
    font-weight: normal;
    color: var(--c-f) !important;
}

#root #mainDiv:not(.mobile) app-sports-match-markets .match-markets-wrapper .match-market .market-content.over-3 .match-odd {
    max-width: 33.3%;
    min-width: 33.3%;
}

#root .mouse .match-odd:not(.odd-locked) .odds-selection-default:not(.odds-bet-slip-selected):hover, #root .mouse .outright-competitor:not(.selected):hover {
    /* border: none; */
    /* transition: .125s; */
    background-color: var(--c-o);
}

#root .mouse .outright-competitor.selected:hover {
    background-color: var(--o-blue-a)!important
}

#root app-sports-match-markets .markets-page.odds-selection-default.odds-bet-slip-selected .odd-outcome {
    color: var(--aw-text-coupon-selection);
}

#root app-sports-match-markets .markets-page.odds-selection-default.odds-bet-slip-selected span.odd {
    color: var(--c-black)
}

#root .mobile app-sports-match-markets .market-content.over-3 .match-odd {
    flex: 0 0 50%;
    width: 100%;
    max-width: 100%;
}

#root .mobile app-sports-match-markets .market-content.over-3 .match-odd:nth-last-child(2) .odds-selection-default {
    border-bottom: 1px solid var(--c-o2i);
}

#root .mobile app-sports-match-markets .goalscorer .market-content.over-3 .match-odd {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

#root app-sports-match-markets .match-markets-wrapper .odd-locked {
    position: relative;
    justify-content: center;
    align-content: center;
}

#root app-sports-match-markets .match-markets-wrapper .odd-locked::before {
    content: " sc-locked-c";
    color: var(--c-f-d);
    font-family: BIF;
    border: unset;
    position: absolute;
    width: 100%;
    font-size: 24px;
    text-align: center;
}

#root app-sports-match-markets .match-odd.odd-locked .odds-selection-default {
    cursor: not-allowed;
}

#root app-sports-match-markets .match-market div .match-odd.odd-locked .odds-selection-default span {
    color: transparent!important;
    background-color: unset;
}

#root app-sports-match-markets .match-markets-wrapper .match-odd.odd-locked .odd-outcome {
    border: unset;
}

.toggle-all-expanded {
    position: absolute;
    height: 56px;
    width: 32px;
    top: 0px;
    right: 0px;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    /* border-left: 1px solid var(--c-o2i); */
    font-size:0;
}

.toggle-all-expanded::before {
    font-family: BIF;
    font-size: 24px;
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 58px;
    color: var(--c-f);
    /* width: 24px; */
    /* min-width: 24px; */
    text-align: left;
}

.toggle-all-expanded.all-expanded::before {
    content: " ar-collapse";
}

.toggle-all-expanded.all-closed::before {
    content: " ar-expand";
}

#root app-sports-match-market-groups:empty + app-sports-match-markets {
    /* margin-top: 32px; */
}

#root app-sports-match-markets .match-markets-wrapper .match-market .market-content .market-correct-score {
    width: 33.3%;
}

#root app-sports-match-markets .market-content .market-correct-score.market-correct-score-win {
    border-right: 1px solid var(--c-o2i);
}

#root app-sports-match-markets .market-content .market-correct-score.market-correct-score-loose {
    border-left: 1px solid var(--c-o2i);
}

#root app-sports-match-markets .match-markets-wrapper .match-market .market-content .market-correct-score .match-odd {
    max-width: unset;
}

#root app-sports-match-markets .market-content .market-correct-score .match-odd .odds-selection-default {
    border-right: unset;
    border-left: unset;
}

/*  */
app-sports-match-markets div.has-zero-margin-match {
    position: absolute;
    right: 37px;
    top: 18px;
    background: #2c3033;
    height: 22px;
    padding: 1px;
    border-radius: 5px
}

app-sports-match-markets div.has-zero-margin-match:before {
    content: " bet-zeromargin-b";
    width: 24px;
    height: 24px;
    font: var(--icon-font);
    color: var(--o-yellow);
    display: block;
    margin-top: -2px
}

.fav-market-button {
    margin-left: 8px;
    font-size: 0px;
    min-width: 24px;
}

.fav-market-button::before {
    font-family: BIF;
    content: "  app-like";
    font-size: 24px;
    color: var(--c-f-d);
}

.fav-market-button.selected::before {
  color: var(--aw-emphasis);
    content: " app-like-f";
}

.show-more-goalscorer {
    padding: 12px;
    text-align: center;
    width: 100%;
    background-color: var(--c-o2i);
    cursor: pointer;
}

.element-unpinned.scrolled-down #root .mobile .match-tracker .iframe-container, .element-unpinned.scrolled-down #root .mobile .match-tracker .betradar-widget-v3 {
    position: fixed;
    top: var(--c-header-mobile);
    transform: scale(0.4);
    transform-origin: top right;
    z-index: 1002;
}
.scrolled-down #root  .mobile .match-tracker {
    height:400px;
}
.element-unpinned .button-pin-content {
    display: none;
}

.element-pinned .button-pin-scroll {
    display: none;
}
#root app-sports-match-markets .markets-content-wrapper .market-group.player .match-market {
    display:flex;
    flex-direction:column;
}
#root app-sports-match-markets .markets-content-wrapper .market-group.player .market-special {
    max-width:100%;
}
#root .mobile app-sports-match-markets .market-group.score-game .match-odd {
    flex:1 1 100%;
    max-width:100%;
}
#root .mobile app-sports-match-markets .market-group.score-game .match-market {
    margin-bottom:5px;
}
/* Match Page Min Bets : Numbers */
#root app-sports-match-markets .match-combinations-0 .market-group-header :is(.market-min-comb.market-min-comb-2, .market-min-comb.market-min-comb-3, .market-min-comb.market-min-comb-4):before {
    content: "1"
}

#root app-sports-match-markets .match-combinations-1 .market-group-header :is(.market-min-comb.market-min-comb-1, .market-min-comb.market-min-comb-2, .market-min-comb.market-min-comb-3, .market-min-comb.market-min-comb-4):before, #root app-sports-match-markets .match-combinations-0 .market-group-header .market-min-comb.market-min-comb-1:before {
    content: "1"
}

#root app-sports-match-markets .match-combinations-2 .market-group-header :is(.market-min-comb.market-min-comb-3, .market-min-comb.market-min-comb-4):before {
    content: "1"
}

#root app-sports-match-markets .match-combinations-3 .market-group-header .market-min-comb.market-min-comb-4:before {
    content: "1"
}

#root app-sports-match-markets :is(.match-combinations-2, .match-combinations-3, .match-combinations-4) .market-group-header .market-min-comb.market-min-comb-1:before {
    content: "1"
}

#root app-sports-match-markets :is(.match-combinations-3, .match-combinations-4) .market-group-header .market-min-comb.market-min-comb-2:before, #root app-sports-match-markets .match-combinations-0 .market-group-header .market-min-comb.market-min-comb-2:before {
    content: "2"
}

#root app-sports-match-markets .match-combinations-4 .market-group-header .market-min-comb.market-min-comb-3:before, #root app-sports-match-markets .match-combinations-0 .market-group-header .market-min-comb.market-min-comb-3:before {
    content: "3"
}

#root app-sports-match-markets .match-combinations-0 .market-group-header .market-min-comb.market-min-comb-4:before {
    content: "4"
}

/* Match Page Min Bets : Colors */
#root app-sports-match-markets .match-combinations-1 .market-group-header :is(.market-min-comb.market-min-comb-2, .market-min-comb.market-min-comb-3, .market-min-comb.market-min-comb-4), #root app-sports-match-markets :is(.match-combinations-2, .match-combinations-3, .match-combinations-4) .market-group-header .market-min-comb.market-min-comb-1 {
    border-color: #db6371;
    background-color: #ff7c8d;
    color: var(--c-s-black-s)
}

#root app-sports-match-markets :is(.match-combinations-0, .match-combinations-3, .match-combinations-4) .market-group-header .market-min-comb.market-min-comb-2, #root app-sports-match-markets .match-combinations-2 .market-group-header :is(.market-min-comb.market-min-comb-3, .market-min-comb.market-min-comb-4) {
    border-color: #d2a446;
    background-color: #ffcd56;
    color: var(--c-s-black-s)
}

#root app-sports-match-markets :is(.match-combinations-0, .match-combinations-4) .market-group-header .market-min-comb.market-min-comb-3, #root app-sports-match-markets .match-combinations-3 .market-group-header .market-min-comb.market-min-comb-4 {
    border-color: #299072;
    background-color: #34b58f;
    color: var(--c-s-black-s)
}
app-betradar-bet-assist {
    margin-left:auto;
    margin-right:8px;
    font:var(--c-font)
}
app-betradar-bet-assist .sr-bb .sr-ba-button__label span{
     font-family:var(--c-font)!important;
    color:var(--c-f)
}
.mobile app-betradar-bet-assist .sr-bb .sr-ba-button__label {
    display:none;
}
app-betradar-bet-assist + .fav-market-button {
    /* margin-left:unset; */
}
app-betradar-bet-assist + .market-min-comb {
    margin-left:unset;
}
.market-min-comb + app-betradar-bet-assist {
    margin-left:8px;
    order:0
}
.sr-betassist-button-popover .sr-bb .srt-base-1 {
  background-color:var(--o-primary)
}
app-betradar-bet-assist .sr-bb  {
    background-color:transparent
}
app-betradar-bet-assist .sr-bb .srt-fill-neutral-2 {
    fill:var(--c-f)
}
#root app-sports-match-markets .markets-content-wrapper .match-markets-wrapper .market-group .match-market.market-code-goalscorer .market-special{
    max-width:unset;
    width:50%;
    line-height:1;
    text-align:center;
    border-top:1px solid var(--c-o2i)
}
#root app-sports-match-markets .markets-content-wrapper .match-markets-wrapper .market-group .match-market.market-code-goalscorer .match-odd:only-child {
    width:100%;
    max-width:unset;
}
#root app-sports-match-markets .markets-content-wrapper .match-markets-wrapper .market-group .match-market.market-code-goalscorer .match-odd:only-child .odd-outcome {
    display:none!important;
}
#root app-sports-match-markets .markets-content-wrapper .match-markets-wrapper .market-group .match-market.market-code-goalscorer .match-odd:only-child  .odd {
    justify-content:center;
    padding-right:0px;
}