/************************************
              Betslip
************************************/
.betslip .betslip-wrapper {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    background-color: var(--c-background-b);
    border-radius: var(--r-border-radius-big);
    box-shadow: 1px 1px 5px rgb(0,0,0, .1)
}

.betslip .betslip-title {    
    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)
   
}

.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("/v2.238/r/images/wazza/icons/bin-666666.svg");
    background-size: cover;
    height: 24px;
    width: 24px
}
.theme-dark .betslip .betslip-clear-wrapper .clear-betslip-button{
    background-image: url("/v2.238/r/images/wazza/icons/bin-FFFFFF.svg");
}
.betslip .betslip-title .betslip-counter {
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 5px
}

.betslip .betslip-empty-message {
    margin: 50px auto;
    color: var(--c-primary);
    text-align: center
}

.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, .betslip .betslip-bets-container > app-betslip-systems {
    order: 3;
    color: var(--c-text-primary);
    font-size: 14px;
    padding: 20px 20px 10px;
    background-color: var(--c-background-betslip-title)     
}

.betslip .betslip-bets-container > app-betslip-footer {
    order: 4
}

.betslip .betslip-tabs {   
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--c-primary);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--c-emphasis-c)
}


.betslip .betslip-tabs .betslip-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    font-weight: bold
}
.betslip .betslip-tabs .betslip-tab.tab-disabled{
    opacity: .7
}
.betslip .betslip-tabs .betslip-tab.tab-selected {
    background-color: var(--c-emphasis-c);
    border-radius: var(--r-border-radius-medium);
    color: var(--c-white)
}

.betslip .betslip-bets-container .value-block-wrapper.multiple-lines-wrapper {
    margin: 0 5px
}

.betslip .betslip-events-wrapper {   
    position: relative
}


.betslip .betslip-events-wrapper .bet-container:not(.not-combined) {    
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap; 
        border-radius: 15px;
  /*  flex-direction: column; */
}
.betslip .tab-events  app-betslip-event > .bet-container.bet-builder-on{
    padding-top: 25px
}
.betslip .tab-events  app-betslip-event > .bet-container.bet-builder-on .bet-match-combine-warning{
    position: absolute;
    top: 0;
    width: 100%;
    left: 15px;
}
.betslip .betslip-events-wrapper app-betslip-match > .bet-container.bet-builder-on{
    box-shadow: 0 5px 8px rgba(8, 14, 22, 0.24);
    padding-bottom: 2px;
    margin-top: 12px;
    border-radius: 15px;
    display: block;
    position: relative;
    width: 100%
}
.betslip .betslip-events-wrapper app-betslip-match > .bet-container.bet-builder-on:before{
    content: "Bet builder";
    font-weight: bold
}https://admin.wazaa.cd/admin/cms/themes
.betslip .betslip-events-wrapper app-betslip-match > .bet-container.bet-builder-on .bet-details-odds{
    padding: 8px 0
}


.betslip .betslip-events-wrapper app-betslip-match > .bet-container.bet-builder-on app-betslip-event{
    position: relative;
    display: none
}
.betslip .betslip-events-wrapper app-betslip-match > .bet-container.is-combined.bet-builder-on app-betslip-event{
    display: block
}
.betslip .betslip-events-wrapper app-betslip-match > .bet-container.bet-builder-on app-betslip-event:before{
    content: "";
    border-top: 3px solid var(--c-emphasis-c);
    position: absolute;
    left: -6px;
    width: 15px;
    top: 50%;
    border-left: 3px solid var(--c-emphasis-c);
    height: 100%;
}

.betslip .betslip-events-wrapper app-betslip-match > .bet-container.bet-builder-on app-betslip-event:has(app-num-pad):before{
        top: calc(0px + 63px);
}
.betslip .betslip-events-wrapper app-betslip-match > .bet-container.bet-builder-on app-betslip-event:last-child:before{
    border-left: 3px solid red;
    height: 0;
}

.betslip .betslip-events-wrapper app-betslip-match > .bet-container.not-combinable{
    padding: 0
}
.betslip .betslip-events-wrapper app-betslip-match > .bet-container.not-combinable:before{
    content: "Some selections cannot be combined.";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4px;
    background-color: var(--c-background);
    border-radius: var(--r-border-radius-big);
    margin-top: 8px;
    font-size: 11px;
    font-weight: bold
}
.betslip .betslip-events-wrapper .bet-container {
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    gap: 8px
}

.betslip .betslip-events-wrapper .bet-container.match-suspended {
    background-color: var(--c-shade)
}
.betslip .betslip-events-wrapper .bet-match-info {   
    font-weight: bold;
    max-width: 100%
}
.betslip-events-wrapper .bet-match-info .bet-event{
    display: flex;
    flex-direction: column;
    font-weight: normal;
    font-size: 12px;    
    gap: 2px;
    cursor: pointer
}
.betslip-events-wrapper .bet-match-info .bet-event span{
    padding: 1px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}
