.stp-game-player,
.leaderboard-row {
    border-radius: 8px;
    display: flex
}

.leaderboard_player-name,
.leaderboard_player-rank {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 150%;
    text-transform: capitalize
}

.fade {
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show),
.stp-tournament-slide.flip .stp-tournament-slide-body:before {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s
}

.collapsing.collapse-horizontal {
    height: auto;
    transition: width .35s;
    width: 0
}

@media (prefers-reduced-motion:reduce) {

    .collapsing,
    .collapsing.collapse-horizontal,
    .fade {
        transition: none
    }
}


.icon-document svg, .pagination-next svg, .pagination-prev svg, .icon-graph svg, .icon-close-alt svg, .icon-history svg, .schedule-card-trigger_indicator svg {
    width: 22px;
    height: 22px;
    overflow: visible;
    margin-left: 0.2em;
    margin-right: 0.2em;
    fill: var(--stp-color-text);
}

.stp-game-player {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -10px;
    min-height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
    width: 100%
}

.stp-game-player-backdrop {
    filter: blur(2px);
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.stp-game-player iframe {
    aspect-ratio: 16/9;
    border: 0;
    box-shadow: none;
    height: calc(100vh - 140px);
    max-width: 100%;
    order: unset;
    outline: 0;
    width: auto
}

.leaderboard {
    display: flex;
    flex-direction: column;
}

.leaderboard-row {
    align-items: center;
    background: var(--stp-color-card-bg-lighter);
    display: flex;
    margin: 8px 0;
    padding: 16px
}

.leaderboard-row.highlight {
    border: 2px solid var(--stp-color-primary);
}

.leaderboard_player {
    align-items: center;
    display: flex;
    flex: 9
}

.leaderboard_player-rank {
    align-items: center;
    color: var(--stp-color-val);
    display: flex;
    margin-right: 16px;
    text-align: center
}

.leaderboard_player-name {
    color: var(--stp-color-text-sub);
    margin-left: 8px
}

.leaderboard_info {
    display: flex;
    flex: 2;
    flex-direction: column
}

.leaderboard_info-label,
.prizecard_info_label {
    color: var(--stp-color-label);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 100%;
    text-transform: uppercase
}

.leaderboard_info-val {
    color: var(--stp-color-text-sub);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 100%;
    padding-top: 6px;
    text-transform: capitalize
}

@media (max-width:767.98px) {
    .leaderboard-row {
        flex-wrap: wrap
    }

    .leaderboard_player {
        flex: 1 1 50%;
        max-width: 50%
    }

    .leaderboard_info {
        flex: 1 1 50%;
        flex-direction: row;
        justify-content: flex-end;
        margin: 10px 0;
        max-width: 50%
    }

    .leaderboard_info:nth-child(3) {
        justify-content: flex-start;
        margin-top: 10px
    }

    .leaderboard_info:nth-child(4) {
        margin-top: 10px
    }

    .leaderboard_info-label {
        margin-right: 8px
    }

    .leaderboard_info-val {
        padding-top: 0
    }
}

.leaderboard_info:nth-child(2),
.prizecard_info-cell:first-child {
    align-items: flex-start;
    text-align: left
}

.leaderboard_info:nth-child(3),
.prizecard_info-cell:nth-child(2) {
    align-items: center;
    text-align: center
}

.leaderboard_info:nth-child(4),
.prizecard_info-cell:nth-child(3) {
    align-items: flex-end;
    text-align: right
}

.pagination,
.pagination-page,
.socrecard_spins-spinner {
    align-items: center;
    display: flex
}

.leaderboard.leaderboard-row.highlight.leaderboard_info.leaderboard_info-val,
.leaderboard.leaderboard-row.highlight.leaderboard_player.leaderboard_player-rank,
.leaderboard.leaderboard-row.leaderboard_info:nth-child(4).leaderboard_info-val,
.results-card_prize-val {
    color: var(--stp-color-primary)
}

.pagination {
    justify-content: center
}

.pagination-prev {
    cursor: pointer;
    transform: rotate(180deg)
}

.pagination-next.disabled,
.pagination-prev.disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none
}

.pagination-next {
    cursor: pointer;
}

