/* Stuff for market templates I didn't want to put in my overrides file -> Andreani S. 30/03/2021*/
#root .match-market-template .market-template-row .item-cell:not(.empty-cell) {
    min-width: 40px;
}
#root  .cls-tpl-mobilematchpage .match-market-template .market-template-row .item-cell:not(:last-child) .match-odd{
    border-right:2px solid var(--c-primary); 
    display:block
}
#root .match-market-template .market-template-row .item-cell:not(.empty-cell) .locked-odd {
    display:flex;
    align-items:center;
    min-width: 45px;
}
#root .market-drop-down-heading.opt-9 {
    width: unset;
}

/*The right sidebar having variable width makes calculating market width a nightmare so I made it fixed. Replace the numbers as you see fit*/
#root:not(.large) .desktop .body .right-sidebar {
    flex: 1 0 var(--r-sidebar-width);
    min-width: var(--r-sidebar-width);
    max-width: var(--r-sidebar-width);
}

#root .beto-match .match-market-template .match-market-has-special .template-rows-wrapper {
    display:grid;
    grid-template-columns:60px 1fr 1fr;
}
#root .beto-match div[class*="handicap"] .match-market-template .match-market-has-special .template-rows-wrapper {
    grid-template-columns:1fr 1fr;
}
#root .beto-match div[class*="handicap"] .match-market-template .match-market-has-special .template-row-wrapper {
    grid-column:1/99;
}
#root .mobile .content app-sports-coupon:not(.match-carousel-block) .odds-selection-default:not(.outright-odd) {
    min-height: 36px;
}

#root .match-market-template .template-rows-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    position:relative;
}

#root .match-markets.beto-match .match-market-template .match-market-has-special .template-rows-wrapper .special-value {
    width: 60px;
    /* padding: 0 6px 6px 6px; */
    display: flex;
    grid-column:1/1;
    grid-row:1 / 99;
    align-items: center;
    justify-content: center;
    /* font-weight: bold; */
    /* position: absolute; */
    /* top: 50%; */
    /* left:0; */
    /* transform:translate(0%, -50%); */
}

.markets-placeholder-wrapper {
    height: 100%;
}

#root .mobile .multiple-specials-wrapper, #root .desktop .small .multiple-specials-wrapper {
    width: 100%;
}

#root app-sports-coupon .match-market-template .template-row-wrapper {
    width: 100%;
}

#root .desktop app-sports-coupon .match-market-template .template-row-wrapper {
    height: 100%;
}

#root .match-markets .match-market-template .match-market-has-special .template-row-wrapper {
    /* width: calc(100% - 60px); */
    grid-column: 2/99;
    width: 100%;
}

#root app-market-template-placeholders {
    /* height: 100%; */
}

#root .mobile app-sports-coupon .match-market-template .template-row-wrapper .item-cell:not(.empty-cell), #root app-sports-coupon .match-market-template .template-row-wrapper .locked-odd {
    min-width: 52px;
    justify-content: center;
}

#root .mobile app-sports-coupon .match-market-template .match-market-has-special .template-row-wrapper .item-cell.market-seletion-cell {
}

#root app-sports-coupon .match-market-template .template-row-wrapper .locked-odd {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid var(--c-shade); */
    border-radius: 2px;
    width: 100%;
}

#root app-market-template, #root .match-market-template, #root .match-market-template .match-market-body {
    width: 100%;
    /* height: 100%; */
}

#root .mobile .item-info-wrapper.market-has-template + .match-markets-wrapper .market-item-has-template.match-market .multiple-specials-template-wrapper .match-market-wrapper {
    height: auto;
}

#root .mobile .match-market-template {
    height: 100%;
}

#root .match-market-template .match-market-has-special .template-row-wrapper {
    margin-left: auto;
}

#root .match-market-template .market-template-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    /* padding: 5px 6px 6px 6px; */
}

#root app-sports-coupon .match-market-template .market-template-row {
    padding: unset;
    width: 100%;
}

#root .match-market-template .market-template-row .item-cell:not(.empty-cell) {
    flex: 1;
    margin: 0 0px;
    margin-left: 8px;
    min-height: 45px;
    max-height: 46px;
}
#root .match-market-template .market-template-row .item-cell:not(.empty-cell):empty {
    position:relative;
}
#root .match-market-template .market-template-row .item-cell:not(.empty-cell):empty::before {
    content:"N/O";
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

#root .beto-sports-coupon .match-market-template.cls-tpl-mobiletemplatesnowrap .market-template-row .item-cell:not(.empty-cell) {
    max-width:45px;
    width:100%;
    flex:unset;
    margin-left: 8px; 
    min-height: 45px;
}
#root .match-market-template.cls-tpl-mobiletemplates .market-template-row .item-cell:not(.empty-cell):not(:last-child) {
    border-right:2px solid var(--c-primary)
}
#root .beto-sports-coupon .match-market[class*="alt-mrk"] .match-market-template .market-template-row .item-cell.first-column + .item-cell:not(.empty-cell),
#root .beto-sports-coupon .match-market[class*="alt-mrk"] span + .match-odd{
    margin-left:0
}
#root .desktop .small .match-market-template .market-template-row .item-cell.empty-cell {
    margin: 0 2px;
    /*Edit 07/06/2021 Andreani S. this looked bad*/
    /* background: linear-gradient(340deg,var(--c-shade) , transparent); */
}
#root .beto-sports-coupon .match-market-template .market-template-row .item-cell:not(.empty-cell) {
    /* max-width:38px; */
    min-width:38px;
}
#root .match-market-template .market-template-row .item-cell.first-column {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
}

#root .match-market-template .market-template-row .item-cell .selection-opt-label {
    /* width: 100%; */
    justify-content: flex-start;
    padding: 8px;
    order: -1;
}

#root .match-market-template .market-template-row .item-cell .market-suspended .selection-opt-label {
    display: none;
}

#root .match-market-template .market-template-row .item-cell .empty-cell-locked {
    width: 100%;
    justify-content: flex-end;
    padding: 8px;
    text-align: right;
}

#root .match-market-template .market-template-row .item-cell .placeholder-optional-label {
    padding: 0px 8px;
}

#root .match-market-template .match-market-header {
    display: none;
    /* display:flex; */
    flex-direction: row;
}

#root .match-market-template .match-market-header .item-cell:not(:empty) {
    flex: 1;
    padding: 0 6px 6px 6px;
    text-align: center;
}

#root .match-market-template .match-odd {
    /* width: 100%; */
    flex: unset;
}

#root .match-market-template .match-market-has-special .match-market-header .item-cell:first-child {
    width: 60px;
    /* max-width: 104px; */
}

#root .mobile .match-market-template .template-rows-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
}

#root .mobile .opt-3 .match-market-template .match-market-has-special .template-rows-wrapper {
    flex-wrap: nowrap;
}

#root .mobile .opt-3 .match-market-template .match-market-has-special .template-rows-wrapper .special-value {
    /* flex:1; */
    /* max-width:33.33%; */
}

#root .mobile .match-markets .match-market-template div:not(.match-market-has-special) .template-rows-wrapper .template-row-wrapper {
    width: 100%;
}

#root .mobile .match-market-template .mt-has-special {
    /*    width: 75px;*/
    width: 40px;
    }

#root .mobile .match-market-template .mt-has-special ~ .template-row-wrapper {
    /*    width: calc(100% - 75px);*/
    /* width: calc(100% - 52px); */
}

#root .mobile .match-market-template .mt-has-special ~ .template-row-wrapper:not(:first-child) {
    margin-left: auto
}

#root .market-template--allft-1x2---under-over.market-template-coupon .template-rows-wrapper {
    flex-direction: column;
}

#root .market-template--allft-1x2---under-over.market-template-coupon .template-row-wrapper {
    height: unset;
    margin: unset;
}

#root .mobile .market-template--allft-1x2---under-over.market-template-coupon .template-row-wrapper .item-cell.empty-cell {
    min-width: unset;
}

#root .mobile app-sports-coupon:not(.match-carousel-block) .events-item-wrapper {
    /* width: 100%; */
    /* padding-right: 24px!important; */
}

#root .mobile app-sports-coupon:not(.match-carousel-block) .events-item-wrapper.match-sport-basketball {
    /* padding-right: 30px!important; */
}

/*Remove match links from document flow so we don't have to worry about them and their position*/
#root .mobile app-sports-coupon .match-links {
    /* position: absolute; */
    right: 0;
    height: 50px;
}

/*Edit 07/06/2021 Andreani S. to override another rule*/
#root .desktop .content .sports-coupon.small .events-item-wrapper {
    /* padding: 2px 2px; */
    /* padding-right: 24px; */
}

/*Remove match links from document flow so we don't have to worry about them and their position*/
#root .desktop app-sports-coupon .small .match-links {
    /* position: absolute; */
    /* right: 0; */
    /* height: 40px; */
}

#root .desktop .left-sidebar app-sports-coupon .small .match-links {
    right: 28px;
}

/* so the fav icon does not display over the score on the side live matches */
/*Forces large templates to wrap around. Market agnostic so it should be fine if market codes change for any reason*/
.mobile app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) app-market-template-placeholders, .mobile app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) app-market-template {
    /* min-width: calc(100vw - 12px); */
    /* padding-top: 5px; */
    /* margin-top: 3px; */
}

.mobile app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) {
    /* min-width: calc(100vw - 16px); */
    /* max-width: calc(100vw - 16px); */
    /*padding-top: 5px;*/
    margin-top: 3px;
    /*border-top: 1px solid var(--c-shade);*/
    align-items: center;
    flex: unset;
}

#root .mobile app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) app-market-template .match-market-has-special .template-rows-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
}

#root .mobile app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) app-market-template .match-market-has-special .template-rows-wrapper .template-row-wrapper {
    /*    width: calc(100% - 75px)*/
    width: calc(100% - 52px)
}

#root .mobile app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) app-market-template .match-market-has-special .template-rows-wrapper .template-row-wrapper:last-child {
    margin-left: auto
}

#root .mobile app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) app-market-template .match-market-has-special .template-rows-wrapper .special-value {
    /*    width: 75px;*/
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: calc(50% - 18px);
}

#root .mobile app-sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .match-market-wrapper { /* SRG: added root and unset to overwrite the height of the wrapper on mobile */
    flex-direction: row;
    flex-wrap: wrap;
    flex: unset;
    height: unset;
    width: 100%;
    max-height: unset;
}

#root .mobile app-sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .match-market-wrapper> .match-odd {
    width: 33%;
    max-width: calc(33% - 4px);
    height: unset;
    min-height: 36px;
    flex: unset;
}

/*Edit 07/06/2021 Andreani S. to fix market misalignment on mobile*/
#root .mobile app-sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .match-market-wrapper> .match-odd:first-child {
    margin-left: 2px;
}

/* added exception for multiple */
#root .mobile app-sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4) .match-market-wrapper:not(.match-market-multiple-wrapper) .market-special {
    width: 33%;
    max-width: calc(33% - 4px);
    min-height: 36px;
}

#root .mobile app-sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4) app-market-template .match-market-has-special .template-rows-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
}

#root .mobile app-sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4) app-market-template .match-market-has-special .template-rows-wrapper .template-row-wrapper {
    /*    width: calc(100% - 75px)*/
    width: calc(100% - 52px)
}

#root .mobile app-sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4) app-market-template .match-market-has-special .template-rows-wrapper .template-row-wrapper:last-child {
    margin-left: auto
}

#root .mobile app-sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4) app-market-template .match-market-has-special .template-rows-wrapper .special-value {
    /*    width: 75px;*/
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: calc(50% - 18px);
}

.mobile app-sports-coupon:not(.match-carousel-block) .sports-coupon:not(.small) .match-markets-wrapper, .mobile app-sports-coupon:not(.match-carousel-block) .sports-coupon:not(.small) .match-markets-wrapper {
    /* width: 100%; */
    /* min-width: calc(100vw - 8px); */
    border-top: 1px solid var(--c-shade);
}

