.lobby-banner-picture {
    width: 100%;
    height: 100%
}

.lobby-banner-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: var(--aspect-ratio)
}

.lobby-banner {
    --gradient-color: #80462d;
    --gradient-color-2: #ffea81;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 21/9
}

.lobby-banner--vip {
    border: 2px solid rgba(0,0,0,0);
    background: linear-gradient(var(--color-background-page), var(--color-background-page)) padding-box,linear-gradient(260.92deg, var(--gradient-color) 15.61%, var(--gradient-color-2) 73.28%, var(--gradient-color) 94.48%) border-box
}

.lobby-banner--vip .lobby-banner__text>* {
    background: linear-gradient(260.15deg, var(--gradient-color-2) 22.88%, var(--gradient-color) 122.42%);
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0)
}

.lobby-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.lobby-banner__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 12px;
    height: 100%;
    position: relative;
    z-index: 1
}

.lobby-banner__text {
    max-width: 50%
}

.lobby-banner__text>* {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.mobile .lobby-banners {
    padding: 0
}

.desktop .lobby-banners__banner {
    padding: 0 4px
}

.lobby-banners .m-slider__scroll-box {
    --scroll-padding: var(--section-padding-l);
    scroll-padding: var(--scroll-padding);
    padding: 0 var(--scroll-padding);
    gap: calc(var(--scroll-padding)/2)
}

.desktop .lobby-banners .m-slider__scroll-box {
    --scroll-padding: 0
}
.bets-filters.m-tabs {
    border-bottom: none
}

.bets-filters.m-tabs .m-tabs-item {
    flex: none
}

.bets-type-switch {
    min-width: 288px
}

.bets-type-switch-small {
    width: 100%
}

.bets-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid var(--color-dark-grey-2);
    margin-bottom: 12px
}

@media(min-width: 768px) {
    .bets-header {
        margin-bottom:16px
    }
}

.bets-header-small {
    flex-direction: column-reverse
}

.bets-table-live {
    min-height: 300px
}

.bets-table {
    animation: fade .6s ease-in;
    min-height: 400px
}

.bets-table .m-currency-converted {
    min-width: initial !important
}

.bets-table__no-data {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: var(--color-mid-grey-5);
    padding: 8px 16px
}

.bets-body {
    min-width: 100%;
    overflow-x: auto;
    background-color: var(--base-background)
}

.bets-body--shown {
    min-height: 400px
}

.bets-spinner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 422px
}

.mobile .bets-spinner-box {
    min-height: 540px
}

.bets-filters.m-tabs {
    border-bottom: none
}

.bets-filters.m-tabs .m-tabs-item {
    flex: none
}

.bets-type-switch {
    min-width: 288px
}

.bets-type-switch-small {
    width: 100%
}

.bets-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid var(--color-dark-grey-2);
    margin-bottom: 12px
}

@media(min-width: 768px) {
    .bets-header {
        margin-bottom:16px
    }
}

.bets-header-small {
    flex-direction: column-reverse
}

.bets-table-live {
    min-height: 300px
}

.bets-table {
    animation: fade .6s ease-in;
    min-height: 400px
}

.bets-table .m-currency-converted {
    min-width: initial !important
}

.bets-table__no-data {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: var(--color-mid-grey-5);
    padding: 8px 16px
}

.bets-body {
    min-width: 100%;
    overflow-x: auto;
    background-color: var(--base-background)
}

.bets-body--shown {
    min-height: 400px
}

.bets-spinner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 422px
}

.mobile .bets-spinner-box {
    min-height: 540px
}
@media(min-width: 768px) {
    .bets-table-wrapper .bets-table-row,.bets-table-wrapper .bets-table-header {
        grid-template-columns:150px 98px repeat(auto-fit, minmax(98px, 1fr))
    }
}

@media(min-width: 960px) {
    .bets-table-wrapper .bets-table-row,.bets-table-wrapper .bets-table-header {
        grid-template-columns:280px 200px repeat(auto-fit, minmax(90px, 1fr))
    }
}

