#root .quickbetslip.link {
    position: fixed;
    bottom: 56px;
    left: 0;
    width: 100%;
    color: #fff;
    background: var(--c-primary);
    box-shadow: var(--ds-2p-top);
    height: auto;
    z-index: 30;
}

#root .quickbetslip.link .quick-container > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#root .quickbetslip.link .betslip-shortcut-container, #root .quickbetslip.link .quick-container .title-container {
    color: var(--c-white);
    background: var(--c-primary-b);
    height: auto;
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 8px;
    border-radius: 2px;
    padding: 4px;
    border-top: 1px solid var(--c-tint-b);
}

#root .quickbetslip.link .betslip-shortcut-container .betslip-odds, .quick-container .bet-odds {
    color: var(--c-white-e);
    margin: auto 4px;
    line-height: 16px;
    order: 1;
}

#root .bet-group,#root .system-details {
    width: fit-content;
    display: inline-block;
}

#root .quickbetslip.link .betslip-shortcut-container .betslip-clear {
    background: url(/v1.001/r/images/site/icons/Trash_Can.svg) center center no-repeat;
    color: #fff0;
    opacity: 0.7;
    height: 24px;
    width: 24px;
    margin: 8px;
    order: 3
}

#root .quickbetslip.link .quick-container {
    height: auto;
}

#root .quick-container .bet-container {
    display: inline-flex;
    color: var(--c-black);
    flex: 1 1 100%;
    background: var(--c-primary-b);
    overflow: unset;
    height: auto;
}

#root .quickbetslip.link .quick-container .bet-container .bet-group-wrapper {
    width: auto;
}

#root .quickbetslip.link .quick-container .bet-container .bet-group-wrapper .bet-group {
    width: auto;
    margin: 4px 0;
}

#root .quickbetslip.link .quick-container .bet-container .bet-group-wrapper .bet-group .match {
    width: auto;
    line-height: 12px;
    color: var(--c-white);
}

#root .quickbetslip.link .quick-container .bet-container .bet-group-wrapper .bet-group .match label.description {
    font-size: 1rem;
    font-weight: 600;
    width: auto;
    letter-spacing: 0.5px;
    margin: auto 0;
    line-height: 1rem;
}

#root .quickbetslip.link .quick-container .bet-container .bet-group-wrapper .bet-group .market-selection {
    font-size: 1rem;
    font-weight: 600;
    width: auto;
    flex: 0 1 auto;
    margin: 4px 0 0 0;
    color: var(--c-white-e);
}

#root .quickbetslip.link .quick-container .bet-container .bet-group-wrapper .bet-group .market-selection .selection {
    font-weight: 700;
}

#root .quick-container .bet-odds-values {
    height: 100%;
    padding: 0 4px;
    display: flex;
    flex-direction: column;
}

#root .bet-odds-inline {
    width: unset;
}

#root .quickbetslip.link .quick-container .title-container .betslip-clear {
    background: url(/v1.001/r/images/site/icons/Trash_Can.svg) center center no-repeat;
    color: #fff0;
    opacity: 0.7;
    width: 24px;
    height: 24px;
    margin: 8px;
}

#root .quickbetslip.link .quick-container .place-bet-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    background: var(--c-primary);
    margin: 0 8px 8px 8px;
    flex-direction: row;
}

#root .quickbetslip.link .quick-container .place-bet {
    height: 40px;
    background: var(--c-green);
    border-radius: 2px;
    -webkit-appearance: none;
    border: none;
    color: var(--c-white);
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    flex: 10 1 0%;
    max-width: 50%;
    min-width: 60px;
    letter-spacing: 0.5px;
    box-shadow: var(--ds-button);
    order: 2;
    position: relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}

#root .quickbetslip.link .quick-container .place-bet-wrapper .winnings {
    margin: 0 4px;
    width: auto;
    display: flex;
    flex-direction: column;
    order: 1;
    flex: 1 0 auto;
    border: 1px solid var(--c-shade);
    border-radius: 2px;
    height: 40px;
    padding-right: 4px;
}

#root .quickbetslip.link .quick-container .place-bet-wrapper .winnings label {
    letter-spacing: 0.5px;
    text-align: right;
}

#root .quickbetslip.link .quick-container .place-bet-wrapper .winnings .winnings-description {
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    color: var(--c-white);
    opacity: 0.7;
}

#root .quickbetslip.link .quick-container .place-bet-wrapper .winnings .winnings-amount {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    font-weight: 500;
}

#root .quickbetslip.link .quick-container .place-bet-wrapper .bet-stake-wrapper {
    order: 0;
    height: 40px;
    border: 1px solid var(--c-shade);
    background: var(--c-primary-c);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    padding: 0 4px 0 0;
    flex: 1 0 auto;
    min-width: 80px;
}

#root .quickbetslip.link .quick-container .bet-stake-wrapper label {
    text-align: right;
}

#root .quickbetslip.link .quick-container .bet-stake-wrapper .stake {
    line-height: 16px;
    font-size: 12px;
    color: var(--c-white);
    opacity: 0.7;
}

