/************************************
              Global 
************************************/


app-sports-match-markets{
    position: relative
}

.sports-match-wrapper > .toggle-all-expanded{
    font-size: 0;
    display: flex;
    position: absolute;
    top: -27px;
    right: 10px;
    transform: rotate(-90deg);
    
}
.sports-match-wrapper > .toggle-all-expanded:before{
    content: "";
    background-image: url(/v1.331/r/images/soccabet/icons/icon_expand_collapse_sidebar.svg);
    width: 24px;
    height: 24px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
    
}
.sports-match-wrapper > .toggle-all-expanded.all-closed:before{
    transform: rotate(180deg);
}
.match-market-filter-wrapper input{
    max-width: calc(100% - 77px)
}

html, body{
    padding: 0;
    margin: 0;
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Open Sans', 'Arial', sans-serif
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Thasadith:ital,wght@1,700&display=swap');

#loading {
    display: none !important;
}
  
    
    
app-widget-host {
    display: flex;
    flex-direction: column
}
body a{
    color: var(--c-border-sport-coupon);
}
ul{
    margin: 0;
    padding: 0;
    list-style: none
}


body .content-loader {
    height: 100vh;
    width: 100vw;
    margin: 0
}

body .content-loader:before {
    background-color: var(--c-background-header)
}

body .content-loader:after, body .content-loader:not(:required):after {
    position: absolute;
    height: 80px;
    width: 280px;
    background-size: cover;
    background-image: url(/v1.213/r/images/soccabet/logo/websiteLogo.png);
    animation: none;
    box-shadow: none;
    border-radius: 0;
    left: 50%;
    top: 50%;
    -webkit-box-shadow: none;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    -moz-animation: blink normal 2s infinite ease-in-out;
    /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out;
    /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out;
    /* IE */
    animation: blink normal 2s infinite ease-in-out;
    /* Opera and prob css3 final iteration */
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.m-loader{
    background-color: var(--c-background-body);
    position: relative;
}


/* Main Grid */

.site{
    width: 100%;
    height: 100%;
    display: flex;
    background-color: var(--c-background-body)
}
.body{
    width: 100%;
    max-width: 1840px;
    margin: 0 auto 60px;
    display: flex;
    margin-top: 30px;
    min-height: calc(100vh - 169px)
}
.left-sidebar{
    width: 250px;
    min-width: 250px;
    padding-left: 20px
}
.right-sidebar{
    width: 420px;
    min-width: 420px;
    padding-right: 20px
}
.main-content{
    width: 100%;
    max-width: calc(100% - 710px);
    margin: 0 20px;
    position: relative
}
.main-content.no-left-sidebar{
    max-width: calc(100% - 460px)
}
.main-content.no-right-sidebar{
    max-width: calc(100% - 290px)
}
.main-content.no-left-sidebar.no-right-sidebar{
    max-width: 100%
}
::-webkit-scrollbar {
    height: 4px;
    width: 4px
}
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: var(--c-background-header);
}
::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: var(--c-background-primary)
}
.d-loader{
    margin: 70px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pt-20{
    padding-top: 20px
}
app-widget-host > span {
    display: none
}
app-clear-all-favorites{
    display: flex;
    margin: 10px 0px 5px 10px
}
app-clear-all-favorites .clear-all-favorites{
    padding: 10px;
    background-color: var(--c-background-betslip);
    border-radius: var(--r-border-radius-medium);
    cursor: poinret
}
.desktop app-clear-all-favorites .clear-all-favorites:hover{
    background-color: var(--c-background-betslip-betting-header)
}

/************************************
          Sport Coupons
************************************/
.events-item-wrapper.betslip-has-selections .match-more-markets{
    color: var(--c-background-login-button)!important;
    font-weight: bold
}

/************************************
          Sport Coupons Asian
************************************/

.coupon-view .coupon-view-title{
    padding-bottom: 5px;
    color: var(--c-text-footer-bottom-help);
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}
.coupon-view .coupon-view-button > app-widget-host{
    flex-direction: row
}
.coupon-view .coupon-view-button app-content-block{
    margin-right: 5px
}
#root:not(.asian-view-markets) .coupon-view .coupon-view-button .asian-view > div,
#root.asian-view-markets .coupon-view .coupon-view-button .international-view >div{   
    background-color: var(--c-background-primary);
    color: var(--c-text-primary);
   
}
.coupon-view .coupon-view-button app-content-block > div {
    color: var(--c-text-header-menu-active);
    background-color: var(--c-background-header);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-width: 70px;
     border-radius: var(--r-border-radius-medium);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer
}
    
#root.asian-view-markets .main-coupon-v1 .markets-header-wrapper .market-header,
#root.asian-view-markets .main-coupon-v1 .match-markets-wrapper .match-market{
    flex: 1;
    justify-content: center
}
#root.asian-view-markets .main-coupon-v1 .markets-header-wrapper .market-type-selection{
    width: auto
}
#root.asian-view-markets .main-coupon-v1 .item-info-wrapper{
    width: 360px;
    padding-right: 0
}
#root.asian-view-markets .main-coupon-v1 .match-info .match-teams > div{
    margin: 0;
    height: 25px;
    line-height: 25px
}
#root.asian-view-markets .item-info-wrapper .draw-text{
    display: block
}
#root.asian-view-markets .main-coupon-v1 .match-info .match-schedule .match-date,
#root.asian-view-markets .main-coupon-v1 .match-info .match-schedule .match-code{
    height: 25px;
    line-height: 25px
}


/* Markets */

#root.asian-view-markets .main-coupon-v1 .match-markets-wrapper{
    flex: 1;
    padding: 5px 0
}
#root.asian-view-markets .markets-placeholder-wrapper{
    justify-content: center
}
#root.asian-view-markets .main-coupon-v1 .match-market-wrapper{
    flex-direction: column;
    align-items: center
}
#root.asian-view-markets .main-coupon-v1 .match-markets-wrapper .match-odd{
    width: 100px;
    line-height: normal;
    margin-bottom: 2px;
    border-radius: 6px;
    height: 25px;
    font-size: 12px;
    font-weight: normal
}
#root.asian-view-markets .main-coupon-v1 .match-markets-wrapper .match-odd .odds-selection-default .odd{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 8px
}
#root.asian-view-markets .sports-coupon.large .mobile-outcome, 
#root.asian-view-markets .sports-coupon.normal .mobile-outcome, 
#root.asian-view-markets .sports-coupon.medium .mobile-outcome {
    display: block;
    color: var(--c-text-odds-header)
}
#root.asian-view-markets .desktop .sports-coupon.small .match-markets-wrapper .match-market .match-odd .mobile-outcome{
    color: var(--c-text-odds-header)
}
#root.asian-view-markets .main-coupon-v1 .match-markets-wrapper .market-special, 
#root.asian-view-markets .main-coupon-v1 .match-markets-wrapper .match-odd.market-special{
    height: 25px;
    line-height: normal;
    margin: 0;
    padding: 0;
    width: auto
}  

#root.asian-view-markets .main-coupon-v1 .m-has-special .match-market-wrapper  {
    flex-direction: row;
    flex-wrap: wrap
}
#root.asian-view-markets .main-coupon-v1 .m-has-special .match-market-wrapper .market-special{
    flex: 0 0 50%;
    text-align: center
}
#root.asian-view-markets .main-coupon-v1 .m-has-special .match-market-wrapper .match-odd{
    flex: 0 0 calc(50% - 3px)
}
#root.asian-view-markets .main-coupon-v1 .m-has-special .match-market-wrapper .match-odd:last-child{
    margin-left: auto
}



.template-rows-wrapper{
    display: flex;
    align-items: center;
}
.template-rows-wrapper .market-template-row{
display: flex;
    align-items: center;
}
#root .main-coupon-v1 .sports-coupon.small .match-markets-wrapper .template-rows-wrapper .match-odd{
    width: calc(100% - 4px);
    margin: 0 2px
}
.template-rows-wrapper .market-template-row .selection-opt-label,
.template-rows-wrapper .market-template-row .placeholder-optional-label{
    
}



@media only screen and (max-width: 1450px){
    .sports-page-controls > app-widget-host{
        flex-wrap: wrap
    }
    #root .sports-page-controls .page-filter{
        flex: 0 0 100%
    }
    .coupon-view,
    .page-sort-by{
        flex: 0 0 50%
    }
    .page-sort-by > app-widget-host{
        align-items: flex-end
    }
}




/************************************
     Mobile Sport Coupons Asian
************************************/

.mobile .coupon-view{
    padding-bottom: 10px
}

#root.asian-view-markets .mobile .main-coupon-v1 .match-markets-wrapper .match-odd .odds-selection-default .odd{
    flex-direction: row
}
#root.asian-view-markets .mobile .main-coupon-v1 .sports-coupon.small .match-markets-wrapper .match-market .match-odd .odd .mobile-outcome{
    margin: 0
}


/* */

.main-content .section-title,
.main-content-mobile .section-title{
    font-size: 18px;
    text-align: center;
    color: var(--c-text-odds-header);
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 10px;
    background-color: var(--c-background-body)
}
.main-coupon-v1{
    display: block;
    color: var(--c-text-primary)
}
.main-coupon-v1 .events-sport-wrapper .events-sport-header{
    height: 18px
}
.main-coupon-v1 .events-sport-content{
    position: relative
}
.main-coupon-v1 .events-sport-content .events-tournament-wrapper{
    display: block;
    margin-bottom: 10px
}
.main-coupon-v1 .by-date-header-wrapper{
    position: absolute;
    top: 0;
    padding-left: 370px;
    padding-right: 10px;
    width: 100%
}
.main-coupon-v1 app-market-headings-container{
    flex: 1;
    padding-right: 10px
}
.main-coupon-v1 .markets-header-wrapper{
    padding: 0
}
.main-coupon-v1 .markets-header-wrapper .market-type-selection{
    margin-left: 0;
    text-align: center;
    width: 46px;
    height: 36px;
    margin-right: 6px;
    color: var(--c-text-odds-active);
}
.main-coupon-v1 .markets-header-wrapper .selection-info-icon,
.selection-info-icon-wrapper{
    display: flex;
    align-items: center;
    color: var(--c-text-header);
    cursor: pointer
}

.mobile .sports-page-coupon .main-coupon-v1 .markets-header-wrapper .market-type-selection{
    display: none
}
.mobile .sports-page-coupon .main-coupon-v1 .markets-header-wrapper .selection-info-icon{
    position: absolute;
    right: 10px;
    top: calc(50% + 3px);
    transform: translateY(100%);
    color: var(--c-background-primary);
}
.mobile .sports-page-coupon .main-coupon-v1 .markets-header-wrapper .selection-info-icon{
    
}


body .selection-info-panel{
        top: 25px!important;
    left: unset!important;
    transform: unset!important;
    right: -16px;
    width: 100%;
    min-width: 250px;
    max-width: 250px;
    background-color: var(--c-black);
    border: 0;
    color: var(--c-text-header);
    border-radius: var(--r-border-radius-medium);

}
body .sports-match-page .selection-info-panel,
body .live-match-page .selection-info-panel{
    top: 28px!important;
    left: 25px!important;
    right: unset;
}
body .sports-match-page .selection-info-panel:before,
body .sports-match-page .selection-info-panel:after,
body .live-match-page .selection-info-panel:before,
body .live-match-page .selection-info-panel:after{
    left: 1.25em;
    right: unset;
}
body .selection-info-panel:before,
body .selection-info-panel:after{
    border-bottom-color: var(--c-black);
}

body .selection-info-panel .ui-overlaypanel-close{
    background-color: var(--c-black);
    border: 1px solid white;
}
body .mobile .selection-info-panel {
    right: -5px;
        top: 35px!important;
}
.main-coupon-v1 .markets-header-wrapper .market-type-selection.mt-special{
    width: 30px;
}
.main-coupon-v1 .tournament-header-wrapper{
    display: flex;
    margin: 10px 0;
    color: var(--c-background-primary);
    background-color: var(--c-background-header);
    border-radius: var(--r-border-radius-medium);
    height: 36px;
    align-items: center
}
.main-coupon-v1 .events-sport-wrapper .events-sport-header .sport-icon,
.main-coupon-v1 .events-sport-wrapper .events-sport-header .events-sport-name-wrapper,
.main-coupon-v1 .by-date-header-wrapper .event-date-break-wrapper-new,
.main-coupon-v1 .events-item-wrapper .match-schedule .match-progress,
.main-coupon-v1 .events-item-wrapper .match-schedule .match-total-markets,
.main-coupon-v1 .item-info-wrapper .match-info .match-type{
    display: none
}
.market-drop-down-heading select{
    background-color: var(--c-background-header);
    color: var(--c-text-header);
    border-radius: var(--r-border-radius-medium);
    min-height: 30px;
    padding-left: 5px
}
.events-sport-header .market-drop-down-heading{
    text-align: center;
    color: var(--c-text-primary)
}