.mobile app-sports-coupon .match-market-wrapper {
    height: 100%;
}

.mobile app-sports-coupon .sports-coupon:not(.small) .markets-placeholder-wrapper .match-market-wrapper {
    width: 100%
}

.mobile app-sports-coupon .sports-coupon:not(.small) .match-market {
    flex: 1;
    min-height: 44px;
    padding: 4px;
    margin: unset;
}

.mobile app-sports-coupon .sports-coupon:not(.small) .match-market.market-0 {
    border-right: 1px solid var(--c-shade)
}

#root .mobile app-sports-coupon .sports-coupon:not(.small) .opt-3.match-market .match-odd:not(.odd-locked) .mobile-outcome, #root .mobile app-sports-coupon .sports-coupon:not(.small) .opt-2.match-market .match-odd:not(.odd-locked) .mobile-outcome, #root .mobile app-sports-coupon .sports-coupon:not(.small) .opt-4.match-market .match-odd:not(.odd-locked) .mobile-outcome, #root .mobile app-sports-coupon .sports-coupon.small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .match-market-wrapper > .match-odd:not(.odd-locked) .mobile-outcome, #root .desktop app-sports-coupon .sports-coupon.small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .match-market-wrapper .match-odd:not(.odd-locked) .mobile-outcome, #root .mobile app-sports-coupon .sports-coupon:not(.small) .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .match-market-wrapper > .match-odd:not(.odd-locked) .mobile-outcome {
    /* display: flex; */
    font-weight: normal;
}

#root .mobile app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .match-market-wrapper> .match-odd:first-child {
    margin-left: 2px;
}

#root .mobile app-sports-coupon .sports-coupon:not(.small) .match-market-template .template-row-wrapper, #root .mobile app-sports-coupon .sports-coupon:not(.small) .match-odd:not(.market-special) {
    /* width: 100%; */
   
}

#root .mobile app-sports-coupon .sports-coupon:not(.small) .match-odd .odd {
    width: 100%;
    display: flex;
    padding: 0 8px;
    /* added by SRG */
}

#root .mobile app-sports-coupon .sports-coupon:not(.small) .match-odd:not(.market-special) {
    flex: 1;
}

#root .mobile app-sports-coupon .sports-coupon:not(.small) .market-drop-down-heading {
    width: unset;
    flex: 1;
}

#root .mobile app-sports-coupon .sports-coupon:not(.small) .market-drop-down-heading.market-1 {
    /* max-width: calc(50vw - 24px); */
    /* flex: 0 1 100%; */
}

#root .mobile app-sports-coupon .sports-coupon:not(.small) .markets-header-wrapper, #root .mobile app-sports-coupon .sports-coupon.small .markets-header-wrapper .market-header:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5), #root .desktop app-sports-coupon .sports-coupon.small .markets-header-wrapper .market-header:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) {
    /*#root .desktop app-sports-coupon .sports-coupon .markets-header-wrapper .market-header:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5).column-header-with-template {*/
    /* added later, for ft-uo */
    /* display: none; */
}

#root .desktop app-sports-coupon .small .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5), #root .desktop app-sports-coupon .small .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5) {
    /* min-width: calc(100vw - var(--r-sidebar-width) - var(--l-sidebar-width) - 24px); */
    /* max-width: calc(100vw - var(--r-sidebar-width) - var(--l-sidebar-width) - 24px); */
    margin: unset;
    padding-top: 5px;
    margin-top: 3px;
    border-top: 1px solid var(--c-shade);
}

@media screen and (min-width: 1120px) {
    #root.large .desktop app-sports-coupon .small .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5), #root.large .desktop app-sports-coupon .small .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5) {
        min-width: calc(100vw - 500px - 240px - 24px);
        max-width: calc(100vw - 500px - 240px - 24px);
        margin: unset;
    }
}

#root .desktop app-sports-coupon .small .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5) app-market-template-placeholders {
    /* width: 100%; */
}

.desktop app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .match-market-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    flex: unset;
    height: unset;
    width: 100%;
}

#root .desktop app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .match-market-wrapper> .match-odd {
    width: 33%;
    max-width: calc(33% - 4px);
    height: unset;
    min-height: 36px;
    flex: unset;
}

#root .desktop app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .match-market-wrapper> .match-odd:first-child {
    margin-left: 2px;
}

#root .desktop app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .match-market-wrapper .market-special {
    width: 33%;
    max-width: calc(33% - 2px);
    min-height: 36px;
    margin-left: unset;
}

#root .desktop app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .template-row-wrapper .market-template-row {
    flex-direction: row;
    flex-wrap: wrap;
}

#root .desktop app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .template-row-wrapper .market-template-row .item-cell, #root .desktop app-sports-coupon .medium .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5):not(.market-code-2):not(.market-code-203) .template-row-wrapper .market-template-row .item-cell {
    /* excepted correct score */
    /* width: calc(33% - 4px); */
    flex: unset;
}

@media screen and (max-width: 1180px) {
    #root .desktop app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .template-row-wrapper .market-template-row .item-cell .odds-selection-default{
        flex-wrap:wrap
    }
    #root .desktop app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .template-row-wrapper .market-template-row .item-cell .odds-selection-default span.odd {
        padding:3px;
    }
    #root .desktop app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .template-row-wrapper .market-template-row .item-cell .odds-selection-default .selection-opt-label {
        justify-content:center;
        text-align:center;
        padding:3px 8px;
    }
     #root .desktop app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .template-row-wrapper .market-template-row .item-cell .locked-odd {
         flex-wrap:wrap
     }
     #root .desktop app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .template-row-wrapper .market-template-row .item-cell .locked-odd .placeholder-optional-label {
         padding:3px;
     }
     #root .desktop app-sports-coupon .small .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .template-row-wrapper .market-template-row .item-cell .locked-odd .empty-cell-locked{
         padding:3px 8px;
         justify-content:center;
         text-align:center;
     }
}

/* added by SRG - to make htft medium coupon as the smaller one */
#root .desktop app-sports-coupon .medium .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .template-row-wrapper .market-template-row .item-cell.empty-cell {
    /* display: none; */
}

#root .desktop app-sports-coupon .medium .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5) .template-row-wrapper .market-template-row {
    /* flex-wrap: wrap; */
}

/*Edit 07/06/2021 Andreani S. Centers the '-' so it's a bit nicer*/
#root span.empty-cell {
    margin: 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
}

@media screen and (min-width: 1200px) and (max-width:1600px) and (min-width: 1601px) {
    /* last one added by SRG  */ #root .desktop app-sports-coupon .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9), #root .desktop app-sports-coupon .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) {
        min-width:calc(100vw - var(--r-sidebar-width) - var(--l-sidebar-width) - 24px);
        max-width: calc(100vw - var(--r-sidebar-width) - var(--l-sidebar-width) - 24px);
        margin: unset;
        padding-top: 5px;
        margin-top: 3px;
        border-top: 1px solid var(--c-shade);
    }

    #root.large .desktop app-sports-coupon .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9), #root.large .desktop app-sports-coupon .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) {
        min-width: calc(100vw - 500px - var(--l-sidebar-width) - 24px);
        max-width: calc(100vw - 500px - var(--l-sidebar-width) - 24px);
        margin: unset;
        padding-top: 5px;
    }

    .desktop app-sports-coupon .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) .match-market-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        flex: unset;
        height: unset;
        width: 100%;
    }

    #root .desktop app-sports-coupon .match-links {
        position: absolute;
        right: 0;
        height: 40px;
    }

    #root .desktop .content .events-item-wrapper {
        padding-right: 24px!important;
    }

    #root .desktop app-sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) .template-row-wrapper .market-template-row {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #root .desktop app-sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) .template-row-wrapper .market-template-row .item-cell {
        width: calc(20% - 4px);
        flex: unset;
    }

    #root .desktop app-sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) .match-market-wrapper .match-odd:first-child {
        margin-left: 2px;
    }

    #root .desktop app-sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) .match-market-wrapper .item-cell:first-child, #root .desktop app-sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) app-market-template-placeholders .item-cell:first-child {
        margin: 0 2px;
    }

    #root .desktop app-sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) .match-market-wrapper> .match-odd {
        width: 20%;
        max-width: calc(20% - 4px);
        height: unset;
        min-height: 36px;
        flex: unset;
    }

    #root .desktop app-sports-coupon .sports-coupon .markets-header-wrapper .market-header:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) {
        display: none;
    }

    #root .desktop app-sports-coupon .sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) .match-market-wrapper .match-odd:not(.odd-locked) .mobile-outcome {
        display: flex;
        font-weight: normal;
    }

    #root .desktop app-sports-coupon .sports-coupon .match-market:not(.opt-3):not(.opt-2):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) .match-market-wrapper .match-odd:not(.odd-locked) .odd {
        display: flex;
        width: 100%
    }

    #root .desktop app-sports-coupon .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5) app-market-template-placeholders {
        width: 100%;
    }
}

#root .desktop .events-tournament-wrapper .events-item-wrapper:not(.match-is-live) .match-links .match-favorite {
    margin-top: unset
}

/* Multiple markets widget */
.multiple-specials-template-wrapper .match-market-wrapper {
    flex-direction: column;
}

#root .multiple-specials-template-wrapper .match-market-wrapper .match-market-has-special .template-rows-wrapper .special-value {
    display: flex;
    /*min-width: 50px;*/
    min-width: 40px;
    align-items: center;
    justify-content: center;
    height: 100%;
    display: flex;
    /* border-right: 2px solid var(--c-emphasis); */
}

#root .multiple-specials-template-wrapper .match-market-wrapper .match-market-has-special .template-rows-wrapper {
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 2px;
}

/*Edit 07/06/2021 Andreani S. Done for super large markets with multiple specials*/
#root .desktop .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) .multiple-specials-template-wrapper .match-market-wrapper .match-market-has-special .template-rows-wrapper, #root .desktop .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) .match-market-wrapper .match-market-has-special .template-rows-wrapper {
    flex-wrap: wrap;
}

#root .desktop .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) .multiple-specials-template-wrapper .match-market-wrapper .match-market-has-special .template-rows-wrapper .template-row-wrapper, #root .desktop .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) .match-market-wrapper .match-market-has-special .template-rows-wrapper .template-row-wrapper {
    width: calc(100% - 50px)
}

#root .desktop .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) .multiple-specials-template-wrapper .match-market-wrapper .match-market-has-special .template-rows-wrapper .special-value, #root .desktop .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5):not(.opt-6):not(.opt-7):not(.opt-8):not(.opt-9) .match-market-wrapper .match-market-has-special .template-rows-wrapper .special-value {
    position: relative;
    top: 50%;
    width: 50px;
    justify-content: center;
}

.odds-selection-default:not(.outright-odd) {
    min-height: 36px;
   
}
.beto-sports-coupon .match-odd {
    max-width: 45px;
    width:100%;
    max-height:45px;
}
.beto-sports-coupon .odds-selection-default:not(.outright-odd) {
     
      width: 100%; 
}
.multiple-specials-wrapper {
    display: flex;
    flex-direction: column;
}

.multiple-specials-wrapper .match-market-multiple-wrapper:not(:last-child) {
    margin-bottom: 2px;
}

/* BTTS + UO */
/*
#root .mobile app-sports-coupon .multiple-specials-wrapper .match-market-multiple-wrapper app-market-selection-compact.match-odd {
  max-width: 50% !important;
  width: calc(50% - 4px) !important;
}
#root .mobile app-sports-coupon .multiple-specials-wrapper .match-market-multiple-wrapper app-market-selection-compact.match-odd span:not(:last-child) {
  display: block !important;
  margin: 0 4px 0 0;
}
#root .mobile app-sports-coupon .multiple-specials-wrapper .match-market-multiple-wrapper app-market-selection-compact.match-odd .odd span:last-child {
  margin: 0 0 0 auto;
}
*/
/* FT + UO */
.mobile .match-sport-soccer .multiple-specials-wrapper .match-market-multiple-wrapper .market-special:first-child {
    display: none;
}