.betslip-events-wrapper .bet-match-info .bet-event .match-versus{
    display: none
}
.betslip .betslip-events-wrapper .bet-live-selection {
    display: flex;    
    align-items: center;
    font-size: 12px;
    gap: 5px
}

.betslip .betslip-events-wrapper .bet-live-selection .live-label {
    display: none
}
.betslip-events-wrapper .live-separator{
    display: none
}
.betslip .betslip-events-wrapper .bet-live-selection .live-progress{
    font-weight: bold;
    color: var(--c-emphasis-c)
}
.betslip-events-wrapper .live-score{
    display: flex;
    flex-direction: column;
    order: -1;
    gap: 2px
}
.betslip-events-wrapper .live-score > span{
    font-weight: bold;
    background-color: var(--c-shade);
    border-radius: var(--r-border-radius-small);
    padding: 1px
}
.betslip-events-wrapper .live-score .score-separator{
    display: none
}

.betslip .betslip-events-wrapper .bet-live-selection .suspended-label {
   display: none
}


.bet-actions .bet-odds-inline{
    margin-right: 10px
}

.bet-actions .bet-odds-inline .bet-old-odds {
    display: none
}

.betslip .betslip-events-wrapper app-betslip-event {
    box-shadow: 0 5px 8px var(--s-grey-25);
    padding-bottom: 2px;
    margin-top: 12px;
    border-radius: 15px;
    display: block;
    position: relative;    
    width: 100%;
}
.betslip .betslip-events-wrapper .bet-container.bet-builder-on app-betslip-event {
    box-shadow: none;
    margin-top: 0
}
.betslip .betslip-events-wrapper .bet-details-odds {
    max-width:100%;
    padding-right: 10px;
    width: 100%
}
.betslip .betslip-events-wrapper app-betslip-match > .bet-container.bet-builder-on .bet-details-odds {
    padding: 8px 0
}
.betslip .betslip-events-wrapper .live-match .bet-details-odds{
    max-width: calc(100% - 60px)
}

.betslip .betslip-events-wrapper .bet-details-odds app-bet-event-actions {
    margin-left: auto
}
.betslip-events-wrapper .bet-match-tournament-info{
    display: none
}

.betslip .betslip-events-wrapper .bet-details-odds .banker {
    background-color: var(--c-background);
    color: var(--c-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-b)
}

.betslip .betslip-events-wrapper .betslip-match-content {
    display: flex;
    justify-content: space-between;   
    flex-wrap: wrap;
    width: 100%
}
.betslip .betslip-events-wrapper .outright-bet{
    flex-direction: column;
    box-shadow: 0 5px 8px rgba(8, 14, 22, 0.24);
    padding-bottom: 2px;  
    margin-top: 12px;  
    border-radius: 15px;
    display: flex;
    position: relative;    
    width: 100%;
}
.betslip .betslip-events-wrapper .outright-bet .betslip-match-content{
    width: calc(100% - 140px);
    max-width: 300px;
    padding-top: 10px
}
.betslip .betslip-events-wrapper .market-suspended .betslip-match-content:before{
    content: "Market suspended";
    flex: 1 1 100%;
     background-color: var(--c-emphasis-c);
    color: var(--c-white);
    text-align: center;
    border-radius: 15px;
    font-weight: bold;
    margin: 0 30px 10px 0
}
.betslip .betslip-events-wrapper .match-suspended .betslip-match-content:before,
.betslip .betslip-events-wrapper .market-suspended.market-suspended .betslip-match-content:before{
    content: " Match suspended";
    flex: 1 1 100%;
    background-color: var(--c-emphasis-c);
    color: var(--c-white);
    text-align: center;
    border-radius: 15px;
    font-weight: bold;
    margin: 0 30px 10px 0
    
}