.main-coupon-v1 .item-info-wrapper{
    min-width: 277px;
    width: 100%;
    padding: 5px 20px 0 0;
    margin: 5px 0
}
.desktop .main-coupon-v1 .item-info-wrapper{
    min-width: 210px
}
.main-coupon-v1 .events-item-wrapper{
    display: flex;
    position: relative;
    background: var(--c-background-primary);
    margin-bottom: 10px;
    padding: 0 10px;
    min-height: 65px;
    border-radius: var(--r-border-radius-medium);
    
}
.desktop .main-coupon-v1 .events-item-wrapper{
    cursor: pointer
}
.main-coupon-v1 .events-item-wrapper:hover{
    background-color: var(--c-background-sidebar-menu-3)
}
.main-coupon-v1 .events-item-wrapper:last-child{
    margin-bottom: 0
}
.main-coupon-v1 .events-category-tournament-names,
.main-coupon-v1 .item-info-wrapper .match-info,
.main-coupon-v1 .match-market-wrapper{
    display: flex
}
.main-coupon-v1 .match-info .match-schedule{
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    height: 16px;
    width: 80px;
    min-width: 80px;
    align-items: center
}
.main-coupon-v1 .match-info .match-schedule .match-date{
    margin-right: 5px;
    font-size: 11px
}
.main-coupon-v1 .match-info .match-schedule .match-time,
.main-coupon-v1 .match-info .match-schedule .match-code{
    font-size: 11px;
    padding-left: 1px
}
.main-coupon-v1 .match-info .match-schedule .match-code:before,
.bet-match-code:before{
    content: "#"
}
.main-coupon-v1 .match-info .match-teams {
    white-space: nowrap;
    overflow: hidden
}
.main-coupon-v1 .match-info .match-teams .match-home-team{
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis
}
.main-coupon-v1 .tournament-header-wrapper .events-category-flag.default-sport.soccer{
  /*  background-image: url(/v1.213/r/images/tipster/icons/football-icon.svg); */
    height: 15px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat
}
.main-coupon-v1 .events-category-tournament-names{
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap
}
.main-coupon-v1 .events-category-tournament-names .events-category-name{
    padding: 0 10px;
    font-weight: bold
}
.main-coupon-v1 .events-category-tournament-names .events-tournament-name{
    color: var(--c-text-schedule);
    text-overflow: ellipsis;
    overflow: hidden
}
.main-coupon-v1 .events-category-tournament-names .events-tournament-name::before{
    content: "("
}
.main-coupon-v1 .events-category-tournament-names .events-tournament-name:after{
    content: ")"
}
.main-coupon-v1 .match-markets-wrapper{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 10px 0;
    flex: 0
}
.desktop .main-coupon-v1 .match-markets-wrapper{
    order: 1
}
.main-coupon-v1 .match-markets-wrapper .match-market,
.main-coupon-v1 .markets-header-wrapper .market-header{
    margin-left: 12px;
    position: relative
}
.main-coupon-v1 .match-markets-wrapper .match-market:first-child,
.main-coupon-v1 .markets-header-wrapper .market-header:first-child{
    margin-left: 0
}
/*.desktop*/ .main-coupon-v1 .match-markets-wrapper .match-odd{
    padding: 0;
    border: 0;
    color: var(--c-text-odds);
    background-color: var(--c-background-odds);
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    width: 49px;
    height: 41px;
    margin-right: 3px;
    cursor: pointer;
    overflow: hidden
}
/*.desktop*/ .main-coupon-v1 .match-markets-wrapper .match-odd:first-child{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
/*.desktop*/ .main-coupon-v1 .match-markets-wrapper .match-odd:last-child{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
/*.main-coupon-v1 .match-markets-wrapper .match-odd.odd-locked span{
    display: block;
}*/
/*.desktop*/ .main-coupon-v1 .match-markets-wrapper .match-odd .odds-selection-default{
    display: flex;
    justify-content: center;
    padding: 2px;
    width: 100%;
    height: 100%
}
.main-coupon-v1 .match-markets-wrapper .match-odd .odds-selection-default.less-than-border{
    background-color: var(--c-background-sidebar-menu-2);
    background-color: var(--c-emphasis);
    border: 2px solid var(--c-background-header);
}
/*.desktop*/ .main-coupon-v1 .match-markets-wrapper .match-odd .odds-selection-default.odds-bet-slip-selected{
    background-color: var(--c-background-odds-active);
    color: var(--c-text-odds-active)
}
/*.desktop*/ .main-coupon-v1 .match-markets-wrapper .match-odd.odd-locked .odds-selection-default.odds-bet-slip-selected{
    background-color: transparent;
}
.live-match-page .odds-selection-down-after,
.live-match-page .odds-selection-up-after{
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    right:35px;
    transform: translateY(-50%)
}
body .odds-selection-up-after ~ .odd{
    color: #71D358!important
}

.live-match-page .odds-selection-up-after{
    background-image: url(/v1.213/r/images/BOA/icons/arrow-up.svg);
    filter: brightness(0) saturate(100%) invert(70%) sepia(58%) saturate(411%) hue-rotate(61deg) brightness(92%) contrast(97%);
}
.live-match-page .odds-selection-down-after{
    background-image: url(/v1.213/r/images/BOA/icons/arrow-down.svg);
}

/*.desktop*/ .main-coupon-v1 .match-markets-wrapper .match-odd:hover{
    background-color: var(--c-background-odds-active);
    color: var(--c-background-primary);
}
.main-coupon-v1 .match-markets-wrapper .market-special,
/*.desktop*/ .main-coupon-v1 .match-markets-wrapper .match-odd.market-special{
    line-height: 40px;
    color: var(--c-text-primary);
    display: block;
    text-align: right;
    font-weight: bold;
    width: 30px;
    height: 41px;
    margin-right: 6px;
    padding-right: 2px;
    background: transparent
}
/*.desktop*/ .match-markets-wrapper .match-odd.odd-locked{
    background-color: var(--c-background-odds);
    border: 0
}
.match-page .match-markets-wrapper .match-odd.odd-locked,
.live-match-page .match-markets-wrapper .match-odd.odd-locked{
    border: 2px solid var(--c-background-primary);
    border-bottom: 0;
    border-right: 0;
    min-height: 35px
}
/*.desktop*/ .main-coupon-v1 .match-links{
    display: flex;
    align-items: flex-end;
    position: absolute;
    height: 16px;
    left: 10px;
    bottom: 0;
    margin-bottom: 10px
}
.desktop .main-coupon-v1 .match-links{
    position : unset;
    margin-top: 25px;
    margin-right: 15px;
}

.main-coupon-v1 .match-links .match-statistics{
    background: url(/v1.213/r/images/tipster/icons/stats-white.svg) center center no-repeat;
    height: 16px;
    width: 16px;
    filter: invert(1);
    margin-left: 8px;
}
.main-coupon-v1 .match-more-markets{
    color: var(--c-text-primary);
    height: auto;
    line-height: 16px;
    width: 32px;
    font-size: 14px
}
.main-coupon-v1 .events-tournament-header{
    background-color: transparent;
    height: auto;
    padding: 0;
    white-space: nowrap;
    overflow: hidden
}
.events-no-matches{
    color: var(--c-text-primary);
    font-size: 16px;
    padding: 50px 20px;
    text-align: center;
    
}
.main-coupon-v1 .events-no-matches{
    text-align: center;
    padding: 30px 0;
    font-size: 20px
}
.match-favorite{   
    height: 14px;
    width: 14px;   
    opacity: 1
}
.desktop .match-favorite{
    height: 16px;
    width: 16px;
    order: 2;
    margin-left: 5px;
}
body .desktop .sports-coupon.small .match-markets-wrapper .match-market .match-odd .mobile-outcome{
    display: block;
    color: var(--c-text-market)
}
body .desktop .sports-coupon.small .match-markets-wrapper .match-market .match-odd .odds-bet-slip-selected .mobile-outcome{
    color: var(--c-text-odds-active)
}
/* Inline Sports Filter */

.home-today{
    margin: 30px 0
}
.sports-filter{
    display: flex;
    background-color: transparent
}
.sports-filter > li{
    position: relative;
    flex-direction: column;
    min-width: 90px;
    height: 65px;
    margin-right: 4px;
    margin-bottom: 5px;
    padding: 8px 4px;
    background: var(--c-background-primary);
    border-radius: var(--r-border-radius-small)
}
.sports-filter > li.selected{
        background: var(--c-background-header);
}
.sports-filter > li:hover{
    background: var(--c-background-primary);
    filter: brightness(0.8)
}
.sports-filter > li.selected:hover{
        background: var(--c-background-header);
}
.sports-filter > li > span{
    max-width: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--c-text-primary)
}
.sports-filter > li.selected > span{
    color: var(--c-text-header);
}
.sports-filter .matches-counter{
    position: absolute;
    right: 7px;
    top: 4px
}
.sports-filter .icon-sport{
    height: 28px;
    margin: 4px;
    width: 28px;
    background-size: cover
}
.sports-filter .icon-sport.match-trending {
    background-image:url(/v1.351/r/images/soccabet/icons/trending.svg);
    background-size:34px;
    background-repeat:no-repeat;
    background-position:center;
}

/* Show Less, Show More buttons */

/*
.main-coupon-v1.highlights-block .events-sport-wrapper .events-sport-content:nth-child(n+3),
.main-coupon-v1.today-block .events-sport-wrapper .events-sport-content:nth-child(n+4){
    display: none
}
.highlights-page .main-coupon-v1.highlights-block .events-sport-wrapper .events-sport-content:nth-child(n+3),
.today .main-coupon-v1.today-block .events-sport-wrapper .events-sport-content:nth-child(n+4),
.show-highlights .main-coupon-v1.highlights-block .events-sport-wrapper .events-sport-content:nth-child(n+3),
.show-today .main-coupon-v1.today-block .events-sport-wrapper .events-sport-content:nth-child(n+4){
    display: block
}
.show-hide-buttons{
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    height: 19px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.19;
    letter-spacing: normal;
    color: var(--c-border-sport-coupon)
}
.home-highlights .show-hide-buttons .show-less,
.show-highlights .home-highlights .show-hide-buttons .show-more,
.home-today .show-hide-buttons .show-less,
.show-today .home-today .show-hide-buttons .show-more,
.home-live-section .show-hide-buttons .show-less,
.show-live .home-live-section .show-hide-buttons .show-more{
    display: none
}
.show-highlights .home-highlights .show-hide-buttons .show-less,
.show-today .home-today .show-hide-buttons .show-less,
.show-live .home-live-section .show-hide-buttons .show-less{
    display: block
}
.homepage .main-coupon-v1 .pagination-spinner{
    display: none
} */

.show-more, .show-less, .show-all{
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    height: 19px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.19;
    letter-spacing: normal;
    color: var(--c-border-sport-coupon)
}
.show-more:active,
.show-less:active,
.show-all:active,
.show-more:hover,
.show-less:hover,
.show-all:hover{
    color: var(--c-text-primary)
}


/* Home featured Game & Carousel */

.desktop .banner.carousel{
    height: calc(calc(100vw - 710px) / 5);
    max-height: 262px;
    margin: 10px 0 20px;
    border-radius: var(--r-border-radius-big);
    overflow: hidden;
}
.desktop .banner.carousel .slideshow-container{
    height: 100%!important
}
.desktop .banner.carousel .slideshow-container .slides{    
    background-size: contain!important;

}

/*
.home-featured-game{
    background: url(/v1.213/r/images/primebet/featured-match-bg-sunny.jpg);
    background-position: center center;
    background-size: cover;
    height: 295px;
    padding: 0 20px;
    margin-bottom: 20px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .6);
    color: #fff;
    border-radius: var(--r-border-radius-big)
}
.home-featured-game .events-sport-wrapper .events-sport-header,
.home-featured-game .events-tournament-header .events-category-flag,
.home-featured-game app-market-headings-container,
.home-featured-game .match-code,
.home-featured-game .match-total-markets,
.home-featured-game .match-type,
.home-featured-game .match-links,
.home-featured-game .match-market:not(.market-0){
    display: none
}
.home-featured-game .events-tournament-header{
    background-color: transparent;
    height: auto
}
.home-featured-game .events-category-tournament-names{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 0 10px;
    font-size: 20px;
    line-height: 24px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, .6);
    text-transform: uppercase
}
.home-featured-game .events-category-tournament-names .events-tournament-name{
    color: var(--c-text-special-market)
}
.home-featured-game .match-schedule{
    display: flex;
    margin: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 16px
}
.home-featured-game .match-schedule .match-time{
    font-size: 16px;
    margin-left: 10px
}
.home-featured-game .match-teams{
    display: flex;
    flex-direction: row;
    font-size: 18px;
    padding: 50px 0;
    line-height: 22px
}
.home-featured-game .match-teams .match-home-team{
    flex: 0 1 45%;
    text-align: right;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.home-featured-game .match-teams .match-away-team{
    flex: 0 1 45%;
    text-align: left;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.home-featured-game .match-teams .match-team-separator{
    display: flex;
    flex: 0 0 10%;
    justify-content: center;
    color: var(--c-text-special-market)
}
.home-featured-game .match-market.market-0,
.home-featured-game .match-market-wrapper{
    width: 100%;
    display: flex;
    justify-content: center
}
.home-featured-game .match-market-wrapper .match-odd{
    display: flex;
    justify-content: center;
    padding: 0;
    border: 0;
    color: var(--c-text-odds);
    background-color: var(--c-background-odds);
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    width: 70px;
    height: 50px;
    margin-right: 3px;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none
}
.home-featured-game .match-market-wrapper .match-odd:first-child{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.home-featured-game .match-market-wrapper .match-odd:last-child{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.home-featured-game .match-market-wrapper .match-odd:hover{
    filter: brightness(0.8)
}
.home-featured-game .match-market-wrapper .match-odd .odds-selection-default{
    width: 100%;
    text-align: center;
    padding: 0 10px
}
.home-featured-game .match-market-wrapper .match-odd .odds-selection-default.odds-bet-slip-selected {
    background-color: var(--c-background-odds-active);
    color: var(--c-text-odds-active);
    text-align: center;
    text-shadow: none
}
*/


/************************************
           Sport Page
************************************/

ul.sport-breadcrumbs,
ul.match-breadcrumbs{
    display: flex;
    font-size: 18px;
    margin-bottom: 15px;
   
}
ul.sport-breadcrumbs > li{
    display: flex;
    align-items: flex-end;
    margin-right: 15px;
    margin-bottom: 0
}
ul.sport-breadcrumbs > li:after{
    content: "\203A";
    margin-left: 10px;
    font-size: 27px;
    line-height: 12px;
    height: 16px
}
ul.sport-breadcrumbs > li:last-child:after{
    content: ""
}
/* Stan */
.sports-page-controls > app-widget-host{
    display: flex;
    flex-direction: row;
    justify-content: space-between
}
.sports-page-controls .page-filter{
    flex: 1
}
.sports-page-controls .page-filter-label{
    padding-bottom: 5px;
    color: var(--c-text-footer-bottom-help);
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase
}
.sports-page-controls ul{
    display: flex;
    flex-direction: row;
    background-color: transparent
}
.sports-page-controls ul li{
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0;
    height: 35px
}
/*
.sports-page-controls ul li:nth-child(n+6){
    display: none
}
*/
.sports-page-controls .dates-filter li.selected{
    color: unset;
    background: unset
}
.sports-page-controls .dates-filter li:hover{
    color: unset;
    background: unset
}
.sports-page-controls ul li:first-child{
    margin-left: 0
}
body .sports-page-controls ul li > a,
body .sports-page-controls ul li > span{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-width: 70px;
    background-color: var(--c-background-primary);
    color: var(--c-text-primary);
    border-radius: var(--r-border-radius-medium);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer
}
body .sports-page-controls ul li.sortBySelected > a,
body .sports-page-controls ul li.selected > span{
    color: var(--c-text-header-menu-active);
    background-color: var(--c-background-header)
}
body .sports-page-controls ul li:hover > a,
body .sports-page-controls ul li:hover > span{
    filter: brightness(0.8)
}
ul.sport-breadcrumbs{
    margin: 15px 0;
    display: flex;
    height: 34px
}
ul.sport-breadcrumbs > li{
    display: flex;
    align-items: center;
    margin-left: -10px
}
ul.sport-breadcrumbs > li:first-child{
    margin-left: 0
}
ul.sport-breadcrumbs > li a{
    display: flex;
    width: 100%;
    height: 100%
}
ul.sport-breadcrumbs > li .br-name,
.info-header ul.match-breadcrumbs > li .br-name {
    padding: 10px;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: var(--c-background-primary);
    color: var(--c-text-primary);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer
}
ul.sport-breadcrumbs > li:first-child .br-name,
.info-header ul.match-breadcrumbs > li:first-child .br-name{
    border-top-left-radius: var(--r-border-radius-medium);
    border-bottom-left-radius: var(--r-border-radius-medium)
}
ul.sport-breadcrumbs > li:after,
.info-header ul.match-breadcrumbs > li:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid var(--c-background-primary);
    margin: 0
}
ul.sport-breadcrumbs > li:before,
.info-header ul.match-breadcrumbs > li:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid var(--c-background-primary);
    border-bottom: 17px solid var(--c-background-primary);
    border-left: 18px solid transparent;
    z-index: 1
}
.mobile ul.sport-breadcrumbs > li:before,
.mobile .info-header ul.match-breadcrumbs > li:before{
    border-top: 18px solid var(--c-background-primary);
    border-bottom: 18px solid var(--c-background-primary);
}
ul.sport-breadcrumbs > li:first-child:before,
.info-header ul.match-breadcrumbs > li:first-child:before{
    display: none
}
ul.sport-breadcrumbs > li:hover,
.info-header ul.match-breadcrumbs > li:hover{
    filter: brightness(0.8)
}
ul.sport-breadcrumbs > li:last-child .br-name,
.info-header ul.match-breadcrumbs > li:last-child .br-name{
    background-color: var(--c-background-header);
    color: var(--c-text-header-menu-active)
}
.desktop ul.sport-breadcrumbs > li:last-child:before,
.desktop .info-header ul.match-breadcrumbs > li:before {
    border-top: 17px solid var(--c-background-header);
    border-bottom: 17px solid var(--c-background-header)
}
ul.sport-breadcrumbs > li:last-child:after,
.info-header ul.match-breadcrumbs > li:last-child:after{
    border-left: 18px solid var(--c-background-header)
}

ul.match-breadcrumbs{
    display: flex;
    font-size: 18px;
    margin-bottom: 15px
     
}
ul.match-breadcrumbs > li{
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 0
}
ul.match-breadcrumbs > li:first-child{
    margin-left: 80px
}

/************************************
          Sport Match Page
************************************/

/* Match Info */