/*
.mobile .market-template--allft-1x2---under-over .template-rows-wrapper {
  margin-bottom: 2px;
}
#root .mobile .market-template--allft-1x2---under-over .template-rows-wrapper .item-cell.market-selection-cell {
  margin-bottom: 2px;
}*/
#root .desktop .market-template--allft-1x2---under-over.market-template-coupon .template-rows-wrapper {
    flex-direction: row;
}

#root .desktop .small .match-market.market-code-208 .market-template-row .item-cell.empty-cell {
    display: none;
}

#root .desktop app-sports-coupon .sports-coupon.small .match-market.market-code-208 .mobile-outcome {
    /*display: none !important;*/
}

#root .desktop app-sports-coupon .sports-coupon:not(.small) .match-market.market-code-208 .selection-opt-label {
    /*display: none;*/
}

#root .desktop app-sports-coupon .sports-coupon:not(.small) .match-market.market-code-208 .odds-selection-default {
    /*min-width: 85px; padding-right: 8px;*/
}

#root .desktop app-sports-coupon .sports-coupon:not(.small) .match-market.market-code-208 .match-market-template:not(.market-template-placeholder) .locked-odd {
    min-width: 85px;
}

#root .desktop .market-code-208 .match-market-template .market-template-row .item-cell:not(.empty-cell) {
    margin: 0 1px;
}

#root .desktop .market-code-208 .match-market-template .special-value {
    text-align: center;
}

/* Correct score template fix */
#root .match-market-template.market-template--allcorrect-score .market-template-row .item-cell.empty-cell, #root .match-market-template.market-template--allcorrect-score .market-template-row .item-cell .empty-cell {
    display: none;
}

#root .match-market-template.market-template--allcorrect-score .market-template-row .item-cell.market-selection-cell {
    margin: 1px 0 1px 2px;
    min-height: 0;
}

.market-columns-long .market-type-selection {
    min-width: 53px;
}

/* UO */
/*
#root .mobile .live-match-coupon .sports-coupon .events-item-wrapper.match-is-live .item-info-wrapper.market-code-2005 { min-width: 100%; }
#root .mobile .live-match-coupon .sports-coupon .events-item-wrapper.match-is-live .item-info-wrapper.market-code-2005 + .match-markets-wrapper { width: 100%; }
#root .mobile .live-match-coupon .sports-coupon .events-item-wrapper.match-is-live .item-info-wrapper.market-code-2005 + .match-markets-wrapper .odd span:not(.mobile-outcome) { margin: unset; }
#root .mobile .market-code-56 + .match-markets-wrapper {
  flex: 1;
}
*/
#root .mobile .market-code-56 + .match-markets-wrapper .match-market-template .mobile-outcome {
    /* display: block; */
    margin: 0 auto 0 0;
}

#root .mobile .market-code-56 + .match-markets-wrapper span:not(.mobile-outcome) {
    margin: 0;
}

.market-template--allunder---over .special-value {
    font-size: 14px;
    padding-left: 4px;
}

#root .mobile .item-info-wrapper.market-code-2005.market-has-template {
    /* min-width: 100%; */
}

#root .mobile .item-info-wrapper.market-code-2005.market-has-template + .match-markets-wrapper {
    /* flex: 1; */
}

#root .mobile .item-info-wrapper.market-code-2005.market-has-template + .match-markets-wrapper .mobile-outcome {
    /* display: block; */
    margin: 0 auto 0 0;
}

#root .mobile .item-info-wrapper.market-code-2005.market-has-template + .match-markets-wrapper .mobile-outcome + span {
    margin: 0;
}

#root  .match-market-template.cls-tpl-mobiletemplatesnowrap .match-market-has-special .special-value {
    /* display: block; */
    min-width: 40px;
}
#root  .match-sport-basketball .match-market-template.cls-tpl-mobiletemplatesnowrap  .special-value.mt-has-special,
#root  .match-sport-basketball .match-market-template.cls-tpl-mobiletemplatesnowrap .match-market-has-special .special-value{
    min-width:60px;
}
#root  .match-market-template.cls-tpl-mobiletemplatesnowrap .template-rows-wrapper {
    align-items: center;
    flex-wrap: nowrap;
}

/* modal opened issue fix */
#root.ui-overflow-hidden {
    width: 100%;
}

/* Correct score */
/*.market-code-2.market-has-template + .match-markets-wrapper { min-width: 50%; }*/
.market-code-2.market-has-template + .match-markets-wrapper .market-item-has-template {
    width: 100%;
}

.market-code-2.market-has-template + .match-markets-wrapper .market-item-has-template .match-market-wrapper {
    width: 100%;
}

#root .desktop .small .match-market-template.market-template--sportscouponcorrect-score .market-template-row .item-cell.empty-cell {
    display: none;
}

#root .desktop .small .match-market-template.market-template--sportscouponcorrect-score .market-template-row .item-cell .selection-opt-label {
    display: none;
}

/**/
#root .desktop app-sports-coupon .sports-coupon.small .market-code-573.match-market .match-market-wrapper .match-market-template.market-template-coupon .match-odd .mobile-outcome, #root .desktop app-sports-coupon .sports-coupon.small .market-code-574.match-market .match-market-wrapper .match-market-template.market-template-coupon .match-odd .mobile-outcome {
    display: none !important;
}

#root .desktop .small .market-code-573.match-market .match-market-template .market-template-row .item-cell.empty-cell, #root .desktop .small .market-code-574.match-market .match-market-template .market-template-row .item-cell.empty-cell {
    display: none;
}

.small .market-code-573 + .match-markets-wrapper, .small .market-code-574 + .match-markets-wrapper {
    justify-content: flex-start;
}

/**/
#root .beto-sports-coupon:not(.match-carousel-block) [class*="item-info-wrapper market-code-"] .match-info .match-teams .match-home-team {
    margin-top: 0;
}

#root .beto-sports-coupon:not(.match-carousel-block) [class*="item-info-wrapper market-code-"] .match-live-info {
    justify-content: center;
}

/*Edit 07/06/2021 Andreani S. Scores wouldn't align otherwise, added two more rules*/
#root .beto-sports-coupon:not(.match-carousel-block) [class*="item-info-wrapper market-code-"] .match-live-info .match-score-server-set-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center
}

#root .beto-sports-coupon:not(.match-carousel-block) [class*="item-info-wrapper market-code-"] .match-live-info .set-score {
    align-items: center
}

/* CS(M), TG(R) */
#root .desktop .item-info-wrapper.market-code-573, #root .desktop .item-info-wrapper.market-code-574 {
    min-width: calc(100% - 22px);
}

#root .desktop .item-info-wrapper.market-code-573 + .match-markets-wrapper, #root .desktop .item-info-wrapper.market-code-574 + .match-markets-wrapper {
    width: 100%;
}

#root .desktop .item-info-wrapper.market-code-573 + .match-markets-wrapper + .match-links, #root .desktop .item-info-wrapper.market-code-574 + .match-markets-wrapper + .match-links {
    order: 2;
}

#root .desktop .item-info-wrapper.market-code-573 + .match-markets-wrapper .match-market.market-code-573, #root .desktop .item-info-wrapper.market-code-574 + .match-markets-wrapper .match-market.market-code-574 {
    width: 100%;
}

#root .desktop .item-info-wrapper.market-code-573 + .match-markets-wrapper .match-market.market-code-573 .multiple-specials-template-wrapper, #root .desktop .item-info-wrapper.market-code-574 + .match-markets-wrapper .match-market.market-code-574 .multiple-specials-template-wrapper {
    width: 100%;
}

#root .desktop .item-info-wrapper.market-code-573 + .match-markets-wrapper .match-market.market-code-573 .match-market-wrapper, #root .desktop .item-info-wrapper.market-code-574 + .match-markets-wrapper .match-market.market-code-574 .match-market-wrapper {
    width: 100%;
}

#root .desktop .item-info-wrapper.market-code-573 + .match-markets-wrapper .match-market.market-code-573 .match-market-wrapper .odd, #root .desktop .item-info-wrapper.market-code-574 + .match-markets-wrapper .match-market.market-code-574 .match-market-wrapper .odd {
    margin-right: 4px;
}

#root .market-code-573 app-market-template-placeholders, #root .market-code-574 app-market-template-placeholders {
    white-space: nowrap;
    width: 100%;
}

/* HT/FT + U/O */
/*Edit 07/06/2021 Andreani S. Had to change it from market-code-884 to market-code-660*/
#root .desktop app-sports-coupon .market-code-660 .match-market-template .template-row-wrapper {
    height: auto;
}

#root .desktop .item-info-wrapper.market-code-660 {
    min-width: calc(100% - 22px);
}

#root .desktop .item-info-wrapper.market-code-660 + .match-markets-wrapper + .match-links {
    order: 2;
}

#root .desktop .market-code-660 + .match-markets-wrapper {
    justify-content: flex-start;
    max-width: calc(100% - 12px);
    width: 100%;
}

#root .desktop .market-code-660 + .match-markets-wrapper > .match-market {
    width: 100%;
}

#root .desktop .market-code-660 + .match-markets-wrapper > .match-market .multiple-specials-template-wrapper {
    width: 100%;
}

#root .desktop .small .market-code-660 .item-cell.empty-cell {
    display: none;
}

#root .desktop app-sports-coupon .match-market.market-code-660.match-market-group-specials {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}

#root .desktop app-sports-coupon .match-market.market-code-660 .odd {
    padding-right: 8px;
}

#root .desktop app-sports-coupon .small .match-market.market-code-660 .odd .mobile-outcome {
    display: none !important;
}

#root .desktop app-sports-coupon .match-market.market-code-660 .market-selection-cell .empty-cell {
    display: none;
}

#root .desktop .market-code-660 app-market-template-placeholders {
    white-space: nowrap;
    width: 100%;
}

#root .desktop .market-code-660 .match-market-template .market-template-row .item-cell:not(.empty-cell) {
    margin: 1px 2px;
}

#root .mobile .item-info-wrapper.market-code-660.market-has-template + .match-markets-wrapper .match-market.market-code-660 .special-value {
    width: 40px !important;
}

#root .mobile .item-info-wrapper.market-code-660.market-has-template + .match-markets-wrapper .match-market.market-code-660 .template-row-wrapper {
    width: calc(100% - 40px) !important;
}

#root .desktop .market-code-660 + .match-markets-wrapper > .match-market .multiple-specials-template-wrapper .template-row /* outrights fix */
#root .view-page-sports-antepost-euro .events-sport-coupon-title {
    pointer-events: none;
}

/* european handicap */
.mobile .market-template--alleuropean-handicap .special-value {
    text-align: center;
}

/* template based css */
/* mobile */
#root .mobile .item-info-wrapper.market-has-template {
    /* min-width: 100%; */
}

#root .mobile .item-info-wrapper.market-has-template + .match-markets-wrapper {
    justify-content: center;
    /* width: auto; */
    /* margin-right: -22px; */
    /* width: calc(100% + 22px); */
}
#root .mobile .item-info-wrapper.market-has-template + .match-markets-wrapper > app-l-cpn-market-alternatives {
    display:flex;
    align-items: flex-end;
}
#root .mobile .item-info-wrapper.market-has-template + .match-markets-wrapper span:not(.placeholder-optional-label) + .empty-cell-locked {
    text-align: center;
}

#root .mobile .item-info-wrapper.market-has-template + .match-markets-wrapper .market-item-has-template .locked-odd .empty-cell-locked:first-child {
    text-align: center;
    min-width: 38px;
}

.mobile .item-info-wrapper.market-has-template + .match-markets-wrapper .special-value {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mobile .item-info-wrapper.market-has-template + .match-markets-wrapper .special-value.mt-has-special:empty:before {
    content: "-";
}

#root .mobile .match-market-template .market-template-row .item-cell .odd:not(:last-child) {
    justify-content: flex-end;
    padding-right: 8px;
}

#root .mobile .match-market-template .market-template-row .item-cell .odd:not(:last-child) .mobile-outcome {
    display: none !important;
}