.betslip .betslip-events-wrapper .betslip-match-content .bet-actions {
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
}
.betslip .betslip-events-wrapper .betslip-match-content .bet-actions .bet-match-details{
    flex: 1
}
.betslip .betslip-events-wrapper .betslip-match-content .bet-actions app-changed-odds{
    display: flex;    
    margin: 0 10px;
    order: 3
}
.betslip .betslip-events-wrapper .bet-container .bet-actions > app-bet-event-actions {
    order: 2;
    display: flex;
    gap: 5px
}
.betslip .betslip-events-wrapper .bet-container .bet-actions app-banker-selection{
    display: none
}
.betslip .betslip-events-wrapper app-group-selection{
    display: none
}
.betslip .betslip-events-wrapper .bet-container .bet-actions > app-bet-event-actions app-group-selection button,
.betslip .betslip-events-wrapper .bet-container .bet-actions > app-bet-event-actions app-banker-selection button{
    border: 1px solid var(--c-text-primary);
    border-radius: var(--r-border-radius-small);
    font-size: 13px;
    font-weight: bold
}
.betslip .betslip-events-wrapper .bet-container .bet-actions > app-bet-event-actions app-banker-selection button.selected{
       background-color: var(--c-emphasis-c);
    color: var(--c-white);
}
.betslip-events-wrapper .betslip-match-content .bet-match-selection{
    display: flex;
    flex-direction: column
}
.betslip-events-wrapper .betslip-match-content .bet-match-selection .bms-name{
    color: var(--c-emphasis-c)
}
.betslip-events-wrapper .betslip-match-content .bet-match-selection .bms-label{
    order: -1;
    font-weight: bold;
    max-width: 200px
}
.betslip-events-wrapper .betslip-match-content .bet-match-selection span:nth-child(2){
    display: none
}
#root .bet-container:not(.outright-bet) .bet-actions .bet-match-selection span:nth-child(3) {
    display: none
}
.betslip .betslip-events-wrapper .bet-container.not-combined .bet-actions > app-bet-event-actions {
    bottom: 10px;
    right: -5px
}

.betslip .betslip-events-wrapper .betslip-match-content .bet-actions > app-bet-event-actions .bet-remove {
    background-image: url(/v2.238/r/images/wazza/icons/close-666666.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: transparent;
    position: absolute;
    top: 3px;
    right: 10px;
}
.theme-dark .betslip .betslip-events-wrapper .betslip-match-content .bet-actions > app-bet-event-actions .bet-remove {
    background-image: url(/v2.238/r/images/wazza/icons/close-FFFFFF.svg);
}
body .bet-odds-values .bet-old-odds{
    display: none
}

.betslip .betslip-events-wrapper .numeric-input-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

.betslip .betslip-events-wrapper .currency-symbol {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-55%);
    font-weight: bold;
}
.lang-en .betslip .betslip-events-wrapper .currency-symbol{
    left: 45px;
}
.betslip .betslip-events-wrapper .bet-stake-payout{
    position: absolute;
    bottom: 10px;
    right: 15px
}
.betslip .betslip-events-wrapper .bet-stake {
    margin: 0;
    position: relative;
}

.betslip .amount-input .stake:not(.multiple-stake) > span:first-child {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 13px
}

.betslip .betslip-events-wrapper .bet-stake input, 
.betslip .systems-container .system-stake-wrapper .amount-input input {
    width: 80px;
    text-align: right;
    padding: 3px;
    color: var(--c-primary)
}
.betslip .betslip-events-wrapper .bet-stake input{
    min-height: 37px;
    min-width: 160px;
    box-shadow: 2px 4px 10px 0px var(--s-grey-25);
    border: 2px solid var(--c-additional);
    border-radius: 10px;
    text-align: left;
    text-indent: 58px;
    font-size: 13px;
    font-weight: bold;
     background-color: var(--c-background);
    color: var(--c-primary)
}
.lang-en .betslip .betslip-events-wrapper .bet-stake input{
    text-indent: 68px
}

.betslip .betslip-events-wrapper .bet-actions .bet-odds-inline .bet-odds {
    margin-left: 0;
    margin-right: 20px;
    font-weight: bold;
    font-size: 14px;
}

#root .bet-odds-inline .bet-odds.up,
#root .bet-odds-inline .bet-odds.down {
    display: flex
}

.betslip .betslip-events-wrapper .bet-actions .bet-odds-inline .bet-odds:before {
    content: ""
}
#root .bet-odds-inline .bet-odds.down::before {
    content: "";
    background-image: url(/v2.238/r/images/wazza/icons/rrow-FF001C.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    display: block;
    height: 20px
    
}
#root .bet-odds-inline .bet-odds.up::before {
    content: "";    
    background-image: url(/v2.238/r/images/wazza/icons/arrow-71D358.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    display: block;
    height: 20px;
    transform: rotate(180deg)
}


.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%;
    justify-content: center;
}

.betslip .betslip-bets-container .multiple-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    gap: 8px
}

.betslip .betslip-bets-container .multiple-wrapper > app-value-block {
    align-items: stretch;
    display: flex;
    height: 100%;
}

.betslip .betslip-bets-container .multiple-wrapper .multiple-type {
    order: 1;
}

.betslip .betslip-bets-container .multiple-wrapper .multiple-lines {
    display: none
}

.betslip .betslip-bets-container .multiple-wrapper .multiple-odds {
    order: 2;
}

.betslip .betslip-bets-container .multiple-wrapper .amount-input {
    order: 4;
    position: relative;
    font-size: 13px
}