.pagination-next svg, .pagination-prev svg {
    fill: var(--stp-color-val);
}

.pagination-page {
    background: var(--stp-color-pagination-bg);
    border: 2px solid var(--stp-color-card-bg-lighter);
    border-radius: 8px;
    color: var(--stp-color-val);
    font-size: 16px;
    font-weight: 500;
    height: 39px;
    justify-content: center;
    letter-spacing: .08em;
    line-height: 23px;
    margin: 8px;
    text-align: center;
    text-transform: uppercase;
    width: 39px
}

.pagination-page.active,
.pagination-page:focus,
.pagination-page:hover {
    background: var(--stp-color-pagination-hover);
    border: 1px solid var(--stp-color-pagination-border)
}

.pagination-page:focus,
.pagination-page:hover {
    cursor: pointer;
    opacity: .5
}

.prizecard,
.results-card {
    background: var(--stp-color-card-bg-lighter);
    border-radius: 8px;
    padding: 16px
}

.prizecard-container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.prizecard-wrapper {
    flex: 1;
    margin: 16px
}

.prizecard,
.prizecard_info-cell {
    flex-direction: column;
    display: flex
}

.prizecard_player-name,
.prizecard_player-rank {
    display: flex;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 150%;
    margin: 8px;
    text-align: center;
    text-transform: capitalize
}

.prizecard {
    height: 100%;
    text-align: center
}

.prizecard_player {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: -56px
}

.prizecard_player-det {
    display: flex
}

.prizecard_player-name {
    align-items: center;
    color: var(--stp-color-text-sub);
    font-size: 20px
}

.prizecard_player-rank {
    align-items: center;
    font-size: 20px
}

.prizecard_info {
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin-top: -32px
}

.prizecard_info_val {
    color: var(--stp-color-text-sub);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 100%;
    margin-top: 6px;
    text-transform: capitalize
}

.prizecard-wrapper:first-child {
    margin-left: 0
}

.prizecard-wrapper:first-child .prizecard_player-rank {
    color: var(--stp-color-golden)
}

.prizecard-wrapper:nth-child(2) .prizecard_player-rank {
    color: var(--stp-color-silver)
}

.prizecard-wrapper:nth-child(3) {
    margin-right: 0
}

.prizecard-wrapper:nth-child(3) .prizecard_player-rank,
.ts-leaderboard-card.ts-leaderboard-card_row.highlight.ts-leaderboard-card_player.ts-leaderboard-card_player-name,
.ts-leaderboard-card.ts-leaderboard-card_row.highlight.ts-leaderboard-card_player.ts-leaderboard-card_player-rank,
.ts-leaderboard-card.ts-leaderboard-card_row.highlight.ts-leaderboard-card_prize,
.ts-leaderboard-card.ts-leaderboard-card_row.highlight.ts-leaderboard-card_score {
    color: var(--stp-color-highlight)
}