.mobile .market-template-row .item-cell .placeholder-optional-label {
    white-space: nowrap;
}

.mobile .item-info-wrapper.market-has-template.market-code-574 + .match-markets-wrapper .template-row-wrapper .item-cell .empty-cell {
    align-items: center;
    display: flex;
}

.mobile .item-info-wrapper.market-has-template + .match-markets-wrapper .template-rows-wrapper {
    flex-wrap: nowrap;
}

.mobile .item-info-wrapper.market-has-template + .match-markets-wrapper .template-rows-wrapper, #root .mobile .item-info-wrapper.market-has-template + .match-markets-wrapper .template-row-wrapper {
    margin-bottom: 2px;
}

#root .mobile .match-sport-basketball .item-info-wrapper.market-has-template + .match-markets-wrapper .template-row-wrapper { margin-bottom: 0; }

/* fix for labels and not offered */
.market-has-template + .match-markets-wrapper .match-odd.odds-not-offered:not(.match-suspended):before {
    justify-content: flex-end;
    /* padding-right: 8px; */
}

.mobile .multiple-specials-template-wrapper {
    width: 100%;
}

/* fix for ht + uo */
#root .sports-coupon.large .market-has-template.market-code-660 + .match-markets-wrapper .market-item-has-template {
    align-items: initial;
}

/* latest requests */
.mobile .market-item-has-template .match-market-wrapper, .mobile .market-item-has-template app-market-template-placeholders {
    width: 100%;
}

#root .mobile .content .sports-coupon .item-info-wrapper.market-has-template .match-teams {
    align-items: flex-start;
    /* display: flex; */
    flex-direction:column;
    /* flex-wrap: nowrap; */
    font-size: 13px;
    /* margin: 8px 0; */
}

#root .mobile .sports-coupon .item-info-wrapper.market-has-template {
    position: relative;
    /* margin-right: -16px; */
}

#root .mobile .sports-coupon .item-info-wrapper.market-has-template .match-teams div {
    /* flex: unset; */
    margin: 0;
    max-height: unset;
    /* padding-right: 0; */
    /*text-align: center;*/
    /* white-space: initial; */
    /*width: auto;*/
}

#root .mobile .content .sports-coupon .events-item-wrapper .item-info-wrapper.market-has-template .match-teams .match-team-separator {
    display: none;
    flex-shrink: 0;
    padding: 0;
    text-align: center;
    width: 50px;
}

#root .mobile .sports-coupon .events-item-wrapper.match-is-live .item-info-wrapper.market-has-template .match-teams .match-team-separator {
    opacity: 0;
    display: none;
}

#root .mobile .sports-coupon .match-links {
    height: auto;
}

#root .mobile .sports-coupon .item-info-wrapper.market-has-template .match-live-info {
    left: 50%;
    /*margin: 0;*/
    /* max-width: 40px; */
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translate(-50%, calc(-50% + 5px)); */
}

#root .mobile .sports-coupon .item-info-wrapper.market-has-template .match-live-info .match-score {
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-shrink: 0; */
    /* flex-wrap: nowrap; */
    /* font-size: 16px; */
    /* margin: 0; */
    /* justify-content: center; */ /* changed from center */
    /* width: 40px; */
}

#root .mobile .sports-coupon .item-info-wrapper.market-has-template .match-live-info .match-score-separator {
    /* display: block; */
}

#root .mobile .sports-coupon .events-item-wrapper .item-info-wrapper.market-has-template .match-teams .match-home-team {
    margin-top: 0;
    text-align: right;
}

#root .mobile .sports-coupon .events-item-wrapper .item-info-wrapper.market-has-template .match-teams .match-away-team {
    text-align: left;
}

#root .desktop .sports-coupon.small .item-info-wrapper.market-has-template .match-info {
    /* flex-wrap: nowrap; */
    align-items: center;
    height: auto;
    align-self:center;
    /* justify-content: center; */
}

#root .desktop .sports-coupon.small .item-info-wrapper.market-has-template .match-info .match-schedule {
    align-items: center;
}

#root .desktop .sports-coupon.small .item-info-wrapper.market-has-template .match-info .match-teams {
    /* flex: unset; */
    margin-left: auto;
    /* width: calc(100% - 70px); */
}

#root .desktop .market-item-has-template .match-market-template .market-template-row .item-cell:not(.empty-cell) {
    /* margin: 1px; */
}

/*#root .content .sports-coupon.small .multiple-specials-wrapper .match-market-wrapper.match-market-multiple-wrapper { max-height: unset; }*/
#root .desktop .content .sports-coupon.small .match-market-wrapper {
    max-height: unset;
}
/*
#root .desktop .sports-coupon.small .match-market-wrapper.match-market-multiple-wrapper, #root .desktop .sports-coupon.small .multiple-specials-wrapper .markets-placeholder-wrapper {
    padding-left: 44px;
    position: relative;
}

#root .desktop .sports-coupon.small .match-market-wrapper.match-market-multiple-wrapper .market-special, #root .desktop .sports-coupon.small .match-market:not(.opt-2):not(.opt-3):not(opt-4):not(.opt-5) .markets-placeholder-wrapper .no-market-selections .market-special {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px !important;
}

#root .desktop .sports-coupon.small .multiple-specials-wrapper {
    width: 100%;
}

#root .desktop .sports-coupon:not(.small) .match-market-template .match-market-has-special .template-rows-wrapper, #root .desktop .sports-coupon:not(.small) .multiple-specials-template-wrapper .market-template-placeholder .template-rows-wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 44px;
    position: relative;
}

#root .desktop .sports-coupon:not(.small) .match-market-template .match-market-has-special .template-rows-wrapper .special-value, #root .desktop .sports-coupon:not(.small) .multiple-specials-template-wrapper .market-template-placeholder .template-rows-wrapper .special-value {
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
}

#root .desktop .sports-coupon:not(.small) .match-market.market-item-has-template {
    margin-left: 0;
    width: 100%
}

#root .desktop .sports-coupon:not(.small) .match-market.market-item-has-template .multiple-specials-template-wrapper {
    width: 100%;
}

#root .desktop .sports-coupon:not(.small) .multiple-specials-template-wrapper .market-template-placeholder .template-rows-wrapper .special-value:before {
    content: '-';
}
*/
/*
*/
.mobile .market-item-has-template app-market-template-placeholders .market-template-placeholder .template-row-wrapper {
    display: none;
}

.mobile .market-item-has-template app-market-template-placeholders .market-template-placeholder .special-value + .template-row-wrapper {
    display: block;
}

.mobile .market-item-has-template app-market-template-placeholders .market-template-placeholder .special-value + .template-row-wrapper .market-template-row {
    justify-content: center;
}

.mobile .market-item-has-template app-market-template-placeholders .market-template-placeholder .special-value + .template-row-wrapper .market-template-row .market-selection-cell:not(:last-child) {
    /* display: none; */
}

#root .mobile .match-sport-basketball .market-item-has-template app-market-template-placeholders .market-template-placeholder .special-value + .template-row-wrapper .market-template-row .market-selection-cell:not(:last-child) { display: block; }
#root .mobile .match-sport-basketball .market-item-has-template app-market-template-placeholders .market-template-placeholder .special-value + .template-row-wrapper .market-template-row .market-selection-cell { min-width: 90px; }

.mobile .market-item-has-template app-market-template-placeholders .market-template-placeholder:not(.cls-tpl-handicap2) .special-value + .template-row-wrapper .market-template-row .market-selection-cell {
    max-width: 33%;
}
/*
.mobile .market-item-has-template app-market-template-placeholders .market-template-placeholder .special-value + .template-row-wrapper .market-template-row .market-selection-cell {
    max-width: 33%;
}
*/



.mobile .market-item-has-template app-market-template-placeholders .market-template-placeholder .special-value + .template-row-wrapper .market-template-row .market-selection-cell .placeholder-optional-label {
    display: none;
}

#root .mobile .market-item-has-template app-market-template-placeholders .market-template-placeholder .special-value + .template-row-wrapper .market-template-row .market-selection-cell .empty-cell-locked {
    justify-content: center;
    /*max-width: 33%;*/
    line-height: 24px;
    text-align: center;
    min-height: 40px;
}

#root .mobile .market-has-template .match-info {
    justify-content: unset;
}

.mobile .column-header-with-template {
    display: none;
}

#root .mobile .match-market-template.market-template-placeholder .mt-has-special {
    /* display: none; */
}

#root .mobile .match-market-template.market-template-placeholder .mt-has-special ~ .template-row-wrapper:not(:first-child) {
    margin-left: 0;
}

#root .mobile .market-item-has-template .match-market-template .match-market-has-special .template-rows-wrapper {
    flex-wrap: nowrap;
}
#root .mobile .market-item-has-template .match-market-template .match-market-has-special .template-rows-wrapper:only-child,
#root .mobile .market-template-placeholder .template-rows-wrapper:only-child{
    margin-bottom:0px
}
.mobile .multiple-specials-template-wrapper {
    /*padding-top: 5px;*/
}

mobile .multiple-specials-template-wrapper .match-market-template .market-template-row {
    margin-bottom: 2px;
}

#root .mobile .events-tournament-content .events-tournament-wrapper .item-info-wrapper.market-has-template .match-live-info .match-cards {
    display: none;
}

#root .mobile .events-tournament-content .events-tournament-wrapper .item-info-wrapper.market-has-template .match-teams .team-match-red-cards-home, #root .mobile .events-tournament-content .events-tournament-wrapper .item-info-wrapper.market-has-template .match-teams .team-match-red-cards-away {
    display: inline-block;
    text-align: center;
}

#root .multiple-specials-template-wrapper .match-market-template, #root .multiple-specials-template-wrapper app-market-template {
    height: auto;
}

/* to show in templates only one N/A, like on mobile */
.desktop .market-code-660 .market-template-placeholder .template-row-wrapper .item-cell:not(:last-child), .desktop .market-code-574 .market-template-placeholder .template-row-wrapper .item-cell:not(:last-child) {
    display: none;
}

.desktop .market-code-660 .market-template-placeholder .template-row-wrapper .item-cell:last-child .placeholder-optional-label, .desktop .market-code-574 .market-template-placeholder .template-row-wrapper .item-cell:last-child .placeholder-optional-label {
    display: none;
}

.desktop .market-code-660 .market-template-placeholder .template-row-wrapper + .template-row-wrapper, .desktop .market-code-574 .market-template-placeholder .template-row-wrapper + .template-row-wrapper {
    display: none
}

#root .desktop .market-code-660 .market-template-placeholder .template-row-wrapper .item-cell, #root .desktop .market-code-574 .market-template-placeholder .template-row-wrapper .item-cell:not(.first-column) {
    width: 100% !important;
}

#root .desktop .market-code-660 .market-template-placeholder .template-row-wrapper .item-cell .empty-cell-locked, #root .desktop .market-code-574 .market-template-placeholder .template-row-wrapper .item-cell .empty-cell-locked {
    justify-content: center;
    text-align: center;
}

#root .desktop .content .market-has-template + .match-markets-wrapper .market-code-660 .match-market-wrapper {
    width: 100%;
}

#root .desktop .content .market-has-template + .match-markets-wrapper .market-code-660 .match-market-wrapper .template-rows-wrapper {
    padding-left: 0;
}

/*#root .desktop .content .market-has-template.market-code-660 .match-teams { flex-direction: row; }
#root .desktop .content .market-has-template.market-code-660 .match-teams .match-home-team { padding-right: 0; }
#root .desktop .content .market-has-template.market-code-660 .match-teams .match-team-separator { display: inline-block; }*/

