#root app-betlsip-new.betslip {
    position: relative;
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
}

#root  fieldset.betslip-wrapper {
    display: inline-flex;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#root .betslip-container {
    padding: 0px;
    width: 100%;
    box-shadow: inset 0px 2px 3px var(--c-shade-b), inset 0px -2px 3px var(--c-shade);
}

#root .desktop .betslip-container .title-container {
    display: none;
}

#root .betslip-container .title-container {
    height: 48px;
    left: 0;
    background: var(--c-primary);
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    padding: 4px;
    box-shadow: var(--ds-2p), var(--ds-1p);
    border-radius: 4px 4px 0 0;
}
#root .betslip-wrapper .numeric-input-wrapper {
    background-color: transparent;
    border: none;
    margin-right: unset;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#root .betslip-title {
    display: inline-flex;
    flex: 1 1 auto;
    width: unset;
    justify-content: flex-start;
    align-items: center;
}

#root .betslip-title .betslip-label {
    color: var(--c-white-e);
    text-align: left;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    flex: 0 0 auto;
    margin: 0 4px;
}

#root .betslip-title .betslip-arrow {
    width: 24px;
    height: 24px;
    color: #0000;
    background: url(/v1.02/r/images/site/icons/Arrow_Down.svg) left center no-repeat;
    margin: 8px;
}
#root .betslip-title .betslip-arrow-open {
    transform: rotate(
-90deg
);
}
#root .betslip-title .betslip-counter {
    border: 1px solid var(--c-white);
    background-color: #df1b22;
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
    color: var(--c-white);
    order: -1;
    width: 24px;
}

#root .betslip-title .betslip-counter, #root .betslip-title .betslip-actions {
    height: 24px;
    min-width: 24px;
    display: inline-block;
    margin: 8px;
}

#root .betslip-actions {
    display: flex;
    align-items: center;
}

#root .window-tabs.betslip-tabs {
    cursor: pointer;
    height: 40px;
}

#root .betslip-container .betslip-tabs .betslip-tab {
    display: flex;
    align-items: center;
    justify-content: center;
}

#root .betslip-container .betslip-tabs .tab-selected {
    color: var(--c-white-e);
    background-color: var(--c-primary-d);
    border: 0;
}

#root .betslip-bets-container {
    padding: 4px 0;
    background-color: var(--c-shade);
    width: 100%;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#root .betslip-bets-container .betslip-events-wrapper {
    width: 100%;
}

#root .betslip-bets-container .betslip-events-wrapper app-betslip-event {
    width: 100%;
    display: grid;
}
#root .bet-container .bet-details-odds app-bet-event-actions {
    display: flex;
    color: var(--c-white);
    font-weight: bold;
    order: -1;
}
#root .bet-container {
    display: flex;
    align-items: flex-start;
    background-color: var(--c-paper);
    flex-wrap: wrap;
    width: 100%;
    color: var(--c-primary);
    justify-content: space-between;
    margin-bottom: 4px;
    border-radius: 4px;
    overflow: hidden;
}
#root app-betslip-outright-header {
    width:100%;
}
#root app-betslip-outright {
    width:100%;
}
#root app-betslip-match-header {
    width: 100%;
}
#root .tab-events app-betslip-match-header,
#root .tab-multiple app-betslip-match-header,
#root .tab-events app-betslip-outright-header,
#root .tab-multiple app-betslip-outright-header {
    margin-top:-8px;
}
#root .bet-container .bet-details-odds {
    height: auto;
    flex: 0 1 100%;
    max-width: 100%;
    padding: 4px 4px;
    background-color: #dae0e3;
    align-items: flex-start;
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-shadow: var(--ds-stroke);
    
}

#root .bet-container .bet-details-odds .bet-match-info {
    flex: 1 1 auto;
    min-width: 0%;
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    padding: 0 4px;
    max-width: 100%;
}

#root .bet-container .bet-details-odds .bet-match-info .bet-match-tournament-info {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-wrap: nowrap;
    color: black;
}