.betslip .betslip-bets-container .multiple-wrapper .multiple-payout {
    order: 5;
}

.betslip .betslip-bets-container .multiple-wrapper > app-value-block > .value-block-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px
}

.betslip .betslip-bets-container .multiple-wrapper > app-value-block > .value-block-wrapper > .block-value {
    align-items: center;
    display: flex;
    flex: 1;
    font-weight: bold
}

.betslip .betslip-bets-container .multiple-container .multiple-wrapper {
}

.betslip .betslip-bets-container .header-titles-container > span:not(.multiple-stake) {
    display: none
}

.betslip .betslip-bets-container .multiple-wrapper > .value-block:not(.amount-input):not(.multiple-lines) {
    white-space: nowrap
}

.betslip .betslip-bets-container .multiple-wrapper > app-value-block.multiple-type {
   display: none
}

.betslip .betslip-bets-container .header-titles-container > span.multiple-stake {
}

.betslip .betslip-bets-container .multiple-wrapper > .amount-input {
}

.betslip .betslip-bets-container .multiple-wrapper > .amount-input .stake > span:first-child {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse
}

.betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper input::placeholder, .betslip .betslip-events-wrapper .bet-stake input::placeholder, .betslip .systems-container .system-stake-wrapper .amount-input input::placeholder {
    color: var(--c-primary)
}

.betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper .currency-symbol {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}
.lang-en .betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper .currency-symbol {
    left: 45px
}

.betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper input{
    min-height: 37px;
    min-width: 140px;
        box-shadow: 2px 4px 10px 0px var(--s-grey-25);
    border: 2px solid var(--c-additional);
    border-radius: 10px;
    text-align: left;
    text-indent: 58px;
    font-size: 13px;
    font-weight: bold;
    color: var(--c-primary);
    background-color: var(--c-background)
}
.lang-en .betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper input{
    text-indent: 68px
}

.betslip app-betslip-footer .betslip-totals {
    display: flex;
    flex-direction: row;    
    gap: 10px;
    padding: 20px    
}
.betslip .tab-multiple app-betslip-footer .betslip-totals{
    
}

.betslip .betslip-totals .value-block {
    flex: 1 1 calc(50% - 10px);
}
.betslip .betslip-totals .value-block.total-stake{
    order: 1;
    display: flex;
    justify-content: center
}
.betslip .betslip-totals .value-block.total-lines{
    order: 2;
    display: flex;
    justify-content: center
}
.betslip .betslip-totals .value-block.total-payout{
    order: 3;
    flex: 1 1 100%
}
.betslip .betslip-totals button.place-bet {
     order: 4;
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}
.betslip .betslip-totals button.place-bet.place-bet-disabled{
    border-top: 2px solid var(--c-emphasis-c);
    border-bottom: 2px solid var(--c-emphasis-c);
    padding: 10px 0;
    color: var(--c-emphasis-c);
    gap: 5px
}
.betslip .betslip-totals button.place-bet.place-bet-disabled .place-disabled-icon{
    background-image: url(/v2.238/r/images/wazza/icons/warning-C9454E.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block
}
.betslip .betslip-totals button.place-bet.place-bet-disabled .place-bet-message{
    display: none
}
.betslip .betslip-totals button.place-bet .place-bet-message{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 34px;
    background-color: var(--c-green);
    color: var(--c-white);
    font-weight: bold;
    border-radius: var(--r-border-radius-medium)
}
.betslip .betslip-totals button.book-bet {
    order: 6;
    flex: 1 1 calc(50% - 10px);
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center
}
.betslip .betslip-totals button.book-bet{
    flex: 1 1 calc(33.333333% - 10px)
}
.betslip .betslip-totals button.book-bet .book-bet-message{
    color: var(--c-white);
    background-color: var(--c-emphasis-b);
    padding: 5px;
    border-radius: var(--r-border-radius-medium);
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.16);
    
}
.betslip .betslip-totals button.book-bet.book-bet-disabled .book-bet-message{
    
}



.betslip .betslip-totals .value-block.bet-error-placeholder{
   
}

