/************************************
              Betslip
************************************/

.betslip .betslip-wrapper{
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    background-color: var(--body-footer-color);
    border-radius: var(--r-lg);
}
.betslip .betslip-title{
        /* background: #33374F; */
        color: var(--c-white-e);
        height: 60px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        cursor: pointer;
        font-size: 15px;
        font-weight: bold; 
        text-transform: capitalize;
        border-radius: var(--r-lg);
        padding-bottom: 10px;
        background: hsla(163, 25%, 19%, 1);
        background: linear-gradient(90deg, hsla(163, 25%, 19%, 1) 0%, hsla(163, 31%, 20%, 1) 100%);
        background: -moz-linear-gradient(90deg, hsla(163, 25%, 19%, 1) 0%, hsla(163, 31%, 20%, 1) 100%);
        background: -webkit-linear-gradient(90deg, hsla(163, 25%, 19%, 1) 0%, hsla(163, 31%, 20%, 1) 100%)
}
.betslip .betslip-title .betslip-arrow{
    display: none
}
.betslip-actions{
    background-color: var(--primary-divider-color);
}
.betslip .betslip-clear-wrapper{
    display: flex;
    position: relative;
    /* top: 10px; */
    /* right: 20px; */
    /* font-size: 0; */
}
.betslip .betslip-clear-wrapper label{
    text-align: left;
    padding:8px 5px;
    /* width:100%; */
    height:100%;
    text-transform:uppercase;
    font-size:0.8em;
    color: var(--c-white);
    padding-left:30px;
    background-image:url(/v1.5601/r/images/site/icons/mdi_trash.svg);
    background-repeat:no-repeat;
    background-position:5px center
}
.betslip .betslip-clear-wrapper .clear-betslip-button {
    font-size: 0;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    /* height: 24px; */
    width: 100%;
    display:none;
    /* filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%); */
}
.betslip .betslip-title .betslip-counter{
    font-size: 12px;
    /* margin-bottom: 10px; */
    margin-left: 5px
}
.betslip .betslip-empty-message{
    margin: 50px auto;
    color: var(--c-black);
    text-align: center;
    font-size: 14px
}
.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;
    /* margin: 0 5px; */
    color: var(--c-white-e);
    font-size: 0.9em
}
.betslip .betslip-bets-container > app-betslip-footer{
    order: 4;
    background: var(--body-footer-color);
    padding: 0px 0;
    background: hsla(163, 25%, 19%, 1);
    background: linear-gradient(90deg, hsla(163, 25%, 19%, 1) 0%, hsla(163, 31%, 20%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(163, 25%, 19%, 1) 0%, hsla(163, 31%, 20%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(163, 25%, 19%, 1) 0%, hsla(163, 31%, 20%, 1) 100%)
}
.betslip .betslip-bets-container app-betslip-loose-one {
    order:3;
    background: var(--c-blue-d);
    font-size:12px;
    color:var(--c-text-light)
}
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-container {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    padding:8px 15px;
}
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-header {
    /* margin-left:4px; */
}
.betslip  .checkbox-wrapper.activate-loose-one {
    display:flex;
    align-items:center;
    margin-left:auto;
    /* margin-right:2px; */
}
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-container .loose-one-wrapper {
    width:100%;
    padding: 0px;
    padding-top: 18px;
}
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-wrapper {
    display:flex;
}
.betslip .betslip-bets-container .betslip-tabs{
    background-color: var(--c-background-betslip-betting-header);
    color: var(--c-black-e);
    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{
    margin: 0 5px
}
.betslip .betslip-events-wrapper{
    position: relative;    
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.betslip .betslip-container:not(.one-bet) .betslip-events-wrapper > app-betslip-event,
.betslip .betslip-container:not(.one-bet) .betslip-events-wrapper > app-betslip-match{
   /* margin-bottom:8px; */
}
.betslip .betslip-events-wrapper > app-betslip-event .bet-odds-inline{
    position:absolute;
    right:5px;
    
    transform:translate(0%,-90%)
}
.betslip .betslip-events-wrapper > app-betslip-event .bet-actions .bet-match-details{
    margin-bottom: auto;
    font-size: 14px;
}
.betslip .betslip-events-wrapper > app-betslip-match {
    /* margin-bottom:8px; */
    display: block;
}
#root .betslip .betslip-events-wrapper > app-betslip-match .bet-event {
    padding-left:33px;
}
.betslip .betslip-events-wrapper .bet-container:not(.not-combined){
    /* border-bottom: 2px solid var(--c-emphasis-b); */
    background-color:var(--c-white-e)
    /* padding: 10px 15px; */
}
.betslip .betslip-events-wrapper .bet-container {
    display:flex;
    flex-direction:row;
    align-items: center;
    flex-wrap:wrap;
    position: relative;
}
.betslip .betslip-events-wrapper app-betslip-match-header {
    display:contents;
} 
.bet-details-odds {
    display:contents;
}
.betslip .betslip-events-wrapper .bet-container.not-combined{
    padding: 5px 0
}
.betslip .betslip-events-wrapper .bet-match-info{
    /* font-weight: bold; */
    display: contents;
    font-size:13px;
    line-height:13px;
    color: var(--c-whit);
}
.betslip .betslip-events-wrapper .bet-match-info .bet-match-tournament-info {
    /* width:100%; */
    order: -2;
    padding:6px;
    padding-top: 10px;
    /* padding-top: 0px; */
    /* flex: 1; */
    width: 60%;
    color: #4A4A4A;
    font-size:8px;
    line-height: 8px;
    font-family:'Roboto Condensed', sans-serif;
    padding-left: 33px;
    margin-bottom: 6px;
}
.betslip .betslip-events-wrapper .bet-match-info .bet-match-tournament-info > div {
    display:inline;
    /* line-height: 28px; */
}
.betslip .betslip-events-wrapper .bet-match-info .bet-event {
        order: 2;
    padding: 0px 4px;
    flex: 1;
    color: var(--c-black-e);
    padding-right: 120px;
    line-height: 11px;
    display: inline;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 4px;
    font-size: 15px;

}
.betslip .betslip-events-wrapper .bet-match-info .bet-event > span {
    display:inline;
    line-height: 11px;
    /* height: 13px; */
    /* margin-top: auto; */
}
.betslip .betslip-events-wrapper .bet-match-info .bet-event > span.match-versus {
    font-size:0px;
}
.betslip .betslip-events-wrapper .bet-match-info .bet-event > span.match-versus::before {
    content:"-";
    font-size:13px;
    line-height:13px;
    margin:0px 4px;
}
app-bet-event-live-info:not(:empty) {
    order: -1;
    /* flex:1; */
    width: calc(40% - 50px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 6px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 8px;
    line-height: 8px;
    margin-bottom: 6px;
    padding-top: 10px;
}
.betslip .betslip-events-wrapper .bet-live-selection{
    display: flex;
    color: #4A4A4A;
    font-size: 8px;
    line-height: 8px;
    /* display: inline; */
    /* width: 100%; */
}
.betslip .betslip-events-wrapper .bet-live-selection .live-label{
    margin-right: 5px;
    color: var(--c-white);
    /* display: inline; */
}
.betslip .betslip-events-wrapper .bet-live-selection .suspended-label{
    margin-left: 10px;
     color:red;
  
}
@keyframes blink-animation {
  from {
      opacity:1;
  }
  to {
    opacity:0
  }
}
@-webkit-keyframes blink-animation {
  from {
      opacity:1;
  }
  to {
    opacity:0
  }
}
.betslip .betslip-events-wrapper  .suspended-label {
    color:red;
     animation: blink-animation .8s infinite alternate;
  -webkit-animation: blink-animation .8s  infinite alternate;
}
@-webkit-keyframes color_change {
   from { color: var(--c-text-primary) }
   to { color: var(--c-text-input)}
}
@-moz-keyframes color_change {
   from { color: var(--c-text-primary) }
   to { color: var(--c-text-input) }
}
@-ms-keyframes color_change {
   from { color: var(--c-text-primary) }
   to { color: var(--c-text-input) }
}
@-o-keyframes color_change {
   from { color: var(--c-text-primary) }
   to {color: var(--c-text-input) }
}
@keyframes color_change {
   from { color: var(--c-text-primary) }
   to { color: var(--c-text-input) }
}
.bet-actions .bet-odds-inline .bet-old-odds{
    /* text-decoration: line-through; */
    /* margin-right: 5px; */
    margin-left: 0;
    /* color: red; */
    font-style: unset;
    width: 55px;
    height: 39px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:var(--c-emphasis-c);
    color:var(--c-blue-d);
    font-weight:600;
    border-radius:6px;
    /* order: -1; */
}
.bet-actions .bet-odds-inline .bet-old-odds::before {
    /* content:"@"; */
}
.betslip .betslip-events-wrapper app-betslip-event{
    display: block;
    position: relative;
    color: #4a4a4a;
    
    order: 5;
}
.betslip .betslip-events-wrapper app-betslip-match app-betslip-event {
    margin: 8px 5px;
   width: calc(100% - 10px);
}
/*
.betslip .betslip-events-wrapper .bet-details-odds{
    margin-right: 28px
}
*/
.betslip .window-tabs {
  position: sticky;
  top: 0px;
  z-index: 21;
   background-color: var(--primary-divider-color);
}
.betslip .window-tab {
    min-height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 15px;
    border-bottom:1px solid var(--c-tint-b);
    color:var(--c-white)
}
.betslip .window-tab.tab-selected {
    border-bottom:2px solid var(--primary-info-color);
    color:var(--c-white-e)
}
.bet-details-odds .bet-match-code{
    order: 0;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    color: #4A4A4A;
    padding: 6px;
    padding-top: 10px;
    margin-bottom:0px;
    width: 50px;
    margin: 0px;
    line-height: 8px;
    margin-bottom: 6px;
}
.bet-match-date-time{
    order:-1;
    font-size: 8px;
    padding:6px;
    padding-top: 10px;
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width:calc(40% - 50px);
    color: var(--c-text-light);
    margin-bottom: 6px;
    line-height: 8px;
}
.bet-remove.grouped {
    order:-1
}
.bet-match-date{
    padding-right: 5px
}
.betslip .betslip-events-wrapper .bet-details-odds app-bet-event-actions{
    margin-left: unset;
    order: 1;
    align-items:center;
    display:flex;
    flex-direction: column;
    /* background-color: #33374F; */
    /* width: 20%; */
}
.betslip .betslip-events-wrapper .bet-details-odds app-bet-event-actions .bet-remove {
    background-image:url(/v1.5601/r/images/site/icons/mdi_trash.svg);
    background-position:center;
    background-repeat:no-repeat;
    background-color: transparent;
    margin-left:4px;
    transform: translateY(8px);
}
.betslip .betslip-events-wrapper .bet-details-odds .banker{
    background-color: var(--dark-green-color);
    color: var(--c-white-e);
    border-radius: 50px;
    width: 20px;
    height: 20px;
    border: 0;
    padding: 0;
    margin-bottom: 3px;
    position: absolute;
    top: 10px;
    left:5px;
    font-size:12px;
    font-weight:500;
}
.betslip .betslip-events-wrapper .bet-details-odds .banker.selected{
    background-color: var(--c-emphasis-c);
    color:var(--c-black-e)
}
.betslip .betslip-events-wrapper .betslip-match-content{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    /* padding: 6px; */
    font-size: 0.9em;
    order: 4;
    padding-left: 33px;
    /* position: relative; */
}
.betslip .betslip-events-wrapper app-betslip-match app-betslip-event .betslip-match-content {
    padding-left:unset;
}
.betslip .betslip-events-wrapper app-betslip-match app-betslip-event .betslip-match-content .bet-actions {
    width:calc(100% - 24px);
    padding-left: 5px;
}
.betslip .betslip-events-wrapper app-betslip-match app-betslip-event .betslip-match-content .bet-remove {
    order:-1;
    width: 24px;
    height: 24px;
    background-color:transparent;
    background-image:url(/v1.5601/r/images/site/icons/mdi_trash.svg);
    background-repeat:no-repeat;
    background-position:center;
}
.betslip .betslip-events-wrapper .betslip-match-content .bet-actions{
    /* flex: 1; */
    justify-content: space-between;
    font-size: 13px;
    width:100%;
    font-family:'Roboto Condensed',sans-serif;
    /* padding-right:120px; */
    /* padding: 5px; */
    /* min-height: 30px; */
    /* color: var(--c-emphasis-c); */
}
.betslip  .betslip-events-wrapper > app-betslip-event .betslip-match-content .bet-actions,
.betslip .tab-systems .betslip-events-wrapper > app-betslip-event .betslip-match-content .bet-actions{
    margin-bottom:10px;
}
.betslip .tab-systems .betslip-events-wrapper > app-betslip-event .betslip-match-content .bet-actions,
.betslip  .betslip-events-wrapper > app-betslip-event .betslip-match-content .bet-actions{
    padding-right:120px;
}
.betslip .tab-events .betslip-events-wrapper app-betslip-match .bet-stake-payout {
    margin-top:10px;
}
.betslip .tab-events .betslip-events-wrapper > app-betslip-event .bet-stake-payout,
.betslip .one-bet .betslip-events-wrapper > app-betslip-event .bet-stake-payout{
    margin-bottom:10px;
    margin-right:5px;
}
.betslip .betslip-events-wrapper .bet-container .bet-actions > app-bet-event-actions{
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 2;
    height: 14px
}
.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-color: transparent;
    color: red;
    width: 16px;
    height: 16px;
    font-size: 24px;
    line-height: 10px;
    padding: 0
}
.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;
    /* position: relative; */
}
.betslip .betslip-events-wrapper .currency-symbol{
     height: 100%;
    order: -1;
    height: 34px;
    line-height: 34px;
    padding: 0px 4px;
    background-color: var(--primary-divider-color);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    color: var(--c-white-e);
    text-align: center;
    font-weight: bold
}
.betslip .betslip-events-wrapper .bet-stake{
    margin: 0
}
.betslip .betslip-events-wrapper .bet-stake input,
.betslip .systems-container .system-stake-wrapper .amount-input input,
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-wrapper .amount-input input{
        width: 100%;
    background-color: var(--primary-divider-color);
    padding: 3px;
    border-left: 0;
    order: 2;
    border-radius: 0;
    border-top-right-radius: 2px;
    height: 34px;
    border-bottom-right-radius: 2px;
    border: 1px solid var(--primary-divider-color);
    text-align: center;
    color: var(--c-white-e)
}
.betslip .betslip-events-wrapper .bet-stake input{
    font-weight: bold
}
.systems-container .system-stake-wrapper .currency-symbol {
  
    background-color: var(--c-blue-c);
}

 .betslip .systems-container .system-stake-wrapper .amount-input input,
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-wrapper .amount-input input {
    background-color: var(--c-primary-b);
    border-bottom: 1px solid var(--c-primary-b);
    border-top: 1px solid var(--c-primary-b);
    color: var(--c-black-e);
    font-weight: bold;
    border-left: 0
   
}
.betslip  .amount-input input::placeholder {
    text-align:center;
    color:#676B81;
    font-size:15px;
}
.betslip .betslip-events-wrapper .bet-actions .bet-odds-inline {
    align-items:center
}
.betslip .betslip-events-wrapper .bet-actions .bet-odds-inline .bet-odds{
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 10px;
    
}
.betslip .betslip-events-wrapper .bet-actions .bet-odds-inline .bet-odds.up {
    color:#00B607
}
.betslip .betslip-events-wrapper .bet-actions .bet-odds-inline .bet-odds.down {
    color:#E05247
}
.betslip .betslip-events-wrapper .bet-actions .bet-odds-inline .bet-odds:only-child {
    font-style: unset;
    width: 55px;
    height: 39px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:var(--primary-info-color);
    color:var(--c-blue-d);
    font-weight:600;
    border-radius:6px;
    margin-right: 0;
    font-size: 14px
}
.betslip .betslip-events-wrapper .bet-actions .bet-odds-inline .bet-odds.up::before,
.betslip .betslip-events-wrapper .bet-actions .bet-odds-inline .bet-odds.down::before{
   content: "";
   margin-right: 5px;
}
.betslip .betslip-events-wrapper .bet-actions .bet-odds-inline .bet-odds.up::before {
    background-image:url(/v1.098/r/images/accessbet/icons/ant-design_caret-left-outlined_green.svg);
}
.betslip .betslip-events-wrapper .bet-actions .bet-odds-inline .bet-odds.down::before {
    background-image:url(/v1.098/r/images/accessbet/icons/ant-design_caret-left-outlined_red.svg);
}
.betslip .betslip-events-wrapper .bet-actions .bet-odds-inline .bet-odds::before{
    
    width:10px;
    height:10px;
    background-position:center;
    background-repeat:no-repeat;
}

.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%;
    display: none;
}
.betslip .betslip-bets-container .multiple-wrapper{
    display: flex;
    /* flex: 0 1 50%; */
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    width: 100%;
    background-color: var(--c-blue-d);
    padding: 0px 5px;
}
.betslip .betslip-bets-container .multiple-wrapper > .value-block:not(.amount-input):not(.multiple-lines),
.betslip .betslip-bets-container .header-titles-container > span{
    display: none
}
#root .betslip .betslip-bets-container .multiple-wrapper .multiple-lines{
    order: 2;
    display: none;
    padding: 0 5px;
    align-items:center;
    width: 100%;
    justify-content: flex-start;
}
#root .betslip .betslip-bets-container .system-stake-wrapper .system-type,
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-wrapper .loose-one-type{
    /* display:none; */
    order:-1;
    width:33.33%;
    font-size:10px;
}
#root .betslip .betslip-bets-container .multiple-wrapper .multiple-odds,
#root .betslip .betslip-bets-container .system-stake-wrapper .system-odds,
#root .betslip .betslip-bets-container .system-stake-wrapper .system-lines,
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-wrapper .loose-one-odds,
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-wrapper .loose-one-lines{
    display: flex;
    /* padding: 0 5px; */
    order: 1;
    align-items:center;
    width:33.33%;
    justify-content: flex-start;
}
#root .betslip .betslip-bets-container .system-stake-wrapper .system-lines {
    order:2
}
#root .betslip .betslip-bets-container .multiple-wrapper .multiple-odds {
    margin-right:auto;
    font-family: 'Roboto', sans-serif
}
#root .betslip .betslip-bets-container .multiple-wrapper .multiple-odds .block-value,
#root .betslip .betslip-bets-container .multiple-wrapper .multiple-lines .block-value,
#root .betslip .betslip-bets-container .system-stake-wrapper .system-odds .block-value,
#root .betslip .betslip-bets-container .system-stake-wrapper .system-lines .block-value,
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-wrapper .loose-one-odds .block-value,
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-wrapper .loose-one-lines .block-value{
    font-weight:bold;
    font-size:13px
}
#root .betslip .betslip-bets-container .multiple-wrapper .multiple-odds::before,
#root .betslip .betslip-bets-container .multiple-wrapper .multiple-lines::before,
#root .betslip .betslip-bets-container .system-stake-wrapper .system-odds::before,
#root .betslip .betslip-bets-container .system-stake-wrapper .system-lines::before,
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-wrapper .loose-one-odds::before,
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-wrapper .loose-one-lines::before{
    content:attr(title) ":";
    color:var(--c-text-light);
    margin-right:5px;
}
.betslip .betslip-bets-container .header-titles-container > span.multiple-stake{
    margin-top: 20px;
}
.betslip .betslip-bets-container .amount-input {
    max-width:130px;
}
.betslip .betslip-bets-container .multiple-wrapper > .amount-input{
    margin-bottom: 10px;
    order: 3;
    /* margin-right: 5px; */
    max-width: 130px;
    width: 100%;
}
.betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* flex-direction: row-reverse; */
    margin-top: 10px
}
.betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper .currency-symbol{
     margin-left: 5px;
     font-weight: bold;
    order: -1;
    height: 34px;
    line-height: 34px;
    padding: 0px 4px;
    background-color: var(--c-primary-b);
    color: var(--c-black-e);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}
.betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper input{
    min-height: 34px;
    background-color: var(--c-primary-b);
    padding: 3px;
    border: 0;
    border-left: 0;
    color: var(--c-black-e);
    order: 2;
    border-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
    text-align: center;
    font-weight: bold
}
.betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper input::placeholder {
    text-align:center;
    color:#676B81;
    font-size:15px
}
.betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper .input-amount{
     height: 26px;
    width: 100px;
    text-align: right;
    background-color: var(--c-primary-b);
    color: var(--c-black-e);
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: bold
}

.betslip app-betslip-footer .betslip-totals{
    display: flex;
    flex-direction: row;
    color: var(--c-white);
    align-items: center
}
.betslip .betslip-totals .value-block{
    order: 2;
    padding: 5px 15px;
    width: 100%;
    position: relative
   
}
.betslip .betslip-totals .value-block.query-payoutaftertax{
     margin-bottom: 12px;
}
.betslip .betslip-totals .value-block:before{
    content:"";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: var(--c-text-light)
    
}
.betslip .betslip-totals.total-fields-3 .value-block[class*="total"] {
    width:50%
}
.betslip .betslip-totals.total-fields-3 .value-block.total-lines {
    display:none
}
.betslip app-betslip-footer .betslip-totals.total-fields-3 .value-block.total-payout .value-block-wrapper{
    align-items:flex-end
}
.betslip .betslip-totals.total-fields-4 .value-block[class*="total"] {
    width:100%;
    /* flex: 1; */
    white-space: nowrap;
    margin-bottom: 15px;
}
.betslip .betslip-totals.total-fields-4 .value-block.total-stake {
   /* flex:1; */
   /* width: unset; */
}
.betslip .betslip-totals.total-fields-4 .value-block.total-lines {
}
.betslip app-betslip-footer .betslip-totals.total-fields-4 .value-block.total-payout .value-block-wrapper{
   
}
.betslip app-betslip-footer .betslip-totals.total-fields-4 .value-block.total-payout {
    order:3;
    /* flex:1; */
    /* width: unset; */
}
.betslip app-betslip-footer .betslip-totals.total-fields-4 .value-block.total-bonus {
   /* width: 40%; */
}
.betslip app-betslip-footer .betslip-totals.total-fields-4 .value-block.total-bonus .value-block-wrapper{
   
}
.betslip app-betslip-footer .betslip-totals.total-fields-4 .value-block.total-bonus .value-block-wrapper .block-value {
    white-space:normal;
}
.betslip .betslip-totals.total-fields-5 .value-block[class*="total"],
.betslip .betslip-totals.total-fields-5 .value-block[class*="min"] {

    width:25%;
}
.betslip .betslip-totals.total-fields-5 .value-block.total-lines {
    display:none;
}
.betslip app-betslip-footer .betslip-totals.total-fields-5 .value-block.total-payout .value-block-wrapper{
    align-items:flex-end
}
.betslip app-betslip-footer .betslip-totals.total-fields-5 .value-block.total-payout,
.betslip app-betslip-footer .betslip-totals.total-fields-5 .value-block.minimum-payout{
    order:3
}
.betslip app-betslip-footer .betslip-totals.total-fields-5 .value-block.total-bonus .value-block-wrapper,
.betslip app-betslip-footer .betslip-totals.total-fields-5 .value-block.minimum-payout .value-block-wrapper{
    align-items:center
}
.betslip .betslip-totals .value-block .block-value{
    color: var(--c-white-e);
    font-size: 12px;
    font-weight:bold;
}
.betslip .betslip-totals .value-block .total-payout-wrapper{
    /* padding-top: 10px; */
    border-top: 1px solid var(--c-text-schedule);
    /* margin-bottom: 20px; */
}
.betslip .betslip-totals .value-block .total-payout-wrapper .block-value{
    /* color: var(--c-background-odds-active); */
    white-space: normal;
}
.betslip .betslip-totals .value-block-wrapper{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    font-size: 0.9em;
}
.betslip .betslip-totals .value-block-wrapper .block-label {
    font-size: 10px;
    color: var(--c-text-light);
    text-transform: capitalize;
}
.betslip .betslip-totals .value-block-wrapper.total-stake-wrapper .block-label{
     font-size: 13px;
    color: var(--c-white-e);
}
.betslip .systems-container > div{
    margin-bottom: 10px
}
.betslip .systems-container .system-header {
    display:none;
}
.betslip .systems-container .system-header-container{
    display: none
}
.betslip .systems-container .system-stake-wrapper,
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-wrapper{
    display: flex;
    align-items: center;
    background-color: var(--c-blue-d);
    padding:5px;
}
.betslip .systems-container .system-stake-wrapper .system-active{
    order: 1
}
.betslip .systems-container .system-stake-wrapper .system-type{
    order: 2
}
.betslip .systems-container .system-stake-wrapper .system-odds{
    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{
    order: 4;
    margin: 0 5px
}
.betslip .systems-container .system-stake-wrapper.total-system  .system-lines{
    margin-left: auto
}
.betslip .systems-container .system-stake-wrapper .amount-input,
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-wrapper .amount-input{
    order: 5;
    max-width: 130px;
}
.betslip .systems-container .system-stake-wrapper .amount-input .numeric-input-wrapper,
.betslip .betslip-bets-container app-betslip-loose-one .loose-one-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,
 .betslip .betslip-bets-container app-betslip-loose-one .loose-one-wrapper .amount-input .currency-symbol {
    margin-left: 5px;
    order: -1;
    height: 34px;
    line-height: 34px;
    padding: 0px 4px;
    background-color: var(--c-primary-b);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    color: var(--c-black-e);
    font-weight: bold
}
.betslip .systems-container .system-stake-wrapper .amount-input input,
.betslip .systems-container .system-stake-wrapper .amount-input .numeric-input-wrapper .currency-symbol{
    background-color: var(--c-primary-b);
    color: var(--c-black-e);
    border: 0;
    font-weight: bold
}
.betslip .betslip-totals .checkbox-wrapper.accept-odd-changes{
    order: 7;
    padding: 8px 15px;
    display: flex;
    justify-content: flex-start;
    margin-right: auto;
    margin-top: 15px;
    background: hsla(163, 25%, 19%, 1);
    background: linear-gradient(90deg, hsla(163, 25%, 19%, 1) 0%, hsla(163, 31%, 20%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(163, 25%, 19%, 1) 0%, hsla(163, 31%, 20%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(163, 25%, 19%, 1) 0%, hsla(163, 31%, 20%, 1) 100%)
}
.betslip .betslip-totals .checkbox-wrapper.accept-odd-changes input,
.betslip  .checkbox-wrapper.activate-loose-one input{
    appearance:none;
    width:18px;
    height:18px;
    background-color:var(--c-blue-c);
    border-radius:2px;
}
.betslip .betslip-totals .checkbox-wrapper.accept-odd-changes input:checked,
.betslip  .checkbox-wrapper.activate-loose-one input:checked{
    background-image:url(/v1.5601/r/images/site/icons/tick-black.svg);
    background-size:18px;
    background-position:center;
}
.betslip .betslip-totals .checkbox-wrapper.accept-odd-changes input,
.betslip  .checkbox-wrapper.activate-loose-one input {
    margin:0px;
    margin-left:5px;
    height:20px;
    background-color:var(--primary-info-color);
    order: 3;
}
.betslip .betslip-totals .check-box-label.accept-odd-changes{
    width: auto;
    font-size: 10px;
    /* margin-left: 5px; */
}
.betslip .betslip-totals .betslip-per-line{
    display: none;
    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,
div[class*=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,
div[class*=mobile] .quick-container .confirm-bet-wrapper button.confirm-bet,
.authorisations-dialog .auth-actions-container button.auth-action.place-bet{
    order: 5;
    color: var(--c-black-e);
    background-color: var(--dark-green-color);
    margin-left: 2%;
    margin-bottom: 0px;
    border-radius: var(--r-lg);
    height: auto;
    border: 1px solid var(--c-emphasis-b);
    font-size: 0.9em;
    flex: 1;
    margin-right: 15px;
    background-color: var(--c-green);
    color: var(--c-white-e);
    border: unset;
    margin-left: 5px;
}
.betslip .betslip-totals .confirm-bet-wrapper button.confirm-bet,
div[class*=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; */
    font-size: 15px;
    font-weight: 500;
}
.betslip .betslip-totals .book-bet,
.betslip .betslip-totals .confirm-bet-wrapper button.cancel-bet,
div[class*=mobile] .quick-container .confirm-bet-wrapper button.cancel-bet,
.authorisations-dialog .auth-actions-container button.auth-action.request-authorisation{
    order: 4;
    background: var(--c-primary);
    color: var(--c-black-e);
    /* flex: 0 0 45%; */
    margin-right: 2%;
    margin-bottom: 0;
    border-radius: var(--r-lg);
    /* border: 1px solid var(--c-emphasis-b); */
    height: 43px;
    width: 114px;
}
.betslip .betslip-totals .book-bet {
    flex: unset;
    width: auto;
    font-size: 15px;
    margin-right: 5px;
    margin-left: 15px;
    padding: 0px 10px;
    color: var(--c-green);
    width: 114px;
    font-weight: 500;
    margin-bottom: 5px;
}
.betslip .betslip-totals .book-bet:disabled {
    opacity:.5;
}
.betslip .betslip-totals .place-bet {
    font-size:0.9em;
    flex: unset;
    margin-right: 15px;
    background-color: var(--c-green);
    color: var(--c-white-e);
    border: unset;
    margin-left:5px;
    width: calc(100% - 155px);
    margin-bottom: 5px;
    background-color: var(--primary-divider-color);
}
.betslip .betslip-totals .place-bet.place-free-bet {
    width:100%;
    margin-left:15px;
    background-color:var(--c-emphasis-c);
    color:var(--c-black);
    font-weight:bold;
}
.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: 10px;
    text-transform: initial;
    font-weight: normal;
    padding-bottom: 0px;
    line-height: 12px;
    color: var(--c-red);
}

.betslip .betslip-totals .place-bet .place-disabled-reason {
    color:var(--c-white-e);
    animation: blink-animation .8s infinite alternate;
  -webkit-animation: blink-animation .8s  infinite alternate;
}
.betslip .betslip-totals .book-bet .book-disabled-reason {
    display:none;
}
.betslip .betslip-totals .book-bet .book-bet-message,
.betslip .betslip-totals .place-bet .place-bet-message{
    padding: 6px 0;
}
.betslip .betslip-totals .place-bet .place-bet-message {
    padding:0;
    font-size: 15px;
    font-weight: 500;
}
.betslip .betslip-events-wrapper app-betslip-combine-selections {
    width:100%;
    order:3
}
.betslip .betslip-events-wrapper app-betslip-combine-selections  .bet-match-combine-warning {
    padding:5px 10px;
   width:100%;
  
    background-image:url(/v1.317/r/images/accessbet/icons/nt-warning-i.svg);
    background-repeat:no-repeat;
    background-position:8px 50%;
    background-size:18px;
    padding-left:32px;
    color:var(--c-black)
}
.betslip .betslip-container.tab-events.one-bet .betslip-events-wrapper app-betslip-combine-selections  .bet-match-combine-warning {
     width:calc(100% - 24px);
      margin-left:auto;
}
.betslip .betslip-events-wrapper app-betslip-combine-selections  .bet-match-combine-warning  .warning-sign {
    display:none;
}
.betslip .betslip-events-wrapper app-betslip-combine-selections .bet-match-combine {
    width:100%;
    display:flex;
    flex-direction:row
}
.betslip .betslip-events-wrapper app-betslip-combine-selections .bet-match-combine app-combine-selections {
    display:flex;
    flex:1;
    margin:5px;
}
.betslip .betslip-events-wrapper app-betslip-combine-selections .bet-match-combine app-combine-selections [class*="-selections"] {
    flex:1;
    padding:8px;
    background-color:var(--c-blue-c);
    color:var(--c-white);
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    text-align:left;
    font-size:12px;
}

.betslip .betslip-events-wrapper app-betslip-combine-selections .bet-match-combine app-combine-selections div.combined-odds{
    padding:8px;
    padding-left:0;;
     background-color:var(--c-blue-c);
    color:var(--c-white);
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}
.betslip .betslip-events-wrapper app-betslip-combine-selections .bet-match-combine app-combine-selections [class*="-selections"].active,
#root .betslip .betslip-events-wrapper app-betslip-combine-selections .bet-match-combine app-combine-selections [class*="-selections"].active ~ .combined-odds{
    background-color:var(--c-emphasis-c);
    color:var(--c-black)
}
.betslip-wrapper .betslip-notifications-wrapper,
.betslip-wrapper .booking-notifications-wrapper{    
    background-color: var(--c-primary-d);
    border-radius: var(--r-lg);
    margin-top: 10px
}
.betslip-notifications-wrapper .bet-messages,
.booking-notifications-wrapper .bet-messages{
    color: var(--c-emphasis-c);
    text-align: center;
    line-height: 1.8rem;
    padding: 30px 10px;
    /* border-bottom: 1px solid var(--c-emphasis-c); */
    cursor: default;
    /* flex-direction: column; */
}
.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{
    color: var(--c-white-e);
    text-align: center;
    line-height: 18px;
    padding: 30px 0px;
    cursor: default
}
.booking-notifications-wrapper .bet-book {
    /* padding:5px 10px; */
    display: flex;
    flex-direction:column;
}
.booking-notifications-wrapper .bet-book .bet-book-time {
    font-weight:bold;
    display: none;
}
.booking-notifications-wrapper .bet-book .bet-book-terms {
    display:none
}
.booking-notifications-wrapper .bet-book .bet-book-slip {
    order:2
}
.booking-notifications-wrapper .bet-book app-betslip-printout,
.booking-notifications-wrapper .bet-book app-betslip-printout #print-section{
    display:contents
}
.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-emphasis-c);
    margin-top: 10px;
    padding-bottom: 15px;
    padding-top: 8px;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}