body .mobile app-sports-coupon:not(.match-carousel-block) .sports-coupon.small .match-sport-basketball .match-markets-wrapper .match-market.market-item-no-template .match-odd { max-width: 52px; }
body .mobile .sports-coupon.small .match-sport-basketball .match-markets-wrapper .match-market.market-item-no-template {flex: unset;}
#root .mobile .markets-header-wrapper .market-header.cls-head-tpl-handicap2:last-child {/* margin-right: 6px; */}
@media (orientation: landscape) {
    #root .mobile .match-sport-basketball .market-has-template .match-info { justify-content: flex-start; }
    #root .mobile .content .sports-coupon .match-sport-basketball .item-info-wrapper.market-has-template .match-teams { flex-direction: column !important; margin: 0; }
    #root .mobile .content .sports-coupon .events-item-wrapper.match-sport-basketball .item-info-wrapper.market-has-template .match-teams .match-team-separator { display: none; }
    #root .mobile .sports-coupon .events-item-wrapper.match-sport-basketball .item-info-wrapper.market-has-template .match-teams .match-home-team { text-align: left; }
    #root .mobile .sports-coupon .match-sport-basketball .item-info-wrapper.market-has-template { margin-right: 0; }
}

/* handicap templates everywhere */

#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-baseball .item-info-wrapper.market-has-template {
    align-items: unset;
    /*margin-right: 8px;*/
    margin-right: 0;
    min-width: 0;
    position: unset;
}
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-baseball .item-info-wrapper.market-has-template .match-info { justify-content: flex-start; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-baseball .item-info-wrapper.market-has-template .match-teams { flex-direction: column !important; margin: 0; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-baseball .item-info-wrapper.market-has-template .match-teams .match-away-team,
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-baseball .item-info-wrapper.market-has-template .match-teams .match-home-team { text-align: left; text-overflow: ellipsis; white-space: nowrap; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-baseball .item-info-wrapper.market-has-template .match-teams .match-team-separator { display: none; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-baseball .item-info-wrapper.market-has-template + .match-markets-wrapper { justify-content: flex-end; margin-right: 0;  min-width: 0; width: auto; }

#root .mobile app-sports-coupon .match-market-template.cls-tpl-handicap2 .template-row-wrapper .item-cell:not(.empty-cell) .odds-selection-default:not(.outright-odd) { padding-left: 8px; }
#root .mobile .sports-coupon .events-item-wrapper.match-sport-baseball .item-info-wrapper.market-has-template .match-live-info {
    left: unset;
    position: relative;
    top: unset;
    transform: none;
}
#root .mobile .sports-coupon .events-item-wrapper.match-sport-baseball .item-info-wrapper.market-has-template .match-live-info .match-score { flex-direction: column; font-size: 13px; width: auto; }
#root .mobile .sports-coupon .events-item-wrapper.match-sport-baseball .item-info-wrapper.market-has-template .match-live-info .match-score-separator { display: none; }
#root .mobile .events-item-wrapper.match-sport-baseball .match-market-template.market-template-placeholder.cls-tpl-handicap2 { min-width: 187px; }
#root .mobile .events-item-wrapper.match-sport-baseball .match-market-template.market-template-placeholder.cls-tpl-handicap2 .template-rows-wrapper { align-items: center; display: flex; margin-bottom: 0; }
#root .mobile .events-item-wrapper.match-sport-baseball .match-market-template.market-template-placeholder.cls-tpl-handicap2 .empty-cell-locked { background: url(../assets/themes/betomall/images/odd-locked.svg) center center/20px no-repeat; color: transparent; max-width: 100% !important; }
#root .mobile .events-item-wrapper.match-sport-baseball .alt-has-special .match-market-template.cls-tpl-handicap2 .special-value { display: none; }
#root .mobile .events-item-wrapper.match-sport-baseball .market-item-no-template.alt-has-special .match-market-template .market-template-row .item-cell .selection-opt-label { display: none; }
#root .mobile .events-item-wrapper.match-sport-baseball .market-item-no-template.alt-has-special .match-market-template .market-template-row .item-cell:not(.empty-cell) { margin-right: 0; }
#root .mobile .sports-coupon .match-sport-baseball .item-info-wrapper.market-has-template .match-live-info .match-score { justify-content: flex-end; }
/*
*/
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-ebasketball .item-info-wrapper.market-has-template {
    align-items: unset;
    /*margin-right: 8px;*/
    margin-right: 0;
    min-width: 0;
    position: unset;
}
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-ebasketball .item-info-wrapper.market-has-template .match-info { justify-content: flex-start; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-ebasketball .item-info-wrapper.market-has-template .match-teams { flex-direction: column !important; margin: 0; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-ebasketball .item-info-wrapper.market-has-template .match-teams .match-away-team,
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-ebasketball .item-info-wrapper.market-has-template .match-teams .match-home-team { text-align: left; text-overflow: ellipsis; white-space: nowrap; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-ebasketball .item-info-wrapper.market-has-template .match-teams .match-team-separator { display: none; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-ebasketball .item-info-wrapper.market-has-template + .match-markets-wrapper { justify-content: flex-end; margin-right: 0;  min-width: 0; width: auto; }

#root .mobile app-sports-coupon .match-market-template.cls-tpl-handicap2 .template-row-wrapper .item-cell:not(.empty-cell) .odds-selection-default:not(.outright-odd) { padding-left: 8px; }
#root .mobile .sports-coupon .events-item-wrapper.match-sport-ebasketball .item-info-wrapper.market-has-template .match-live-info {
    left: unset;
    position: relative;
    top: unset;
    transform: none;
}
#root .mobile .sports-coupon .events-item-wrapper.match-sport-ebasketball .item-info-wrapper.market-has-template .match-live-info .match-score { flex-direction: column; font-size: 13px; width: auto; }
#root .mobile .sports-coupon .events-item-wrapper.match-sport-ebasketball .item-info-wrapper.market-has-template .match-live-info .match-score-separator { display: none; }
#root .mobile .events-item-wrapper.match-sport-ebasketball .match-market-template.market-template-placeholder.cls-tpl-handicap2 { min-width: 182px; }
#root .mobile .events-item-wrapper.match-sport-ebasketball .match-market-template.market-template-placeholder.cls-tpl-handicap2 .template-rows-wrapper { align-items: center; display: flex; margin-bottom: 0; }
#root .mobile .events-item-wrapper.match-sport-ebasketball .match-market-template.market-template-placeholder.cls-tpl-handicap2 .empty-cell-locked { background: url(../assets/themes/betomall/images/odd-locked.svg) center center/20px no-repeat; color: transparent; max-width: 100% !important; }
#root .mobile .events-item-wrapper.match-sport-ebasketball .alt-has-special .match-market-template.cls-tpl-handicap2 .special-value { display: none; }
#root .mobile .events-item-wrapper.match-sport-ebasketball .market-item-no-template.alt-has-special .match-market-template .market-template-row .item-cell .selection-opt-label { display: none; }
#root .mobile .events-item-wrapper.match-sport-ebasketball .market-item-no-template.alt-has-special .match-market-template .market-template-row .item-cell:not(.empty-cell) { margin-right: 0; }
#root .mobile .sports-coupon .match-sport-ebasketball .item-info-wrapper.market-has-template .match-live-info .match-score { justify-content: flex-end; }
/*
*/
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-table-tennis .item-info-wrapper.market-has-template {
    align-items: unset;
    /*margin-right: 8px;*/
    margin-right: 0;
    min-width: 0;
    position: unset;
}
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-table-tennis .item-info-wrapper.market-has-template .match-info { justify-content: flex-start; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-table-tennis .item-info-wrapper.market-has-template .match-teams { flex-direction: column !important; margin: 0; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-table-tennis .item-info-wrapper.market-has-template .match-teams .match-away-team,
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-table-tennis .item-info-wrapper.market-has-template .match-teams .match-home-team { text-align: left; text-overflow: ellipsis; white-space: nowrap; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-table-tennis .item-info-wrapper.market-has-template .match-teams .match-team-separator { display: none; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-table-tennis .item-info-wrapper.market-has-template + .match-markets-wrapper { justify-content: flex-end; margin-right: 0;  min-width: 0; width: auto; }
.mobile .column-header-with-template.cls-head-tpl-handicap2 { display: flex; }
#root .mobile app-sports-coupon .match-market-template.cls-tpl-handicap2 .template-row-wrapper .item-cell:not(.empty-cell) .odds-selection-default:not(.outright-odd) { padding-left: 8px; }
#root .mobile .sports-coupon .events-item-wrapper.match-sport-table-tennis .item-info-wrapper.market-has-template .match-live-info {
    left: unset;
    position: relative;
    top: unset;
    transform: none;
}
#root .mobile .sports-coupon .events-item-wrapper.match-sport-table-tennis .item-info-wrapper.market-has-template .match-live-info .match-score { flex-direction: column; font-size: 13px; width: auto; }
#root .mobile .sports-coupon .events-item-wrapper.match-sport-table-tennis .item-info-wrapper.market-has-template .match-live-info .match-score-separator { display: none; }
#root .mobile .events-item-wrapper.match-sport-table-tennis .match-market-template.market-template-placeholder.cls-tpl-handicap2 { min-width: 182px; }
#root .mobile .events-item-wrapper.match-sport-table-tennis .match-market-template.market-template-placeholder.cls-tpl-handicap2 .template-rows-wrapper { align-items: center; display: flex; margin-bottom: 0; }
#root .mobile .events-item-wrapper.match-sport-table-tennis .match-market-template.market-template-placeholder.cls-tpl-handicap2 .empty-cell-locked { background: url(../assets/themes/betomall/images/odd-locked.svg) center center/20px no-repeat; color: transparent; max-width: 100% !important; }
#root .mobile .events-item-wrapper.match-sport-table-tennis .alt-has-special .match-market-template.cls-tpl-handicap2 .special-value { display: none; }
#root .mobile .events-item-wrapper.match-sport-table-tennis .market-item-no-template.alt-has-special .match-market-template .market-template-row .item-cell .selection-opt-label { display: none; }
#root .mobile .events-item-wrapper.match-sport-table-tennis .market-item-no-template.alt-has-special .match-market-template .market-template-row .item-cell:not(.empty-cell) { margin-right: 0; }
#root .mobile .sports-coupon .match-sport-table-tennis .item-info-wrapper.market-has-template .match-live-info .match-score { justify-content: flex-end; }
/*
*/
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-volleyball .item-info-wrapper.market-has-template {
    align-items: unset;
    /*margin-right: 8px;*/
    margin-right: 0;
    min-width: 0;
    position: unset;
}
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-volleyball .item-info-wrapper.market-has-template .match-info { justify-content: flex-start; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-volleyball .item-info-wrapper.market-has-template .match-teams { flex-direction: column !important; margin: 0; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-volleyball .item-info-wrapper.market-has-template .match-teams .match-away-team,
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-volleyball .item-info-wrapper.market-has-template .match-teams .match-home-team { text-align: left; text-overflow: ellipsis; white-space: nowrap; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-volleyball .item-info-wrapper.market-has-template .match-teams .match-team-separator { display: none; }
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-volleyball .item-info-wrapper.market-has-template + .match-markets-wrapper { justify-content: flex-end; margin-right: 0;  min-width: 0; width: auto; }
.mobile .column-header-with-template.cls-head-tpl-handicap2 { display: flex; }
#root .mobile app-sports-coupon .match-market-template.cls-tpl-handicap2 .template-row-wrapper .item-cell:not(.empty-cell) .odds-selection-default:not(.outright-odd) { padding-left: 8px; }
#root .mobile .sports-coupon .events-item-wrapper.match-sport-volleyball .item-info-wrapper.market-has-template .match-live-info {
    left: unset;
    position: relative;
    top: unset;
    transform: none;
}
#root .mobile .sports-coupon .events-item-wrapper.match-sport-volleyball .item-info-wrapper.market-has-template .match-live-info .match-score { flex-direction: column; font-size: 13px; width: auto; }
#root .mobile .sports-coupon .events-item-wrapper.match-sport-volleyball .item-info-wrapper.market-has-template .match-live-info .match-score-separator { display: none; }
#root .mobile .events-item-wrapper.match-sport-volleyball .match-market-template.market-template-placeholder.cls-tpl-handicap2 { min-width: 182px; }
#root .mobile .events-item-wrapper.match-sport-volleyball .match-market-template.market-template-placeholder.cls-tpl-handicap2 .template-rows-wrapper { align-items: center; display: flex; margin-bottom: 0; }
#root .mobile .events-item-wrapper.match-sport-volleyball .match-market-template.market-template-placeholder.cls-tpl-handicap2 .empty-cell-locked { background: url(../assets/themes/betomall/images/odd-locked.svg) center center/20px no-repeat; color: transparent; max-width: 100% !important; }
#root .mobile .events-item-wrapper.match-sport-volleyball .alt-has-special .match-market-template.cls-tpl-handicap2 .special-value { display: none; }
#root .mobile .events-item-wrapper.match-sport-volleyball .market-item-no-template.alt-has-special .match-market-template .market-template-row .item-cell .selection-opt-label { display: none; }
#root .mobile .events-item-wrapper.match-sport-volleyball .market-item-no-template.alt-has-special .match-market-template .market-template-row .item-cell:not(.empty-cell) { margin-right: 0; }
#root .mobile .sports-coupon .match-sport-volleyball .item-info-wrapper.market-has-template .match-live-info .match-score { justify-content: flex-end; }

#root .mobile .match-market-template.market-template-placeholder.cls-tpl-handicap2 .mt-has-special ~ .template-row-wrapper {/* width: 100%; */}

#root .mobile .match-market-template.market-template-placeholder.cls-tpl-handicap2 .mt-has-special ~ .template-row-wrapper:not(:first-child) {
    /* width:100%; */
}
#root .mobile .market-template-placeholder.cls-tpl-mobiletemplates .template-row-wrapper .item-cell:not(.empty-cell) {
    max-width: 100%;
}
#root .match-market-group:empty { display: none; }
#root .content .events-item-wrapper.match-sport-rugby:not(.match-sport-soccer) .item-info-wrapper {
    align-items: center;
    justify-content: center;
}
#root .mobile .beto-sports-coupon:not(.match-carousel-block) .match-sport-rugby [class*="item-info-wrapper market-code-"].market-has-template .match-live-info .match-score-server-set-wrapper .match-server { display: none; }
#root .mobile .beto-sports-coupon:not(.match-carousel-block) .match-sport-rugby [class*="item-info-wrapper market-code-"].market-has-template .match-live-info .match-score-server-set-wrapper .match-set-scores { display: none; }

/* for light coupon */

.mobile .market-tpl-cls-mobiletemplates app-l-cpn-market-template .template-row-wrapper {flex: 1;/* border-left:2px solid var(--c-emphasis); */}
#root .mobile .sports-coupon app-l-cpn-item-info-live.tpl-mobiletemplates.item-info-wrapper.market-has-template { margin-right: 0; }
#root .mobile .item-info-wrapper.market-has-template + app-l-cpn-markets.match-markets-wrapper {
    width: auto;
}
#root .mobile app-l-cpn-market-template .cls-tpl-mobiletemplates.match-market-template .market-template-row {
    flex: 1;
    padding: 0 6px;
    /* border-left:2px solid var(--c-emphasis); */
}
.mobile .events-item-wrapper.tpl-mobiletemplates app-l-cpn-item-links.match-links{
    position: absolute;
    right: 5px;
    top: 5px;
    height:10px;
}
.mobile .market-tpl-cls-mobiletemplates app-l-cpn-market-template { width: 100%; }
#root .mobile app-l-cpn-market-template .match-market-template.cls-tpl-mobiletemplates .match-market-body:not(.match-market-has-special) .template-rows-wrapper {
    flex-direction: column;
}
#root .mobile .market-tpl-cls-mobiletemplates app-l-cpn-market-multiple-template .cls-tpl-mobiletemplates .match-market-has-special .template-rows-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
}
#root .mobile .market-tpl-cls-mobiletemplates app-l-cpn-market-multiple-template .template-row-wrapper + .template-row-wrapper { margin-left: 40px; }
.mobile .market-tpl-cls-mobiletemplates app-l-cpn-market-multiple-template .cls-tpl-mobiletemplates .match-market-has-special .template-rows-wrapper .special-value {
    position: relative;
    flex:1;
    max-width:33.33%;
    border-right: 2px solid var(--c-emphasis);
    /* top: 50%; */
    /* transform: translateY(-100%); */
}
.mobile app-l-cpn-market-alternatives .alternative-market-wrapper > span:first-child {
    display: none;
    /*align-items: center;
    display: flex;
    justify-content: center;
    min-width: 52px;*/
}
.mobile app-l-cpn-market-alternatives .coupon-market-name.alternative-market span { padding-left: 6px; }
.mobile app-l-cpn-market-alternatives .coupon-market-name.alternative-market {
    align-items: center;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile app-l-cpn-markets .match-market.market-tpl-cls-mobiletemplates {margin-inline: auto;width: 100%;}
.mobile app-l-cpn-market-alternatives app-l-cpn-market-template-placeholders .template-row-wrapper:not(:last-child) { display: none; }
.mobile app-l-cpn-market-alternatives app-l-cpn-market-template-placeholders .template-row-wrapper .item-cell:not(:last-child) { /*display: none;*/ }
.mobile app-l-cpn-market-alternatives app-l-cpn-market-template-placeholders .template-row-wrapper .placeholder-optional-label { display: none; }

#root .mobile .market-tpl-cls-mobiletemplates.m-has-special app-l-cpn-market-template .cls-tpl-mobiletemplates.display-rows .template-rows-wrapper { flex-wrap: wrap; }
.mobile .market-tpl-cls-mobiletemplates.m-has-special app-l-cpn-market-template .template-rows-wrapper > .special-value {
     transform: translateY(50%);
     width: 45px;
}
#root .mobile .market-tpl-cls-mobiletemplates.m-has-special app-l-cpn-market-template .template-row-wrapper + .template-row-wrapper {margin-left: 45px;}
.mobile app-l-cpn-ev-item.tpl-mobiletemplates app-l-cpn-market-alternatives { width:100%; }
.mobile .tpl-mobiletemplates app-l-cpn-market-template-placeholders .market-template-placeholder .template-row-wrapper {
     border: 1px solid var(--c-shade);
     border-radius: 2px;
     width: 80%;
}
#root .mobile .market-tpl-cls-mobiletemplates.m-has-special app-l-cpn-market-template .template-row-wrapper + .template-row-wrapper .market-template-row {
    padding-left:0px;
}
#root .mobile .tpl-mobiletemplates app-l-cpn-market-template-placeholders .market-template-placeholder .template-row-wrapper .market-template-row {
     flex: 1;
     padding: 0;
}
.mobile .tpl-mobiletemplates app-l-cpn-market-template-placeholders .market-template-placeholder .template-row-wrapper .item-cell {
    justify-content: center;
}
.mobile .tpl-mobiletemplates app-l-cpn-market-template-placeholders .market-template-row .item-cell:not(.empty-cell) + .item-cell {
    display: none;
}
.mobile .tpl-mobiletemplates app-l-cpn-market-template-placeholders .market-template-row .item-cell .placeholder-optional-label {
    display: none;
}
#root .mobile app-l-cpn-market-alternatives .market-item-no-template app-l-cpn-market-template .special-value { display: none; }

#root .mobile app-l-cpn-market-alternatives .match-market-template .market-template-row { padding: 0; width: 100%; }
#root .mobile app-l-cpn-market-template .market-template-row { padding: 0; width: 100%; }
.mobile app-l-cpn-market-template { display: flex; }
#root .mobile app-l-cpn-ev-item app-l-cpn-markets app-l-cpn-market-alternatives .match-market-wrapper { min-height: 100% !important; }
#root .mobile  app-l-cpn-market-alternatives .match-market-template .market-template-row .item-cell:not(.empty-cell) {/* margin-left:0; */}
.mobile app-l-cpn-market-multiple-template .market-template-placeholder.cls-tpl-mobiletemplates .template-row-wrapper + .template-row-wrapper { display: none; }
.mobile app-l-cpn-market-template-placeholders .match-market-template.cls-tpl-handicap2 .item-cell:not(.empty-cell) + .item-cell { /*display: none;*/ }
#root .mobile .match-sport-basketball app-l-cpn-market-template-placeholders .match-market-template.market-template-placeholder.cls-tpl-handicap2 .empty-cell-locked {flex: 1;}
.mobile app-l-cpn-market-template-placeholders .cls-tpl-handicap2 .locked-odd {
    border: 1px solid var(--c-shade);
    border-radius: 2px;
    flex: 1;
}
.mobile app-l-cpn-market-template .cls-tpl-handicap2 .template-rows-wrapper .special-value { display: none; }
.mobile .tpl-handicap2 app-l-cpn-market-template-placeholders {
    display: flex;
    height: 100%;
}
.mobile .match-sport-american-football .market-tpl-cls-handicap2 app-l-cpn-market-template,
.mobile .match-sport-rugby .market-tpl-cls-handicap2 app-l-cpn-market-template,
.mobile .match-sport-snooker .market-tpl-cls-handicap2 app-l-cpn-market-template {
    padding-inline: 4px;
    width: 100%;
}
.mobile .match-sport-american-football .market-tpl-cls-handicap2 app-l-cpn-market-template .template-row-wrapper,
.mobile .match-sport-rugby .market-tpl-cls-handicap2 app-l-cpn-market-template .template-row-wrapper,
.mobile .match-sport-snooker .market-tpl-cls-handicap2 app-l-cpn-market-template .template-row-wrapper { width: 100%; }
.mobile .match-sport-snooker.tpl-handicap2 app-l-cpn-market-alternatives { width: 100%; }
.mobile .match-sport-snooker.tpl-handicap2 app-l-cpn-market-template-placeholders .item-cell:not(.empty-cell) + .item-cell { display: none; }
.mobile .match-sport-snooker.tpl-handicap2 app-l-cpn-market-template-placeholders .item-cell:not(.empty-cell) { width: 80%; }
#root .mobile .match-sport-snooker.tpl-handicap2 .match-server { display: none; }
#root .mobile .match-sport-snooker.tpl-handicap2 .match-set-scores {
    margin: 0;
}
#root .mobile .match-sport-snooker.tpl-handicap2 .match-score-server-set-wrapper { flex-direction: column; }
#root .mobile .match-sport-snooker.tpl-handicap2 .match-score { order: -1; }
#root .mobile .match-sport-snooker.tpl-handicap2 .match-set-scores-wrapper { width: 100%; }
#root .mobile .match-sport-snooker.tpl-handicap2 .set-score {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}
/*Added styles for First Goal + FT 1X2 and Qualifying Method -> Andreani S. 31/08/2022*/
.mobile .cls-tpl-matchmobile.tpl-market-209 .market-template-row,
.mobile .cls-tpl-matchmobile.tpl-market-265 .market-template-row{
    display:flex;
    width:100%;
    padding-bottom:4px;
}
.mobile .cls-tpl-matchmobile.tpl-market-209 .market-template-row .item-cell:not(.empty-cell),
.mobile .cls-tpl-matchmobile.tpl-market-265 .market-template-row .item-cell:not(.empty-cell){
    flex:1;
    padding:0 4px;
}
.mobile .cls-tpl-matchmobile.tpl-market-209 .market-template-row .item-cell.empty-cell + .item-cell,
.mobile .cls-tpl-matchmobile.tpl-market-265 .market-template-row .item-cell.empty-cell + .item-cell{
    padding-right:0px;
}
.mobile .cls-tpl-matchmobile.tpl-market-209 .market-template-row .item-cell:not(.empty-cell) .selection-opt-label,
.mobile .cls-tpl-matchmobile.tpl-market-265 .market-template-row .item-cell:not(.empty-cell) .selection-opt-label{
    flex:1;
}
.desktop .tpl-desktoptemplates .market-tpl-cls-desktoptemplates.m-has-special { flex: 1; }
#root .desktop .tpl-desktoptemplates .market-template-placeholder.cls-tpl-desktoptemplates .item-cell.first-column { display: none; }
#root .desktop .cls-tpl-handicap2 .odd {margin-left: 6px;}

.desktop .code-baseball .market-drop-down-heading.cls-tpl-s-handicap2.mt-code-228 { min-width: 184px; }

#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-american-football .item-info-wrapper.market-has-template {
    align-items: unset;
    margin-right: 0;
    min-width: 0;
    position: unset;
}
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-american-football .item-info-wrapper.market-has-template .match-info {
    justify-content: flex-start;
}
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-american-football .item-info-wrapper.market-has-template .match-teams {
    flex-direction: column !important;
    margin: 0;
}
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-american-football .item-info-wrapper.market-has-template .match-teams .match-away-team, 
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-american-football .item-info-wrapper.market-has-template .match-teams .match-home-team {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-american-football .item-info-wrapper.market-has-template .match-teams .match-team-separator {
    display: none;
}
#root .mobile .sports-coupon.small .events-item-wrapper.match-sport-american-football .item-info-wrapper.market-has-template + .match-markets-wrapper {
    justify-content: flex-end;
    margin-right: 22px;
    min-width: 0;
    width: auto;
}
#root .desktop .match-market-template.cls-tpl-handicap2 .market-template-row .item-cell:not(.empty-cell) {
    /* max-height: unset; */
    height:100%;
    margin:0 2px;
    flex: unset;
}