.bets-table-wrapper__small .bets-table-row,.bets-table-wrapper__small .bets-table-header {
    grid-template-columns: minmax(60%, 1fr) minmax(110px, max-content)
}

.bets-game {
    cursor: pointer;
    display: inline-grid;
    grid-template-columns: max-content auto;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    overflow: hidden;
    position: relative
}

.bets-game:hover {
    color: var(--color-pr500)
}

.bets-game-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: -2px
}

.bets-game-media {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 4px
}

.mobile .bets-game-media {
    width: 32px;
    height: 32px
}

.bets-game-media img,.bets-game-media video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: opacity .2s
}

.bets-game-media img[preloading=true],.bets-game-media video[preloading=true] {
    opacity: .25
}

.bets-game-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.bets-payout {
    font-weight: 700;
    font-size: 12px;
    text-align: right;
    width: 100%
}

.bets-payout-green {
    font-weight: 700;
    color: var(--color-su500)
}

.bets-payout .m-currency-converted {
    text-align: right
}

.bets-payout .m-currency-converted-hidden {
    right: 0;
    left: unset
}

.bets-payout .m-currency-converted-primary {
    justify-content: flex-end
}

.bets-player {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 1px;
    color: var(--color-light-grey-1)
}

.bets-player--clickable {
    cursor: pointer
}

.bets-player-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.bets-small-payout {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
    gap: 4px;
    position: relative
}

.bets-small-payout-top {
    display: flex;
    gap: 4px
}

.bets-small-payout .m-currency-converted {
    text-align: right
}

.bet-time {
    font-weight: 500;
    font-size: 12px;
    color: var(--color-mid-grey-3)
}

.bets-table-row {
    --bet-row-background: var(--color-dark-grey-0);
    --bet-row-gradient: var(--gradient-dark-grey-0-right);
    display: grid;
    grid-auto-flow: column;
    border-radius: 4px;
    height: 40px;
    padding: 0 16px;
    background: var(--bet-row-background);
    gap: 4px;
    cursor: pointer;
    width: 100%
}

.bets-table-row--small {
    height: 48px;
    margin-bottom: 6px;
    padding: 0 8px
}

.bets-table-row--odd {
    --bet-row-background: var(--color-dark-grey-1);
    --bet-row-gradient: var(--gradient-dark-grey-1-right);
    border-radius: 8px
}

.bets-table-cell {
    display: flex;
    align-items: center;
    color: var(--color-white);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap
}

.bets-table-cell:not(:last-child) {
    overflow: hidden
}

.bets-table-cell:last-child {
    justify-content: flex-end
}

.bets-table-cell:not(:last-child):not(.bets-table-cell-bet) {
    position: relative
}

.bets-table-cell:not(:last-child):not(.bets-table-cell-bet)::after {
    content: "";
    position: absolute;
    width: 20px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: var(--bet-row-gradient)
}

.bets-table-cell .m-currency-converted {
    pointer-events: none
}

.bets-table-live {
    --row-height: 40px;
    position: relative;
    width: 100%;
    overflow: hidden
}

.mobile .bets-table-live {
    --row-height: 48px
}

.bets-table-live__container {
    width: 100%;
    margin-top: calc(0px - var(--row-height));
    position: relative;
    overflow-anchor: none
}

.slide-list-move,.slide-list-enter-active,.slide-list-leave-active {
    transition: all .4s ease-out
}

.slide-list-leave-active {
    position: absolute
}

.bets-table-header {
    background: rgba(0,0,0,0);
    display: grid;
    grid-auto-flow: column;
    padding: 6px 16px 7px
}

.bets-table-header .bets-table-cell {
    font: var(--font-body-regular-s);
    font-variant-numeric: var(--font-variant-numeric)
}

.bets-table-header .bets-table-cell-payout {
    text-align: right
}