.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
}
.betslip-notifications-wrapper .bet-messages-actions > button,
.booking-notifications-wrapper .bet-messages-actions > button,
.booking-notifications-wrapper .bet-book-actions > button{
    font-size: 0.9em;
    /* font-weight: bold; */
    letter-spacing: .03em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    /* text-transform: uppercase; */
    flex: 0 0 50%
}
.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: var(--c-green);
        color: var(--c-white-e);
        flex: 0 0 45%;
        margin-right: 2%;
        margin-bottom: 10px;
        border-radius: var(--r-lg);
        height: auto;
        padding: 10px 0;
}

.betslip-notifications-wrapper .bet-messages-actions .reload-selections,
.booking-notifications-wrapper .bet-messages-actions .reload-selections,
.booking-notifications-wrapper .bet-book-actions > button.action-copy {
   
   

    color: var(--c-white-e);
}
.betslip-notifications-wrapper .bet-messages-actions .close-notification,
.booking-notifications-wrapper .bet-messages-actions .close-notification{
        color: var(--c-white-e);
        background: var(--c-blue-d);
        flex: 0 0 45%;
        margin-left: 2%;
        margin-bottom: 10px;
        border-radius: var(--r-lg);
        height: auto;
        padding: 5px 0;
}
.betslip .betslip-totals .confirm-bet-wrapper,
div[class*=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,
div[class*=mobile] .quick-container .confirm-bet-wrapper form.confirm-form-group{
    order: 4;
    display: flex;
    /* flex: 0 0 70%; */
    width: calc(100% - 154px);
}
.betslip .betslip-totals #bet-error-placeholder {
    width:100%;
    order: 6;
}
.betslip .betslip-totals .bet-error{
    position: relative;
    display: block;
    width: 100%;
    background-color: transparent;
    text-align: center;
    order: 4;
    padding: 20px 28px;
    color: red;
    background-color: var(--c-background-input);
    margin-bottom: 10px;

}
.betslip .betslip-totals .bet-error .bet-close-error{
    border: 0;
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: transparent;
    width:24px;
    height:24px;
}
.betslip .betslip-totals .bet-error .bet-close-error:before{
    content: "\00d7";
    color: red;
    font-size: 24px
}