#root .bet-container .bet-details-odds .bet-match-info .bet-match-tournament-info .bet-match-category {
    white-space: nowrap;
    width: auto;
}

#root .desktop .bet-container .bet-details-odds .bet-match-info .bet-match-tournament-info {
    flex: 0 1;
    min-width: 0;
}

#root .bet-container .bet-details-odds .bet-match-info .bet-match-tournament-info > div {
    opacity: 0.7;
    line-height: 13px;
    font-size:1.1rem;
    font-weight: 600;
    margin: 0 4px 0 0;
}

#root .bet-container .bet-details-odds .bet-match-info .bet-match-tournament-info .bet-match-tournament {
    min-width: 0;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
}
#root .betslip .banker, #root .betslip .group, #root .betslip .bet-min-combinations {
    margin: 4px 4px;
    min-width: 24px;
    height: 24px;
    text-align: center;
    border: solid 1px var(--c-shade);
    border-radius: 2px;
    background-color: rgb(122 140 150);
    opacity: 1;
    font-weight: 600;
    padding:unset
}
#root .bet-match-date-time {
    align-items: center;
    background-color: #dae0e3;
    color: #000000;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    padding: 1px 10px;
}

#root .bet-match-date-time .bet-match-date {
    margin-right: 6px;
}

#root .betslip-match-content {
    width: 100%;
    display: flex;
}

#root .bet-container .bet-live-selection {
    font-size: 1rem;
    background-color: #53b1fb;
    width: 100%;
    display: flex;
    color: var(--c-white);
    justify-content: flex-start;
    padding: 0 8px 0 10px;
    text-transform: uppercase;
}

#root .bet-container .bet-live-selection.match-suspended {
    background-color: var(--c-red);
}

#root .bet-container .bet-live-selection.match-suspended > * {
    color: var(--c-white-e);
}

#root .bet-container .bet-live-selection .live-label {
    color: #bd0013;
    font-weight: bold;
}

#root .bet-container .bet-live-selection > * {
    display: inline-flex;
    margin: 0 8px 0 0;
    color: black
}

#root .bet-container .bet-live-selection.match-suspended .suspended-label {
    color: var(--c-white);
    font-weight: 600;
    order: -1;
}

#root .bet-container .bet-actions {
    display: inline-flex;
    height: auto;
    padding: 4px;
    flex: 1 1 auto;
    align-items: flex-start;
    flex-direction: row;
}

#root .bet-container .bet-actions .bet-remove {
    margin: 4px;
    background: url(/v1.013/r/images/site/icons/Remove_Selection.svg) center center no-repeat;
    background-color: var(--c-shade);
    background-size: 20px;
    opacity: 0.8;
    min-width: 24px;
    height: 24px;
}

#root .bet-container .bet-actions .bet-match-details {
    flex: 1 1 auto;
    min-width: 0%;
    margin: auto 4px auto 0;
    font-size: 13px;
    line-height: 16px;
    flex-wrap: wrap;
    white-space: normal;
    font-weight: 600
}

#root .bet-container .bet-actions .bet-match-selection {
    flex: 1 1 auto;
    min-width: 0%;
    margin: auto 4px;
    font-size: 13px;
    line-height: 16px;
    flex-wrap: wrap;
    white-space: normal;
}

#root .bet-container .bet-actions .bet-odds-inline.bet-odds-values {
    display: inline-flex;
    flex-wrap: nowrap;
    font-weight: bold;
    flex-direction: column-reverse;
    height: 31px;
    margin: 0;
}

#root .betslip .bet-actions .bet-odds-inline .bet-odds {
    color: var(--c-primary);
    margin: auto;
}
#root .bet-odds-values .bet-old-odds {
    text-decoration: line-through;
    font-weight: 400;
    opacity: 0.6;
    text-align: right;
    padding: 0 4px;
    order: 2;
    font-style: italic;
    position:relative;
    right:0;
}
#root .betslip-container .system-odds-wrapper .block-value, #root .betslip-container .group-odds .block-value, #root .betslip .bet-actions .bet-odds-inline .bet-odds, #root .group-odds-wrapper .block-value {
    font-weight: 600;
    font-size: 13px;
    width: auto;
    margin: auto 0;
    line-height: 12px;
    text-align: right;
}

