/************************************
          BOOST YOUR PAYOUT
************************************/

body:has(.mobile-betslip-view.ui-dialog){
    overflow: hidden
}

beto-bet-builder-toggle.betbuilder-toggle {
    display: none
}

.betslip-recommended-events .recommendations-title{
    background-color: var(--c-background-header);
    text-align: center;
    color: var(--c-text-header);
    font-size: 18px;
    line-height: 1.3;
    padding: 10px 8px
}
.betslip-recommended-events .events-sport-wrapper .events-sport-header,
.betslip-recommended-events .tournament-header-wrapper,
.betslip-recommended-events .item-info-wrapper .match-code,
.betslip-recommended-events .match-markets-wrapper .coupon-market-name,
.betslip-recommended-events .events-item-wrapper .match-links{
    display: none
}
.betslip-recommended-events .events-break-wrapper{
    display: flex;
    overflow: scroll;
    width: 100%;
    gap: 4px;
    margin: 8px;
    overflow-y: hidden;
    overflow-x: auto;
    max-width: 420px
}
.mobile .betslip-recommended-events .events-break-wrapper{
    max-width: calc(100% - 16px)
}
.betslip-recommended-events .events-sport-content-parent{
    display: flex;
    gap: 4px;
    padding-bottom: 8px;
}
.betslip-recommended-events .events-sport-content-parent .events-sport-content{
   
}
.betslip-recommended-events .events-sport-content-parent .events-tournament-content{
    display: flex;
    gap: 4px
}

.betslip-recommended-events .events-sport-content-parent .events-tournament-wrapper{
    display: flex;
    gap: 4px
}
.betslip-recommended-events .events-sport-content-parent .events-tournament-wrapper .events-tournament-wrapper{
    display: flex;
    gap: 4px
}
.betslip-recommended-events .events-sport-content-parent .events-tournament-wrapper .events-item-wrapper{
    display: flex;
    flex-direction: column;
    max-width: 320px;
    min-width: 320px;
    width: 100%;
    border: 1px solid var(--c-background-header);
    border-radius: var(--r-border-radius-medium);
    padding: 8px;
    gap: 8px;
    overflow: hidden;
    position: relative
}
.betslip-recommended-events .events-sport-content-parent .events-tournament-wrapper .events-item-wrapper:after{
    content: "";
    background-image: url(/v1.213/r/icons/sports-flat/si_football.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 85px;
    height: 85px;
    filter: invert(1);
    opacity: .1;
    position: absolute;
    right: -15px;
}
.betslip-recommended-events .item-info-wrapper .match-total-markets{
    display: flex;
    position: absolute;
    right: -36px;
    top: -20px;
    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;
    z-index: 1
}
.betslip-recommended-events .events-sport-content-parent .events-tournaments-wrapper{

}
.betslip-recommended-events .match-info{
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center
}
.betslip-recommended-events .match-info .match-type{
    overflow: unset;
    height: auto;
    order: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 12px;
    gap: 4px
}
.betslip-recommended-events .match-info .match-type .events-category-flag{
    width: 16px;
    height: 16px
}
.betslip-recommended-events .match-info .match-type .match-sport{
    display: none
}
.betslip-recommended-events .match-info .match-type .match-category{
    white-space: nowrap

}
.betslip-recommended-events .match-info .match-type .match-category:after{
    content: "/";
    margin-left: 4px
}
.betslip-recommended-events .match-info .match-type .match-tournament{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px
}
.betslip-recommended-events .match-info .match-schedule{
    display: flex;
    width: 100%;
    margin: 0;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding: 20px 0;
    gap: 4px;
    order: 2
}
.betslip-recommended-events .match-info .match-schedule .match-date{
    font-size: 15px
}
.betslip-recommended-events .match-info .match-schedule .match-time{
    font-size: 15px
}
.betslip-recommended-events .match-teams{
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    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);
    width: 100%;
    justify-content: space-between;
    gap: 4px;
    padding: 8px;
    min-height: 35px;
    order: 3;
    z-index: 1
}
.betslip-recommended-events .match-teams .match-home-team,
.betslip-recommended-events .match-teams .match-away-team{
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 50%;
    text-align: center

}
.betslip-recommended-events .match-teams .match-team-separator{
    display: block;
    color: var(--c-background-odds-active)
}
.betslip-recommended-events .match-market-wrapper{
    display: flex;
    align-items: center;
    gap: 4px
}
.betslip-recommended-events .match-market-wrapper .match-odd{
    flex: 1;
    text-align: center
}
.betslip-recommended-events .match-market-wrapper .match-odd .odds-selection-default{
    border-radius: var(--r-border-radius-medium);
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--c-background-odds);
    padding: 3px
}
.betslip-recommended-events .match-market-wrapper .match-odd .odds-selection-default.odds-bet-slip-selected{
    background-color: var(--c-background-header);
}
.betslip-recommended-events .match-market-wrapper .match-odd .odds-selection-default .odd{
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 34px;
    align-items: center;
}
.betslip-recommended-events .match-market-wrapper .odd span{
    display: block;
    width: 100%;
    color: var(--c-text-odds)
}
.betslip-recommended-events .match-market-wrapper .match-odd .odds-selection-default.odds-bet-slip-selected .odd span{
    color: var(--c-text-header)
}
.betslip-recommended-events .match-market-wrapper .match-odd .mobile-outcome{
    display: block;
    font-weight: normal;
    font-size: 11px
}
.betslip-recommended-events .match-market-wrapper .match-odd .odds-selection-default.odds-bet-slip-selected .odd .mobile-outcome{
}

/************************************
              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;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.betslip app-betslip-match-header .bet-details-odds{
    max-width: calc(100% - 110px)
}
.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;
    width: 100%
}
.betslip .betslip-events-wrapper .bet-match-info .bet-match-tournament-info{
    display: flex;
    align-items: center;
    gap: 3px;
    color: #606060;
    font-size: 11px;
    margin-bottom: 10px;
}
.betslip .betslip-events-wrapper .bet-match-info .bet-match-tournament-info .bet-match-tournament{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.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: #606060 ;
    margin: 0 20px 0 auto;
}
.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;
    padding: 0 20px
}
.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;
    display: none
}
.bet-match-date-time {
    color: #606060;
    font-size: 12px;
    margin: 0 20px 0 auto
}
.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
}
.bet-actions .bet-match-selection .bms-label{
    font-weight: bold
}
.betslip .betslip-events-wrapper .has-early-payout{
    display: flex;
    align-items: center
}
.betslip .betslip-events-wrapper .has-early-payout .early-payout-icon{
    background-image: url(/v1.544/r/images/soccabet/banners/LogoFP.png);
    background-size: cover;
    font-size: 0;
    display: block;
    width: 25px;
    height: 24px;
    margin-right: 8px;
    margin-left: 50px
}

.betslip .betslip-events-wrapper .bet-container .bet-actions > app-bet-event-actions{
    position: absolute;
    top: 10px;
    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;
}