#root .desktop .match-market-template.cls-tpl-handicap2 .market-template-row .item-cell:last-child {
    margin-left: 16px;
}
#root .desktop .match-market-template.cls-tpl-handicap2 .market-template-row,
#root app-sports-coupon .sports-coupon:not(.small) .match-market-template.cls-tpl-handicap2 .market-template-row{
    align-items:flex-end;
    justify-content:center;
}
#root .match-market.market-tpl-cls-mobiletemplatesnowrap .template-row-wrapper {
    border-left:2px solid var(--c-emphasis);
    /* padding-left:8px; */
    width:unset;
    margin-left: unset;
}
#root .match-market.market-tpl-cls-mobiletemplatesnowrap .template-rows-wrapper .special-value {
    min-width:40px;
    padding-left: 0px;
    justify-content: center;
}
.market-tpl-cls-mobiletemplatesnowrap  app-l-cpn-market-template:not(:last-child),
.market-tpl-cls-mobiletemplatesnowrap  app-market-template:not(:last-child){
    margin-bottom:10px;
}
#root .match-markets-wrapper > .match-market.market-tpl-cls-mobiletemplatesnowrap .match-market-template.cls-tpl-mobiletemplatesnowrap .template-rows-wrapper:not(:only-child) {
    margin-bottom:6px;
}
#root .match-markets-wrapper > .match-market.market-tpl-cls-mobiletemplatesnowrap .template-rows-wrapper {
    display:flex;
    flex-direction:row;
}
#root .cls-tpl-mobiletemplatesnowrap .special-value {
    display:flex;
    align-items:center;
}
.cls-head-tpl-mobiletemplatesnowrap.market-header {
    display:flex;
}
#root .cls-head-tpl-mobiletemplatesnowrap.market-header .mt-special {
    display:none;
    opacity:0;
}
#root .desktop .code-basketball ~ div .cls-head-tpl-mobiletemplatesnowrap.market-header .mt-special {
    width:60px;
    max-width:60px;
}
#root .cls-head-tpl-mobiletemplatesnowrap.market-header .market-type-selection:not(.mt-special){
    margin-left:12px!important;
}
#root .events-tournament-wrapper .events-item-wrapper.tpl-mobiletemplates {
    flex-wrap:wrap;
}
#root .events-tournament-wrapper .events-item-wrapper.tpl-mobiletemplates .item-info-wrapper {
    width:100%;
    flex:unset;
}
#root .events-tournament-wrapper .events-item-wrapper.tpl-mobiletemplates.itm-has-tpl .match-markets-wrapper {
    width:100%;
    margin-top:8px;
}
#root .events-tournament-wrapper .events-item-wrapper.tpl-mobiletemplates .odds-selection-default {
    max-width:100%
}
#root .events-tournament-wrapper .events-item-wrapper.tpl-mobiletemplates .selection-opt-label {
    display:block;
}
#root .events-tournament-wrapper .events-item-wrapper.tpl-mobiletemplates .match-odd {
    width:80%;
    margin:0 auto;
}
#root .cls-tpl-v2matchpage .match-market-template:first-child .match-market-header {
    display:flex;
    font-weight: bold;
    margin-bottom: 3px;
}
#root .cls-tpl-v2matchpage .match-market-template {
    margin-bottom: 10px;
}
#root .cls-tpl-v2matchpage .match-market-template .match-market-has-special .match-market-header .item-cell:first-child {
   /* width:60px; */
}
#root .cls-tpl-v2matchpage .match-market-template .match-market-has-special .match-market-header .item-cell {
    /* min-height:38px; */
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 0 4px;
    padding-bottom: 6px;
    /* margin:0 2px; */
}
#root .match-markets.beto-match .cls-tpl-v2matchpage .match-market-template .match-market-has-special .special-value {
    /* max-width: 60px; */
    flex:1;
    /* width:100%; */
    position:unset;
    transform:none;
    justify-content:center;
    padding:0px;
    border-right: 2px solid var(--c-emphasis);
}
#root .match-markets.beto-match .cls-tpl-v2matchpage .match-market-template .odd {
    width:auto;
}
#root .match-markets .cls-tpl-v2matchpage .match-market-template .template-row-wrapper {
    /* width:unset; */
    flex:1;
    align-items:flex-end
}
#root .match-markets .cls-tpl-v2matchpage .match-market-template .template-row-wrapper .item-cell:not(:last-child):not(.empty-cell) {
    border-right: 2px solid var(--c-primary);
}
#root .match-markets .cls-tpl-v2matchpage .match-market-template .template-row-wrapper .item-cell:not(.empty-cell) .odds-selection-default {
    justify-content:center;
}
#root .match-markets .cls-tpl-v2matchpage .match-market-template .template-row-wrapper .item-cell .selection-opt-label {
    display:none
}
#root .beto-match.match-markets  .match-market-template .template-row-wrapper .item-cell:not(.empty-cell) {
    max-height:36px;
    min-height:36px;
}
#root .sports-coupon .match-markets-wrapper .match-market[class*="handicap"] .match-market-template .market-template-row .item-cell .match-odd:not(.odd-locked) .selection-opt-label {
    display:flex;
    padding: 0px;
    font-weight: bold;
}
#root .sports-coupon .markets-header-wrapper .market-header[class*="handicap"] .market-type-selection {
    max-width: 100px!important;
    width:100%;
}
#root .sports-coupon .markets-header-wrapper .market-header[class*="handicap"] .market-type-selection {
    margin-left: 0px!important;
}
#root .sports-coupon .markets-header-wrapper .market-header[class*="handicap"] .market-type-selection:last-of-type {
    /* margin-left: 2px!important; */
}
#root .sports-coupon .match-markets-wrapper  .match-market[class*="handicap"] .match-market-template .market-template-row .item-cell .odds-selection-default {
    /* max-width:80px; */
    min-width: 80px;
    width:100%;
    display: flex;
    justify-content: center;
    padding: 0 8px;
    
}
#root .sports-coupon .match-markets-wrapper  .match-market[class*="handicap"] .match-market-template .market-template-row .item-cell .locked-odd {
     min-width: 80px;
     width:100%;
     
}
#root .sports-coupon .match-markets-wrapper  .match-market[class*="handicap"] .match-market-template .market-template-row .item-cell .locked-odd .empty-cell-locked {
    background-position: calc(50% + 4px);
}
#root .sports-coupon .match-markets-wrapper  .match-market[class*="handicap"] .match-market-template .market-template-row .item-cell .odds-selection-default:not(.odds-bet-slip-selected) {
    border: 2px solid transparent;
}
#root .sports-coupon .match-markets-wrapper  .match-market[class*="handicap"] .special-value {
    display:none;
}
#root .sports-coupon .markets-header-wrapper .market-header[class*="handicap"] {
    max-width: 200px;
    min-width: 200px;
    width:100%;
    margin-left: 6px;
}
#root  .sports-coupon .match-market[class*="handicap"] .market-template-row .item-cell:not(.empty-cell) {
    /* max-width:80px; */
    /* min-width: 80px; */
    flex: unset;
}
#root  .sports-coupon .match-market[class*="handicap"] .market-template-row .item-cell:not(.empty-cell):not(:last-child) {
    border-right:2px solid var(--c-primary)
}
#root  .sports-coupon .match-market[class*="handicap"] .market-template-row .item-cell:not(.empty-cell) .match-odd {
    /* padding:0px 8px; */
}
#root  .sports-coupon .match-market[class*="handicap"] .market-template-row .item-cell:not(.empty-cell) .odd {
    /* width:50px; */
    padding:0px;
    flex: unset;
    margin-left: 6px;
}
#root  .sports-coupon .match-market[class*="handicap"] .market-template-row .item-cell:not(.empty-cell) .selection-opt-label {
    /* width:50px; */
    padding:0px;
    text-align:center;
    justify-content: center;
}
app-l-cpn-heading-tourn-mrk-label {
    display:block;
    flex:1;
}
#root  .sports-coupon .match-market[class*="handicap"] .market-template-row .item-cell:not(.empty-cell)
{
   margin-left:0px;
   margin-right:0px;
   padding:0px 10px;
}