#root .quickbetslip.link .quick-container .bet-stake-wrapper .currency {
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #ffe005;
}

#root  app-num-pad {
    min-width: 100%;
    order: 2;
}

#root  .num-pad-container {
    width: 100%;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    margin: 4px 0 0 0;
    position: relative;
    justify-content: center;
}
app-stake-presets {
    width:100%;
}
#root  .num-pad-container .elements {
    margin-bottom: 4px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: auto;
    color: var(--c-white)
}

#root  .num-pad-container .elements .element {
    background: var(--c-primary-c);
    color: var(--c-white);
    border-radius: 2px;
    line-height: 35px;
    margin: 2px;
    height: 35px;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    border: 0;
    box-shadow: var(--ds-button);
    border: 1px solid var(--c-white);
    text-align:center;
}

#root  .num-pad-container .presets .preset-button {
    background: #02141d;
}

#root  .num-pad-container .elements.numbers {
    width: 80%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#root  .num-pad-container .elements.numbers .element {
    width: calc(20% - 5px);
}

#root  .quick-container .num-pad-container .elements.other {
    width: 15%;
    flex-direction: column;
    position: relative;
}

#root  .quick-container .num-pad-container .elements.other .element {
    width: 100%;
}

#root  .num-pad-container .elements .element.button-0 {
    position: absolute;
    right: 2px;
    bottom: 0px;
    transform: translate(calc(-100% - 2px));
    ; width: 100%
}

#root  .num-pad-container .other-button.button-backspase {
    color: transparent;
    position: relative;
}

#root  .num-pad-container .other-button.button-backspase::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: url(/v1.001/r/images/site/icons/backspace.svg) center center no-repeat;
}

#root  .num-pad-container .control .element {
    background: var(--c-primary-d);
}

#root  .quickbetslip .confirm-details-wrapper {
    background-color: var(--c-primary-d);
    margin: 0px 8px 8px;
    display: flex;
    padding: 4px;
    align-items: center;
    border-radius: 2px;
}

#root  .quickbetslip .confirm-details-wrapper .value-block.bet-type {
    flex: 1 1 25%;
    text-align: left;
}

#root  .quickbetslip .confirm-details-wrapper .value-block-wrapper, #root  .quickbetslip .confirm-details-wrapper .block-value {
    display: flex;
    flex-direction: column;
}

#root  .quickbetslip .confirm-details-wrapper .block-label {
    color: var(--c-white);
    line-height: 1;
    font-size: 1.1rem
}

#root  .quickbetslip .confirm-details-wrapper .block-value {
    font-size: 1.1rem;
    color: #ffe005;
    font-weight: 600;
    align-items: flex-end;
    line-height: 1;
}

#root  .quickbetslip .confirm-details-wrapper .value-block.bet-type .block-value {
    align-items: flex-start;
}

#root .quickbetslip.link .quick-container .confirm-bet-wrapper {
    justify-content: space-between;
}

#root .confirm-bet-wrapper {
    background: var(--c-primary);
   
}

#root .confirm-bet-wrapper .cancel-bet, #root .confirm-bet-wrapper .confirm-bet {
    min-height: 40px;
    border-radius: 2px;
    -webkit-appearance: none;
    border: none;
    color: var(--c-white);
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    box-shadow: var(--ds-button);
}

#root .confirm-bet-wrapper .cancel-bet, #root .confirm-bet-wrapper .cancel-bet + .confirm-form-group {
    flex: 0 0 calc(50% - 2px);
}

#root .confirm-bet-wrapper .cancel-bet {
    background: var(--c-tint);
    order: 1;
    margin:0px;
}

#root .confirm-bet-wrapper .confirm-bet {
    background: var(--c-green);
    width: 100%;
    transition: 1s;
    margin:0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#root .confirm-bet-wrapper .confirm-bet i {
    min-width:17px;
    height:17px;
    display:block;
    background-image: url(/v1.071/r/images/site/icons/app-spinner.svg);
    background-position:center;
    background-size:16px;
    background-repeat:no-repeat;
    animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
#root .mobile .mobile-betslip-view .num-pad-container .elements.numbers {
    width: 70%;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#root .mobile  .mobile-betslip-view .num-pad-container .elements.other {
    width: 30%;
    flex-direction: column;
    position: relative;
}
#root .mobile  .mobile-betslip-view .num-pad-container .elements.other .element {
    width: calc(50% - 5px);
}
#root .mobile .mobile-betslip-view .num-pad-container .elements.other .element.button-enter {
    position: absolute;
    right: 0px;
    height: calc(100% - 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
}

#root .mobile .mobile-betslip-view .num-pad-container .elements.other .element.button-enter::before {
    content: "OK";
    color: white;
    margin-left: 10px;
}


#root .mobile .mobile-betslip-view .num-pad-container .elements .element.button-0 {
    position: absolute;
    right: 2px;
    bottom: 0px;
    transform: translate(-225%);
    width: 45%;
}

#root .mobile-betslip-view .num-pad-container .elements .button-enter {
    background: #007ad9;
    color: var(--c-primary);
    min-width: 32.2%;
}