.single-match-info{
    margin-bottom: 15px;
    padding: 15px;
    /*background-color: var(--c-background-primary);
    border-radius: var(--r-border-radius-medium)*/
    width: 100%;
}
.single-match-info .markets-match-header{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.single-match-info .markets-match-data,
.single-match-info .match-date-and-time,
.single-match-info .match-time{
    display: flex;
    color: var(--c-text-primary);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: .8
}
.single-match-info .default-sport,
.single-match-info .markets-competition-name,
.single-match-info .markets-category-name {
    display: none
}
.desktop .single-match-info .match-statistics {
    background-color: white;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.default-flag.default-sport.tennis{
    background-image: url(/v1.213/r/images/BOA/icons/Sports-Tennis-default.png)
}
.tennis-wrapper .default-sport{
    background-image: url(/v1.213/r/icons/sports-flat/si_tennis.svg);
}
.single-match-info .markets-match-name{
    order: 3;
    display: flex;
    justify-content: center;
    color: var(--c-text-primary);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
    user-select: text;
    flex: 1 1 100%
}
.single-match-info .markets-match-data{
    order: 1
}
.single-match-info .markets-match-data .markets-match-code:before{
    content: "- Game Code:";
    margin: 0 5px
}
.single-match-info .match-time{
    margin-left: 5px;
    margin-bottom: 0;
    font-size: 16px
}
.single-match-info .markets-match-name .markets-team-name:first-child{
    margin-right: 10px
}
.single-match-info .markets-match-name .markets-team-name:first-child:after{
    content: "-";
    margin-left: 10px
}

/* Market Group Tabs */
.match-market-group{
    margin-bottom: 10px;
    overflow-x: auto;
    padding-bottom: 5px
}
.match-market-group .market-groups{
    display: flex
}
.match-market-group .market-groups ui-button{
    flex: 1;
    margin-right: 10px
}
.match-market-group button{
    width: 100%;
    color: var(--c-text-primary);
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    height: 35px;
    align-items: center;
    margin: 0 auto;
    padding: 0 10px;
    background-color: var(--c-background-primary);
    border-radius: 50px;
    white-space: nowrap
}
.match-market-group button:hover,
.match-market-group button.button-active{
    background-color: var(--c-border-sport-coupon);
    color: var(--c-text-header)
}

/* Sports March Markets */

.sports-match-wrapper{

}
.desktop .correct_score .market-content{
    flex-direction: column
}
.desktop .correct_score .market-content .market-correct-score{
    display: flex;
    flex-wrap: wrap
}
.desktop .correct_score .market-content .market-correct-score .match-odd{
    flex: 1;
    min-width: 80px;
    max-width:93px
}
.desktop .correct_score_short .market-correct-score{
    flex: 1
}
.sports-match-wrapper > .toggle-all-expanded{
    display: flex
}
.markets-content-wrapper .match-markets-wrapper{
    color: var(--c-text-primary);
    background-color: var(--c-background-primary);
    display: flex;
    padding-top: 10px;
    flex-direction: column;
    border-radius: var(--r-border-radius-medium);    
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden
}
.markets-content-wrapper .match-markets-wrapper .market-group{
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    margin: 10px;
    margin-top: 0;
    cursor: pointer;
    border-radius: var(--r-border-radius-medium);
    overflow: unset;
    position: relative
}
.markets-content-wrapper .match-markets-wrapper .market-group .fake-market{
    width: 100%
}
.markets-content-wrapper .match-markets-wrapper .market-group-header{
    line-height: 18px;
    font-size: 14px;
    padding: 10px 15px;
    display: flex;
   /* justify-content: space-between; */
    align-items: center;
    background-color: var(--c-background-market-header);
    color: var(--c-text-market);
    margin-left: 2px;
    border-top-left-radius: var(--r-border-radius-medium);
    border-top-right-radius: var(--r-border-radius-medium);
}
.markets-content-wrapper .match-markets-wrapper .market-group-header .selection-info-icon{
    display: flex;
    padding: 0 10px
}
.markets-content-wrapper .match-markets-wrapper .market-group-header .market-name{
    cursor: pointer
}
.markets-content-wrapper .match-markets-wrapper .market-group-header .toggle-button{
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    border-top: 3px solid var(--c-text-primary);
    border-right: 3px solid var(--c-text-primary);
    transition: all 100ms ease;
    -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
    transform: translate3d(0, -50%, 0) rotate(135deg);
    margin-left: auto
}
.markets-content-wrapper .match-markets-wrapper .market-group-header .toggle-button.expanded{
    -webkit-transform: translate3d(0, 0%, 0) rotate(-45deg);
    transform: translate3d(0, 0%, 0) rotate(-45deg)
}
.markets-content-wrapper .match-markets-wrapper .match-market{
    display: flex;
    padding: 0;
    border: 0
}
.markets-content-wrapper .match-markets-wrapper .match-market .market-special{
    color: var(--c-text-special-market);
    line-height: 33px;
    width: 100px;
    padding-left: 15px;
    border: 2px solid var(--c-background-primary);
    background-color: var(--c-background-market-header);
    border-bottom: 0;
    border-right: 0
}
.markets-content-wrapper .match-markets-wrapper .match-market .market-content{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0
}
.markets-content-wrapper .match-odd{
    flex: 1 0 33.33333%;
    background-color: var(--c-background-odds);
    border-color: var(--c-primary-e);
    border: 2px solid var(--c-background-primary);
    border-bottom: 0;
    border-right: 0;
    padding: 0 15px;
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 50px;
    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color.25s ease-in-out
}
.markets-content-wrapper .odds-selection-default{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    border-radius: 0;
    letter-spacing: 0;
    position: relative
}
.markets-content-wrapper .odd,
.outrights-page .outright-markets .outright-odd{
    padding: 0;
    line-height: 33px;
    font-weight: normal;
    cursor: pointer;
    font-weight: bold
}
.desktop .markets-content-wrapper .match-odd:hover,
.desktop .outrights-page .outright-markets .outright-odd:hover{
    filter: brightness(0.9)
}
.markets-content-wrapper .odd-outcome{
    color: var(--c-text-primary);
    font-size: 11px;
    padding: 0;
    line-height: 33px
}
.markets-content-wrapper .odds-bet-slip-selected{
    background-color: transparent
}
.markets-content-wrapper .match-odd.bet-slip-selected,
.match-market-template .odds-selection-default.odds-bet-slip-selected{
    color: var(--c-background-body);
    background-color: var(--c-background-odds-active)
}
.markets-content-wrapper .odds-bet-slip-selected{
    color: var(--c-background-body);
}
.markets-content-wrapper .odds-bet-slip-selected .odd-outcome{
    color: var(--c-background-body)
}


.match-markets-wrapper .match-odd.odd-locked span.odd{
    display : none
}
.sports-match-page .back{
    position: absolute;
    top: 5px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
   
    cursor: pointer;
    z-index: 1;
  
}
.sports-match-page .back:hover{
    background-color: var(--c-background-header)

}
.sports-match-page .back a{
    color: var(--c-text-primary);
     padding: 10px;
       background-color: var(--c-background-primary);
    border-radius: var(--r-border-radius-medium)

}
.sports-match-page .back:hover a{
    color: var(--c-text-primary)
}
.desktop .sports-match-page .back a:before{
    content: "";
    border: solid var(--c-text-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    margin-right: 5px
}
.sports-match-page .back:hover:before{
    border: solid var(--c-text-primary);
    border-width: 0 2px 2px 0

}

.mobile .match-market-search{
    /* position: sticky; */
    top: 176px;
   /* z-index:1 */
}
.match-market-filter-wrapper{
    align-items: center;    
    background: var(--c-background-betslip-betting-body);
    padding-top: 20px;
    border-top-left-radius: var(--r-border-radius-big);
    border-top-right\-radius: var(--r-border-radius-big);
}
.match-market-filter-wrapper:before{
    content: "";
    background-image: url(/v1.213/r/images/Dukabet/icons/search-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    filter: invert(1)
}
.search-markets{
    height: 30px;
    color: var(--c-text-primary);
    border: 1px solid var(--c-background-footer-bottom);
    background-color: var(--c-background-footer-bottom);
    margin-right: 12px;
}
.search-markets::placeholder{
    color: #c4c4c4;
}
.show-more-goalscorer{
    width: 100%;
    background: var(--c-background-body);
    margin-top: 1px;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    margin-left: 2px;
}

/************************************
          Sport Select Page
************************************/

.sports-select-page .main-content .nav-sports-header,
.sports-select-page .main-content .nav-sport .nav-sport-icon,
.sports-select-page .main-content .nav-featured-header .nav-featured-icon,
.sports-select-page .main-content .nav-tournament .nav-tournament-icon,
.sports-select-page .main-content .nav-category-go-button .nav-category-number,
.nav-sport.active + .nav-sport-panel .nav-category-wrapper:first-child:before{
    display: none
}
.sports-select-page .main-content .nav-sport-wrapper{
    background: transparent
}
.sports-select-page .main-content .nav-sport,
.sports-select-page .main-content .nav-featured-header{
    display: flex;
    align-items: center;
    line-height: 36px;
    height: auto;
    color: var(--c-text-primary)
}
.sports-select-page .main-content .nav-sport.active{
    color: var(--c-text-primary)
}
.sports-select-page .main-content .nav-sport .nav-sport-name,
.sports-select-page .main-content .nav-featured-header .nav-featured-name{
    padding: 0;
    color: var(--c-text-schedule-active);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: auto
}
.sports-select-page .main-content .nav-sport-select-all,
.sports-select-page .main-content .nav-sport-remove-all,
.sports-select-page .main-content .nav-featured-select-all,
.sports-select-page .main-content .nav-featured-remove-all{
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 15px;
    padding: 0;
    cursor: pointer;
    background-color: transparent
}
.sports-select-page .main-content .nav-sport-select-all:hover,
.sports-select-page .main-content .nav-sport-remove-all:hover,
.sports-select-page .main-content .nav-featured-select-all:hover,
.sports-select-page .main-content .nav-featured-remove-all:hover{
    color: var(--c-text-schedule-active)
}
.sports-select-page .main-content .nav-category-wrapper,
.sports-select-page .main-content .nav-featured-panel{
    color: var(--c-text-primary);
    background-color: var(--c-background-primary);
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    flex-direction: column
}
.sports-select-page .main-content .nav-featured-panel{
    flex-wrap: wrap;
    flex-direction: row
}
.sports-select-page .main-content .nav-category{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: var(--c-text-primary);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}
.sports-select-page .main-content .nav-category .default-flag{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
.sports-select-page .main-content .nav-category .category_checkbox{
    margin-left: auto
}
.sports-select-page .main-content .nav-category-go-button,
.nav-sports.nav-sports-page button{
    background-color: var(--c-background-bet-button);
    font-weight: 600;
    font-size: 14px;
    width: auto;
    padding: 3px 10px;
    margin: 0 10px;
    color: var(--c-text-betslip-button-bet)
}
.sports-select-page .main-content .nav-category-panel{
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.sports-select-page .main-content .nav-tournament-wrapper,
.sports-select-page .main-content .nav-featured-panel .nav-feature{
    flex: 0 1 calc(33.3333% - 10px);
    display: flex;
    height: auto;
    align-items: center;
    margin: 5px;
    padding: 13px;
    max-width: calc(33.3333% - 10px);
    background-color: var(--c-background-market-header)
}
.sports-select-page .main-content .nav-featured-panel .nav-feature .nav-feature-name{
    order: unset;
    margin-right: auto;
    font-size: 15px;
    color: var(--c-text-primary);
    cursor: pointer
}
.sports-select-page .main-content .nav-tournament-wrapper:not(.ng-star-inserted){
    display: none
}
.sports-select-page .main-content .nav-tournament{
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 15px;
    color: var(--c-text-primary)
}
.sports-select-page .main-content .nav-tournament .nav-tournament-favorite,
.sports-select-page .main-content .nav-feature-favorite{
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0
}
.sports-select-page .main-content .nav-tournament .nav-tournament-name{
    cursor: pointer;
    margin-right: 10px
}
.sports-select-page .main-content .nav-tournament .nav-tournament-name:hover,
.sports-select-page .main-content .nav-featured-panel .nav-feature .nav-feature-name:hover{
    color: var(--c-background-bet-button)
}
.sports-select-page .main-content .nav-tournament .tournament_checkbox{
    margin-left: auto
}

.nav-favorites-wrapper{
    color: var(--c-text-primary);
    background-color: transparent;
    font-size: 15px
}
.nav-favorites-wrapper .nav-favorites-header{
    height: auto;
    box-shadow: none;
    display: flex;
    padding: 10px 0;
    align-items: center
}
.nav-favorites-wrapper .nav-favorites-header .nav-favorites-icon{
    display: none
}
.nav-favorites-wrapper .nav-favorites-subwrapper .nav-favorites-header .nav-favorites-toggle{
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: transparent
}
/* Desktop Sport Select Page */

/* Favorites Section */


.desktop .sports-select-page .main-content .nav-sports-page form > div{
    margin-bottom: 15px
}

.desktop .sports-select-page .main-content .nav-favorites-wrapper{
    border-radius: var(--r-border-radius-medium);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    overflow: hidden
}
.desktop .sports-select-page .main-content .nav-favorites-header{
    background-color: var(--c-background-sidebar-menu);
    color: var(--c-text-primary);
    padding: 10px
}
.desktop .sports-select-page .main-content .nav-favorites-header > div{
    padding-right: 10px
}

.desktop .sports-select-page .main-content .nav-favorites-header .nav-favorites-name{
    color: var(--c-text-primary);
    text-transform: uppercase;
    font-size: 14px
}
.desktop .sports-select-page .main-content .nav-favorites-header .nav-favorites-toggle{
    border: solid var(--c-text-primary);
    border-width: 0 2px 2px 0;
    display: flex;
    padding: 3px;
    margin-right: 3px;
    transform: rotate(45deg);
    animation-delay: .5s;
    width: 10px;
    height: 10px
}
.desktop .sports-select-page .main-content .nav-favorites-header.expanded .nav-favorites-toggle {
    transform: rotate(-135deg);
    animation-delay: .5s
}
.desktop .sports-select-page .main-content .nav-favorites-header .nav-favorites-select-all{
    margin-left: auto
}
.desktop .sports-select-page .main-content .nav-favorites-header.expanded  + .nav-favorites-panel{
    max-height: 9999px;
    transition: all .2s ease-in-out;
    background-color: var(--c-background-odds)
}
.desktop .sports-select-page .main-content .nav-favorites-header:not(.expanded) + .nav-favorites-panel{
    transition: all .2s ease-in-out;
    max-height: 0;
    overflow: hidden;
    padding: 0
}
.desktop .sports-select-page .main-content .nav-favorites-panel{
    display: flex;
    padding: 10px;
    flex-wrap: wrap
}
.desktop .sports-select-page .main-content .nav-favorites-panel > div{
    margin: 5px;
    padding: 0 5px;
    flex: 0 1 calc(33.333333% - 10px);
    box-shadow: none;
    background-color: var(--c-background-market-header);
    overflow: hidden;
    font-weight: normal;
    line-height: 20px;
    border-radius: 0
}
.desktop .sports-select-page .main-content .nav-favorites-panel .nav-favorite-name:hover{
    color: var(--c-text-betslip-button-book)
}

/* Featured Section */

.desktop .sports-select-page .main-content .nav-featured-wrapper{
    border-radius: var(--r-border-radius-medium);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    overflow: hidden
}
.desktop .sports-select-page .main-content .nav-featured-header{
    background-color: var(--c-background-sidebar-menu);
    padding: 10px;
    line-height: unset;
    cursor: pointer
}
.desktop .sports-select-page .main-content .nav-featured-header.expanded  + .nav-featured-panel{
    max-height: 9999px;
    transition: all .2s ease-in-out
}
.desktop .sports-select-page .main-content .nav-featured-header .nav-featured-toggle{
    border: solid var(--c-text-primary);
    border-width: 0 2px 2px 0;
    display: flex;
    padding: 3px;
    margin-right: 3px;
    transform: rotate(45deg);
    animation-delay: .5s;
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: no-repeat
}
.desktop .sports-select-page .main-content .nav-featured-header.expanded .nav-featured-toggle {
    transform: rotate(-135deg);
    animation-delay: .5s
}
.desktop .sports-select-page .main-content .nav-featured-header:not(.expanded) + .nav-featured-panel{
    transition: all .2s ease-in-out;
    max-height: 0;
    overflow: hidden;
    padding: 0
}
.desktop .sports-select-page .main-content .nav-featured-header .nav-featured-name{
    color: var(--c-text-primary);
    font-size: 14px
}
.desktop .sports-select-page .main-content .nav-featured-wrapper .nav-featured-panel{
    background-color: var(--c-background-odds);
    margin: 0;
}
.desktop .sports-select-page .main-content .nav-featured-wrapper .nav-featured-panel .nav-feature-name{
    overflow: hidden;
}
.desktop .sports-select-page .main-content .nav-featured-wrapper .nav-featured-panel .nav-feature-tournament{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
    line-height: 20px
}
/* Sports Section */


.desktop .sports-select-page .main-content .nav-sport-wrapper  .nav-sport{
    box-shadow: none;
}
.desktop .sports-select-page .main-content .nav-sport-wrapper .nav-category-wrapper{
    padding: 0;
    border-radius: var(--r-border-radius-medium);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    overflow: hidden;
}
.desktop .sports-select-page .main-content .nav-sport-wrapper .nav-category{
    margin: 0;
    padding: 10px;
    height: 100%
}
.desktop .sports-select-page .main-content .nav-featured-header .nav-featured-toggle{
    border: solid var(--c-text-primary);
    border-width: 0 2px 2px 0;
    display: flex;
    padding: 3px;
    margin-right: 3px;
    transform: rotate(45deg);
    animation-delay: .5s;
    width: 10px;
    height: 10px
}
.desktop .sports-select-page .main-content .nav-category.active .nav-category-toggle {
    transform: rotate(-135deg);
    animation-delay: .5s
}
.desktop .sports-select-page .main-content .nav-category .nav-category-toggle {
    border: solid var(--c-text-primary);
    border-width: 0 2px 2px 0;
    display: flex;
    padding: 3px;
    margin-right: 3px;
    transform: rotate(45deg);
    animation-delay: .5s;
    width: 10px;
    height: 10px;
    order: 5
}
.desktop .sports-select-page .main-content .nav-category .nav-category-icon{
    width: 19px;
    height: 19px
}
.desktop .sports-select-page .main-content .nav-category.active + .nav-category-panel{
    background-color: var(--c-background-odds);
    padding: 10px
}

/************************************
             Live Page
************************************/

.live-page .main-coupon-v1 .events-sport-wrapper .events-sport-header,
.outrights-page .events-sport-wrapper .events-sport-header{
    display: flex;
    background: transparent;
    padding: 0;
    color: var(--c-text-market);
    font-size: 18px;
    text-transform: uppercase
}
/*.desktop*/ .live-page .main-coupon-v1 .item-info-wrapper{
    flex: 1;
    width: 100%
}

/*
.desktop .live-page .main-coupon-v1 .match-markets-wrapper{
    width: calc(100% - 440px)
} */
.live-page .main-coupon-v1 .events-sport-wrapper .events-sport-header .sport-icon,
.live-page .main-coupon-v1 .match-live-info .match-cards,
.live-page .main-coupon-v1 .match-live-info .match-corners,
.live-page .main-coupon-v1 .match-live-info .match-score-separator,
.live-page .main-coupon-v1 .match-live-info .match-period,
.live-page .main-coupon-v1 .match-info .match-minute,
.live-page .main-coupon-v1 .match-info .match-locked{
    display: none
}
.live-page .main-coupon-v1 .item-info-wrapper{
    display: flex
}
.live-page .main-coupon-v1 .item-info-wrapper .match-info .match-live{
    padding-right: 10px;
    order: 0;
    color: var(--c-text-primary);
   /* -webkit-animation: color_change 1s infinite alternate;
   -moz-animation: color_change 1s infinite alternate;
   -ms-animation: color_change 1s infinite alternate;
   -o-animation: color_change 1s infinite alternate;
   animation: color_change 1s infinite alternate; */
}
body .live-page .events-sport-wrapper .events-item-wrapper .item-info-wrapper > .match-live-info,
body .left-sidebar .events-sport-wrapper .events-item-wrapper .item-info-wrapper > .match-live-info{
    display: flex;
    justify-content: flex-end;
    flex: 1;
    color: var(--c-border-sport-coupon);
    font-size: 14px
}
body .left-sidebar .events-sport-wrapper .events-item-wrapper .item-info-wrapper > .match-live-info {
    flex-direction: row;
}
.live-match-side-coupon .match-progress {
    order: -1;
}
.live-match-side-coupon .match-score-separator {
    display: none;
}
.desktop .live-match-side-coupon .match-score {
    gap: 5px;
    font-size: 14px;
}
.desktop .live-match-side-coupon .match-score-server-set-wrapper {
    gap: 1px;
}
.desktop .live-match-side-coupon .match-info {
    width: auto;
}
.desktop .live-match-side-coupon .live-sports-coupon .match-live-info {
    gap: 3px;
    min-width: unset;
}
body .live-page .main-coupon-v1 .match-sport-ice-hockey .match-set-scores{
    display: none
}
body .live-page .events-sport-wrapper .events-item-wrapper .item-info-wrapper > .match-live-info .match-score-home{
    margin-bottom: 5px
}
body .live-page .left-sidebar .events-sport-wrapper .events-item-wrapper .item-info-wrapper > .match-live-info .match-score-home{
    margin: 0
}
.live-page .main-coupon-v1 .match-live-info .match-progress{
    order: 1;
    margin-top: 11px;
    color: var(--c-text-primary);
    font-size: 15px
}
.live-page .main-coupon-v1 .match-live-info .match-score-server-set-wrapper{
    order: 2;
    margin-left: 20px
}
.live-page .main-coupon-v1 .match-links .match-statistics{
    margin-left: 16px
}
.live-page .main-coupon-v1 .match-info .match-schedule{
   width: 45px
}
#root .match-tracker{
    color: var(--c-text-input-header);
    margin-bottom: 10px
}
app-betradar-match-preview:not(:empty) {
    margin-bottom: 10px;
}
.live-page .match-live-tracker{
    width: 18px;
    height: 14px;
    background-size: contain;  
    background: url("/v1.213/r/images/bestbet/icon/tracker-white.svg") center center no-repeat;
    filter: invert(1)
    
}
.live-page .tracker-visible .match-live-tracker{
    background: url("/v1.213/r/images/bestbet/icon/tracker-green.svg") center center no-repeat;
    filter: invert(0)
}
.live-page .main-coupon-v1 .match-sport-tennis .match-live-info .match-score-server-set-wrapper,
.live-page .main-coupon-v1 .match-sport-volleyball .match-live-info .match-score-server-set-wrapper,
.live-page .main-coupon-v1 .match-sport-table-tennis .match-live-info .match-score-server-set-wrapper,
.live-page .main-coupon-v1 .match-sport-baseball .match-live-info .match-score-server-set-wrapper,
.live-page .main-coupon-v1 .match-sport-darts .match-live-info .match-score-server-set-wrapper{
    display: flex;
    border-radius: 8px
}
.live-page .main-coupon-v1 .match-sport-baseball .match-live-info .match-score-server-set-wrapper{
    align-items: center;
}
body .live-page .events-sport-wrapper .events-item-wrapper.match-sport-baseball .item-info-wrapper > .match-live-info .match-score-home,
body .live-page .events-sport-wrapper .events-item-wrapper.match-sport-darts .item-info-wrapper > .match-live-info .match-score-home{
    margin-bottom: 0
}
.live-page .main-coupon-v1 .match-sport-baseball .match-live-info .match-score-server-set-wrapper .match-score,
.live-page .main-coupon-v1 .match-sport-darts .match-live-info .match-score-server-set-wrapper .match-score,
.live-page .main-coupon-v1 .match-sport-darts .match-live-info .match-score-server-set-wrapper .match-game-score{
    margin-right: 5px
}
.live-page .main-coupon-v1 .match-sport-tennis .match-live-info .match-score-server-set-wrapper .match-score,
.live-page .main-coupon-v1 .match-sport-volleyball .match-live-info .match-score-server-set-wrapper .match-score,
.live-page .main-coupon-v1 .match-sport-table-tennis .match-live-info .match-score-server-set-wrapper .match-score{
    padding: 3px 5px;
    color: var(--c-background-betslip-betting-body);
    background-color: var(--c-border-sport-coupon);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    /*height: 38px;*/
    height: 42px;
 /*   line-height: 12px */
}
.live-page .main-coupon-v1 .match-sport-tennis .match-live-info .match-set-scores-wrapper,
.live-page .main-coupon-v1 .match-sport-volleyball .match-live-info .match-set-scores-wrapper,
.live-page .main-coupon-v1 .match-sport-table-tennis .match-live-info .match-set-scores-wrapper{
    display: flex
}
.live-page .main-coupon-v1 .match-sport-tennis .match-live-info .match-set-scores-wrapper .set-score,
.live-page .main-coupon-v1 .match-sport-volleyball .match-live-info .match-set-scores-wrapper .set-score,
.live-page .main-coupon-v1 .match-sport-table-tennis .match-live-info .match-set-scores-wrapper .set-score{
    padding: 3px 5px;
    background-color: var(--c-background-betslip-betting-body);
    color: var(--c-text-primary)
}
.live-page .main-coupon-v1 .match-sport-tennis .match-live-info .match-set-scores-wrapper .set-score:last-child,
.live-page .main-coupon-v1 .match-sport-volleyball .match-live-info .match-set-scores-wrapper .set-score:last-child,
.live-page .main-coupon-v1 .match-sport-table-tennis .match-live-info .match-set-scores-wrapper .set-score:last-child{
    background-color: var(--c-background-odds);
    color: var(--c-text-primary);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}
.main-coupon-v1 .match-sport-tennis .match-live-info .match-game-scores-wrapper,
.main-coupon-v1 .match-sport-volleyball .match-live-info .match-game-scores-wrapper,
.main-coupon-v1 .match-sport-table-tennis .match-live-info .match-game-scores-wrapper{
    padding: 3px 5px
}


/************************************
         Live Match Page
************************************/

.live-match-page{

}

/* Breadcrumbs and Dropdown */

.live-match-page .beto-match-breadcrumbs{
    position: relative;
    order: -1
}
ul.match-breadcrumbs{
    flex-wrap: wrap
}
ul.match-breadcrumbs > li{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: var(--c-text-primary);
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 0
}
ul.match-breadcrumbs > li > a{
    color: var(--c-text-primary)
}
ul.match-breadcrumbs > li > a:hover{
    color: var(--c-text-special-market)
}
ul.match-breadcrumbs > li.sport-br:after,
ul.match-breadcrumbs > li.category-br:after{
    content: "\203A";
    margin-left: 15px;
    font-size: 24px;
    line-height: 18px;
    height: 23px
}
ul.match-breadcrumbs > li.teams{
    flex: 1 1 100%;
    position: relative;
    font-size: 18px;
    margin-top: 10px;
    margin-right: 50px;
    color: var(--c-text-primary)
}
ul.match-breadcrumbs > li.teams .first-team:after{
    content: "vs";
    margin: 0 15px;
    font-size: 16px;
    text-transform: lowercase
}
ul.match-breadcrumbs > li.live-match-period-time{
    display: none
}
.live-match-page .other-matches.other-live-matches{
    width: 100%;
    display: flex;
    position: relative
}
.live-match-page .other-matches.other-live-matches button{
    position: absolute;
    right: 0;
    top: -47px;
    height: 30px;
    width: 50px;
    border: 0;
    color: var(--c-text-primary);
}
.live-match-page .other-matches-overlay{
    width: 100%;
    max-height:0;
    -moz-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
    overflow: hidden
}
.live-match-page .other-matches-overlay.dd-expanded{
    max-height: 3000px;
    -moz-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
}
.live-match-page .other-matches-wrapper{
     overflow-x: hidden
}
@keyframes moveright{
  0%   {left: -100%}
  100% {left: 0px}
}
.live-match-page .other-matches-wrapper .other-matches{
    width: 100%;
    position: relative;
    animation: moveright 1s;
    animation-direction: alternate;
    animation-fill-mode: both;
    background-color: var(--c-background-primary);
    color: var(--c-text-primary);
    margin-bottom: 4px;
    padding: 5px 10px;
}
.live-match-page .other-matches-wrapper .other-matches:nth-child(1) { animation-delay: .2s }
.live-match-page .other-matches-wrapper .other-matches:nth-child(2) { animation-delay: .4s }
.live-match-page .other-matches-wrapper .other-matches:nth-child(3) { animation-delay: .6s }
.live-match-page .other-matches-wrapper .other-matches:nth-child(4) { animation-delay: .8s }
.live-match-page .other-matches-wrapper .other-matches:nth-child(5) { animation-delay: 1s }
.live-match-page .other-matches-wrapper .other-matches:nth-child(6) { animation-delay: 1.2s }
.live-match-page .other-matches-wrapper .other-matches:nth-child(7) { animation-delay: 1.4s }
.live-match-page .other-matches-wrapper .other-matches:nth-child(8) { animation-delay: 1.6s }
.live-match-page .other-matches-wrapper .other-matches:nth-child(9) { animation-delay: 1.8s }
.live-match-page .other-matches-wrapper .other-matches:nth-child(10) { animation-delay: 2s }
.live-match-page .other-matches-wrapper .other-matches:nth-child(n+11) { animation-delay: 2.2s }

.live-match-page .other-matches-wrapper .other-matches .group-heading{
    color: var(--c-background-betslip-betting-header)
}
.live-match-page .other-matches-wrapper .other-matches .group-country-tournament-separator{
    margin: 0 5px
}
.live-match-page .other-matches-wrapper .other-matches .other-match{
    display: flex;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    transition: color .3s ease-in-out
}
.live-match-page .other-matches-wrapper .other-matches .other-match:hover{
    color: var(--c-background-odds-active);
    transition: color .3s ease-in-out
}
.live-match-page .other-matches-wrapper .other-matches .other-match .match-label-container{
    order: 2;
    padding-right: 10px;
}
.live-match-page .other-matches-wrapper .other-matches .other-match .match-label-container .match-label-team-1:after{
    content: "v";
    margin: 0 5px;
    text-transform: lowercase
}
.live-match-page .other-matches-wrapper .other-matches .other-match .live-score{
    order: 3;
    margin-left: auto;
    color: var(--c-background-betslip-betting-header);
    transition: color .3s ease-in-out
}
.live-match-page .other-matches-wrapper .other-matches .other-match:hover .live-score{
    color: var(--c-background-odds-active);
    transition: color .3s ease-in-out
}
.live-match-page .other-matches-wrapper .other-matches .other-match .live-score .live-score-home:after{
    content: ":";
    margin: 0 5px
}
.live-match-page .other-matches-wrapper .other-matches .other-match .match-progress{
    order: 1;
    margin-right: 15px;
    width: 38px
}
.live-match-page .other-matches-wrapper .other-matches .other-match .match-progress .match-period{
    display: none
}

.live-match-page .back{
    position: absolute;
    top: 3px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;   
    cursor: pointer;
    z-index: 1;
    background-color: var(--c-background-primary);
    border-radius: var(--r-border-radius-medium)
}
.live-match-page .back:hover{
    background-color: var(--c-background-header)

}
.live-match-page .back a{
    color: var(--c-text-primary);
        background-color: var(--c-background-primary);
    border-radius: var(--r-border-radius-medium);
    padding: 10px;

}
.live-match-page .back:hover a{
    color: var(--c-text-primary)
}
.desktop .live-match-page .back a:before{
    content: "";
    border: solid var(--c-text-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    margin-right: 5px
}
.live-match-page .back:hover:before{
    border: solid var(--c-text-primary);
    border-width: 0 2px 2px 0   
 }

/* Match Tracker and Stats */


.window-tabs.bet-construct-tabs{
    background-color: var(--c-border-sport-coupon);
    color: var(--c-text-header-menu);
    line-height: 42px;
    height: 42px;
    border-top-left-radius: var(--r-border-radius-big);
    border-top-right-radius: var(--r-border-radius-big);
    overflow: hidden
}
.window-tabs.bet-construct-tabs .window-tab{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold
}
.window-tabs.bet-construct-tabs .window-tab.tab-selected{
    background-color: var(--c-background-login-input);
    color: var(--c-text-betslip-button-bet)
}
.window-tabs.bet-construct-tabs .window-tab:before{
    content:"";
    width: 24px;
    height: 24px;
    margin-right:10px
}
.window-tabs.bet-construct-tabs .window-tab:first-child:before{
    background: url(/v1.213/r/images/site/icons/Tracker_Off.svg) center center no-repeat
}
.window-tabs.bet-construct-tabs .window-tab.tab-selected:first-child:before{
    background: url(/v1.213/r/images/site/icons/MatchTracker-Off.svg) center center no-repeat
}
.window-tabs.bet-construct-tabs .window-tab:last-child:before{
    background: url(/v1.213/r/images/primebet/icons/tracker-stats-gray.svg) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px
}
.window-tabs.bet-construct-tabs .window-tab.tab-selected:last-child:before{
    background: url(/v1.213/r/images/primebet/icons/tracker-stats-white.svg) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px
}
.right-sidebar #iframe-container{
    margin-bottom: 15px
}
.live-match-statistics{
    height: 190px;
    margin-bottom: 15px;
    border-bottom-left-radius: var(--r-border-radius-big);
    border-bottom-right-radius: var(--r-border-radius-big);
    overflow: hidden
}

#tracker-iframe{
    border-radius: var(--r-border-radius-big);
    overflow: hidden
}


.live-match-page .match-info-detailed{
    display: flex
}
.live-match-page .match-info-detailed .sports-match-header-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 15px 0
}
.live-match-page .match-info-detailed .markets-match-header{
    display: flex;
    flex-direction: column;
    /* min-width: 480px */
        min-width: 600px;
}
.live-match-page .match-info-detailed .markets-match-live-info-wrapper{
    display: flex;
    align-items: flex-end;
    order: 3;
    background-color: var(--c-background-primary);
    color: var(--c-text-primary);
    padding: 10px;
    border-radius: var(--r-border-radius-medium);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.live-match-page .match-info-detailed .live-match-server-title{
    display: flex
}
.live-match-page .match-info-detailed .live-match-server-title:before{
    content: "";
    background-color: var(--c-background-header);
    width: 15px;
    height: 15px;
    display: flex;
    border-radius: 50%;
    border: 1px solid var(--c-text-market);
    margin: 0 5px;
    /* animation disabled - talk to Radu Sirbu */
    /* -webkit-animation: pulse 1s infinite alternate;
    -moz-animation: pulse 1s infinite alternate;
    -ms-animation: pulse 1s infinite alternate;
    -o-animation: pulse 1s infinite alternate;
    animation: pulse 1s infinite alternate */
}
@-webkit-keyframes pulse {
    from { opacity: 1 }
    to {opacity: .5 }
}

.live-match-page .match-info-detailed .match-date-and-time{
    order: 2;
    color: var(--c-text-header);
    background-color: var(--c-background-header);
    padding: 5px 10px
}
.live-match-page .match-info-detailed .match-date-and-time > span{
    padding-right: 10px;
}
.live-match-page .match-info-detailed .match-date-and-time > span.match-period{
    display: none
}
.live-match-page .match-info-detailed .markets-match-live-info-wrapper app-goals,
.live-match-page .match-info-detailed .markets-match-live-info-wrapper > div:not(.live-match-name){
    padding-right: 10px;
    text-align: center;
    height: 51px;
}
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .live-match-name .team-home,
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .live-match-name .team-away{
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold
}
.live-match-page .match-info-detailed .markets-match-live-info-wrapper app-goals{
    margin-left: auto
}
.live-match-page .match-info-detailed .markets.sport-soccer .markets-match-live-info-wrapper .live-title-match-live-info-wrapper .live-match-name{
    text-align: left
}
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .live-match-set-scores,
.live-match-page .match-info-detailed .markets-match-data .markets-match-code{
    display: none
}
.live-match-page .match-info-detailed .markets-match-data{
    display: flex;
    align-items: center;
    order: 1;
    background-color: var(--c-background-primary);
    color: var(--c-text-primary);
    padding: 10px 0;
    border-radius: var(--r-border-radius-medium);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.live-match-page .match-info-detailed .markets-match-data > div{
    margin: 0 5px
}
.live-match-page .match-info-detailed .markets-match-data .match-statistics{
    margin-left: auto
}
.live-match-page .match-info-detailed .sport-soccer .markets-match-live-info-wrapper .live-match-set-scores{
    display: block
}
.live-match-page .sport-soccer .live-match-set-scores .set0{
    display: flex; 
    flex-direction: column
}
.live-match-page .sport-soccer .live-match-set-scores .set1{
    display: none
}
.markets-match-live-info-wrapper .live-title:not(.live-match-server-title){
    margin-top: -30px;
   /* margin-bottom: 20px;*/
}
.sport-soccer .markets-match-live-info-wrapper .live-title {
    background-image: url(/v1.213/r/images/soccabet/icons/match-icons-sprite.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 30px;
    font-size: 0;
    margin-top: -30px;
    /* margin-bottom: 20px; */
    min-height: 21px
}
.sport-soccer .markets-match-live-info-wrapper .live-match-name-title{
    background-image: unset;
    min-height: unset;
}
.sport-soccer .markets-match-live-info-wrapper .live-match-set-scores-title{
    background-image: unset;
    margin-top: -30px;
}
.sport-soccer .markets-match-live-info-wrapper .live-match-set-scores-title:after{
    content:"HT";
    font-size: 12px;
    font-weight: bold;
    color: var(--c-background-header-menu)
}
.markets-match-live-info-wrapper .live-match-score-title{
    background-position: 5px -280px;
}
.markets-match-live-info-wrapper .live-match-yellow-cards-title{
     background-position: 5px -34px
 }
 
.markets-match-live-info-wrapper .live-match-red-cards-title{
     background-position: 5px -69px
 }
.markets-match-live-info-wrapper .live-match-corners-title{
     background-position: 5px 1px;
     filter: brightness(0) saturate(100%) invert(83%) sepia(93%) saturate(474%) hue-rotate(9deg) brightness(94%) contrast(85%);
 }
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .live-match-score-home,
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .live-match-score-away,
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .live-set > span,
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .live-match-yellow-cards-home,
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .live-match-yellow-cards-away,
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .live-match-red-cards-home,
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .live-match-red-cards-away,
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .live-match-corners-home,
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .live-match-corners-away,
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .game-score-home,
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .game-score-away{
     width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .live-match-score-home,
.live-match-page .match-info-detailed .markets-match-live-info-wrapper .live-match-score-away{
    background-color: var(--c-background-header);
    font-weight: bold;
    color: var(--c-text-header);    
}


/* other sports fixes */
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .markets-match-live-info-wrapper .live-match-set-scores{
    display: block
}
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .live-match-set-scores .live-match-set-scores-title{
    display: none
}
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .live-match-set-scores .live-match-sets-wrapper{
    display: flex;
}
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .live-match-set-scores .live-set:before{
    content: "1st";
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: var(--c-background-header-menu);
    margin-top: -30px;
    min-height: 20px;
    width: 30px;
}
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .live-match-set-scores .live-set.set1:before{
    content: "2nd";
}
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .live-match-set-scores .live-set.set2:before{
    content: "3rd";
}
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .live-match-set-scores .live-set.set3:before{
    content: "4th";
}
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .live-match-set-scores .live-set.set4:before{
    content: "5th";
}
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .live-match-set-scores .live-set.set5:before{
    content: "6th";
}
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .live-match-set-scores .live-set.set6:before{
    content: "7th";
}
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .live-match-set-scores .live-set.set7:before{
    content: "8th";
}
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .live-match-set-scores .live-set.set8:before{
    content: "9th";
}
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .live-match-set-scores .live-set.set9:before{
    content: "10th";
}
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .live-match-set-scores .live-set.set10:before{
    content: "11th";
}
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .markets-match-live-info-wrapper .live-title{
    color: var(--c-background-header-menu);
    min-height: 21px;
    font-weight: bold
}
.live-match-page .match-info-detailed .sports-match-header-wrapper:not(.sport-soccer) .markets-match-live-info-wrapper .live-match-game-score-title.live-title{
    width: 38px;
    overflow: hidden;
    white-space: nowrap;
}


/************************************
           Outrights Page
************************************/

.outrights-page{

}
.outrights-page .main-content{
    color: var(--c-text-primary);
    font-size: 15px;
    position: relative
}
.outrights-top{
    /*position: absolute;
    top: 0*/
}
.outrights-page .sports-filter{
    max-width: calc(100% - 312px);
    margin-left: auto
}
.outrights-page .sports-filter > li{
    height: 31px;
    min-width: auto;
    padding: 8px 10px

}
.outrights-page .sports-filter > li > span{
    max-width: unset
}
.outrights-page .sports-filter .icon-sport,
.outrights-page .sports-filter .matches-counter,
.outrights-page .events-sport-wrapper .events-sport-header .sport-icon,
.outrights-page .events-sport-wrapper .events-sport-header .event-sport-counter,
.outrights-page .events-sport-wrapper .match-type .default-sport,
.outrights-page .events-sport-wrapper .match-type .match-sport{
    display: none
}
.outrights-page .events-sport-wrapper .events-sport-header .events-sport-name-wrapper{
    margin-right: 0;
    width: 100%
}
.outrights-page .events-sport-wrapper .events-sport-header .allow-expand-everything{
    display: flex;
    justify-content: flex-end;
    width: 100%
}
.outrights-page .events-sport-wrapper .events-category-header-outrights{
    display: flex;
    align-items: center;
    padding: 10px 0;
    cursor: pointer
}
.outrights-page .events-sport-wrapper .tournament-header-wrapper .events-category-tournament-names{
    margin-left: 10px
}
.outrights-page .events-sport-wrapper .toggle-button,
.outrights-page .events-sport-wrapper .events-sport-header .allow-expand-everything a{
    /*margin-right: 15px;*/
    margin-left: auto;
    display: flex;
    font-size: 40px;
    transform: rotate(90deg);
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: var(--c-text-header);
}
.outrights-page .events-sport-wrapper .events-sport-header .allow-expand-everything a{
    display: initial;
    margin-left: 0;
    margin-right: 10px;
}
.outrights-page .events-sport-wrapper .toggle-button.expanded,
.outrights-page .events-sport-wrapper .events-sport-header .allow-expand-everything a.collapse{
    /*margin-right: 15px;*/
    transform: rotate(-90deg);
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
.outrights-page .events-sport-wrapper .toggle-button:after,
.outrights-page .events-sport-wrapper .events-sport-header .allow-expand-everything a:after{
    width: 12px;
    height: 20px;
    align-items: flex-start;
    content: "\203A"
}
.outrights-page .events-sport-wrapper .match-info{
    display: flex;
    line-height: 20px;
    /*color: var(--c-text-market)*/
}
.outrights-page .events-sport-wrapper .match-type{
    height: auto;
    display: flex
}
.outrights-page .events-sport-wrapper .match-type .match-category{
    margin-right: 5px
}
.outrights-page .events-sport-wrapper .match-type .match-tournament:after{
    content: "-";
    margin: 0 10px
}
.outrights-page .events-tournament-content .events-tournament-wrapper > app-breaks-events-item{
    color: var(--c-text-primary);
    background-color: var(--c-background-primary);
    display: flex;
    padding: 10px;
    margin-bottom: 15px;
    flex-direction: column
}
.outrights-page .outrights-item{
    display: flex;
    justify-content: space-between;
    /*margin: 10px 5px;*/
    cursor: pointer;
    background-color: var(--c-background-odds-active);
    color: var(--c-text-header);
    margin: 10px 0;
    padding: 5px 10px 5px 5px;
}
.outrights-page .outright-markets{
    display: flex;
    flex-wrap: wrap
}
.outrights-page .outright-markets .outright-competitor{
    flex: 0 1 calc(33.3333% - 10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px;
    padding: 13px;
    background-color: var(--c-background-betslip);
    border-radius: var(--r-border-radius-medium);
    /*color: var(--c-text-header);*/
    cursor: pointer;
}
.outrights-page .outright-markets .outright-competitor.bet-slip-selected{
    color: var(--c-background-body);
    background-color: var(--c-background-odds-active);
    font-weight: bold
}
.outrights-page .events-sport-wrapper:not(:hover) .events-sport-header {
    color: #000000;
}
.outrights-page .events-sport-wrapper:hover .events-sport-header {
    color: var(--c-background-odds-active);
}
.outrights-page .events-category-header-outrights .toggle-button {
    margin-right: 15px;
}
.outrights-page .item-info-wrapper .toggle-button.expanded {
    margin-right: 5px;
}

/************************************
          Cookie Message
************************************/

#root .cc-color-override-259240128.cc-window{
    color: var(--c-text-primary);
    background-color: var(--c-background-footer)
}
#root .cc-color-override-259240128 .cc-btn {
    color: var(--c-text-primary);
    background-color: var(--c-background-bet-button);
    border-radius: var(--r-border-radius-medium);
    border: 0
}
#root .cc-color-override-259240128 .cc-btn:hover,
#root .cc-color-override-259240128 .cc-btn:focus {
    background-color: var(--c-background-bet-button);
    color: var(--c-text-primary)
}


/************************************
              Betslip
************************************/

.betslip .betslip-wrapper{
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    background-color: var(--c-background-betslip);
    border-radius: var(--r-border-radius-big);
}
.betslip .betslip-title{
    background-color: var(--c-background-betslip-title);
    color: var(--c-text-betslip-betting-header);
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-top-left-radius: var(--r-border-radius-big);
    border-top-right-radius: var(--r-border-radius-big);
    border-bottom: 2px solid var(--c-border-sport-coupon);
}
.betslip .betslip-title .betslip-arrow{
    display: none
}
.betslip .betslip-clear-wrapper{
    display: flex;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 0
}
.betslip .betslip-clear-wrapper .clear-betslip-button {
    font-size: 0;
    background-color: transparent;
    /* background-image: url(/v1.213/r/images/site/delete-icon-blue.svg); */
    /* background-size: cover; */
    /* height: 24px; */
    /* width: 24px; */
}
.betslip .betslip-clear-wrapper .clear-betslip-button:before{
    content: "Clear All";    
    font-size: 14px;
    color: var(--c-background-betslip);
}

.betslip .betslip-title .betslip-counter{
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 5px
}
.betslip .betslip-empty-message{
    margin: 50px auto;
    color: var(--c-text-primary);
    text-align: center
}
.betslip .betslip-wrapper .betslip-tab {
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: var(--c-text-primary);
    border-bottom: 3px solid var(--c-background-footer-bottom);
    border-top: 3px solid var(--c-background-footer-bottom);
    background-color: var(--c-background-odds);
    cursor: pointer;
}
.betslip .betslip-wrapper .betslip-tab:hover{
    border-bottom: 3px solid var(--c-background-betslip-title);
}
.betslip .betslip-wrapper .betslip-tab.tab-selected{
    background-color: var(--c-background-betslip-title);
    border-bottom: 3px solid var(--c-background-footer-bottom);
    border-top: 3px solid var(--c-background-footer-bottom);
    color: var(--c-background-input);
}
.betslip .betslip-bets-container{
    display: flex;
    flex-direction: column
}
.betslip .betslip-bets-container > app-window-tabs{
    order: 1
}
.betslip .betslip-bets-container > .betslip-events-wrapper{
    /* order: 2; */
}
.betslip .betslip-bets-container > app-betslip-multiples .multiple-type {
    align-self: stretch;
    display: flex;
    margin-right: auto;
    text-align: left;
}
app-betslip-multiples .multiple-type-wrapper .block-value {
    align-items: center;
    display: flex;
    flex: 1;
}
.betslip .betslip-bets-container > app-betslip-multiples,
.betslip .betslip-bets-container > app-betslip-systems{
    order: 3;
    margin: 15px 15px 0 15px;
    color: var(--c-text-primary);
    font-size: 14px
}
.betslip .betslip-bets-container > app-betslip-footer{
    order: 4
}
.betslip .betslip-bets-container .betslip-tabs{
    background-color: var(--c-background-betslip-betting-header);
    color: var(--c-text-betslip-betting-header);
    border-top: 1px solid var(--c-text-betslip-betting-header);
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase
}
.betslip .betslip-bets-container .betslip-tabs .betslip-tab{
    line-height: 36px;
    border-bottom: 4px solid var(--c-background-betslip-betting-header)
}
.betslip .betslip-bets-container .betslip-tabs .betslip-tab.tab-selected{
    border-bottom: 4px solid var(--c-text-betslip-betting-header)
}
.betslip .betslip-bets-container .value-block-wrapper.multiple-lines-wrapper{
    display: flex;
    flex-direction: column;
    margin: 0 5px
}
app-betslip-multiples .multiple-lines-wrapper .block-value {
    align-items: center;
    display: flex;
    flex: 1;
}
app-betslip-multiples .multiple-lines-wrapper .block-value-wrapper {
    align-items: center;
    display: flex;
    flex: 1;
}
.betslip .betslip-events-wrapper{
    background-color: var(--c-background-betslip-betting-body);
    border-bottom: 2px solid var(--c-background-betslip);
    position: relative
}
.betslip .betslip-events-wrapper .bet-container:not(.not-combined){
    border-bottom: 2px solid var(--c-border-sport-coupon);
    padding: 10px 15px;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
}
.betslip .betslip-events-wrapper .bet-container {
    position: relative;
}
.betslip app-betslip-match-header {
    display:contents;
}
.betslip .betslip-events-wrapper .outright-bet .bet-details-odds{
    padding-bottom: 10px
}


.betslip .betslip-events-wrapper .bet-container.not-combined{
    padding: 5px 0
}
.betslip .betslip-events-wrapper .bet-match-info{
    color: var(--c-text-primary);
    font-weight: bold
}
.betslip .betslip-events-wrapper .bet-match-info .bet-event:hover{
    color: var(--c-text-betslip-button-book);
    cursor: pointer
}
.betslip .betslip-events-wrapper .bet-live-selection{
    display: flex;
    color: var(--c-text-primary)
}
.betslip .betslip-events-wrapper .bet-match-date-time .bet-match-time {
    margin-left: 5px;
}
.betslip .betslip-events-wrapper .bet-container.match-bet.match-suspended .bet-match-date-time,
.betslip .betslip-events-wrapper .bet-container.match-bet.market-suspended .bet-match-date-time,
.betslip .betslip-events-wrapper .bet-live-selection.match-suspended{
    color: var(--c-text-header);
    background: red
}
.betslip .betslip-events-wrapper .bet-live-selection .live-label{
    margin-right: 5px;
    /*color: var(--c-text-special-market)*/
    color: var(--c-background-betslip-title);
}
.betslip .betslip-events-wrapper .bet-match-date-time .suspended-label,
.betslip .betslip-events-wrapper .bet-live-selection .suspended-label{
    margin-left: 10px;
    color: var(--c-text-primary);
   -webkit-animation: color_change 1s infinite alternate;
   -moz-animation: color_change 1s infinite alternate;
   -ms-animation: color_change 1s infinite alternate;
   -o-animation: color_change 1s infinite alternate;
   animation: color_change 1s infinite alternate;
}

@-webkit-keyframes color_change {
   from { color: var(--c-text-primary) }
   to { color: var(--c-text-schedule-active) }
}
@-moz-keyframes color_change {
   from { color: var(--c-text-primary) }
   to { color: var(--c-text-schedule-active) }
}
@-ms-keyframes color_change {
   from { color: var(--c-text-primary) }
   to { color: var(--c-text-schedule-active) }
}
@-o-keyframes color_change {
   from { color: var(--c-text-primary) }
   to { color: var(--c-text-schedule-active) }
}
@keyframes color_change {
   from { color: var(--c-text-primary) }
   to { color: var(--c-text-schedule-active) }
}
.bet-actions .bet-odds-inline .bet-old-odds{
    text-decoration: line-through;
    margin-right: 5px;
    margin-left: 0;
}
.betslip .betslip-events-wrapper app-betslip-event{
    display: block;
    position: relative;
    color: var(--c-text-primary)
}
/*
.betslip .betslip-events-wrapper .bet-details-odds{
    margin-right: 28px
}
*/
.bet-details-odds .bet-match-code{
    order: 2;
    color: var(--c-text-header);
    margin-left: 10px
}
.bet-match-date-time{
    color: var(--c-text-header)
}
.betslip .betslip-events-wrapper .bet-details-odds app-bet-event-actions{
    margin-left: auto
}
.betslip .betslip-events-wrapper .bet-details-odds .banker{
    background-color: var(--c-background-odds);
    color: var(--c-text-primary);
    border-radius: 50px;
    width: 20px;
    height: 20px;
    border: 0;
    padding: 0;
    margin-bottom: 3px
}
.betslip .betslip-events-wrapper .bet-details-odds .banker.selected{
    background-color: var(--c-background-bet-button)
}
.betslip .betslip-events-wrapper .betslip-match-content{
    display: flex;
    justify-content: space-between
}
.betslip .betslip-events-wrapper .betslip-match-content .bet-actions{
    flex: 1;
    justify-content: space-between
}
.betslip .betslip-events-wrapper .bet-container .bet-actions > app-bet-event-actions{
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 2;
    height: 14px
}
.betslip .betslip-events-wrapper .bet-container.not-combined .bet-actions > app-bet-event-actions{
    /* bottom: 6px; */
    right: -5px;
    top: unset;
}
.betslip .betslip-events-wrapper .betslip-match-content .bet-actions > app-bet-event-actions .bet-remove{
    background-color: transparent;
    color: red;
    width: 16px;
    height: 16px;
    font-size: 19px;
    line-height: 11px;
    padding: 0;
    border: 1px solid red;
    border-radius: 50px
}
.betslip .betslip-events-wrapper .betslip-match-content .bet-actions > app-bet-event-actions .bet-remove:before{
    content: "\00d7"
}
.betslip .betslip-events-wrapper .numeric-input-wrapper{
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}
.betslip .betslip-events-wrapper .currency-symbol{
    margin-right: 18px;
    margin-left: 3px
}
.betslip .betslip-events-wrapper .amount-input.payout-input {
    display: none
}
.betslip .betslip-events-wrapper .bet-stake{
    margin: 0
}
.betslip .betslip-events-wrapper .bet-stake input,
.betslip .systems-container .system-stake-wrapper .amount-input input{
    width: 80px;
    text-align: right;
    background-color: white;
    padding: 3px;
    color: var(--c-text-title);
    border: 1px solid var(--c-background-betslip-title);
    background-color: var(--c-background-betslip);
}
.betslip .betslip-events-wrapper .bet-actions .bet-odds-inline .bet-odds{
    margin-left: 0;
    margin-right: 20px;
    font-weight: bold;
    font-size: 14px;
}
.betslip .betslip-events-wrapper .bet-actions .bet-odds-inline .bet-odds.up{
    color: var(--c-text-schedule-active)
}
.betslip .betslip-events-wrapper .bet-actions .bet-odds-inline .bet-odds:before{
    content: "@"
}

.betslip .betslip-bets-container .multiple-container,
.betslip .betslip-bets-container .system-container{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row
}
.betslip .betslip-bets-container .multiple-header{
    display: none
}
.betslip .betslip-bets-container .header-titles-container{
    display: flex;
    flex-direction: column;
    flex: 0 1 50%
}
.betslip .betslip-bets-container .multiple-wrapper{
    display: flex;
    /*flex: 0 1 50%;*/
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
    /*text-align: right */
}
/*.betslip .betslip-bets-container .multiple-wrapper > .value-block:not(.amount-input):not(.multiple-lines),*/
.betslip .betslip-bets-container .header-titles-container > span:not(.multiple-stake){
    display: none
}
#root .betslip .betslip-bets-container .multiple-wrapper .multiple-lines{
    align-self: stretch;
    display: flex;
    order: 2
}
#root .betslip .betslip-bets-container .multiple-wrapper .multiple-odds{
    align-self: stretch;
    /*display: block;*/
    display: flex;
    padding: 0 5px;
    order: 1
}
app-betslip-multiples .multiple-odds-wrapper {
    display: flex;
    flex-direction: column;
}
app-betslip-multiples .multiple-odds-wrapper .block-value {
    align-items: center;
    display: flex;
    flex: 1;
}
.betslip .betslip-bets-container .header-titles-container > span.multiple-stake{
    margin-top: 20px;
    font-size
}
.betslip .betslip-bets-container .multiple-wrapper > .amount-input{
    /*margin-bottom: 10px;*/
    order: 3
}
.betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    /*margin-top: 10px*/
}
.betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper .currency-symbol{
    margin-left: 5px
}
.betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper .input-amount{
    height: 30px;
    width: 100px;
    font-size: 20px;
    text-align: right;
    border-radius: 4px;
    color: var(--c-text-title);
    border: 1px solid var(--c-background-betslip-title);
    background-color: var(--c-background-betslip);
}
.betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper input{
        width: 80px;
    text-align: right;
    background-color: white;
    padding: 3px;
    border: 1px solid var(--c-text-footer-bottom-help);
    color: var(--c-text-input)
}

.betslip app-betslip-footer .betslip-totals{
    display: flex;
    flex-direction: row;
    color: var(--c-text-primary);
}
.betslip .betslip-totals .value-block{
    order: 2;
    padding: 5px 15px;
    width: 100%
}
.betslip .betslip-totals .value-block.total-payout {
    order: 3;
}
.betslip .betslip-totals .value-block .block-value{
    color: var(--c-text-primary);
    font-size: 14px
}
.betslip .betslip-totals .value-block .total-payout-wrapper{
    padding-top: 10px;
    border-top: 1px solid var(--c-text-schedule)
}
.betslip .betslip-totals .value-block .total-payout-wrapper .block-value{
    color: var(--c-background-odds-active)
}
.betslip .betslip-totals .value-block-wrapper{
    display: flex;
    justify-content: space-between
}
.betslip .systems-container > div{
    margin-bottom: 10px
}
.betslip .systems-container .system-header-container{
    display: none
}
.betslip .systems-container .system-stake-wrapper{
    display: flex;
    align-items: center
}
.betslip .systems-container .system-stake-wrapper .system-active{
    order: 1
}
.betslip .systems-container .system-stake-wrapper .system-type{
    align-self: stretch;
    display: flex;
    margin-right: auto;
    order: 2
}
.systems-container .system-type-wrapper {
    display: flex;
    flex-direction: column;
}
.systems-container .system-type-wrapper .block-value {
    align-items: center;
    display: flex;
    flex: 1;
}
.betslip .systems-container .system-stake-wrapper .system-odds{
    display: none;
    order: 3;
    margin-left: auto
}
.betslip .systems-container .system-stake-wrapper .system-odds .block-value,
.betslip .betslip-bets-container .multiple-wrapper > .value-block.multiple-odds{
    color: var(--c-text-schedule-active);
}
.betslip .systems-container .system-stake-wrapper .system-odds .block-value:before,
.betslip .betslip-bets-container .multiple-wrapper > .value-block.multiple-odds .block-value:before{
    content: '@'
}
.betslip .systems-container .system-stake-wrapper.total-system .value-block.system-odds{
    display: none
}
.betslip .systems-container .system-stake-wrapper .system-lines{
    align-self: stretch;
    display: flex;
    order: 4;
    margin: 0 5px
}
.betslip .systems-container .system-stake-wrapper.total-system  .system-lines{
    margin-left: auto
}
.systems-container .system-lines-wrapper {
    display: flex;
    flex-direction: column;
}
.systems-container .system-lines-wrapper .block-value {
    align-items: center;
    display: flex;
    flex: 1;
}
.betslip .systems-container .system-stake-wrapper .amount-input{
    order: 5
}
.betslip .systems-container .system-stake-wrapper .amount-input .numeric-input-wrapper{
   display: flex;
   flex-direction: row-reverse;
   align-items: center
}
.betslip .systems-container .system-stake-wrapper .amount-input .numeric-input-wrapper .currency-symbol{
   margin-left: 3px
}
.betslip .betslip-totals .checkbox-wrapper.accept-odd-changes{
    order: 3;
    padding-bottom: 15px;
    color: var(--c-text-primary);
    display: flex;
    justify-content: center
}
.betslip .betslip-totals .check-box-label.accept-odd-changes{
    width: auto;
    margin-left: 5px
}
.betslip .betslip-totals .betslip-per-line{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 15px;
    margin-bottom: 15px;
    order: 1;
    width: 100%
}
.betslip .betslip-totals > button,
.betslip .betslip-totals .confirm-bet-wrapper button,
.mobile .quick-container .confirm-bet-wrapper button,
.authorisations-dialog .auth-actions-container button{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .03em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    text-transform: uppercase;
}
.betslip .betslip-totals .place-bet,
.betslip .betslip-totals .confirm-bet-wrapper button.confirm-bet,
.mobile .quick-container .confirm-bet-wrapper button.confirm-bet,
.authorisations-dialog .auth-actions-container button.auth-action.place-bet{
    order: 5;
    color: var(--c-text-betslip-button-bet);
    background-color: var(--c-background-betslip-button-bet);
    flex: 0 0 45%;
    margin-left: 2%;
    margin-bottom: 10px;
    border-radius: var(--r-border-radius-medium);
    height: auto
}
.betslip .betslip-totals .place-bet.place-free-bet {
    background-color: var(--c-emphasis);
    color: var(--c-text-odds);
}
.betslip .betslip-totals .confirm-bet-wrapper button.confirm-bet,
.mobile .quick-container .confirm-bet-wrapper button.confirm-bet,
.betslip .betslip-totals .confirm-bet-wrapper button.cancel-bet{
    flex: 0 1 100%;
    padding: 15px 0
}
.betslip .betslip-totals .book-bet,
.betslip .betslip-totals .confirm-bet-wrapper button.cancel-bet,
.mobile .quick-container .confirm-bet-wrapper button.cancel-bet,
.authorisations-dialog .auth-actions-container button.auth-action.request-authorisation{
    order: 4;
    background-color: var(--c-background-betslip-button-other);
    color: var(--c-text-betslip-button-book);
    flex: 0 0 45%;
    margin-right: 2%;
    margin-bottom: 10px;
    border-radius: var(--r-border-radius-medium);
    height: auto;
    border: 1px solid var(--c-border-betslip-button)
}
.betslip .betslip-totals .book-bet .book-disabled-reason,
.betslip .betslip-totals .place-bet .place-disabled-reason{
    font-size: 12px;
    text-transform: initial;
    font-weight: normal;
    padding-bottom: 15px;
    line-height: 12px
}
.betslip .betslip-totals .book-bet .book-bet-message,
.betslip .betslip-totals .place-bet .place-bet-message{
    padding: 15px 0
}
 .booking-notifications-wrapper  .bet-book .slip-label {
    display:none;
}
.betslip .betslip-totals .book-bet .book-disabled-reason,
.betslip .betslip-totals .place-bet .place-disabled-reason{
    font-size: 12px;
    text-transform: initial;
    font-weight: normal;
    padding-bottom: 15px;
    line-height: 12px
}
.betslip .betslip-totals .book-bet .book-bet-message,
.betslip .betslip-totals .place-bet .place-bet-message{
    padding: 15px 0
}
.betslip app-betslip-combine-selections {
    order:2
}
.bet-match-combine {
    display:flex;
}
.bet-match-combine app-combine-selections {
    display:flex;
    flex:1;
    border:1px solid var(--c-background-odds);
    border-radius:var(--r-border-radius-medium);
    overflow:hidden;
}
.bet-match-combine app-combine-selections:first-child {
    margin-right:5px;
}
.bet-match-combine app-combine-selections .combine-selections,
.bet-match-combine app-combine-selections .combined-selections{
    min-height:35px;
    flex:1;
    background-color:transparent;
    display:flex;
    align-items:center;
    padding:1px 6px;
    font-family:"Open Sans"
}

.bet-match-combine app-combine-selections .combined-selections{
    background-color:var(--c-background-header);
    color:var(--c-text-header)
}

.bet-match-combine app-combine-selections .combined-selections ~ div{
    background-color:var(--c-background-header);
    color:var(--c-text-header)
}
.bet-match-combine app-combine-selections .combine-selections span,
.bet-match-combine app-combine-selections .combined-selections span{
    font-weight:bold;
    margin-right:5px;
}
.bet-match-combine app-combine-selections .combined-selections span:last-child {
    margin-right: 0;
}
.bet-match-combine  .combined-odds {
    display:flex;
    align-items:center;
    padding:0px 5px;
}
.betslip-wrapper .betslip-notifications-wrapper,
.betslip-wrapper .booking-notifications-wrapper{
    background-color: var(--c-background-betslip);
    border-radius: var(--r-border-radius-big);
    margin-top: 10px
}
.betslip-notifications-wrapper .bet-messages,
.booking-notifications-wrapper .bet-messages{
    color: var(--c-text-primary);
    text-align: center;
    line-height: 1.8rem;
    padding: 30px 10px;
    border-bottom: 1px solid var(--c-background-odds);
    cursor: default
}
.betslip-notifications-wrapper .bet-messages .bet-reference,
.booking-notifications-wrapper .bet-messages .bet-reference{
    /*display: none*/
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 46px;
    color: var(--c-text-odds-header);
}
.betslip-notifications-wrapper .bet-book,
.booking-notifications-wrapper .bet-book{
    color: var(--c-text-primary);
    text-align: center;
    line-height: 18px;
    padding: 30px 10px;
    cursor: default
}
.booking-notifications-wrapper .bet-book {
    padding:5px 10px;
    position: relative
}
.booking-notifications-wrapper .bet-book .bet-book-time {
    font-weight:bold
}

.betslip-notifications-wrapper .bet-book .code-value,
.booking-notifications-wrapper .bet-book .code-value{
    display: block;
    font-size: 26px;
    line-height: 46px;
    color: var(--c-text-odds-header)
}
.betslip-notifications-wrapper .bet-messages-actions,
.booking-notifications-wrapper .bet-messages-actions,
.booking-notifications-wrapper .bet-book-actions{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding-top: 15px
}

.desktop .booking-notifications-wrapper .bet-messages-actions,
.desktop .booking-notifications-wrapper .bet-book-actions{
    justify-content: center
}
.betslip-notifications-wrapper .bet-messages-actions > button,
.booking-notifications-wrapper .bet-messages-actions > button,
.booking-notifications-wrapper .bet-book-actions > button{
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .03em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    text-transform: uppercase;
    flex: 0 0 45%
}
.booking-notifications-wrapper .bet-book-actions > button.action-copy,
.booking-notifications-wrapper .bet-book-actions > button.action-share,
.booking-notifications-wrapper .bet-messages-actions .reload-selections{
    border: 1px solid var(--c-border-betslip-button);
    color: var(--c-border-betslip-button);
}
.booking-notifications-wrapper .bet-book-actions > button.action-share,
.booking-notifications-wrapper .bet-book-actions > button.action-copy{
    margin-right: 0
}
.booking-notifications-wrapper .bet-book-actions > button.action-share:after,
.booking-notifications-wrapper .bet-book-actions > button.action-copy:after{
    content:"";
    width: 24px;
    height: 24px;
    display: block;
    background-size: cover;
    margin-left: 10px;
}
.booking-notifications-wrapper .bet-book-actions > button.action-share:after{
    background-image: url("/v1.213/r/images/BOA/icons/share-icon-yellow.svg")
}
.booking-notifications-wrapper .bet-book-actions > button.action-copy:after{
    background-image: url("/v1.213/r/images/BOA/icons/copy-icon-yellow.svg")
}
.betslip-notifications-wrapper .bet-messages-actions .reload-selections,
.booking-notifications-wrapper .bet-book-actions .action-copy,
.booking-notifications-wrapper .bet-book-actions .action-share{
    background-color: var(--c-background-betslip-button-other);
    color: var(--c-text-primary);
    flex: 0 0 47%;
    margin-right: 5%;
    margin-bottom: 10px;
    border-radius: var(--r-border-radius-medium);
    height: auto;
    padding: 11px 0
}
.desktop .booking-notifications-wrapper .bet-book-actions .action-copy,
.desktop .booking-notifications-wrapper .bet-book-actions .action-share{
    padding: 9px 0
}
.desktop .booking-notifications-wrapper .bet-book-actions .action-copy{
    margin-right: 10px
}
.betslip-notifications-wrapper .bet-messages-actions .close-notification,
.booking-notifications-wrapper .bet-messages-actions .close-notification,
.booking-notifications-wrapper .bet-messages-actions .view-book-details{
    color: var(--c-text-betslip-button-bet);
    background-color: var(--c-background-betslip-button-bet);
    flex: 0 0 45%;
    margin-left: 2%;
    margin-bottom: 10px;
    border-radius: var(--r-border-radius-medium);
    height: auto;
    padding: 12px 0
}
.betslip .betslip-totals .confirm-bet-wrapper,
.mobile .quick-container .confirm-bet-wrapper{
    order: 5;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center
}
.betslip .betslip-totals .confirm-bet-wrapper form.confirm-form-group,
.mobile .quick-container .confirm-bet-wrapper form.confirm-form-group{
    order: 4;
    display: flex;
    flex: 0 0 45%;
}
.betslip .betslip-totals .bet-error{
    position: relative;
    display: block;
    width: 100%;
    background-color: transparent;
    text-align: center;
    order: 4;
    padding: 20px 10px;
    color: red;
    background-color: var(--c-background-input);
    margin-bottom: 10px;

}
.betslip .betslip-totals .bet-error .bet-close-error{
    border: 0;
    position: absolute;
    right: 10px;
    top: 0;
    background-color: transparent
}
.betslip .betslip-totals .bet-error .bet-close-error:before{
    content: "\00d7";
    color: red;
    font-size: 24px
}



/* Betslip Authorisation Popup */

body .authorisations-dialog.ui-dialog .ui-dialog-titlebar,
.authorisations-dialog.ui-dialog .ui-dialog-titlebar-icon span{
    background-color: var(--c-background-footer-top)
}
.authorisations-dialog .inline-betslip{
    height: auto!important
}
.authorisations-dialog table.betslip-html{
    min-height: 100%;
    min-width: 100%
}
.authorisations-dialog .betslip-html .head{
    text-align: center;
    font-weight: bold
}
.authorisations-dialog .betslip-html .head > td{
    padding: 20px
}
.authorisations-dialog .betslip-html .match td{
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
    padding-top: 10px
}
.authorisations-dialog .betslip-html .match td.code{
    color: var(--c-text-market)
}
.authorisations-dialog .betslip-html .match td .print-hide,
.authorisations-dialog .betslip-html .match td .date{
    font-weight: normal
}
.authorisations-dialog .betslip-html > tbody > tr.selection{
    box-shadow: 0px 2px 0px var(--c-border)
}
.authorisations-dialog .betslip-html > tbody > tr.selection td{
    padding-top: 0;
    padding-bottom: 10px
}
.authorisations-dialog .betslip-html > tbody > tr.selection .nr{
    opacity: 0
}
.authorisations-dialog .betslip-html > tbody > tr.selection .match{
    color: var(--c-background-betslip-title)
}
.authorisations-dialog .betslip-html > tbody > tr.selection .odds{
    font-weight: bold;
    text-align: right
}
.authorisations-dialog .betslip-html > tbody > tr.selection .odds:before{
    content: "@ "
}
.authorisations-dialog .betslip-html .slip-bottom table.bets:first-child{
    padding: 10px;
    width: 100%;
    background-color: var(--c-background-betslip);
    color: var(--c-text-primary)
}
.authorisations-dialog .betslip-html .slip-bottom table.bets:first-child td{
    text-align: right
}
.authorisations-dialog .betslip-html .slip-bottom table.bets:last-child{
    width: 100%;
    padding: 20px 0
}
.authorisations-dialog .betslip-html .slip-bottom table.bets .hd td{
    color: var(--c-text-market)
}
.authorisations-dialog .betslip-html .slip-bottom table.bets td.selection{
    text-align: left
}
.authorisations-dialog .betslip-html .slip-bottom table.bets .totals > td{
    padding-bottom: 10px
}
.authorisations-dialog .betslip-html .slip-bottom table.bets .totals > td:last-child{
    text-align: right;
    font-weight: bold
}
.authorisations-dialog .auth-actions-container button{
    flex-direction: row;
    font-size: 14px;
    height: 36px;
    background-color: var(--c-background-bet-button);
    color: var(--c-text-input-header);
    border-radius: 6px;
    margin: 10px
}
.authorisations-dialog .auth-actions-container button span.bet-amount,
.authorisations-dialog .auth-actions-container button span.auth-amount{
    padding-left: 10px
}
.authorisations-dialog .auth-actions-container button.auth-action.cancel-authorisation{
    order: 6;
    background-color: red;
    color: var(--c-text-primary)
}
.authorisations-dialog .betslip-html .line-matrix{
    width: 100%;
    border-collapse: collapse;
    text-align: center
}
.authorisations-dialog .betslip-html .line-matrix td{
    border: 1px solid #dadada
}
.authorisations-dialog .betslip-html .line-matrix td.amount{
    font-weight: bold;
    text-align: right
}
.mobile .authorisations-dialog table.betslip-html{
    width: 100vw
}
/* Betslip Authorisation  Wait */

.authorisation-wait {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-background-betslip-betting-header);
    font-size: 16px;
    flex-direction: column-reverse;
    padding: 20px 0
}
.authorisation-wait > .wait-auth-spinner{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px
}
.authorisation-wait > .wait-auth-spinner .spin-loader-boa{
    display: flex;
    justify-content: center;
    align-items: center
}

.authorisation-wait app-progress-spinner .d-loader{
    margin: 0
}

.auth-actions-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
 }
.auth-actions-container .cancel-authorisation{
    background-color: red;
    color: var(--c-text-primary);
    border-radius: 8px;
    height: 40px;
    padding: 10px 15px
}
.authorisation-pending{
    text-align: center;
    padding: 20px 0 10px 0;   
    color: var(--c-background-betslip-betting-header)
}
.auth-action.background-wait{
    color: var(--c-text-betslip-button-bet);
    background-color: var(--c-background-betslip-button-bet);   
    border-radius: var(--r-border-radius-medium);
    height: auto;
    padding: 12px;
}

.auth-actions-container > .auth-action{
    flex: 1 1 calc(50% - 10px);
    display: flex;
    margin: 0 5px;
    border: 0;
    border-radius: var(--r-border-radius-medium);
    justify-content: center;
    padding: 8px 0;
     color: var(--c-text-schedule);
}
.auth-actions-container .cancel-bet{
    background-color: red;
}
.auth-actions-container .close-auth{
    background-color: var(--c-background-bet-button);
   
}
.auth-actions-container > .auth-action.place-bet {
    color: #000000;
}

/************************************
             404 Page
************************************/


.top-404{
  margin-top: 30px;
}

.container-404{
  margin: 0 auto;
  position: relative;
  width: 250px;
  height: 250px
}

.ghost{
  width: 50%;
  height: 53%;
  left: 25%;
  top: 10%;
  position: absolute;
  border-radius: 50% 50% 0 0;
  background: var(--c-background-footer-bottom);
  border: 1px solid #BFC0C0;
  border-bottom: none;
  animation: float 2s ease-out infinite;
}

.ghost-copy {
  width: 50%;
  height: 53%;
  left: 25%;
  top: 10%;
  position: absolute;
  border-radius: 50% 50% 0 0;
  background: var(--c-background-footer-bottom);
  border: 1px solid #BFC0C0;
  border-bottom: none;
  animation: float 2s ease-out infinite;
  z-index: 0;
}

.face {
  position: absolute;
  width: 100%;
  height: 60%;
  top: 20%;
}

.eye, .eye-right {
  position: absolute;
  background: var(--c-background-betslip-betting-body);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 40%;
}

.eye {
  left: 25%;
}

.eye-right {
  right: 25%;
}

.mouth {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 10px;
  height: 10px;
  border: 3px solid;
  border-radius: 50%;
  border-color: transparent var(--c-background-betslip-betting-body) var(--c-background-betslip-betting-body) transparent;
  transform: rotate(45deg);
}

.container-404 .one,
.container-404 .two,
.container-404 .three,
.container-404 .four {
  position: absolute;
  background: var(--c-background-footer-bottom);
  top: 85%;
  width: 25%;
  height: 23%;
  border: 1px solid #BFC0C0;
  z-index: 0;
}

.container-404 .one {
  border-radius: 0 0 100% 30%;
  left: -1px;
}

.container-404 .two {
  left: 23%;
  border-radius: 0 0 50% 50%;
}

.container-404 .three {
  left: 52%;
  border-radius: 0 0 50% 50%;
}

.container-404 .four {
  left: 76.5%;
  border-radius: 0 0 30% 100%;
}

.shadow {
  position: absolute;
  width: 30%;
  height: 7%;
  background: var(--c-background-betslip-betting-body);
  left: 35%;
  top: 80%;
  border-radius: 50%;
  animation: scale 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes float {
  50% {
    transform: translateY(15px);
  }
}
.bottom-404{
  margin-top: 10px;
}

/*text styling*/

.title-404 {
    color: var(--c-text-input);
    text-align: center;
    font-weight: bold;
    font-size: 90px;
    line-height: 100px;
    margin: 0;
    text-shadow: -1px 0 #bfc0c0, 0 1px #bfc0c0, 1px 0 #bfc0c0, 0 -1px #bfc0c0
}

.subtitle-404 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    color: var(--c-text-title);
    font-weight: 900
}
.text-404 {
    text-align: center;
    color: var(--c-text-title);
    font-size: 14px;
    text-transform: uppercase
}

.buttons-404 > app-widget-host{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.buttons-404 .btn{
    background-color: var(--c-background-betslip-betting-header);
    color: var(--c-background-header);
    border-radius: var(--r-border-radius-medium);
    height: 40px;
    padding: 0 10px;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer
}
.buttons-404 .btn:hover{
    opacity: .8
}


/************************************
          Virtuals Page
************************************/


.virtual-page {
    width: 100%
}
.virtual-page iframe{
    min-height: calc(100vh - 180px);
    height: 3500px
}


/************************************
        Bet Check Modal
************************************/

body .ui-dialog.betslip-check-view{
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    max-width: 450px;;
    height: 70vh;
    overflow-x: auto
    
}
body .mobile .ui-dialog.betslip-check-view{
    height: 100vh;
   
}
body .ui-dialog.betslip-check-view .ui-dialog-content{
    padding: 20px
}
body .ui-dialog.betslip-check-view .betslip-view-page{
    align-items: flex-start;
}
body .ui-dialog.betslip-check-view .inline-betslip,
.booking-notifications-wrapper .inline-betslip{
    max-width: 100%;
    height: auto!important
}
.booking-notifications-wrapper .inline-betslip {
    height:unset!important;
    width:unset!important
}
body .ui-dialog.betslip-check-view table,
.booking-notifications-wrapper .inline-betslip table{
    width: 100%
}
body .ui-dialog.betslip-check-view table tr.head,
.booking-notifications-wrapper .inline-betslip table tr.head{
    height: 40px;
}
.booking-notifications-wrapper .inline-betslip table tr.head td{
   border-top: 1px solid var(--c-background-odds);
}
body .ui-dialog.betslip-check-view table tr.head td,
.booking-notifications-wrapper .inline-betslip table tr.head td{
    border-bottom: 1px solid var(--c-background-odds);
    text-transform: uppercase;
    font-weight: bold;
}
body .ui-dialog.betslip-check-view table tr.match,
.booking-notifications-wrapper .inline-betslip table tr.match{
    font-size: 14px;
    line-height: 23px
}
body .ui-dialog.betslip-check-view table tr.match td.match,
.booking-notifications-wrapper .inline-betslip table tr.match td.match{
    padding: 10px 0 0;
    border-top: 1px solid var(--c-background-odds);
}
body .ui-dialog.betslip-check-view table tr:nth-child(2) td.match,
.booking-notifications-wrapper .inline-betslip table tr:nth-child(2) td.match{
    border-top: 0
}
body .ui-dialog.betslip-check-view table tr.match td.code,
.booking-notifications-wrapper .inline-betslip table tr.match td.code{
    display: none
}
body .ui-dialog.betslip-check-view table tr.match div.match,
.booking-notifications-wrapper .inline-betslip table tr.match div.match{
    text-transform: uppercase;
    font-weight: bold;
    color: var(--c-text-primary);
}
.booking-notifications-wrapper .inline-betslip table tr.match div.match {
    text-align:left
}
body .ui-dialog.betslip-check-view table tr.match div.match > div,
.booking-notifications-wrapper .inline-betslip table tr.match div.match > div{
    color: var(--c-text-primary);
    text-transform: none;
    font-weight: normal;
}
.booking-notifications-wrapper .inline-betslip table tr.match div.match > div {
    text-align:left;
}
body .ui-dialog.betslip-check-view table tr.match div.match > div.date,
.booking-notifications-wrapper .inline-betslip table tr.match div.match > div.date{
    font-size: 12px
}
body .ui-dialog.betslip-check-view table tr.selection td,
.booking-notifications-wrapper .inline-betslip table tr.selection td{
    padding: 5px 10px;
    font-weight: bold
}
body .ui-dialog.betslip-check-view table tr.selection{
    padding: 0 5px;
    color: var(--c-text-primary);
}
.booking-notifications-wrapper .inline-betslip table tr.selection td .outcome,
.booking-notifications-wrapper .inline-betslip table  td.selection {
    text-align:left;
}
.booking-notifications-wrapper .inline-betslip table .totals td:first-child {
    text-align:left;
}
body .ui-dialog.betslip-check-view table tr.selection td.nr,
.booking-notifications-wrapper .inline-betslip table tr.selection td.nr{
    display: none
}
body .ui-dialog.betslip-check-view table tr.selection td.odds,
.booking-notifications-wrapper .inline-betslip table tr.selection td.odds{
    text-align: right
}
.booking-notifications-wrapper .inline-betslip table .slip-bottom > .bets .hd + tr{
    font-weight:bold
}
body .ui-dialog.betslip-check-view table tr:last-child,
.booking-notifications-wrapper .inline-betslip table tr:last-child{
    background-color: var(--c-background-betslip);
    line-height: 22px;
    color: var(--c-text-primary);
}
body .ui-dialog.betslip-check-view table.betslip-html > tbody > tr:last-child > td,
.booking-notifications-wrapper .inline-betslip table.betslip-html > tbody > tr:last-child > td{
    padding: 10px;
}
body .ui-dialog.betslip-check-view table.bets tr td:last-child,
.booking-notifications-wrapper .inline-betslip table.bets tr td:last-child{
    text-align: right
}
body .ui-dialog.betslip-check-view table.bets .amount,
.booking-notifications-wrapper .inline-betslip table.bets .amoun{
    font-weight: bold
}
.selection-lost {
    background-color: red;
    color:white
}
.selection-won {
    background-color: var(--c-background-betslip-betting-header);
    color:white
}
body .ui-dialog.betslip-check-view table tr.selection.selection-lost td,
body .ui-dialog.betslip-check-view table tr.selection.selection-won td{
    color:white
}
.betslip-html{
        background-color: var(--c-background-betslip)
}
.betslip-html .head{
    background-color: var(--c-background-betslip-betting-header);
}
 .betslip-html .head td{
    padding: 0 10px
}
#root .betslip-html tr.match td{
    padding: 0 10px
}
.button-cashout-betslip,
 .button-load-to-betslip{
    display: flex;
    /*margin: 20px auto;*/
    margin-bottom: 20px;
    background-color: var(--c-background-betslip-betting-header);
    color: var(--c-text-header);
    padding: 10px;
    border-radius: var(--r-border-radius-medium);
    font-size: 16px
}

.mobile .booking-notifications-wrapper > div:not(:empty) {
    position:fixed;
    width:100%;
    height:calc(100vh - 108px);
    bottom:54px;
    left:0px;
    overflow:auto;
     background-color: var(--c-background-betslip);
    
}
.mobile .booking-notifications-overlay{
 z-index: 11
}
.mobile .booking-notifications-wrapper .betslip-notifications.success {
    background-color: unset
} 

.betslip-view-page{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-background-body);
    padding: 5% 10%;
    color: var(--c-background-input);
    height: 100vh;
}
.betslip-check-view .betslip-view-page {
    color: #f00;
    height: auto;
}
.betslip-view-page .inline-betslip{
    overflow-y: scroll;
}
.betslip-view-page .betslip-html{
    width: 100%;
    height: 100%;
}
.betslip-view-page .betslip-html .head{
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}
.betslip-view-page .betslip-html td.match .match {
    text-transform: uppercase;
    font-weight: bold
}
.betslip-view-page .betslip-html td.match .match .translate{
    text-transform: capitalize;
    font-weight: normal
}
.betslip-view-page .betslip-html td.match .match .date{
    text-transform: lowercase;
    font-weight: normal
}

