﻿.betslip-bonus {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 4px;
    color: var(--system-text-on-elevation-primary);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5
}

.betslip-bonus, .betslip-bonus__percentage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.betslip-bonus__percentage {
    gap: 8px
}

.betslip-bonus__bonus-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    font-size: 12px
}

.betslip-bonus__currency {
    color: var(--system-text-on-elevation-tertiary);
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2
}

.user-balance {
    padding: 0 12px;
    background-color: var(--system-bg-elevation-layer-1)
}

.user-balance__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0
}

.user-balance__row, .user-balance__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user-balance__title {
    gap: 12px
}

.user-balance__wallet-icon {
    color: var(--system-graphics-on-elevation-secondary)
}

.user-balance__text {
    color: var(--system-text-on-elevation-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize
}

.user-balance__deposit-button {
    gap: 2px;
    color: var(--component-button-text-secondary-default);
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase
}

.betslip-bonus-checkbox, .user-balance__deposit-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.betslip-bonus-checkbox {
    gap: 4px
}

.betslip-bonus-checkbox__toggle {
    cursor: pointer
}

.betslip-bonus-checkbox__toggle--disabled {
    cursor: not-allowed;
    opacity: .4
}

.betslip-bonus-checkbox__label {
    color: var(--system-text-on-elevation-secondary);
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2
}

.betslip-bonus-checkbox .info-icon {
    color: var(--system-graphics-on-elevation-secondary)
}

.bonus-toggle-container {
    padding: 0 12px 8px;
    background-color: var(--system-bg-elevation-layer-1);
    color: var(--system-text-on-elevation-primary)
}

.bonus-toggle-container .bonus-toggle {
    padding: 15px 8px 12px;
    border-radius: 6px;
    background-color: var(--system-bg-elevation-body)
}

.bonus-toggle-container .bonus-toggle.active {
    background-color: var(--system-bg-elevation-layer-2)
}

.bonus-toggle-container .bonus-toggle-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.bonus-toggle-container .bonus-toggle-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.bonus-toggle-container .bonus-toggle-message {
    font-weight: 400;
    font-size: 12px
}

.bonus-toggle-container .bonus-toggle-value {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5
}

.bonus-toggle-container .bonus-toggle-binary-switcher {
    border-radius: 4px;
    border: 1px solid var(--system-border-on-elevation-secondary);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

    .bonus-toggle-container .bonus-toggle-binary-switcher .binary-switcher__button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        padding: 7px 14px;
        background-color: var(--system-bg-elevation-layer-1);
        color: var(--system-text-on-elevation-secondary);
        -webkit-transition: background-color .2s ease;
        transition: background-color .2s ease;
        -webkit-transition: color .2s ease;
        transition: color .2s ease
    }

        .bonus-toggle-container .bonus-toggle-binary-switcher .binary-switcher__button:first-child, .bonus-toggle-container .bonus-toggle-binary-switcher .binary-switcher__button:last-child {
            border-radius: 4px
        }

    .bonus-toggle-container .bonus-toggle-binary-switcher .btn.binary-switcher__button__selected {
        background-color: var(--system-bg-success);
        color: var(--system-text-on-color-primary);
        font-weight: 600
    }

    .bonus-toggle-container .bonus-toggle-binary-switcher .binary-switcher__button:first-child.binary-switcher__button__selected {
        background-color: var(--system-bg-neutral)
    }

.bonus-toggle-container .bonus-toggle-error {
    margin-top: 10px
}

.betslip-change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 12px;
    padding: 12px;
    border-top: 1px solid var(--system-border-on-elevation-tertiary)
}

.betslip-change .change-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px
}

.betslip-change .change-event-name {
    color: var(--system-text-on-elevation-secondary);
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4;
    white-space: wrap
}

.betslip-change .change-odds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.betslip-change .change-odd {
    color: var(--system-text-on-elevation-secondary);
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4
}

.betslip-change .change-odd--old {
    color: var(--system-text-on-elevation-tertiary);
    text-decoration: line-through
}

.betslip-change .change-actions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.betslip-change .change-action {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: unset;
    text-transform: capitalize
}

.betslip-changes__auto-update {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 8px
}

.betslip-changes__auto-update-label, .betslip-changes__auto-update {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.betslip-changes__auto-update-label {
    gap: 4px;
    color: var(--system-text-on-elevation-tertiary);
    font-weight: 400;
    font-size: 10px;
    line-height: 1.4
}

.betslip-changes__auto-update-icon {
    color: var(--system-graphics-on-elevation-tertiary);
    cursor: pointer
}

.betslip-changes__auto-update-toggle {
    cursor: pointer
}

.betslip-changes__cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--component-overlay-bg)
}