.booking-notifications-wrapper .bet-book-actions {
    order: 0;
    position: relative;
    padding-top:0;
}
#root .booking-notifications-wrapper .bet-book-actions .action-copy {
    position:absolute;
    background-color:transparent;
    left:50%;
    transform: translate(calc(-50% + 90px),-48px);
    font-size:0px;
    width:24px;
    height:24px;
    border:0;
    background-image:url(/v1.5601/r/images/site/icons/ph_copy.svg);
    background-repeat:no-repeat;
    background-position:center;
    padding:0;   
    display: none
}
#root .booking-notifications-wrapper .bet-book-actions .action-copy.copied::after {
    content:"Copied!";
    font-size:13px;
    background-color:var(--c-emphasis);
    color:var(--c-black);
    padding:5px;
    top:24px;
    position:absolute;
    border-radius:5px;
}
#root .booking-notifications-wrapper .bet-book-actions .action-share {
    height: 31px;
    margin-bottom:5px;
    width: 116px;
    flex: unset;
    background-color: var(--body-footer-color);
    color: var(--c-white);
    border-radius:3px;
   font-size:10px;
    text-transform:uppercase;
}
#root .booking-notifications-wrapper .bet-book-actions .action-share::before {
    content:"";
    width:15px;
    height:15px;
     background-image:url(/v1.5601/r/images/site/icons/ri_share-line.svg);
    background-repeat:no-repeat;
    background-size:15px;
    margin-right:5px;
}
/* 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;
    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: 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
}


/* Betslip Check View */