.betslip .betslip-totals app-betslip-bonus-block{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid var(--c-emphasis-c);
    border-bottom: 2px solid var(--c-emphasis-c);
    padding: 10px 0
}
.betslip .betslip-totals app-betslip-bonus-block .bonus-wrapper{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 15px
}
.betslip .betslip-totals app-betslip-bonus-block .bonus-wrapper{

}
.betslip .betslip-totals app-betslip-bonus-block .bonus-wrapper > div{
    background-image: url(/v2.238/r/images/wazza/icons/information-666666.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    font-size: 0;
    cursor: pointer;
}
.theme-dark .betslip .betslip-totals app-betslip-bonus-block .bonus-wrapper > div{
    background-image: url(/v2.238/r/images/wazza/icons/information-FFFFFF.svg);

}

#root .betslip .betslip-totals app-betslip-bonus-block .label-value-container{
    margin: 0;
    height: auto;
    flex-direction: column;
    color: var(--c-primary)
}
#root .betslip .betslip-totals app-betslip-bonus-block .label-value-container > span.label{
    font-weight: normal;   
    justify-content: center;
}
#root .betslip .betslip-totals app-betslip-bonus-block .label-value-container > span.label{
    display: flex;
    align-items: center;
    gap: 5px
}
#root .betslip .betslip-totals app-betslip-bonus-block .label-value-container > span.label:after{
    content: "CDF 0.00";
    font-weight: bold
}
.betslip .betslip-totals app-betslip-bonus-block .element.value{
    min-width: auto
}
.betslip .betslip-totals app-betslip-bonus-block .element.value{

}
#root .betslip-container .betslip-totals progress,
.betslip-totals > app-betslip-bonus-block .bonus-wrapper progress {
    -webkit-appearance: none;
    height: 16px;
   
}


#root .betslip-container .betslip-totals  ::-webkit-progress-bar,
.betslip-totals > app-betslip-bonus-block .bonus-wrapper ::-webkit-progress-bar {
    background-color: transparent;
    border: 2px solid var(--c-emphasis-c);;
    border-radius: 20px;
    height: 16px;
}

#root .betslip-container .betslip-totals  ::-webkit-progress-value, 
.betslip-totals > app-betslip-bonus-block .bonus-wrapper ::-webkit-progress-value {
    background-color: var(--c-emphasis-c);;
    border-radius: 20px;
}

#root .betslip-container .betslip-totals  ::-moz-progress-bar, 
.betslip-totals > app-betslip-bonus-block .bonus-wrapper ::-moz-progress-bar {
    background-color: var(--c-emphasis-c);
    border-radius: 20px;
}
#root .betslip-container .betslip-totals app-betslip-bonus .bonus-message{
    text-align: center
}
#root .betslip-container .betslip-totals .bonus-title{
    display: none
}

.betslip-container .total-bonus-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 2px solid var(--c-background-odds-active);
    border-bottom: 2px solid var(--c-background-odds-active);
    padding: 10px 0;
}
.betslip-container .total-bonus-wrapper app-betslip-bonus-block{
    padding: 0;
    border: 0
}
#root .betslip-container .total-bonus-wrapper app-betslip-bonus-block .label-value-container > span.label{
    display: none
}
.betslip-container .total-bonus-wrapper .value-block.total-bonus{
    order: -1;
    color: var(--c-primary);
    padding: 10px 0
}
.betslip-container .total-bonus-wrapper .value-block.total-bonus > .total-bonus-wrapper{
    border: 0;
    padding: 0;
    width: 100%;
    flex-direction: row
}

/* */




.betslip .betslip-totals .value-block .query-stake-wrapper,
.betslip .betslip-totals .value-block .query-payoutaftertax-wrapper {
    border-top: 1px solid var(--c-border);
    padding-top: 5px;
}

.betslip .betslip-totals .value-block .query-payoutaftertax-wrapper {
    font-weight: bold
}
.betslip .betslip-totals .value-block .total-stake-wrapper .block-label{
    white-space: nowrap
}
.betslip .betslip-totals .value-block .block-value {    
    font-weight: bold;
    white-space: nowrap
}

.betslip .betslip-totals .value-block .total-payout-wrapper {
    
}

.betslip .betslip-totals .value-block .total-payout-wrapper .block-value {
    color: var(--c-emphasis-c)
}

.betslip .betslip-totals .value-block-wrapper {
    display: flex;
    justify-content: center;
    gap: 4px;
}