.betslip-view-page .betslip-html .selection td{
    padding: 5px
}

.betslip-view-page .betslip-html  .head-bets{
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}
.betslip-view-page .betslip-html .slip-bottom{
    padding: 10px
}
.betslip-view-page .betslip-html .slip-bottom .bets{
    width: 100%
}
 .betslip-view-page .betslip-html .slip-bottom table.bets tr td:last-child,
 .betslip-view-page .betslip-html .slip-bottom table.bets tr td:last-child {
    text-align: right
}

.button-navigate-away{
    display: flex;
    margin: 20px auto;
    background-color: transparent
}
.button-navigate-away .button-label{
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-background-betslip-betting-header);
    padding: 10px 20px;
    border-radius: 8px;
    color: var(--c-text-input-header);
    font-size: 16px;
    
}
 .betslip-view-page .betslip-view-message{
    text-align: center;
    color: var(--c-background-bet-button);
    padding-bottom: 30px;
}
.mobile .betslip-view-page{
    padding: 5% 0;
    margin: 0 auto;
    min-height: 100vh;
    height: auto;
    overflow: auto
}

.mobile .betslip-view-page .betslip-view-html{
    display: flex;
    flex-direction: column
}
.mobile .betslip-view-page .button-load-to-betslip{
    order: -1
}