.betslip-changes__wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--system-bg-elevation-layer-1);
    border-top-right-radius: var(--radius-md,6px);
    border-top-left-radius: var(--radius-md,6px)
}

.betslip-changes__title {
    padding: 12px;
    color: var(--system-text-on-elevation-primary);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    text-transform: capitalize
}

.betslip-changes__auto-update-switch .sb-toggle-switch__button:after, .betslip-changes__auto-update-switch .sb-toggle-switch__button:before, .betslip-changes__auto-update-switch .sb-toggle-switch__text-wrapper {
    height: 32px !important
}

.payment-summary {
    padding: 8px 4px 12px
}

.payment-summary__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px
}

.payment-summary__icon {
    color: var(--system-graphics-on-elevation-secondary)
}

.payment-summary__title {
    color: var(--system-text-on-elevation-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 18px
}

.payment-summary__divider {
    margin-bottom: 4px
}

.payment-summary__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 8px
}

.payment-summary__label {
    color: var(--system-text-on-elevation-secondary);
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase
}

.payment-summary__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--system-text-on-elevation-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: right
}

.payment-summary__currency {
    margin-left: 4px;
    text-transform: uppercase
}

.betslip-selection-odd, .payment-summary__currency {
    color: var(--system-text-on-elevation-secondary);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px
}

.betslip-selection-odd {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 104px;
    min-height: 32px;
    padding-inline: 8px
}

.betslip-selection-odd--locked {
    color: var(--system-text-on-elevation-disabled)
}

.betslip-selection-odd--compact {
    min-height: 24px
}

.betslip-selection-odd__name {
    margin-right: 4px;
    text-align: left
}

.betslip-selection-odd__name--hidden {
    display: none
}

.betslip-selection-odd__value {
    height: 16px;
    margin-left: auto;
    line-height: 16px;
    font-weight: 600
}

.betslip-selection-odd__indicator {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    opacity: 0
}

.betslip-selection-odd__indicator svg {
    display: none
}

.betslip-selection-odd.down1 .betslip-selection-odd__indicator, .betslip-selection-odd.down2 .betslip-selection-odd__indicator {
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    -webkit-animation: indicator-down-data-v-035abe90 2.5s ease-in-out .1s forwards;
    animation: indicator-down-data-v-035abe90 2.5s ease-in-out .1s forwards
}

.betslip-selection-odd.down1 .betslip-selection-odd__indicator svg, .betslip-selection-odd.down2 .betslip-selection-odd__indicator svg {
    display: block
}

.betslip-selection-odd.up1 .betslip-selection-odd__indicator, .betslip-selection-odd.up2 .betslip-selection-odd__indicator {
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    -webkit-animation: indicator-up-data-v-035abe90 2.5s ease-in-out .1s forwards;
    animation: indicator-up-data-v-035abe90 2.5s ease-in-out .1s forwards
}

.betslip-selection-odd.up1 .betslip-selection-odd__indicator svg, .betslip-selection-odd.up2 .betslip-selection-odd__indicator svg {
    display: block
}

@-webkit-keyframes indicator-down-data-v-035abe90 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-3px,-3px);
        transform: translate(-3px,-3px)
    }

    5% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    70% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        opacity: 0
    }
}

@keyframes indicator-down-data-v-035abe90 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-3px,-3px);
        transform: translate(-3px,-3px)
    }

    5% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    70% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes indicator-up-data-v-035abe90 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-3px,3px);
        transform: translate(-3px,3px)
    }

    5% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    70% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        opacity: 0
    }
}

@keyframes indicator-up-data-v-035abe90 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-3px,3px);
        transform: translate(-3px,3px)
    }

    5% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    70% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        opacity: 0
    }
}

.event-competitor-compact {
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: var(--system-text-on-elevation-primary)
}

.betslip-selection-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    background-color: var(--system-bg-elevation-layer-1)
}

.betslip-selection-card--compact {
    padding: 8px 12px;
    gap: 4px
}

.betslip-selection-card .tooltip-wrapper {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.betslip-selection-card .super-advantage-badge--top + .tooltip {
    -webkit-transform: translate(-140px,42px);
    transform: translate(-140px,42px)
}

.betslip-selection-card__time-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.betslip-selection-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden
}