#root .bet-container .bet-stake-payout {
    display: flex;
}

#root .multiple-container {
    background-color: var(--c-primary-c);
}
#root .betslip-container .multiple-container .multiple-header {
    
    align-items: center;
    padding-left: 10px;
    height: 30px;
    font-weight: 600;
    display: none;
}
#root .header-titles-container {
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
    padding: 0px 4px;
    background-color: var(--c-shade);
}
#root .header-titles-container .multiple-type, 
#root .header-titles-container .system-type {
    width: 100px;
    left: 8px;
    text-align: left;
}
#root .header-titles-container .header-element {
    color: var(--c-white-e);
    text-indent: 0;
    position: absolute;
    opacity: 0.6;
    line-height: 20px;
}
#root .header-titles-container .multiple-lines, #root .header-titles-container .system-lines {
    width: 32px;
    left: 108px;
}
#root .header-titles-container .multiple-odds, #root .header-titles-container .system-odds {
    right: 75px;
    width: 80px;
    text-align: right;
}
#root .header-titles-container .multiple-stake, #root .header-titles-container .system-stake {
    width: 72px;
    right: 10px;
    text-align: right;
}
#root .betslip-container .multiple-container .multiple-wrapper {
    background-color: var(--c-primary-c);
    color: var(--c-white-e);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 4px;
    position:relative;
    height: 40px;
}
#root .betslip-container .multiple-container .multiple-wrapper .value-block {
    position: absolute;
    height: 40px;
}
#root .betslip-container .multiple-container .multiple-wrapper .multiple-type, #root .betslip-container .systems-container .system-type-wrapper .block-value {
    width: 90px;
}
#root .betslip-container .multiple-container .multiple-wrapper .multiple-lines, #root .betslip-container .systems-container .system-lines-wrapper .block-value {
    width: 30px;
    left: 108px;
    text-align: right;
}
#root .betslip-container .multiple-container .multiple-wrapper .multiple-odds, #root .betslip-container .systems-container .systems-wrapper .system-odds {
    width: 80px;
    right: 90px;
    text-align: right;
}
#root .betslip-container .multiple-container .multiple-wrapper .amount-input {
    order: 2;
}
#root .betslip-container .multiple-container .multiple-wrapper .multiple-stake, #root .betslip-container .multiple-container .systems-wrapper .systems-stake {
    position: absolute;
    right: 0px;
}
#root .betslip-container .multiple-container .multiple-wrapper .multiple-payout, #root .betslip-container .systems-container .systems-wrapper .system-payout {
    display: none;
}
#root .betslip-container .value-block-wrapper {
    height: 100%;
    flex: 0 0 auto;
    letter-spacing: 0.3px;
    align-items:center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: inline-flex;
}
#root .betslip-container .multiple-container .multiple-wrapper .multiple-type .block-value {
    text-align: left;
    height: 100%;
    line-height: 40px;
}