body .ui-dialog.betslip-check-view,
body .ui-dialog.authorisations-dialog{
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%, -50%)!important
}
body .ui-dialog.betslip-check-view .ui-dialog-titlebar,
body .ui-dialog.authorisations-dialog .ui-dialog-titlebar{
    /* background-color: var(--c-background-header); */
    color: var(--c-text-title);
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 5 px solid var(--c-background-market-header);
    padding: 15px 20px;
}
body .ui-dialog.betslip-check-view .ui-dialog-titlebar .ui-dialog-titlebar-icon{
    color: var(--c-black-e)
}
body .ui-dialog.betslip-check-view .ui-dialog-titlebar .ui-dialog-titlebar-icon > span{
    background-color: transparent;
}
body .ui-dialog.betslip-check-view .ui-dialog-content,
body .ui-dialog.authorisations-dialog .ui-dialog-content{
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden
}
body .ui-dialog .betslip-html{
    width: 100%
}
body .ui-dialog .betslip-view-html .inline-betslip,
body .ui-dialog .auth-response-container .inline-betslip{
    height: unset!important
}
body .ui-dialog .betslip-html .head:not(.head-bets) td{
    padding: 10px;
    text-align: center;
    background-color: var(--c-background-betslip);
    color: var(--c-text-title);
    font-weight: bold  
}
body .ui-dialog .betslip-html tr.match div.match{
    /* padding: 5px 10px; */
    font-weight: bold
}
body .ui-dialog .betslip-html tr.match div.match > div{
    font-weight: normal;
        padding: 5px 0
}
body .ui-dialog .betslip-html tr.match div.match .date{
    color: var(--c-background-bet-button);
}
body .ui-dialog .betslip-html tr.match div.match .group{
    display: flex
}
body .ui-dialog .betslip-html tr.match div.match .group .title{
    padding-right: 10px
}
body .ui-dialog .betslip-html .selection.selection-pending{
    /* background-color: var(--c-tint); */
    color: var(--c-text-odds-active);
}
body .ui-dialog .betslip-html .selection.selection-pending div{
    /* padding: 0 10px; */
}
body .ui-dialog .betslip-html .selection.selection-pending .odds{
    text-align: center;
    font-weight: bold
}
body .ui-dialog .betslip-html .head.head-bets text{
    padding: 10px;
    background-color: var(--c-background-betslip);
    color: var(--c-text-title);
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin: 10px 0
}
body .ui-dialog .betslip-html .slip-bottom > table{
    width: 100%;
    margin-bottom: 10px
}
body .ui-dialog .betslip-html .slip-bottom > table:first-child tr.hd{
    color: var(--c-text-market);
    opacity: .7
}
body .ui-dialog .betslip-html .slip-bottom > table:first-child td{
    border: 1px solid var(--c-text-title);
    text-align: center;
    font-weight: normal;
    font-size: 11px
}
body .ui-dialog .betslip-html .slip-bottom tr.totals td{
    border-bottom: 1px solid var(--c-text-odds);
    padding: 5px 0
}
body .ui-dialog .betslip-html .slip-bottom > table:last-child tr td:last-child{
    text-align: right;
    font-weight: bold
}
body .ui-dialog .betslip-html .line-matrix{
    width: 100%
}
body .ui-dialog .betslip-html .line-matrix td{
    border: 1px solid var(--c-primary-d);
    text-align: center
}
body .ui-dialog .betslip-html .line-matrix td.amount{
    text-align: right;
    padding-right: 5px
}
body .ui-dialog .betslip-view .button-load-to-betslip{
    margin: 10px auto;
    padding: 10px 20px;
    display: flex;
    border: 1px solid var(--c-background-betslip-betting-header);
    background-color: var(--c-green);
    color: var(--c-background-body);
    font-weight: bold;
    text-transform: uppercase;
    border-radius:var(--r-lg);
    order: 0;
}
body .ui-dialog .betslip-view .button-load-to-betslip:hover{
   border: 1px solid var(--c-primary);
}