/************************************
              Bet Builder
************************************/



.bet-builder .main-coupon-v1 .events-item-wrapper:last-child{
    margin-bottom: 10px
}
.bet-builder .tournament-favorite{
    display: none
}
.has-bet-builder{
    /*display: flex;*/
    align-items: center;
    order: 1;
    margin-left: auto;   
}
.has-bet-builder:after{
    content: "";
    background-image: url("/v1.213/r/images/site/icons/betbuilder-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px
}
/************************************
            Home Carousel
************************************/
#root .home-carousel button {
    position: absolute;
    height: 154px;
    width: 50px;
    left: 0px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: opacity 0.1s ease-in;
    z-index: 10;
    border: unset
}
#root .home-carousel button.next {
    right: 0;
    left: unset;
    
}
.home-carousel button.previous .icon {
    width: 10px;
    height: 10px;
    background-image: url(/v1.213/r/images/megabet/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    background-color: var(--c-background-header);
    padding: 18px;
    border-radius: 50px;
    background-size: 10px;
    box-shadow: -1px 5px 8px 2px rgb(0 0 0 / 18%);
}
.home-carousel button.next .icon {
    width: 10px;
    height: 10px;
    background-image: url(/v1.213/r/images/megabet/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--c-background-header);
    padding: 18px;
    border-radius: 50px;
    background-size: 10px;
    box-shadow: -1px 5px 8px 2px rgb(0 0 0 / 18%)
}


.home-carousel {
    position: relative;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 14%);
    border-radius: var(--r-border-radius-medium);
    overflow: hidden    
}
.home-carousel > app-widget-host {
    scroll-behavior: smooth;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    scrollbar-width: none
}
.home-carousel > app-widget-host::-webkit-scrollbar{
   /* display: none */
}
.home-carousel .carousel-banners{
    display: flex;
    align-items: center;
    background-color: var(--c-white-e);
    padding: 0 17px;
    min-width: 258px
}
.home-carousel .carousel-banners img{
    border-radius: var(--r-md);
    max-width: 100%
}
.home-carousel .sports-coupon {
    margin: 0
}