.results,
.results-card_summary,
.stp-tournament-card-container {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.results-card_summary {
    flex: 4
}

.results-card {
    align-items: center;
    display: flex;
    margin: 4px 0;
    z-index: 2
}

.results-card:focus,
.results-card:hover {
    background: var(--stp-color-card-hover);
    cursor: pointer
}

.results-card_status {
    align-self: flex-start;
    flex: 2
}

.results-card_status-label,
.stp-tournament-leaderboard.stp-tournament-leaderboard-header.stp-tournament-leaderboard-header_status,
.stp-tournament-slide-header_status {
    background: var(--stp-color-card-bg-light);
    border-radius: 38px;
    color: var(--stp-color-text-sub);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 17px;
    padding: 4px 8px;
    text-transform: uppercase
}

.results-card_status-label.running:before,
.schedule-card-trigger_status.running:before,
.stp-tournament-leaderboard.stp-tournament-leaderboard-header.stp-tournament-leaderboard-header_status.running:before,
.stp-tournament-slide-header_status.running:before {
    background: var(--stp-color-running);
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 4px;
    width: 10px
}

.results-card_status-label.upcoming:before,
.schedule-card-trigger_status.upcoming:before,
.stp-tournament-leaderboard.stp-tournament-leaderboard-header.stp-tournament-leaderboard-header_status.upcoming:before,
.stp-tournament-slide-header_status.upcoming:before {
    background: var(--stp-color-upcoming);
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 4px;
    width: 10px
}

.results-card_summary-tag {
    color: var(--stp-color-val);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 120%;
    text-transform: uppercase
}

.results-card_summary-title {
    align-items: center;
    color: var(--stp-color-text);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 130%;
    margin-top: 4px;
    text-transform: capitalize
}

.results-card_endtime,
.results-card_position,
.results-card_prize {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.results-card_endtime-label,
.results-card_position-label,
.results-card_prize-label {
    color: var(--stp-color-label);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 100%;
    text-transform: uppercase
}

.results-card_endtime-val,
.results-card_position-val,
.results-card_prize-val {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 100%;
    margin-top: 4px;
    text-transform: capitalize
}

.results-card_endtime-val,
.results-card_position-val {
    color: var(--stp-color-text-sub)
}

.schedule-card-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 16px 0
}

.schedule-card-trigger {
    align-items: center;
    background: var(--stp-color-card-bg-lighter);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 10px 16px
}

.schedule-card,
.schedule-card-trigger:hover {
    background: var(--stp-color-card-bg)
}

.schedule-card-trigger_status {
    border-radius: 38px;
    color: var(--stp-color-text-sub);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 22px;
    padding: 4px 8px;
    text-transform: uppercase
}

.schedule-card-trigger.collapsed .schedule-card-trigger_indicator {
    transform: rotate(90deg);
    transition: transform .5s
}

.schedule-card-trigger_indicator {
    font-size: 24px;
    transform: rotate(270deg);
    transition: transform .5s
}

.schedule-card {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    margin: 4px 0
}

.schedule-card_hero {
    align-items: center;
    align-self: stretch;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: auto;
    justify-content: center;
    padding: 8px;
    width: 159px
}

.schedule-card_hero-img {
    height: auto;
    width: 150px
}

.schedule-card_details,
.scorecard_name,
.stp-tournament-card-container .stp-tournament-card_details,
.stp-tournament-card-container .stp-tournament-card_result {
    align-items: center;
    display: flex;
    flex: 1
}

.schedule-card_summary {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 12px;
    justify-content: center;
    margin: 8px;
    text-align: left
}

.schedule-card_summary-tag,
.stp-tournament-card-container .stp-tournament-card_summary-tag {
    color: var(--stp-color-val);
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    margin: 4px 0;
    text-transform: uppercase
}

.schedule-card_summary-title,
.stp-tournament-card-container .stp-tournament-card_summary-title {
    color: var(--stp-color-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    margin: 4px 0;
    text-transform: capitalize
}

.schedule-card_summary-duration {
    align-items: center;
    color: var(--stp-color-label);
    display: flex;
    font-size: 12px;
    font-weight: 400;
    justify-content: center;
    letter-spacing: .08em;
    line-height: 17px;
    margin: 4px 0;
    text-transform: uppercase
}

.schedule-card_prizepool-label,
.schedule-card_prizepool-val {
    line-height: 120%
}

.schedule-card_summary-duration_title {
    margin-right: 4px
}

.schedule-card_summary-durationstrong,
.stp-tournament-card-container .stp-tournament-card_summary-duration strong,
.stp-tournament-leaderboard.stp-tournament-leaderboard-header.stp-tournament-leaderboard-header_counterstrong,
.stp-tournament-slide-header_counter strong {
    color: var(--stp-color-text);
    font-weight: 700
}

.schedule-card_prizepool {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 3vw
}

.schedule-card_prizepool-label {
    color: var(--stp-color-highlight);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase
}

.schedule-card_prizepool-val,
.scorecard_name-user {
    letter-spacing: .08em;
    text-align: center;
    text-transform: capitalize
}

.schedule-card_prizepool-val {
    color: var(--stp-color-highlight);
    font-size: 20px;
    font-weight: 900
}

.schedule-card_action,
.stp-tournament-card-container .stp-tournament-card_action {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px;
    width: 100%
}

.schedule-card_action .btn {
    padding: 6px 32px;
    width: 100%
}

.scorecard {
    align-items: center;
    background: var(--stp-color-card-bg);
    display: flex;
    padding: 8px;
    width: 100%
}

.scorecard_name-user {
    color: var(--stp-color-text-sub);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%
}

.scorecard_score,
.scorecard_spins {
    align-items: center;
    display: flex;
    margin: 0 .5vw
}

.scorecard_position-label,
.scorecard_score-label,
.scorecard_spins-label {
    color: var(--stp-color-label);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 100%;
    padding: 0 4px;
    text-transform: uppercase
}

.socrecard_spins-spinner_level {
    background: var(--stp-color-label);
    border-radius: 1px;
    display: inline-block;
    height: 4px;
    margin: 0 8px;
    position: relative;
    width: 15vw
}

.socrecard_spins-spinner_level .socrecard_spins-spinner_level-leveler {
    background: var(--stp-color-primary);
    border-radius: 1px;
    display: inline-block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0
}

.scorecard_position-value,
.scorecard_score-value,
.socrecard_spins-spinner .socrecard_spins-spinner-count {
    color: var(--stp-color-text-sub);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 100%;
    padding: 0 4px;
    text-transform: capitalize
}

.scorecard_position {
    align-items: center;
    display: flex;
    margin: 0 0 0 .5vw
}

@media (max-width:767.98px) {
    .prizecard-wrapper {
        flex: 0 0 auto;
        margin: 16px 0
    }

    .prizecard_player {
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
        top: 0
    }

    .prizecard_player-det,
    .prizecard_player-rank {
        flex: 1
    }

    .prizecard_player-name {
        font-size: 16px
    }

    .prizecard_info {
        margin-top: 10px
    }

    .prizecard-wrapper:first-child,
    .prizecard-wrapper:nth-child(3) {
        margin: initial
    }

    .prizecard-container {
        flex-wrap: wrap
    }

    .results-card_summary {
        margin: 10px 0;
        order: 4
    }

    .results-card_endtime {
        flex-direction: row;
        justify-content: space-between;
        order: 5
    }

    .results-card {
        flex-direction: row;
        flex-wrap: wrap
    }

    .schedule-card_details,
    .schedule-card_summary-duration {
        flex-direction: column
    }

    .schedule-card_summary {
        align-items: stretch;
        text-align: center
    }

    .schedule-card_summary-duration_title {
        margin-bottom: 4px;
        margin-right: 0
    }

    .scorecard {
        justify-content: space-between
    }

    .scorecard_name,
    .socrecard_spins-spinner_level {
        display: none
    }

    .scorecard_position-label,
    .scorecard_position-value,
    .scorecard_score-label,
    .scorecard_score-value,
    .scorecard_spins-label,
    .socrecard_spins-spinner .socrecard_spins-spinner-count {
        font-size: 12px
    }
}

.scorecard_position-value:before {
    content: '#'
}

@media (max-width:575.98px) {
    .stp-game-player {
        flex-direction: column-reverse;
        height: auto;
        max-height: calc(100vh - 80px);
        min-height: unset
    }

    .stp-game-player iframe {
        aspect-ratio: unset;
        height: calc(1.7 * (100vw - 30px));
        order: unset;
        width: calc(100vw - 30px)
    }

    .scorecard {
        flex-wrap: wrap
    }
}

.stp-titlebar {
    align-items: center;
    display: flex;
    margin: 32px 0
}

.stp-titlebar_title {
    color: var(--stp-color-title);
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin: 0;
    text-transform: capitalize
}

@media (max-width:767.98px) {
    .stp-titlebar {
        align-items: flex-start;
        flex-direction: column;
        margin: 16px 0
    }

    .stp-titlebar .btn {
        align-self: inherit;
        margin: 10px 0
    }

    .stp-tournament-card-container .stp-tournament-card_details {
        flex-direction: column
    }
}

.stp-titlebar.inner,
.stp-titlebar.sub {
    align-items: flex-start;
    flex-direction: column
}

.stp-titlebar.inner .stp-titlebar_title {
    font-size: 18px
}

.stp-titlebar .btn {
    margin-bottom: -4px
}

.stp-tournament-card {
    align-items: flex-start;
    background: var(--stp-color-card-bg);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin: 4px 0
}

.stp-tournament-card-container .stp-tournament-card:nth-child(2) {
    margin-top: 0
}

.stp-tournament-card-container .stp-tournament-card:last-child {
    margin-bottom: 0
}

.stp-tournament-card-container .stp-tournament-card_hero {
    align-items: center;
    align-self: stretch;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px 0 0 8px;
    display: flex;
    height: auto;
    justify-content: center;
    padding: 5px 40px;
    width: 159px
}

.stp-tournament-card-container .stp-tournament-card_hero-img {
    height: auto;
    max-width: unset;
    width: 150px
}

.stp-tournament-card-container .stp-tournament-card_summary {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 12px;
    justify-content: center;
    margin: 8px;
    text-align: center
}

.stp-tournament-card-container .stp-tournament-card_action .btn {
    padding: 6px 24px;
    width: 100%
}

@media (min-width:768px) {

    .schedule-card_hero,
    .stp-tournament-card-container .stp-tournament-card_hero {
        margin-right: 8px
    }

    .schedule-card_hero-img,
    .stp-tournament-card-container .stp-tournament-card_hero-img {
        height: 85px;
        width: auto
    }

    .schedule-card_action {
        display: contents;
        flex: 0 0 auto;
        padding-right: 16px;
        width: 16.66667%
    }

    .schedule-card_action .btn {
        padding: 6px 40px
    }

    .stp-tournament-card-container .stp-tournament-card {
        align-items: center;
        flex-direction: row
    }

    .stp-tournament-card-container .stp-tournament-card_action {
        padding-right: 16px;
        width: unset
    }

    .stp-tournament-card-container .stp-tournament-card_action .btn {
        padding: 6px 24px
    }
}

.stp-tournament-card-container .stp-tournament-card_summary-duration {
    color: var(--stp-color-label);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 17px;
    margin: 4px 0;
    text-transform: uppercase
}

.stp-tournament-card-container .stp-tournament-card_result_cell-label {
    color: var(--stp-color-val);
    font-size: 12px;
    letter-spacing: .08em;
    line-height: 18px;
    text-transform: uppercase
}

.stp-tournament-card-container .stp-tournament-card_result_cell-val {
    color: var(--stp-color-text);
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize
}

.stp-tournament-card-container .stp-tournament-card_result_cell {
    margin: 8px
}

.stp-tournament-card-container.sm .stp-tournament-card .stp-tournament-card_summary {
    margin: 8px 16px
}

.stp-tournament-leaderboard {
    align-items: stretch;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 32px 0;
    overflow: hidden
}

.stp-tournament-leaderboard .stp-tournament-leaderboard-header {
    align-items: center;
    background: var(--stp-color-card-bg-lighter);
    display: flex;
    justify-content: space-between;
    padding: 10px 16px
}

.stp-tournament-leaderboard.stp-tournament-leaderboard-header.stp-tournament-leaderboard-header_counter,
.stp-tournament-slide-header_counter,
.ts-prizepool-card.ts-prizepool-card_pool.ts-prizepool-card_cell.ts-prizepool-card_label {
    color: var(--stp-color-slide-label);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 100%;
    text-transform: uppercase
}

.stp-tournament-leaderboard .stp-tournament-leaderboard_body {
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 8px 8px;
    display: flex;
    padding: 2em 4em;
    position: relative
}

.stp-tournament-leaderboard .stp-tournament-leaderboard_body:before,
.stp-tournament-slide-body:before {
    background: linear-gradient(180deg, var(--stp-color-overlay-1) 0, var(--stp-color-overlay-2) 11.98%, var(--stp-color-overlay-3) 39.58%, var(--stp-color-overlay-3) 100%);
    content: '';
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.stp-tournament-leaderboard.stp-tournament-leaderboard_body.stp-tournament-leaderboard_body-cell {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    z-index: 1
}

.stp-tournament-leaderboard .stp-tournament-leaderboard_logo {
    height: 166px;
    margin-bottom: 16px;
    width: auto
}

.stp-tournament-leaderboard .stp-tournament-leaderboard_tag,
.stp-tournament-slide-tag {
    color: var(--stp-color-val);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase
}

.stp-tournament-leaderboard .stp-tournament-leaderboard_title {
    align-items: center;
    color: var(--stp-color-text);
    display: flex;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 150%;
    text-align: center;
    text-transform: capitalize
}

.stp-tournament-leaderboard .stp-tournament-leaderboard-prizepool {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 24px
}

.stp-tournament-leaderboard.stp-tournament-leaderboard-prizepool.stp-tournament-leaderboard-prizepool_val,
span.stp-tournament-slide-prizepool_val {
    color: var(--stp-color-highlight);
    font-size: 32px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize
}

.stp-tournament-leaderboard.stp-tournament-leaderboard-prizepool.stp-tournament-leaderboard-prizepool_label {
    background: linear-gradient(90deg, var(--stp-color-primary) 0, var(--stp-color-primary-accent) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 120%;
    text-align: center;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-transform: uppercase
}

.stp-tournament-leaderboard .stp-tournament-leaderboard-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.stp-tournament-leaderboard.stp-tournament-leaderboard-info.stp-tournament-leaderboard-info-row {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 5px
}

.stp-tournament-leaderboard.stp-tournament-leaderboard-info.stp-tournament-leaderboard-info-row.stp-tournament-leaderboard-info_label {
    color: var(--stp-color-slide-label);
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase
}

.stp-tournament-leaderboard.stp-tournament-leaderboard-info.stp-tournament-leaderboard-info-row.stp-tournament-leaderboard-info_val {
    color: var(--stp-color-text-sub);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 100%;
    margin-left: 100px;
    text-transform: capitalize
}

.stp-tournament-slide {
    align-items: stretch;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.stp-tournament-slide-header {
    align-items: center;
    background: var(--stp-color-card-bg-lighter);
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 16px
}

.stp-tournament-slide-body {
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    padding: 80px 16px;
    position: relative;
    width: 100%
}

img.stp-tournament-slide-logo {
    height: auto;
    width: 200px
}

.stp-tournament-slide-body_cell:first-child {
    color: var(--stp-color-text);
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 16px;
    text-align: center;
    width: 90%
}

.stp-tournament-slide-prizepool,
.stp-tournament-slide-title {
    align-items: center;
    display: flex;
    letter-spacing: .08em;
    text-align: center
}

@media (max-width:767.98px) {
    .stp-tournament-card-container .stp-tournament-card {
        flex-direction: row
    }

    .stp-tournament-card-container .stp-tournament-card_summary-title {
        margin: 12px 0
    }

    .stp-tournament-leaderboard .stp-tournament-leaderboard_body {
        flex-direction: column;
        padding: 16px
    }

    .wl-tournament-slide-container {
        min-width: calc(100% - 30px) !important
    }

    .stp-tournament-slide-body {
        flex-direction: column-reverse
    }

    .stp-tournament-slide-body_cell:first-child {
        padding: initial
    }

    .results-card_status {
        flex: 0 0 50%
    }

    .results-card_summary {
        align-items: flex-end;
        flex: 0 0 50%;
        margin: 0;
        order: unset;
        text-align: right
    }

    .results-card_endtime,
    .results-card_position,
    .results-card_prize {
        flex: 0 0 100%;
        flex-direction: row;
        justify-content: space-between;
        margin: 4px 0
    }

    .results-card_position-val,
    .results-card_prize-val {
        margin: 0
    }
}

.stp-tournament-slide-title {
    color: var(--stp-color-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    padding: 8px;
    text-transform: capitalize
}

.stp-tournament-slide-prizepool {
    color: var(--stp-color-highlight);
    flex-direction: column;
    font-size: 15px;
    font-weight: 400;
    justify-content: center;
    line-height: 120%;
    text-transform: uppercase
}

.stp-tournament-slide-actions {
    align-items: center;
    display: flex;
    margin: 10px
}

.stp-tournament-slide-actions .btn-primary,
.stp-tournament-slide-actions .btn-tertiary {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 23px;
    margin: 0 15px;
    padding: 8px 62px;
    text-transform: uppercase
}

a.stp-tournament-slide-actions_action {
    align-items: center;
    background: var(--stp-color-card-bg-lighter);
    border: 1px solid var(--stp-color-primary);
    border-radius: 8px;
    box-sizing: border-box;
    color: var(--stp-color-primary) !important;
    display: flex;
    font-size: 20px;
    justify-content: center;
    padding: 2px
}

a.stp-tournament-slide-actions_action svg {
    fill: var(--stp-color-primary) !important;
}

a.stp-tournament-slide-actions_action:hover svg {
    fill: var(--stp-color-text) !important;
}

a.stp-tournament-slide-actions_action:hover {
    background: var(--stp-color-primary) !important;
    color: var(--stp-color-text) !important;
    cursor: pointer
}

.stp-tournament-slide-body_cell {
    z-index: 1
}

.stp-tournament-slide.flip {
    background: var(--stp-color-card-bg-lighter);
    border-radius: 8px
}

.stp-tournament-slide.flip .stp-tournament-slide-body {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 16px
}

.stp-tournament-slide.flip .stp-tournament-slide-body .stp-tournament-slide-actions {
    justify-content: space-between;
    margin: 16px 0;
    width: 100%
}

.ts-info-card,
.ts-leaderboard-card {
    display: flex;
    flex-direction: column;
    width: 100%
}

.ts-info-card .ts-info-card_title,
.ts-leaderboard-card .ts-leaderboard-card_title,
.ts-prizepool-card .ts-prizepool-card_title {
    border-bottom: 2px solid var(--stp-color-tertiary);
    color: var(--stp-color-text-sub);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 120%;
    margin: 8px 0;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase
}

.ts-info-card .ts-info-card_row,
.ts-leaderboard-card .ts-leaderboard-card_row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 8px 0
}

.ts-info-card .ts-info-card_row .ts-info-card_label {
    color: var(--stp-color-slide-label);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 100%;
    margin-right: 10px;
    text-align: left;
    text-transform: uppercase
}

.ts-info-card .ts-info-card_row .ts-info-card_val,
.ts-prizepool-card.ts-prizepool-card_pool.ts-prizepool-card_cell.ts-prizepool-card_val {
    color: var(--stp-color-text-sub);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 100%;
    text-transform: capitalize
}

.ts-info-card .ts-info-card_row .ts-info-card_val {
    text-align: right
}

.ts-prizepool-card {
    display: flex;
    flex-direction: column;
    margin: 16px 0;
    min-width: 50%;
    width: 100%
}

.ts-prizepool-card .ts-prizepool-card_pool {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ts-prizepool-card .ts-prizepool-card_pool .ts-prizepool-card_cell {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    width: calc(50% - 20px);
}

.ts-prizepool-card.ts-prizepool-card_pool.ts-prizepool-card_cell:nth-child(2n-1) {
    padding-left: 0
}

.ts-prizepool-card.ts-prizepool-card_pool.ts-prizepool-card_cell:nth-child(2n) {
    padding-right: 0
}

.ts-leaderboard-card .ts-leaderboard-card_row .ts-leaderboard-card_player {
    display: flex;
    flex: 2;
    margin-right: 4px;
    overflow: hidden
}

.ts-leaderboard-card .ts-leaderboard-card_row .ts-leaderboard-card_player .ts-leaderboard-card_player-rank {
    color: var(--stp-color-slide-label);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 100%;
    margin-right: 4px;
    text-transform: uppercase
}

.ts-leaderboard-card .ts-leaderboard-card_row .ts-leaderboard-card_player .ts-leaderboard-card_player-name {
    color: var(--stp-color-text-sub);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 100%;
    text-transform: uppercase
}

.ts-leaderboard-card .ts-leaderboard-card_row .ts-leaderboard-card_score {
    color: var(--stp-color-article);
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 100%;
    margin: 0 4px;
    text-transform: uppercase
}

.ts-leaderboard-card .ts-leaderboard-card_row .ts-leaderboard-card_prize {
    color: var(--stp-color-text-sub);
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 100%;
    margin: 0 4px;
    text-align: right;
    text-transform: capitalize
}

.ts-leaderboard-card .ts-leaderboard-card_row.highlight {
    border-top: 1px solid var(--stp-color-border);
    padding-top: 8px
}

.verify_result {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    z-index: 10;
    color: var(--stp-color-text);
}

[data-game-play-page] {
	position: relative;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

[data-game-play-overlay] {
	top: 0;
    position: absolute;
    left: 0;
    display: flex;
    width: 100%;
    height: 70vh;
    align-items: center;
    justify-content: center;
}

.verify_result-message {
    align-items: center;
    background-color: var(--stp-color-card-bg);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 250px;
    min-width: 400px;
    padding: 16px;
    position: relative
}


.scored p {
    color: white;
}

.scored {
    color: var(--stp-color-highlight);
    display: block;
    font-size: 32px;
    font-weight: 600
}


.ts-prizepool-card_val,
.wl-btn-primary {
    color: var(--stp-color-text)
}

.spinner {
    display: inline-block;
    height: 80px;
    position: relative;
    width: 80px
}

.spinner div {
    animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite spinner;
    transform-origin: 40px 40px
}

.wl-tournament-slide-container {
    display: flex;
    margin: 0 15px;
    min-width: calc(50% - 30px)
}

.stp-tournament-slides {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 15px
}

.wl-btn-primary {
    background-color: var(--stp-color-primary);
    border: 1px solid var(--stp-color-primary);
    border-radius: 6px;
    box-shadow: none;
    flex: 1;
    line-height: 18px;
    margin: 0 10px;
    outline: 0;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
}

.stp-tournament-slides::-webkit-scrollbar {
    cursor: pointer;
    height: 8px;
    width: 4px
}

.stp-tournament-slides::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(238 238 238);
    cursor: pointer
}

.stp-tournament-slides::-webkit-scrollbar-thumb {
    background-color: var(--stp-color-primary);
    border-radius: 16px;
    cursor: pointer;
    outline: 1px solid var(--stp-color-primary)
}

@media (max-width:767.98px) {
    .wl-tournament-slide-container {
        min-width: calc(100% - 30px) !important
    }
}

.wl-result-collapsed {
    background: var(--stp-color-collapsed);
    margin-top: -16px;
    padding: 16px
}

.results-card_status-label.ended:before {
    background: var(--stp-color-danger);
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 4px;
    width: 10px
}

.country-block-card {
    background: var(--stp-color-primary) border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 32px
}

.country-block-card_message,
.country-block-card_title {
    font-style: normal;
    margin-bottom: 15px;
    color: var(--stp-color-text)
}

.country-block-card_title {
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    margin-top: 24px
}

.country-block-card_message {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%
}
.stp-tournament-slides .wl-tournament-slide-container:only-child {
    width: 100%;
}
.stp-modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }
 
  .stp-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #fff;
    width: 40%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }
 
  @-webkit-keyframes animatetop {
    0% {
      top: -300px;
      opacity: 0;
    }
 
    100% {
      top: 0;
      opacity: 1;
    }
  }
 
  @keyframes animatetop {
    0% {
      top: -300px;
      opacity: 0;
    }
 
    100% {
      top: 0;
      opacity: 1;
    }
  }
 
  .close {
    float: right;
    position: relative;
    top: 10px;
  }
 
  .close:hover,
  .close:focus {
    color: #000;
    cursor: pointer;
  }
 
  .stp-modal-header {
    padding: 2px 16px;
    text-align: center;
    background-color: #ffffff;
    color: white;
  }
 
  .stp-modal-footer {
    padding: 13px 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #fff;
  }
 
  .stp-modal-body {
    padding: 16px 70px;
    display: flex;
    justify-content: center;
  }
 
  .stp-tournament-label {
    color: #000;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
  }
 
  .stp-tournament-code-input {
    padding: 9px;
  }
 
  .stp-tournament-enter-code {
    background-color: #ffffff;
    color: #000;
    text-align: center;
    font-size: 16px;
    width: 100px;
    padding: 10px;
    transition: background-color 0.25s linear;
  }
 
  .stp-tournament-code-block {
    display: flex;
    flex-direction: column;
  }
 
  .stp-tournament-code-error {
    color:#e6271b;
    font-size: 15px;
    margin: 5px 0;
  }
 
  .stp-submit {
    background-color: rgb(240, 85, 119);
    border: 1px solid rgb(240, 85, 119);
    border-radius: 6px;
    box-shadow: none;
    line-height: 18px;
    margin: 0 10px;
    outline: 0;
    padding: 11px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
  }
 
  @media (max-width:767.98px) {
    .stp-modal-content {
      width: 100%;
    }
    .stp-tournament-enter-code {
        padding: 5px;
    }
  }