app-betslip-systems-selection,
app-betslip-groups{
    padding: 20px;    
    order: 2   
}
app-betslip-systems-selection .systems-rows-container,
app-betslip-groups .systems-rows-container{
    display: flex;
    flex-direction: column;
    gap: 10px
}
app-betslip-systems-selection .systems-rows-container .system-header-wrapper,
app-betslip-groups .systems-rows-container .system-header-wrapper{
    display: flex;
    margin: 0 auto;
    color: var(--c-primary);
    background-color: var(--c-background);
    padding: 8px;
    border-radius: var(--r-border-radius-medium);
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.16);
    align-items: center;
    gap: 5px
}
app-betslip-systems-selection .systems-rows-container .system-header-wrapper .add-new-system,
app-betslip-groups .systems-rows-container .system-header-wrapper .add-new-system{
    background-color: transparent;
    order: -1;
    color: var(--c-primary);
}
app-betslip-systems-selection .system-selections,
app-betslip-groups .group-selections{
    display: flex;    
    padding-top: 10px;
    border-top: 2px solid var(--c-background-d);
    gap: 5px;
    flex-wrap: wrap
}
app-betslip-systems-selection .system-selections .selections.systems-selections,
app-betslip-groups .group-selections .narrow{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    max-width: 113px
}
app-betslip-systems-selection .system-selections button,
app-betslip-groups .group-selections button{
    border: 1px solid var(--c-emphasis-c);
    color: var(--c-primary);
    background-color: transparent;
    border-radius: var(--r-border-radius-medium);
    font-weight: bold;
    font-size: 13px;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 0
}
app-betslip-systems-selection .system-selections button.remove-system,
app-betslip-groups .system-selections button.remove-system{
    border: 0
}
app-betslip-systems-selection .system-selections button.selected,
app-betslip-groups .system-selections button.selected{
    background-color: var(--c-emphasis-c);
    color: var(--c-white);
    border: 1px solid var(--c-emphasis-c)
}
app-betslip-systems-selection .system-selection-data,
app-betslip-groups .system-selection-data{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    margin-left: auto
}
app-betslip-systems-selection .systems-remove-wrapper,
app-betslip-groups .systems-remove-wrapper{
    order: -1
}
app-betslip-systems-selection .selection-info,
app-betslip-groups .selection-info{
    display: flex;
    align-items: center;
    order: 1;   
    gap: 5px
}
app-betslip-systems-selection .selection-info .system-lines-wrapper,
app-betslip-groups .selection-info .group-lines-wrapper{
    align-items: center;
    display: flex;
    gap: 5px
}
app-betslip-systems-selection .selection-info .system-odds-wrapper,
app-betslip-groups .selection-info .group-odds-wrapper{
    display: flex;
    gap: 5px;
    font-weight: bold
}
app-betslip-systems-selection app-amount-input .systems-stake,
app-betslip-groups app-amount-input .group-stake{
    position: relative
}
app-betslip-systems-selection .numeric-input-wrapper,
app-betslip-groups .numeric-input-wrapper{
    margin: 0
}
app-betslip-systems-selection .numeric-input-wrapper .currency-symbol,
app-betslip-groups .numeric-input-wrapper .currency-symbol{
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-55%);
    font-weight: bold;
    margin: 0
}
.lang-en app-betslip-systems-selection .numeric-input-wrapper .currency-symbol,
.lang-en app-betslip-groups .numeric-input-wrapper .currency-symbol{
    left: 40px
}
app-betslip-systems-selection .numeric-input-wrapper input,
app-betslip-groups .numeric-input-wrapper input{
    min-height: 37px;
    max-width: 140px;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(8, 14, 22, 0.24);
    border-radius: 10px;
    text-align: left;
    text-indent: 58px;
    font-size: 13px;
    font-weight: bold;
    color: var(--c-primary);
    background-color: var(--c-background)
}
.lang-en app-betslip-systems-selection .numeric-input-wrapper input,
.lang-en app-betslip-groups .numeric-input-wrapper input{
    text-indent: 63px
}

app-betslip-groups{
    order: 3;
    display: none
}
app-betslip-groups .group-details-container{
    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 {
    order: 2;
    margin-right: auto
}

.betslip .systems-container .system-stake-wrapper .system-odds {
    order: 3;
}

.betslip .systems-container .system-stake-wrapper .system-odds .block-value, 
.betslip .betslip-bets-container .multiple-wrapper > .value-block.multiple-odds {
    color: var(--c-emphasis-c);
}

.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 {
    order: 4;
    padding: 0 10px
}

.betslip .systems-container .system-stake-wrapper.total-system .system-lines {
    margin-left: auto
}

.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: 5;
    width: auto;
    flex: 1 1 calc(50% - 10px)
}
.betslip .tab-systems .betslip-totals .checkbox-wrapper.accept-odd-changes{
    flex: 1 1 calc(33.333333% - 10px);
    align-items: flex-start
}
.betslip .betslip-totals .betslip-per-line {
    display: none
}
.betslip .tab-systems .betslip-totals .betslip-per-line {
    order: 6;
    flex: 1 1 calc(33.333333% - 10px);
    display: flex;
    align-items: flex-start;
}
.betslip .tab-systems .betslip-totals .betslip-per-line input{
    background-color: transparent;
    box-shadow: none
}

.betslip .betslip-totals .check-box-label.accept-odd-changes {
    width: auto;
    margin-left: 5px
}

 .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 .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-white);
    background-color: var(--c-green);
    flex: 0 0 45%;
    margin-left: 2%;
    margin-bottom: 10px;
    border-radius: var(--r-border-radius-medium);
    height: auto
}