#root .desktop app-sports-coupon.beto-sports-coupon .match-market.market-tpl-cls-desktoptemplatesnowrap.market-item-has-template .multiple-specials-template-wrapper {
    width:auto;
}
#root .desktop app-sports-coupon.beto-sports-coupon .match-market.market-tpl-cls-desktoptemplatesnowrap.market-item-has-template {
    align-items:flex-end
}
#root .desktop app-market-headings-container .markets-header-wrapper .market-header.cls-head-tpl-desktoptemplatesnowrap {
    justify-content:flex-end;
}
#root .desktop .sports-coupon:not(.small):not(.beto-sports-coupon) .market-drop-down-heading.cls-tpl-s-desktoptemplatesnowrap {
    flex:unset;
    padding-right:30px;
    justify-content:center;
    width:216px;
}
#root .desktop app-sports-coupon .match-market.market-tpl-cls-desktoptemplatesnowrap .multiple-specials-template-wrapper .item-cell:not(.empty-cell){
    width:100%;
    min-width:45px;
    flex:unset;
    margin-left: 15px;
}
#root .desktop app-sports-coupon .match-market.market-tpl-cls-desktoptemplatesnowrap .multiple-specials-template-wrapper .item-cell .match-odd{
    width:100%;
}
#root .desktop app-sports-coupon .match-market.market-tpl-cls-desktoptemplatesnowrap .match-market-template .template-row-wrapper {
    border-left:2px solid var(--c-emphasis)
}
#root .desktop app-sports-coupon.beto-sports-coupon .market-header.cls-head-tpl-desktoptemplatesnowrap .market-type-selection.mt-special {
    display:none;
}
#root .match-market.market-tpl-cls-desktoptemplatesnowrap .multiple-specials-template-wrapper .match-market-wrapper .match-market-has-special .template-rows-wrapper {
    margin-bottom: 6px;
}
#root .mobile app-l-cpn-market-alternatives .market-item-no-template app-l-cpn-market-template .selection-opt-label { display: none; }