.home-carousel .sports-coupon .events-sport-wrapper .events-sport-header,
.home-carousel .sports-coupon .tournament-header-wrapper{
    display: none
}

.home-carousel .sports-coupon .events-tournament-wrapper{
    display: flex;
    /*background-color: var(--c-background-sidebar-menu)*/
}
.desktop .home-carousel .sports-coupon .events-tournament-wrapper {
    background-color: var(--c-background-body);
    gap: .5rem;
}

.home-carousel .sports-coupon .events-item-wrapper{
    min-height: 170px;
    width: 300px;
    padding: 5px 16px 0 16px;
    /*border-right: 1px solid var(--c-background-betslip-betting-header);*/
    border-bottom: 0;
    flex-wrap: wrap;
   /* background-image: url();*/
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 4px;
}

.home-carousel .sports-coupon .events-item-wrapper:last-child{
    border-right: 0
}
.home-carousel .sports-coupon .events-item-wrapper:hover{
    background-color: var(--c-white-e)
}
.home-carousel .sports-coupon .events-item-wrapper > .item-info-wrapper{
    flex: 0 0 100%;
    width: 100%;
    position: relative;
    display: block
}
.home-carousel .sports-coupon .match-info{
    flex-wrap: wrap;
    display: flex
}
.home-carousel .sports-coupon .match-info .match-schedule{
    width: auto;
    flex: 1 1 100%;
    display: flex;
    flex-direction: row-reverse;
    order: 2;
    justify-content: center;    
    color: var(--c-text-title);
    margin: 0 auto;
    z-index: 1;
    padding-top: 15px
}
.home-carousel .sports-coupon .match-info .match-schedule > div{
    margin-right: 4px;
    font-size: 15px
}
.home-carousel .sports-coupon .match-info .match-schedule .match-code{
    display: none
}
.home-carousel .sports-coupon .match-info .match-schedule .match-total-markets{
    position: absolute;
    right: -48px;
    top: -26px;
    background-color: var(--c-background-betslip-betting-header);
    margin: 0;
    padding: 30px 30px 10px 30px;
    transform: rotate(45deg);
    color: var(--c-background-primary);
    font-size: 13px
}
.sports-coupon .match-info .match-schedule > .match-live{
    display: flex;
    color: var(--c-primary);
    font-weight: 600;
    font-size: 11px;
    margin-right: 4px;
    text-transform: uppercase
}
.home-carousel .sports-coupon .match-info .match-schedule .match-progress{
    display: flex;
    white-space: nowrap;
    font-size: 11px;
    color: var(--c-white);
    text-transform: uppercase
}
.home-carousel .sports-coupon .match-info .match-schedule .match-progress .match-minute{
    margin-right: 4px
}
.home-carousel .sports-coupon .match-info .match-schedule .match-progress .match-minute::after{
    content: "/";
    padding-left: 4px
}
.home-carousel .sports-coupon .match-teams{
    flex: 1 1 100%;
    order: 3;
    margin: 28px 0 12px 0;
    flex-direction: row;
    display: flex;
    justify-content: center;
    height: 35px;
    align-items: center;
    color: var(--c-text-input);
    /* background: linear-gradient( 90deg, var(--c-emphasis) 0%, var(--c-background-betslip-title) 27%, var(--c-background-betslip-title) 50%, var(--c-background-betslip-title) 73%, var(--c-emphasis) 100%); */
    background: linear-gradient( 90deg, var(--c-background-betslip-title) 0%, var(--c-background-betslip-title) 23%, var(--c-emphasis) 50%, var(--c-background-betslip-title) 73%, var(--c-background-betslip-title) 100%);
    border-radius: var(--r-border-radius-medium);
}
.home-carousel .sports-coupon .match-teams > div{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(50% - 15px);
    text-align: center;
}
.home-carousel .sports-coupon .match-teams .match-home-team{
    padding-right: 5px
}
.home-carousel .sports-coupon .match-teams .match-team-separator{
    display: flex;
    width: auto;
    color: var(--c-background-odds-active);
}
.home-carousel .sports-coupon .match-teams .match-away-team{    
    padding-left: 5px;
}

