#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%;
}

#root app-sports-match-markets .market-group {
    width: 100%;
    border-bottom: 1px solid var(--c-shade);
}

#root app-sports-match-markets .market-group-header {
    display: flex;
    min-height: 38px;
    padding: 0 18px;
    max-width: 100vw;
    align-items: center;
    background-color: var(--c-primary-c);
    background-image: linear-gradient( 0deg , var(--c-primary-c) 0%, var(--c-primary) 100%);
    cursor: pointer
}

#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-white);
    font-size: 1.1rem
}

#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.003/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 {
    margin-left: auto;
    color: transparent;
    width: 20px;
    height: 20px;
    background: url(/v1.003/r/images/site/icons/Star-On-90.svg) center center no-repeat;
    background-size: 20px 20px;
    filter: invert(1) hue-rotate( 45deg );
}

#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.003/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: wrap;
    border-top: none;
    padding: 0;
    justify-content: center;
    align-items: center;
}

#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: 4px 8px;
    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: 2px;
    flex: 1;
    min-height: 36px;
}

#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;
   
}
#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-shade);
    border-radius: var(--r);
    color: var(--c-primary);
}
#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;
}

#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;
}

#root app-sports-match-markets .market-content.over-3 .match-odd {
    width: 100%;
    flex: 0 0 calc(50% - 4px);
    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: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--c-text-dark);
    height: 25px;
    background: linear-gradient(to bottom, #5050502e 10%, rgb(82 82 82 / 22%) 50%);
     padding:8px 10px;
}
@media screen and (min-width: 1300px) {
    #root app-sports-match-markets .market-content.over-3 .match-odd {
        max-width: calc(33% - 2px);
    }
}
.iframe-container {
    position:relative;
    padding-top: 67%;
}
.desktop .iframe-container {
    padding-top:70%;
}
.iframe-container iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.bet-construct-tabs  {
    height:30px;
    background-color:var(--c-background);
    
}

.bet-construct-tabs .bet-construct-tab {
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--c-black)
}
.bet-construct-tabs .bet-construct-tab.tab-selected {
    background-color:var(--c-primary-d);
    color:var(--c-white)
}
.show-more-goalscorer {
   
}
.show-hide-component {
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:var(--c-primary-c);
    border-top:1px solid var(--c-shade-b);
    min-height:36px;
    color:var(--c-white-e);
    font-weight:bold;
    padding:0px 10px;
    position:relative;
}
.show-hide-component::before {
    content:"";
    width:36px;
    position:absolute;
    height:100%;
    right:0px;
    top:0px;
    background-image:url(/v1.064/r/images/site/icons/Arrow_Left.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:20px;
}
.show-hide-component.visible::before {
    transform:rotate(-90deg)
}