#root .betslip-container .systems-container {
    background-color: var(--c-primary-c);
    color: var(--c-white-e);
    display: block;
}
#root .betslip-container .systems-container .system-header {
    font-size: 13px;
    white-space: normal;
    letter-spacing: 0.25px;
    font-weight: 600;
    display: none;
    padding-top: 6px;
    padding-left: 6px;
    height: 30px;
}
#root .betslip-container .systems-container .header-titles-container {
    display: flex;
    justify-content: left;
 
}
#root .betslip-container .systems-container > div.ng-star-inserted:nth-child(even) {
    background-color: var(--c-shade);
}
#root .stake-wrapper .system-active {
    margin: 0 5px;
    width:unset;
    display:inline-block
}
#root .betslip-container .system-lines, #root .betslip-container .group-lines, #root .betslip-container .group-system-lines {
    flex: 1 1 100%;
    min-width: auto;
    height: 30px;
    flex-direction: column;
}
#root .betslip-container .systems-container .stake-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 8px;
    align-items: center
}
#root .systems-global-stakes .system-lines .block-label,#root .global-stakes-title {
    display: none;
}
#root .systems-global-stakes {
    display: flex;
    height: unset;
    justify-content: center;
    padding: 5px;
}
#root .betslip-container .systems-global-stakes app-value-block {
    height: unset;
    flex: unset;
}
#root .systems-global-stakes .system-lines-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 8px;
    margin: 0 10px 0 0px;
}
#root .systems-global-stakes app-amount-input {
    width: calc(50% - 45px);
}
#root .total-system,#root .all-systems {
    position: relative;
}
#root .systems-global-stakes .numeric-input-wrapper .currency-symbol {
    position: absolute;
    bottom: 7px;
    left: 5px;
}
#root .systems-global-stakes .numeric-input-wrapper input {
    height: 30px;
    bottom: 0px;
    top: unset;
    background-color: var(--c-shade);
    padding-top: 2px;
    color: var(--c-white-e);
}
#root app-amount-input > div.all-systems,#root  app-amount-input > div.total-system.systems-stake {
    display: flex;
    flex-direction: column;
    height: 50px;
    width: 100%;
    background-color:unset;
    border:unset;
    max-width:unset;
}
#root .systems-global-stakes app-amount-input:first-of-type + div {
    display: flex;
    align-items: flex-end;
    padding-bottom: 8px;
    margin: 0 10px;
}
#root app-amount-input > div > span {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#root app-amount-input > div {
    padding: 0 2px;
    margin: 4px;
    min-width: 80px;
    max-width: 80px;
    height: 32px;
    position: relative;
    font-size: 0.9rem;
    border: 1px solid var(--c-shade-b);
    opacity: 0.8;
    border-radius: var(--r);
    background-color: var(--c-shade);
}
#root .betslip .stake.zero-value .numeric-input-wrapper {
    opacity: .7;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    background-color: transparent;
    border: none;
    margin-right: unset;
    width: 100%;
}

#root .betslip-events-wrapper app-amount-input .numeric-input-wrapper span {
    color: var(--c-text-dark);
}

#root app-amount-input .stake .currency-symbol {
    position: absolute;
    left: 4px;
    top: 8px;
    font-weight: 400;
}

#root app-amount-input input {
    width: 100%;
    margin-right: unset;
    font-weight: bold;
    font-size: 1rem;
    text-align: right;
    height: 30px;
    line-height: 30px;
    -webkit-appearance: none;
    color: var(--c-text-dark);
    padding: 0 5px;
    border-radius: 2px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    border:unset;
}

#root .betslip-events-wrapper app-amount-input .stake.zero-value input {
    color: var(--c-black);
    opacity: 0.5;
}

#root .betslip-events-wrapper app-amount-input .stake.zero-value input::placeholder {
    color: var(--c-black)
}

#root .betslip .stake.input-active, 
#root .desktop .betslip .stake.input-active:hover, 
#root .betslip .stake.multiple-stake, 
#root .betslip .stake.systems-stake,
#root .betslip .all-systems.systems-stake.input-active input,
#root .betslip .total-system.systems-stake.input-active input{
    border: 1px solid var(--c-emphasis);
    background-color: var(--c-white-e);
    color: var(--c-text-dark);
}

#root .betslip-container .betslip-totals {
    padding: 4px;
    display: flex;
    flex-wrap: wrap;
    background: var(--c-primary-c);
    border-top: 1px solid var(--c-background);
    font-size: 13px;
    border-radius: 0 0 4px 4px;
    margin: 0 0 -4px 0;
    justify-content: center;
}