.home-carousel .sports-coupon .match-type{
    display: flex;
    height: 100%;
    align-items: center;
    order: 1;
    flex: 1 1 100%;
    font-size: 11px;
    color: var(--c-text-title)
}
.home-carousel .sports-coupon .match-type > div{
    margin-right: 5px;
    white-space: nowrap
}
.home-carousel .sports-coupon .match-type .match-sport{
    display: none
}
.home-carousel .sports-coupon .match-type .match-sport-icon{
    background-image: url(/v1.213/r/icons/sports-flat/si_football.svg);
    display: flex;
    width: 85px;
    height: 85px;
    background-repeat: no-repeat;
    position: absolute;
    right: -35px;
    top: 0%;
    background-size: cover;
    opacity: .1;
    filter: invert(1)
}
.home-carousel .sports-coupon .match-type .match-category::after{
    content: "/";
    padding-left: 5px
}
.home-carousel .sports-coupon .match-type .match-tournament{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px
}
.home-carousel .sports-coupon .match-type .events-category-flag{
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
body .home-carousel .sports-coupon .events-sport-wrapper .events-item-wrapper .item-info-wrapper > .match-live-info{
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3px;
    color: var(--c-white);
    font-size: 14px;
    font-weight: 600
}
.home-carousel .sports-coupon .match-live-info > div{
    display: none
}
.home-carousel .sports-coupon .match-live-info .match-score-server-set-wrapper{
    display: flex
}
.home-carousel .sports-coupon .match-live-info .match-score-server-set-wrapper > div{
    display: none
}
.home-carousel .sports-coupon .match-live-info .match-score-server-set-wrapper .match-score{
    display: flex   
}
.home-carousel .sports-coupon .match-live-info .match-score-server-set-wrapper .match-score > div{
    height: 21px
}
.home-carousel .sports-coupon .match-live-info .match-score-server-set-wrapper .match-score .match-score-separator{
    padding: 0 3px
}
.home-carousel .sports-coupon .events-item-wrapper > .match-links{
    display: none
}
.home-carousel .sports-coupon .events-item-wrapper > .match-markets-wrapper{
    flex: 1 1 100%;
    width: 100%
}
.home-carousel .sports-coupon .match-market{   
    display: none
}
.home-carousel .sports-coupon .match-market:first-child {
    display: flex;
    width: 100%;
    margin: 0
}
.home-carousel .sports-coupon .match-market-wrapper {
    display: flex
}
.home-carousel .sports-coupon .match-market-wrapper .match-odd {
    flex: 1;
    border-radius: var(--r-border-radius-medium);
    height: 35px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    margin: 0 2px;
    display: flex;
    min-width: 52px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: var(--c-text-odds);
    background-color: var(--c-background-odds);
}
.home-carousel .sports-coupon .markets-placeholder-wrapper,
.home-carousel .sports-coupon .match-market-wrapper{
    width: 100%
}
.home-carousel .sports-coupon .match-market-wrapper .match-odd .odds-selection-default{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
 }

.home-carousel .sports-coupon .match-market-wrapper .match-odd .odds-selection-default .odd{
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    width: 100%;
    color: var(--c-text-primary);
}
body .home-carousel .sports-coupon .match-market-wrapper .match-odd .odds-selection-default .mobile-outcome{
    display: flex;
    font-size: 13px;
    font-weight: 500;
    color: var(--c-text-b)
}
body .home-carousel .sports-coupon .match-market-wrapper .match-odd.odd-locked .odds-selection-default .mobile-outcome{
    display: none
}
.home-carousel .sports-coupon .match-market-wrapper .match-odd .odds-selection-default.odds-bet-slip-selected,
.home-carousel .sports-coupon .match-market-wrapper .match-odd .odds-selection-default.odds-selection-default:hover{
    background-color: var(--c-background-betslip-betting-header);
    color: var(--c-text-input-header);
}
.home-carousel .sports-coupon .match-market-wrapper .match-odd .odds-selection-default.odds-selection-default:hover .odd,
.home-carousel .sports-coupon .match-market-wrapper .match-odd .odds-selection-default.odds-bet-slip-selected .odd{
    color: var(--c-text-odds-active);
}
.mobile .home-carousel{
    box-shadow: unset;
    border-radius: 0;
    overflow: auto;
}
.mobile .home-carousel > app-widget-host::-webkit-scrollbar{
    display: none
}
.mobile .home-carousel .sports-coupon .events-tournament-wrapper{
     background-color: var(--c-background-body)
}
.mobile .home-carousel .sports-coupon .events-item-wrapper{
    margin: 5px;
    padding-bottom: 10px;
    background-color: var(--c-background-sidebar-menu);
    border-radius: var(--r-border-radius-big);
    border-right: 0;
    min-height: 125px
}
.mobile .home-carousel .sports-coupon .match-teams{
        margin: 9px 0 9px 0;
        height: 28px
}
.mobile .home-carousel .sports-coupon .match-info .match-schedule{
    margin-top: 3px
}


#root .match-markets .match-market-template  .template-row-wrapper .market-template-row,
#root .match-markets .match-market-template  .template-rows-wrapper,
#root .match-markets .match-market-template  .template-row-wrapper{
    display:flex;
    flex-direction:row;
    width:100%;
}
#root .match-markets .cls-tpl-handicap .match-market-template .match-market-has-special .special-value{
    display:none;
}
#root .match-markets .match-market-template .template-rows-wrapper .item-cell:not(.empty-cell){
    width:100%;
}
#root .match-markets .match-market-template .template-row-wrapper .selection-opt-label{
    color: var(--c-text-primary);
    font-size:11px;
    max-width:80%;
}
#root .match-markets .match-market-template .template-row-wrapper .odds-selection-default {
    flex-wrap:nowrap;
    width:100%;
    padding:0 15px;
}
#root .match-markets .match-market-template .template-row-wrapper .odds-bet-slip-selected .selection-opt-label {
    color:var(--c-background)
}
#root .match-markets .match-market-template .template-row-wrapper .match-odd{
    padding:0px;
}