#root .match-markets.beto-match  .cls-tpl-hcmatchmob .match-market-template .template-rows-wrapper .special-value {
    display:none
}
#root .match-markets.beto-match  .cls-tpl-hcmatchmob .match-market-template .template-rows-wrapper {
    display:grid;
    grid-template-columns:1fr 1fr;
}
#root .match-markets.beto-match  .cls-tpl-hcmatchmob .match-market-template .template-rows-wrapper .template-row-wrapper {
    grid-column:1/99
}
#root .match-markets.beto-match  .cls-tpl-hcmatchmob .match-market-template .template-rows-wrapper .template-row-wrapper {
    width:100%;
    margin-bottom: 10px;
}
#root .match-markets.beto-match .cls-tpl-hcmatchmob .match-market-template .market-template-row .item-cell .selection-opt-label,
#root .match-markets.beto-match .cls-tpl-handicap .match-market-template .market-template-row .item-cell .selection-opt-label{
    display:flex;
    padding:0px;
    justify-content: flex-end;
    margin-right: 15px;
    font-weight: bold;
}
#root .match-markets.beto-match .cls-tpl-hcmatchmob .item-cell:not(.empty-cell):not(.empty-cell + .item-cell) {
    border-left:2px solid var(--c-primary)
}
#root .match-markets.beto-match .cls-tpl-handicap .market-template-row {
    padding:6px;
}
#root .match-markets.beto-match .cls-tpl-handicap .market-template-row .item-cell:not(.empty-cell):not(:last-child) {
    border-right:2px solid var(--c-primary)
}
#root .match-markets.beto-match .cls-tpl-handicap .market-template-row .item-cell:not(.empty-cell) .selection-opt-label {
    margin-right:auto;
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template .match-market-has-special .special-value,
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template .match-market-has-special .special-value{
    justify-content:center;
    position:unset;
    transform:none;
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template  .template-rows-wrapper,
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template  .template-rows-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template  .template-row-wrapper,
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template  .template-row-wrapper{
    grid-column:1 /99;
    width:100%;
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template .match-market-has-special .template-rows-wrapper,
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template .match-market-has-special .template-rows-wrapper{
    /* padding:8px; */
    display:grid;
    grid-template-columns:60px 1fr 1fr;
    margin-bottom: 10px;
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template .match-market-has-special .special-value,
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template .match-market-has-special .special-value{
    grid-column:1/1;
    grid-row: 1 / 100;
    border-right:2px solid var(--c-emphasis);
    width:100%;
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template  .template-row-wrapper:not(:last-child),
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template  .template-row-wrapper:not(:last-child){
    margin-bottom:10px;
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template .match-market-has-special .template-row-wrapper,
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template .match-market-has-special .template-row-wrapper{
    grid-column:2/99;
    width:100%;
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template .odd,
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template .odd{
    width:50px;
    text-align: right;
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template .selection-opt-label,
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template .selection-opt-label{
    /* flex:1; */
    width:calc(100% - 50px);
    padding:2px;
    font-weight:bold;
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template .item-cell:not(:last-child) .match-odd,
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template .item-cell:not(:last-child) .match-odd{
    border-right:2px solid var(--c-primary);
    display:block;
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template:first-child .match-market-header,
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template:first-child .match-market-header{
    display:flex;
    font-weight:bold;
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template .match-market-has-special .match-market-header  {
   
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template .match-market-header .item-cell,
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template .match-market-header .item-cell{
    flex:1;
    padding:0px 0px 6px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template .match-market-has-special .match-market-header .item-cell:first-child{
    flex:unset;
    
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template .match-market-header  ~ .template-rows-wrapper .odd-outcome,
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template .match-market-header  ~ .template-rows-wrapper .odd-outcome{
    display:none;
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template .match-market-header  ~ .template-rows-wrapper .odd,
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template .match-market-header  ~ .template-rows-wrapper .odd{
    text-align:center;
    padding-left:4px;
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template  .item-cell.first-column:not(.empty-cell),
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template  .item-cell.first-column:not(.empty-cell){
    border-right:2px solid var(--c-emphasis)
}
#root .match-markets.beto-match .cls-tpl-2colmobmatchpage .match-market-template  .item-cell.first-column:not(.empty-cell) span,
#root .match-markets.beto-match .cls-tpl-3colmobmatchpage .match-market-template  .item-cell.first-column:not(.empty-cell) span {
    max-width:104px
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template .match-market-has-special .special-value {
    justify-content:center; 
    position:unset;
    transform:none;
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template  .template-rows-wrapper {
    display:grid;
    grid-template-columns:1fr 1fr;
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template  .template-row-wrapper {
    grid-column:1 /99;
    width:100%;
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template .match-market-has-special .template-rows-wrapper {
    /* padding:8px; */
    display:grid;
    grid-template-columns:1fr 1fr;
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template:not(:last-child) .match-market-has-special .template-rows-wrapper{
    padding-bottom: 16px;
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template .match-market-has-special .special-value {
    grid-column:1/1;
    grid-row: 1 / 100;
    border-right:2px solid var(--c-emphasis);
    width:100%;
    display:none;
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template  .template-row-wrapper:not(:last-child) {
    margin-bottom: 10px;
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template .match-market-has-special .template-row-wrapper {
    grid-column:1/99;
    width:100%;
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template .odd {
    width:50px;
    text-align: right;
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template .selection-opt-label {
    /* flex:1; */
    width:calc(100% - 50px);
    padding:2px;
    font-weight:bold;
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template .item-cell:not(:last-child) .match-odd {
    border-right:2px solid var(--c-primary);
    display:block;
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template .match-market-header {
    display:flex;
    font-weight:bold;
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template .match-market-has-special .match-market-header  {
    /* margin-left:60px; */
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template .match-market-header .item-cell {
    flex:1;
    padding: 0px 0px 3px 0px;
    width:auto;
    /* max-width: 104px; */
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template .match-market-header .item-cell span {
    padding-right:0px;
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template .match-market-header  ~ .template-rows-wrapper .odd-outcome {
    display:none;
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template .match-market-header  ~ .template-rows-wrapper .odd {
    text-align:center;
    padding-left:4px;
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template  .item-cell.first-column:not(.empty-cell) {
    border-right:2px solid var(--c-emphasis);
    /* padding: 8px; */
    /* max-width: 104px; */
}
#root .match-markets.beto-match .cls-tpl-2colhidespecmobmatchpage .match-market-template  .item-cell.first-column:not(.empty-cell) span {
    max-width:104px;
}
#root .content .sports-coupon .markets-header-wrapper .market-header.cls-head-tpl-bigmarkcouppage .market-type-selection{
    display:none;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper {
   display:grid;
   grid-template-columns:1fr 1fr;
   /* grid-row-gap:10px; */
   /* grid-gap: 0px; */
}

#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper .template-row-wrapper {
    grid-column:1 / 100;
    
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper .template-row-wrapper:not(:last-child) {
    margin-bottom: 12px;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper .template-row-wrapper .item-cell:not(.empty-cell) {
    flex:1;
    max-width:unset;
    margin-left: 0px;
    margin-right: 0px;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper .template-row-wrapper .item-cell:not(.empty-cell):not(:last-child) {
    border-right:2px solid var(--c-primaryNew);
    padding-right: 14px;
    padding-left:6px;
    justify-content: flex-end;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper .template-row-wrapper .item-cell:not(.empty-cell):last-child {
   padding-left:12px;
   /* margin-left: 0; */
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper .template-row-wrapper .item-cell .match-odd,
#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper .template-row-wrapper .item-cell .locked-odd,
#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper .template-row-wrapper .item-cell span.empty-cell{
    max-width:unset;
    min-width: 80px;
    max-width: 80px;
    margin: unset;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper .template-row-wrapper .item-cell .locked-odd .empty-cell-locked {
    text-align:center;
    padding: 0px;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper .template-row-wrapper .item-cell .match-odd .odds-selection-default {
    justify-content:space-between;
    min-width: 75px;
    max-width: 90px;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper .template-row-wrapper .item-cell .match-odd .odds-selection-default:not(.odds-bet-slip-selected) {
    border: 3px solid transparent;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper .template-row-wrapper .item-cell .match-odd .selection-opt-label {
    display:block;
    font-weight: bold;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper .template-row-wrapper .item-cell .match-odd .odd {
    padding-right:8px;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper .template-row-wrapper .item-cell span.empty-cell-locked {
   /* font-size:0px; */
   position:relative;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage .template-rows-wrapper .template-row-wrapper .item-cell span.empty-cell-locked::before {
    /* content:"N/O"; */
    position:absolute;
    top:0;
    left:0px;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special .template-rows-wrapper {
    grid-template-columns:50px 1fr 1fr;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special .template-rows-wrapper .template-row-wrapper {
    grid-column:2 / 100;
   
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special .template-rows-wrapper .template-row-wrapper:not(:last-child) {
     margin-bottom:12px;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special .template-rows-wrapper .special-value {
    grid-column:1/1;
    grid-row: 1 / 100;
    display:flex;
    justify-content:center;
    align-items:center;
    border-right: 2px solid var(--c-emphasis);
   
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special {
    display:flex;
    flex-direction:row;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special .template-switch-special,
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special app-special-switch{
    display:flex;
    width:50px;
    min-width:50px;
    height: 100%;
    border-right:2px solid var(--c-emphasis)
}

#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special .template-switch-special .market-special-switch,
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special app-special-switch .market-special-switch{
    width:100%;
    align-items:center;
    
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special .template-switch-special select,
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special .market-special-switch select{
    height:40px;
    width:100%;
    background-color: #041383;
    color:var(--c-white-e);
    background-image: url(/v1.036/r/images/site/icons/Arrow_Down.svg);
    background-repeat: no-repeat;
    background-position: calc(100%) center;
    background-size: 20px;
    text-indent:8px;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special .template-switch-special select option,
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special .market-special-switch select option {
    text-indent:8px;
    padding-left:8px;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special .template-switch-special ~ app-l-cpn-market-template .special-value,
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special  app-special-switch ~ app-market-template .template-rows-wrapper .special-value{
    display:none;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special .template-switch-special ~ app-l-cpn-market-template .template-rows-wrapper,
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special app-special-switch ~ app-market-template .template-rows-wrapper{
    grid-template-columns: 1fr 1fr;
}
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special .template-switch-special ~ app-l-cpn-market-template .template-row-wrapper,
#root .sports-coupon .market-tpl-cls-bigmarkcouppage.m-has-special app-special-switch ~ app-market-template .template-row-wrapper{
    grid-column: 1 / 100!important;
}

#root .match-market.market-tpl-cls-nospeccouppage  .market-template-row .item-cell:not(.empty-cell) {
    max-width:45px;
    width:100%;
    flex:unset;
    margin-left: 8px;
    min-height: 45px;
}
#root .match-market.market-tpl-cls-nospeccouppage  .special-value{
    display:none;
}
#root .column-header-with-template.cls-head-tpl-nospeccouppage {
    display:flex;
}
#root .match-markets.beto-match .cls-tpl-nospecmatchpage .match-market-template .match-market-has-special .special-value {
    display:none;
}
#root .column-header-with-template.cls-head-tpl-nospeccouppage .market-type-selection.mt-special{
    display:none;
}
#root .match-markets .cls-tpl-nospecmatchpage .match-market-template .match-market-has-special .template-row-wrapper {
    padding:6px 0px 6px 0px
}
#root .match-markets .cls-tpl-nospecmatchpage .match-market-template .match-market-has-special .template-row-wrapper {
    grid-column:1/99
}
#root .match-markets .cls-tpl-nospecmatchpage .match-market-template .item-cell:not(.empty-cell):not(:last-child) {
    border-right:2px solid var(--c-primary)
}
#root .template-market-special {
    display:none
}
#root .match-markets.beto-match .cls-tpl-alignmatchpage .match-market-template .item-cell:not(:last-child) .match-odd{
    border-right:2px solid var(--c-primary);
    display:block;
}
#root .match-markets.beto-match .cls-tpl-alignmatchpage .match-market-template .template-rows-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
   
}
#root .match-markets.beto-match .cls-tpl-alignmatchpage .match-market-template .template-row-wrapper {
    grid-column: 1 / 99;
    width: 100%;
     margin-bottom: 10px;
}
#root .match-markets.beto-match .cls-tpl-alignmatchpage .match-market-template .template-row-wrapper .item-cell:empty::before {
    display:none;
}
#root .match-markets.beto-match .cls-tpl-alignmatchpage .odds-selection-default {
    max-width:120px;
}

#root .match-markets.beto-match .cls-tpl-alignmatchpage .odds-selection-default div{
    width:50%;
}
#root .match-markets.beto-match .cls-tpl-alignmatchpage .odds-selection-default span {
    width:50px;
    text-align:right;
}