/* Outright */

.outright-bet .bet-details-odds{
    display: flex;
    align-items: flex-end
}
.outright-bet .bet-details-odds .bet-match-code{
    position: absolute;
    right: 0;
    top: 0
}
.betslip .betslip-events-wrapper .outright-bet .bet-match-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start
}
.betslip .betslip-events-wrapper .outright-bet .bet-match-info .bet-match-tournament-info{
    padding-left: 5px
}
.betslip .betslip-events-wrapper .outright-bet .bet-details-odds app-bet-event-actions{
    order: -1
}
.outright-bet app-changed-odds{
    margin-right: 10px
}
.outright-bet .bet-stake-payout{
    margin: 10px;
    flex: 1 1 100%;
    justify-content: flex-end
}

/* Outright Multibet */



[class*="bets-count"] app-betslip-outright:has(.outright-bet){
    width: 100%
}
.betslip [class*="bets-count"] .betslip-events-wrapper .outright-bet .bet-match-info{
    padding-left: 25px
}
.betslip [class*="bets-count"] .betslip-events-wrapper .outright-bet .bet-details-odds:has(.bet-remove) .bet-match-info{
    padding-left: 0
}
.betslip [class*="bets-count"] .betslip-events-wrapper .outright-bet .betslip-match-content{
    padding: 0
}
.betslip [class*="bets-count"] .betslip-events-wrapper .outright-bet .betslip-match-content .bet-actions{
    width: calc(100% - 30px)
}
[class*="bets-count"] .outright-bet .bet-remove.grouped{
    background-image: url(/v1.5601/r/images/site/icons/mdi_trash.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: 4px;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    height: 24px;
    margin-left: auto;
    width: 24px
}