#root .betslip-container .betslip-totals .total-lines, #root .betslip-container .betslip-totals .total-stake, #root .betslip-container .betslip-totals .total-payout {
    display: inline-flex;
    height: auto;
    flex: 1 1 100%;
    flex-direction: column;
    padding: 0 6px 4px 6px;
    text-align: left;
}

#root .betslip-container .betslip-totals .value-block {
    position: relative;
    order: -1;
}

#root .betslip-container .value-block-wrapper, #root .mobile-betslip-view .value-block-wrapper {
    height: 100%;
    flex: 0 0 auto;
    letter-spacing: 0.3px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: inline-flex;
}

#root .betslip-container .betslip-totals .block-label {
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.9rem;
    opacity: 0.7;
    margin: 0 0 2px 0;
    color: var(--c-white);
    height: 14px;
}

#root .betslip-container .betslip-totals .block-value {
    font-weight: 600;
    font-size: 1em;
    color: var(--c-white);
    text-align: left;
}

#root .betslip-container .betslip-totals .total-payout-wrapper .block-value {
    color: #ffe005;
    font-size: 14px;
    font-weight: 700;
    float: right;
    text-align: right;
}

#root .betslip-container .betslip-totals .checkbox-wrapper {
    order: 2;
    height: 36px;
    display: inline-flex;
    flex: 0 0 50%;
    color: var(--c-white);
    line-height: 14px;
    padding: 2px;
    white-space: normal;
    align-content: flex-start;
    align-items: center;
    width: 100%;
}

#root .betslip-container .betslip-totals .check-box {
    height: 24px;
    width: 24px;
    margin: 4px 6px 4px 0;
    flex: 0 0 24px;
    -webkit-appearance: none;
    border: solid 1px var(--c-shade);
    background: var(--c-shade);
    border-radius: 2px;
    min-height: 24px;
}
#root .betslip-container .confirm-bet-wrapper {
    width:100%;
    display:flex;
}
#root .betslip-container .confirm-bet-wrapper .cancel-bet, #root .betslip-container .confirm-bet-wrapper .cancel-bet + .confirm-form-group {
    flex: 1 1 50%;
}
#root .betslip-container .betslip-totals button.place-bet, #root .betslip-container .betslip-totals .place-bet {
    display: inline-block;
    width: 100%;
    min-height: 36px;
    background-color: var(--c-green);
    margin: 4px 2px;
    border: 0;
    font-size: 19px;
    font-weight: bold;
    border-radius: 2px;
    color: var(--c-white);
    box-shadow: var(--ds-button);
    position: relative;
    padding: unset;
}

#root .betslip-container .betslip-totals .place-bet.place-bet-disabled {
    color: var(--c-tint-b);
    opacity: 0.8;
    background: var(--c-shade);
    border: 1px solid var(--c-shade);
}

#root .betslip-container .betslip-totals .place-bet.place-bet-disabled .place-bet-message {
    display: none;
}

#root .betslip-container .betslip-totals .place-bet.place-bet-disabled .place-disabled-reason {
    display: inline-flex;
    position: relative;
    color: var(--c-white);
    margin: auto 0;
    font-weight: 400;
    line-height: 18px;
    opacity: 1;
    font-size: 0.9rem;
    height: 14px;
    letter-spacing: 0.5px;
    text-align: center;
}

#root .betslip-container .betslip-totals .place-bet.place-bet-disabled .place-disabled-reason:before {
    position: relative;
    display: inline-flex;
    margin: auto 4px;
    height: 100%;
    content: url(/v1.013/r/images/site/icons/Warning_Small.svg);
    width: 18px;
}
#root .betslip-empty-message {
    padding: 16px;
    white-space: normal;
}
#root .empty-betslip {
    display: flex;
    justify-content: center;
    padding: unset;
}
.bet-error {
    display:flex;
    padding:5px;
    color:var(--c-text-light);
    text-align:center;
    border:1px solid var(--c-red);
    align-items:center;
}
.bet-close-error {
    background-image:url(/v1.071/r/images/site/icons/Close-tiny.svg);
    background-position:center;
}