/* Missing icons */

.field-hockey {
    background-image: url(/v1.213/r/images/soccabet/icons/fieldhockey.png);
}
.bowls {
    background-image: url(/v1.213/r/images/soccabet/icons/bowls.png);
}
.badminton {
    background-image: url(/v1.213/r/images/soccabet/icons/badminton.png);
    background-size: contain;
}
.international,
.international-youth,
.international-clubs {
    background-image: url(/v1.213/r/images/soccabet/icons/international.png);
    background-size: contain;
}
.sweden-amateur {
    background-image: url(/assets/themes/betomall/images/icons/flags/sweden.svg);
    background-size: contain;
}

/* contact page icons */

.contact-options .merge-box {
    width: auto;
}
.contact-options .merge-box a {
    white-space: nowrap;
}
.desktop .internal-content .phone-number,
.desktop .content-body .phone-number {
    pointer-events: none;
}
.contact-options .merge-box p {
    align-items: center;
    display: flex;
}
.contact .content-body p {
    align-items: center;
    display: flex;
}
.contact .content-body p strong {
    margin-left: .25rem;
}
.telegram::before, .skype::before, .whatsapp::before {
    background: transparent var(--social-icon) center center / contain no-repeat;
    content: '';
    display: inline-block;
    height: 24px;
    margin-right: .5rem;
    width: 24px;
}
.telegram {
    --social-icon: url(/v1.213/r/images/soccabet/icons/telegram-logo-2.png);
}
.skype {
    --social-icon: url(/v1.213/r/images/soccabet/icons/skype-logo.png);
}
.whatsapp {
    --social-icon: url(/v1.213/r/images/soccabet/icons/whatsup-logo.png);
}

/* loading bar */

#root .loading-bar-fixed * {
    background-color: yellow;
}

/* account statement fix */

#root .statement-content td[data-column="Comments"] > div {
    margin-right: 0;
    max-width: 140px;
}

/* Load to betslip fix */

body .app-body .betslip-view-page .betslip-view-html {
    /*display: grid;*/
    column-gap: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.betslip-view-html .button-cashout-betslip,
.betslip-view-html .button-load-to-betslip {
    justify-content: center;
    order: -1;
    margin-top: 0;
    min-width: 140px;
}
/*
Bet builder toggle styles
*/

#root .match-page .betbuilder-toggle{
    display: flex;
    align-items: center;
    /* margin-top: -55px; */
    margin-right: 12px;
    margin-left: 8px;
    z-index: 1;
    width: 165px;
    height: 35px;
    border:1px solid var(--c-background-primary);
    padding:0px 8px;
    border-radius:20px;
    background: var(--c-background-primary);
}
#root .mobile .match-page .betbuilder-toggle {
    margin: 4px 0;
    width: 100%;
}
#root .match-page .betbuilder-toggle.empty{
    display: none
}
#root .match-page .betbuilder-toggle .slider{
    padding: 3px;
    border-radius: 25px;
    width: 48px;
    height: 24px;
    transition: all .5s;
    border: solid 1px transparent;
    position: relative;
}

#root .match-page .betbuilder-toggle .toggle-switch input:checked + .slider{
     
   
    /*background-color:var(--c-background-header)*/
    background-color: var(--c-emphasis);
}
#root .match-page .betbuilder-toggle .toggle-switch .slider:before{
    content: "";
    width: 16px;
    height: 16px;
    display: flex;
    border-radius: 50%;
    margin-right: 5px;
    transition: all .5s;
    position: unset;
    margin-left: 1px
}
#root .match-page .betbuilder-toggle .toggle-switch input:checked + .slider:before{
    transform: translateX(24px);
}
#root .match-page .betbuilder-toggle .toggle-switch-text{
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
}
#root .match-page .betbuilder-toggle .toggle-switch {
    display:flex;
    align-items:center;
}
#root .live-match-page .match-page .betbuilder-toggle{
    background: var(--c-primary-c);
}
#root .live-match-page .match-page .betbuilder-toggle .toggle-switch-text{
    color: var(--c-white);
}
.match-page > app-widget-host {
    flex-direction: row;
    flex-wrap: wrap;
}
.beto-match-header {
    width:100%;
}
.match-market-search {
    width:100%;
}
.match-market-group {
    flex: 1 1 calc(100% - 190px);
    /* width: 100%; */
}

app-sports-match-markets {
    width: 100%;
    position: relative;
}

/* Live Match Page scores */

.desktop .live-page .match-score-server-set-wrapper {
    display: flex;
    /*gap: 3px;*/
    height: 42px;
}
.desktop .live-page .match-sport-rugby .match-score-server-set-wrapper,
.desktop .live-page .match-sport-aussie-rules .match-score-server-set-wrapper,
.desktop .live-page .match-sport-beach-volley .match-score-server-set-wrapper,
.desktop .live-page .match-sport-snooker .match-score-server-set-wrapper {
    gap: 3px;
}
.live-page .main-coupon-v1 .match-sport-tennis .match-live-info .match-score-server-set-wrapper .match-score {
    height: 42px;
}
.desktop .live-page .match-score-server-set-wrapper .match-score,
.desktop .live-page .match-score-server-set-wrapper .set-score {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    text-align: center;
}
.desktop .live-page .match-score-server-set-wrapper .match-set-scores,
.desktop .live-page .match-score-server-set-wrapper .match-set-scores-wrapper {
    display: flex;
}
.desktop .live-page .game-score-home,
.desktop .live-page .match-score-server-set-wrapper .set-score-home {
    margin-bottom: 5px;
}
.desktop .live-page .match-game-score {
    background-color: var(--c-background-odds);
}

/* Bet authorisation */

app-betslip-authorisations {
    /*background-color: var(--c-background-odds);*/
    /*border-radius: 50px;*/
    position: relative;
    z-index: 2000;
}
.mobile app-betslip-auth-response {
    background-color: lightgray;
    /*padding: 1rem;*/
}
.mobile app-betslip-auth-response .auth-response-container {
    padding: 1rem;
}
.mobile .quickbetslip app-betslip-auth-response {
    width: 100%;
}
.mobile app-betslip-auth-response .auth-response-container:empty {
    display: none;
}
.mobile app-betslip-auth-response app-window-tabs {
    display: none;
}
.mobile app-betslip-authorisations {
    display: flex;
}
.auth-message.wait-auth {
    text-align: center;
}
.mobile .authorisation-wait {
    background-color: lightgray;
    border-radius: 20px;
}
.mobile .auth-response-container .authorisation-pending {
    color: white;
}
.mobile .authorisation-wait .auth-response-container:not(:empty) {
    padding: 1.5rem;
}
.mobile .authorisation-declined {
    color: var(--c-background-betslip-betting-header);
    text-align: center;
}

/* bet error */

.bet-error .error-description.multiline-error {
    padding: .5rem;
    text-align: center;
}

/* single styline */

app-betslip-single {
    margin: 15px 15px 0 15px;
}
.single-container .single-header {
    display: none;
}
.single-container .single-wrapper {
    align-items: flex-end;
    display: flex;
    gap: .5rem;
    /*padding-inline: 10px;*/
}
.single-container .single-wrapper .input-amount {
    background-color: var(--c-background-betslip);
    border-radius: 4px;
    border: 1px solid var(--c-background-betslip-title);
    color: var(--c-text-title);
    font-size: 20px;
    height: 30px;
    text-align: right;
    width: 100px;
}
.single-container .single-stake-input .numeric-input-wrapper {
    align-items: center;
    display: flex;
    gap: .25rem;
}
.single-container .single-stake-input .currency-symbol {
    order: 1;
}
.single-container .single-type {
    margin-right: auto;
}
.single-container .single-odds,
.single-container .single-lines,
.single-container .single-type {
    align-self: stretch;
    display: flex;
}
.multiple-container .multiple-type-wrapper,
.single-container .single-odds-wrapper,
.single-container .single-lines-wrapper,
.single-container .single-type  .value-block-wrapper.single-type-wrapper {
    display: flex;
    flex-direction: column;
}
.single-container .single-odds-wrapper .block-value,
.single-container .single-lines-wrapper .block-value,
.single-container .single-type .single-type-wrapper .block-value {
    align-items: center;
    display: flex;
    flex: 1;
}
.single-container .single-odds-wrapper {
    color: var(--c-text-schedule-active);
}
.single-container .single-odds-wrapper > div::before {
    content: '@';
}
.systems-container .system-header {
    display: none;
}
.betslip .amount-input .stake:not(.multiple-stake) > span:first-child {
    margin-left: 24px;
}
.betslip .amount-input .stake.multiple-stake > span:first-child {
    margin-left: 32px;
}

/* Homepage filters */

.coupon-filters-wrapper > app-widget-host {
    align-items: flex-start;
    flex-direction: row;
    gap: 8px;
    justify-content: space-between;
    padding-bottom: 8px;
}
.coupon-filters-wrapper .dates-filter {
    align-items: center;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
}
.coupon-filters-wrapper .dates-filter li:nth-child(1) > span,
.coupon-filters-wrapper .dates-filter li:nth-child(2) > span {
    font-size: 0;
}
.coupon-filters-wrapper .dates-filter li:nth-child(1) > span::before {
    content: 'Today';
    font-size: 11px;
}
.coupon-filters-wrapper .dates-filter li:nth-child(2) > span::before {
    content: 'Tomorrow';
    font-size: 11px;
}
.coupon-filters-wrapper .sports-group-by {
    align-items: center;
    display: flex;
}
.coupon-filters-wrapper app-dates-filter-coupon {
    flex: 1;
    overflow: hidden;
}
.coupon-filters-wrapper > app-widget-host ul {
    background: transparent;
    gap: 8px;
}
.coupon-filters-wrapper > app-widget-host li {
    padding: 0;
}
.coupon-filters-wrapper > app-widget-host li:hover {
    background: unset;
    color: unset;
}
.coupon-filters-wrapper > app-widget-host li > * {
    background-color: var(--c-background-primary);
    border-radius: var(--r-border-radius-medium);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    color: var(--c-text-primary);
    cursor: pointer;
    display: flex;
    font-weight: bold;
    font-size: 11px;
    padding: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.coupon-filters-wrapper .dates-filter li:nth-child(1) > span {
    background-color: var(--c-background-header);
    color: #ffffff;
}
.coupon-filters-wrapper > app-widget-host li:hover > * {
    filter: brightness(0.8);
}
.coupon-filters-wrapper app-league-time-filter {
    position: relative;
}
.coupon-filters-wrapper app-league-time-filter li.sortBySelected a {
    background-color: var(--c-background-header);
    color: #ffffff;
}
.coupon-filters-wrapper app-league-time-filter::before {
    content: 'Sort by:';
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    top: -2rem;
}
.main-coupon-v1 .timerange-title {
    display: none;
}
.main-coupon-v1 .events-sport-wrapper .events-sport-header {
    margin-bottom: 15px;
}

.casino-container .games .game {
    flex: 0 0 calc(20% - 10px);
}

/* Crash Games */

.view-page-games-crash .casino-page .casino-game {
    height: 17vw;
}
.mobile.view-page-games-crash:not(.landscape) .casino-page .casino-game {
    height: 30vw;
}
.view-page-games-crash .casino-page .casino-game:not([class*="fake"]) .game-name {
    display: none;
}
.view-page-games-crash .casino-container .games .game {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.view-page-games-crash .casino-container .games .game:nth-child(1) {
    background-image: url(/v1.314/r/images/soccabet/games/dice.png);
}
.view-page-games-crash .casino-container .games .game:nth-child(2) {
    background-image: url(/v1.314/r/images/soccabet/games/goal.png);
}
.view-page-games-crash .casino-container .games .game:nth-child(3) {
    background-image: url(/v1.314/r/images/soccabet/games/hilo.png);
}
.view-page-games-crash .casino-container .games .game:nth-child(4) {
    background-image: url(/v1.314/r/images/soccabet/games/mines.png);
}
.view-page-games-crash .casino-container .games .game:nth-child(5) {
    background-image: url(/v1.314/r/images/soccabet/games/plinko.png);
}
.view-page-games-crash .casino-container .games .game:nth-child(6) {
    background-image: url(/v1.314/r/images/soccabet/games/keno.png);
}
.view-page-games-crash .casino-container .games .game:nth-child(7) {
    background-image: url(/v1.314/r/images/soccabet/games/mini-roulette.png);
}

.desktop .show-all-events  {
    cursor: pointer;
    margin: 0 auto;
}
.desktop .show-all-events > div {
    background-color: var(--c-background-header);
    border-radius: var(--r-border-radius-big);
    color: #ffffff;
    padding: 1rem 2rem;
}
.desktop .homepage .match-tracker,
.desktop .homepage .match-preview {
    display: none;
}