.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 .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-emphasis-c);
    color: var(--c-white);
    flex: 0 0 45%;
    margin-right: 2%;
    margin-bottom: 10px;
    border-radius: var(--r-border-radius-medium);
    height: auto;
    border: 1px solid var(--c-emphasis-c)
}
app-popular-bet{
    display: none
}

.booking-notifications-wrapper .bet-book .slip-label {
    display: none;
}

.betslip .betslip-totals .book-bet .book-disabled-reason{
    display: none
}
.betslip .betslip-totals .place-bet .place-disabled-reason {
    font-size: 12px;
    text-transform: initial;
    font-weight: normal   
}
.betslip-wrapper .betslip-notifications-wrapper, 
.betslip-wrapper .booking-notifications-wrapper {
     background-color: var(--c-background-b);
    border-radius: var(--r-border-radius-big);
    margin-top: 10px
}

.betslip-notifications-wrapper .bet-messages, 
.booking-notifications-wrapper .bet-messages {
    color: var(--c-green);
    text-align: center;
    line-height: 1.8rem;
    padding: 30px 10px;
    border-bottom: 1px solid var(--c-green);
    cursor: default
}

.betslip-notifications-wrapper .bet-messages .bet-reference, 
.desktop .booking-notifications-wrapper .bet-messages .bet-reference {
    display: none
}

.betslip-notifications-wrapper .bet-book, .booking-notifications-wrapper .bet-book {   
    text-align: center;
    line-height: 18px;
    padding: 30px 10px;
    cursor: default
}
.booking-notifications-wrapper .bet-book {
    padding: 5px 10px
}

.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-green)
}

.betslip-notifications-wrapper .bet-messages-actions, .booking-notifications-wrapper .bet-messages-actions, .booking-notifications-wrapper .bet-book-actions {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-top: 15px
}
.booking-notifications-wrapper .bet-messages-actions .message-action.reload-selections{
    border: 1px solid var(--c-border-betslip-button);
    color: var(--c-emphasis-c)
}

.betslip-notifications-wrapper .bet-messages-actions > button, .booking-notifications-wrapper .bet-messages-actions > button, .booking-notifications-wrapper .bet-book-actions > button {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .03em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    text-transform: uppercase;
    flex: 0 0 50%
}
.booking-notifications-wrapper .bet-book-actions > button.action-share{
    background-color: transparent;
    color: var(--c-emphasis-d);
    border: 1px solid var(--c-emphasis-d);
    border-radius: var(--r-border-radius-medium);
    display: flex;
    height: auto;
    margin-bottom: 10px;
}
.booking-notifications-wrapper .bet-book-actions > button.action-copy {
    border: 1px solid var(--c-green);
    color: var(--c-green);
    background-color: transparent
}


.betslip-notifications-wrapper .bet-messages-actions .reload-selections, 
.booking-notifications-wrapper .bet-messages-actions .reload-selections, 
.booking-notifications-wrapper .bet-book-actions .action-copy {
    background-color: var(--c-green);
    color: var(--c-white);
    flex: 0 0 45%;
    margin-right: 2%;
    margin-bottom: 10px;
    border-radius: var(--r-border-radius-medium);
    height: auto;
    padding: 15px 0
}

.betslip-notifications-wrapper .bet-messages-actions .close-notification, 
.booking-notifications-wrapper .bet-messages-actions .close-notification {
    color: var(--c-white);
    background-color: var(--c-green);
    flex: 0 0 45%;
    margin-left: 2%;
    margin-bottom: 10px;
    border-radius: var(--r-border-radius-medium);
    height: auto;
    padding: 15px 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%;
    text-align: center;
    order: 4;
    padding: 20px 10px;
     color: var(--c-emphasis-c);
    margin-bottom: 10px;
    background-color: var(--c-background-b)
}

.betslip .betslip-totals .bet-error .bet-close-error {
    border: 0;
    position: absolute;
    right: 5px;
    top: -5px;
    background-color: transparent
}

.betslip .betslip-totals .bet-error .bet-close-error:before {
    content: "\00d7";
    color: red;
    font-size: 24px
}

.betslip .betslip-totals.totals-loading .value-block .block-value {
    opacity: .2
}

/* 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)
}

.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-emphasis-c)
}

.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-primary)
}

.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);
    color: var(--c-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;
    margin-bottom: 5px;
    font-size: 14px;
    height: 36px
}

.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: var(--c-emphasis-c);
    color: var(--c-white)
}

.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
}

/************************************
        Bet Check Modal
************************************/
body .ui-dialog.betslip-check-view {
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    max-width: 450px
}
body .ui-dialog.betslip-check-view .ui-dialog-content{
    max-height: 75vh
}
body .ui-dialog.betslip-check-view .inline-betslip{
    height: auto !important;
}
body .ui-dialog.betslip-check-view .button-load-to-betslip{
    padding: 10px 12px;
    background-color: var(--c-green);
    color: var(--c-white);
    margin-top: 10px;
    border-radius: var(--r-border-radius-medium)
}
body .ui-dialog.betslip-check-view .inline-betslip, .booking-notifications-wrapper .inline-betslip {
    max-width: 100%
}