.betslip-selection-card__bottom {
    gap: 8px
}

.betslip-selection-card__bottom, .betslip-selection-card__competitors-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.betslip-selection-card__competitors-section {
    gap: 4px;
    padding-right: 8px;
    min-width: 0
}

.betslip-selection-card__scores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.betslip-selection-card .betslip-selection-card__market-name {
    margin-right: auto
}

.betslip-selection-card__odd-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.betslip-selection-card__delete {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: transparent;
    margin-left: 4px;
    padding: 0;
    border: 0;
    border-radius: 2px;
    cursor: pointer
}

.betslip-selection-card__delete .delete-icon {
    color: var(--system-graphics-on-elevation-danger)
}

.betslip-selection-card__delete:focus-visible {
    outline: 1px solid var(--system-border-on-elevation-secondary);
    background-color: var(--system-bg-elevation-layer-2)
}

.betslip-selection-card__compact {
    display: none
}

.betslip-selection-card__compact-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 16px
}

.stake-breakdown {
    color: var(--system-text-on-elevation-primary);
    text-align: right;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2
}

.stake-breakdown .currency-amount {
    font-weight: 600;
    font-size: 10px
}

.stake-breakdown .breakdown-label {
    color: var(--system-text-on-elevation-secondary)
}

.user-balance {
    padding: 0 12px;
    background-color: var(--system-bg-elevation-layer-1)
}

.user-balance__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0
}

.user-balance__row, .user-balance__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user-balance__title {
    gap: 12px
}

.user-balance__wallet-icon {
    color: var(--system-graphics-on-elevation-secondary)
}

.user-balance__text {
    color: var(--system-text-on-elevation-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize
}

.user-balance__deposit-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    color: var(--component-button-text-secondary-default);
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase
}

.superbonus-progress-bar {
    position: relative;
    width: 100%;
    padding: 8px 0
}

.superbonus-progress-bar__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 8px;
    background-color: var(--system-bg-elevation-layer-2);
    overflow: hidden;
    cursor: pointer
}

.superbonus-progress-bar__filled {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: var(--component-super-bonus-bg-progress-bar);
    border-right: 1px solid var(--system-border-on-elevation-secondary)
}

.superbonus-progress-bar__section {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    border-right: 1px solid var(--system-border-on-elevation-secondary);
    background-color: transparent;
    pointer-events: none;
    z-index: 1
}

    .superbonus-progress-bar__section:last-child {
        border-right: none
    }

.superbonus-progress-bar__icon {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: var(--system-bg-elevation-layer-1);
    border-radius: 50%;
    -webkit-filter: drop-shadow(0 2px 4px rgba(0,0,0,.2));
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.2));
    color: var(--system-bg-brand);
    cursor: pointer
}

.superbonus {
    padding-bottom: 4px;
    background-color: var(--system-bg-elevation-layer-1);
    border-top-right-radius: var(--radius-md,6px);
    border-top-left-radius: var(--radius-md,6px)
}

.superbonus--ineligible {
    background-color: var(--system-bg-elevation-warning)
}

.superbonus .bonus-icon {
    margin-right: 8px;
    color: var(--system-bg-brand)
}

.superbonus .help-icon {
    color: var(--system-graphics-on-elevation-tertiary)
}

.superbonus__badge {
    margin-right: 8px
}

.superbonus__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 8px 12px
}

.superbonus__header-text {
    color: var(--system-text-on-elevation-primary);
    font-weight: 600;
    font-size: 12px;
    line-height: 16px
}

.superbonus__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 12px
}

.superbonus__top .icon-bonus {
    margin-right: 4px
}

.superbonus__top .help-icon {
    margin-left: auto;
    cursor: pointer
}

.superbonus__message {
    color: var(--system-text-on-elevation-primary);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px
}

.superbonus__message--locked {
    margin-right: 8px
}

.superbonus__message--not-eligible {
    margin-right: 12px;
    color: var(--system-text-on-elevation-secondary)
}

.superbonus__min-odd, .superbonus__percentage, .superbonus__selections-left {
    font-weight: 700
}

.superbonus__title-unlocked {
    color: var(--system-text-on-elevation-primary);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px
}

.superbonus__bottom {
    padding: 0 12px 8px 12px
}

/*# sourceMappingURL=src_app_modules_shared_betSlip_BetSlip_vue-_785b1.e4071af8.css.map*/