.booking-notifications-wrapper .inline-betslip {
    height: 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-bottom: 1px solid var(--c-primary-d)
}

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-primary-d);
    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-green)
}

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-green)
}


.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-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-bottom: 10px;
    font-weight: bold
}

.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.line-matrix tr.selection td.nr,
.booking-notifications-wrapper .inline-betslip table.line-matrix tr.selection td.nr{
        display: table-cell;
}
body .ui-dialog.betslip-check-view table.line-matrix tr.selection td.amount
.booking-notifications-wrapper .inline-betslip table.line-matrix td.amount{
    text-align: right;
}
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-b);
    line-height: 22px
}

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: var(--c-emphasis-c);
    color: var(--c-white)
}

.selection-won {
    background-color: var(--c-green);
    color: var(--c-white)
}

.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-b);
    z-index: 99
}

.mobile .booking-notifications-wrapper .betslip-notifications.success {
    background-color: unset
}


.match-page > app-widget-host {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.beto-match {
    width: 100%;
}

.beto-match-header {
    position: relative;
    width: 100%
}
.beto-match-market-filter {
    width: calc(100% - 30px)
}

.beto-match-market-groups {
    flex: 1;
    width: 100%;
}

.desktop .beto-match-market-groups {
    min-width: 100%
}

.betbuilder-toggle {
    font-weight: bold;
    display: flex;
    align-items: center;
    /*   margin-bottom: 10px; */
    /*   padding-bottom: 5px; */
    /* flex: 1; */
}

#root .betbuilder-toggle .toggle-switch {
    width: 45px;
    height: 24px;
}

#root .betbuilder-toggle .toggle-switch .slider {
    border-radius: 12px;
    background-color: var(--c-background);
    box-shadow: var(--bs-)
}

#root .betbuilder-toggle .toggle-switch input:checked ~ .slider {
    background-color: var(--c-emphasis-c);
}

#root .betbuilder-toggle .toggle-switch .slider::before {
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

#root .betbuilder-toggle .toggle-switch .slider::before {
    bottom: 3px
}

#root .betbuilder-toggle .toggle-switch input:checked ~ .slider::before {
    transform: translateX(20px);
}

#root .betbuilder-toggle .toggle-switch-text {
    margin-right: 4px;
    color: var(--c-primary)
}

.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-emphasis-c);
    border-radius: var(--r-border-radius-medium);
    color: var(--c-primary);
    overflow: hidden
}
.bet-match-combine app-combine-selections button {
    color: var(--c-primary)
}

.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-emphasis-c);
    color: var(--c-white)
}

.bet-match-combine app-combine-selections .combined-selections.active ~ div, .bet-match-combine app-combine-selections .combined-selections.active {
    background-color: var(--c-emphasis-c);
    color: var(--c-white)
}

.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 app-betslip-match-header {
    display: contents;
    display: flex;
    order: 5;
    width: calc(100% - 160px);
    max-width: 300px
}
.betslip .bet-builder-on app-betslip-match-header{
    max-width: 100%
}
.not-combinable.bet-builder-on app-betslip-match-header{
    padding: 0 15px
}
.betslip .tab-multiple app-betslip-match-header{
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 10px    
}
.betslip app-betslip-match-header app-bet-event-live-info{
    min-width: auto
}

.betslip .live-match app-betslip-match-header app-bet-event-live-info{
    min-width: 60px
}
.info-header {
    width: 100%;
}

.desktop .page-filters-button {
    width: fit-content;
    margin-left: auto;
    cursor: pointer;
    padding: 6px 0
}
.desktop .info-header .page-filters-button{
    margin: 0;
    max-width: fit-content;
}

.bet-match-combine-warning {
    font-weight: bold;
    padding: 5px 0px
}
/* coming soon */
.coming-soon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 100px);
    position: relative
}

.coming-soon:before {
    content: "";
    background-image: url(/v2.238/r/images/wazza/icons/Sports-01.svg);
    width: 50vh;
    height: 50vh;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1)
}

.theme-dark .coming-soon:before {
    filter: unset
}

.coming-soon > div {
    font-size: 5vw;
    color: var(--c-emphasis-c);
    line-height: 1.2;
    z-index: 1;
}

.mobile .coming-soon:before {
    width: 20vh;
    height: 20vh;
}

.mobile .coming-soon > div {
    font-size: 13vw;
}

