.svelte-app {
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    align-items: stretch;
}

.main-width main {
    display: inline-block;
    width: 100%;
    height: calc(100% - 50px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}

.game-container {
    position: relative;
    margin: 0 auto 15px auto;
    max-width: 1200px;
    width: 100%;
}

.tournamentHeader.svelte-e02fys {
    display: grid;
    column-gap: 30px;
    grid-template-columns: 1fr 1.3fr 1fr;
    margin-bottom: 40px;
    margin-top: 35px;
}

.tournamentInfoActive.svelte-ic5hp7.svelte-ic5hp7 {
    padding: 8px 10px 8px 20px;
    background: #20273a;
}

.tournamentInfo.svelte-ic5hp7.svelte-ic5hp7 {
    display: flex;
    align-items: center;
    border-radius: 15px;
}

.howToStart.svelte-ic5hp7.svelte-ic5hp7 {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    background: #1b2030;
    border-radius: 14px;
    overflow: hidden;
}

.howToStartBG.svelte-ic5hp7.svelte-ic5hp7 {
    position: absolute;
    max-width: 184px;
    z-index: 0;
    top: -7px;
    right: -60px;
    overflow: hidden;
    opacity: .35;
}

.howToStartTitle.svelte-ic5hp7.svelte-ic5hp7 {
    max-width: 125px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 127%;
    color: #ffffff;
}

.dark_btn {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #0F0F0F;
    background: linear-gradient(45.87deg, #FFDB6F 6.6%, #FFBB29 102.94%);
    border-radius: 8px;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    touch-action: manipulation;
}

.winAmountWrapper.svelte-k0bpwa.svelte-k0bpwa {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45.87deg, #1475e1 6.6%, #29ceff 102.94%);
    border-radius: 15px;
}

.winAmountWrapperBG.svelte-k0bpwa.svelte-k0bpwa {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/assets/winAmountBG.png);
    border-radius: 15px;
}

.winAmountContent.svelte-k0bpwa.svelte-k0bpwa {
    position: relative;
    text-align: center;
}

.winAmountTitle.svelte-k0bpwa.svelte-k0bpwa {
    font-weight: 400;
    font-size: 10px;
    line-height: 127%;
    color: white;
}

.winAmountSum.svelte-k0bpwa.svelte-k0bpwa {
    font-weight: 600;
    font-size: 47px;
    line-height: 55px;
    color: white;
}

.winAmountCoupRight.svelte-k0bpwa.svelte-k0bpwa {
    right: -25px;
}

.winAmountCoup.svelte-k0bpwa.svelte-k0bpwa {
    position: absolute;
    bottom: -35px;
    pointer-events: none;
}

.winAmountCoup.svelte-k0bpwa img.svelte-k0bpwa {
    max-width: 120px;
    height: auto;
}

.winAmountCoupLeft.svelte-k0bpwa.svelte-k0bpwa {
    transform: scaleX(-1);
    left: -25px;
}

.winAmountCoup.svelte-k0bpwa.svelte-k0bpwa {
    position: absolute;
    bottom: -35px;
    pointer-events: none;
}

.winAmountCoup.svelte-k0bpwa img.svelte-k0bpwa {
    max-width: 120px;
    height: auto;
}

.timerWrapper.svelte-e02fys {
    padding: 0 24px 0 24px;
    background: #20273a;
    border-radius: 15px;
}

@media (min-width: 1201px) {
    .numberOfPrizesWrapper.svelte-e02fys {
        display: none;
    }
}

.numberOfPrizes.svelte-1ktt5uh {
    display: flex;
    flex-direction: column;
    width: 85px;
}

.countTitle.svelte-1ktt5uh {
    margin-bottom: 2px;
    font-size: 10px;
    line-height: 127%;
    opacity: 0.4;
    color: #fff;
}

.count.svelte-1ktt5uh {
    font-weight: 600;
    font-size: 47px;
    line-height: 55px;
    color: #fff;
}

.timerWrapperProgress.svelte-e02fys {
    padding: 40px 0 0 0;
}

.timerTitle.svelte-e02fys {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    opacity: 0.4;
}

.time.svelte-35srnq {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 155%;
    color: #fff;
    margin-bottom: 15px;
}

.time__header.svelte-35srnq {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 155%;
    color: #fff;
}

.top3Winners.svelte-7v4qc0 {
    display: grid;
    column-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 25px;
}

.tournamentWinnerCardWrapper.svelte-1yh2sl4.svelte-1yh2sl4 {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
}

.tournamentWinnerCardBG.svelte-1yh2sl4.svelte-1yh2sl4 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #17181F;
    border-radius: 15px;
}

.tournamentWinnerCard.svelte-1yh2sl4.svelte-1yh2sl4 {
    padding: 15px 10px;
}

.tournamentWinnerCard.svelte-1yh2sl4.svelte-1yh2sl4 {
    position: relative;
    height: 100%;
    padding: 15px 22px 32px 22px;
    border-radius: 15px;
    background: #20273a;
    z-index: 1;
}

.tournamentWinnerPlace.svelte-1yh2sl4.svelte-1yh2sl4 {
    display: flex;
    min-height: 20px;
    justify-content: space-between;
    font-weight: 500;
    font-size: 12px;
    line-height: 155%;
    color: #7E7E7E;
}

.tournamentWinnerCrown.svelte-1yh2sl4.svelte-1yh2sl4 {
    position: relative;
    margin: 0 auto 29px auto;
    width: max-content;
}

.tournamentWinnerCrownBG.svelte-1yh2sl4.svelte-1yh2sl4 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1d9cee;
    filter: blur(27px);
}

.tournamentWinnerAvatarWrapper.svelte-1yh2sl4.svelte-1yh2sl4 {
    position: relative;
    margin-bottom: 19px;
}

.tournamentWinnerAvatarLine.svelte-1yh2sl4.svelte-1yh2sl4 {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    border-bottom: 2px dashed #20273a;
}

.tournamentWinnerAvatar.svelte-1yh2sl4.svelte-1yh2sl4 {
    position: relative;
    margin: 0 auto;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profileAvatar.svelte-47b2no {
    position: relative;
    width: 143px;
    height: 143px;
}

.profileAvatar.svelte-47b2no::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
    background: #fff;
    opacity: 0.5;
    box-shadow: 0 0 35px 30px rgba(255, 255, 255, .3);
}

.profileAvatar.svelte-47b2no::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(90, 86, 86, 0) 0%, rgba(90, 86, 86, 1) 100%);
}

.profileImg.svelte-47b2no {
    margin: 3px;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    width: 137px;
    height: 137px;
    background-repeat: no-repeat;
    background-size: cover;
}

.tournamentWinnerName.svelte-1yh2sl4.svelte-1yh2sl4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
}

.tournamentWinnerPlates.svelte-1yh2sl4.svelte-1yh2sl4 {
    grid-template-columns: 1fr 1.3fr;
}

.tournamentWinnerPlates.svelte-1yh2sl4.svelte-1yh2sl4 {
    display: grid;
    column-gap: 12px;
    grid-template-columns: 1fr 1.3fr;
    grid-template-rows: 86px;
}

.tournamentWinnerNameFullname.svelte-1yh2sl4.svelte-1yh2sl4 {
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

.tournamentWinnerNameDescription.svelte-1yh2sl4.svelte-1yh2sl4 {
    font-weight: 500;
    font-size: 12px;
    line-height: 155%;
    color: #7E7E7E;
}

.tournamentWinnerPlatesBets.svelte-1yh2sl4.svelte-1yh2sl4 {
    padding: 25px 10px;
}

.tournamentWinnerPlatesBets.svelte-1yh2sl4.svelte-1yh2sl4 {
    padding: 20px 12px;
    background: #1b2030;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 125px;
}

.tournamentWinnerPlatesBetsSum.svelte-1yh2sl4.svelte-1yh2sl4 {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    justify-content: center;
}

.tournamentWinnerPlatesBetsDescription.svelte-1yh2sl4.svelte-1yh2sl4 {
    margin-left: 0px;
    font-weight: 400;
    font-size: 10px;
    line-height: 127%;
    color: #fff;
    opacity: 0.4;
    display: block;
    text-align: center;
}

.tournamentWinnerPlatesWinAmount.svelte-1yh2sl4.svelte-1yh2sl4 {
    padding: 20px 12px;
}

.tournamentWinnerPlatesWinAmount.svelte-1yh2sl4.svelte-1yh2sl4 {
    position: relative;
    padding: 22px 22px 18px 22px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient(45.87deg, #1475e1 6.6%, #29ceff 102.94%);
    border-radius: 10px;
}

.tournamentWinnerPlatesCoup.svelte-1yh2sl4.svelte-1yh2sl4 {
    right: -75px;
}

.tournamentWinnerPlatesCoup.svelte-1yh2sl4.svelte-1yh2sl4 {
    position: absolute;
    right: -90px;
    bottom: -55px;
}

.tournamentWinnerPlatesCoup.svelte-1yh2sl4 img.svelte-1yh2sl4 {
    width: 185px;
    height: auto;
}

.tournamentWinnerPlatesWinAmountCount.svelte-1yh2sl4.svelte-1yh2sl4 {
    font-size: 16px;
    line-height: 26px;
}

.tournamentWinnerPlatesWinAmountCount.svelte-1yh2sl4.svelte-1yh2sl4 {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: white;
    text-align: center;
}

.tournamentWinnerPlatesWinAmountDescription.svelte-1yh2sl4.svelte-1yh2sl4 {
    position: relative;
    font-weight: 400;
    font-size: 10px;
    line-height: 156%;
    color: white;
    opacity: 0.4;
    text-align: center;
}

@media only screen and (max-width: 1100px) {
    .tournamentHeader.svelte-e02fys {
        column-gap: 30px;
    grid-template-columns: 1fr 1.3fr 1fr;
    }
    .top3Winners.svelte-7v4qc0 {
        display:block;
        column-gap:unset;
        justify-content: center;
        row-gap: 25px;
        grid-template-columns: minmax(auto,500px);
        grid-template-rows: repeat(3,auto)
    }
}
@media only screen and (max-width: 1300px) {
    .tournamentHeader.svelte-e02fys {
        column-gap: 30px;
        grid-template-columns: 1fr 1.3fr 1fr;
    }
    .top3Winners.svelte-7v4qc0 {
        display:block;
        column-gap:unset;
        justify-content: center;
        row-gap: 25px;
        grid-template-columns: minmax(auto,500px);
        grid-template-rows: repeat(3,auto)
    }
}
@media only screen and (max-width: 800px) {
    .tournamentHeader.svelte-e02fys {
        display: grid;
        column-gap: unset;
        row-gap: 30px;
        justify-content: center;
        grid-template-rows: repeat(3,115px);
        grid-template-columns: min(100%,550px);
        margin-bottom: 25px;
        overflow: hidden;
        margin-top: 0
    }
    .top3Winners.svelte-7v4qc0 {
        display:block;
        column-gap:unset;
        justify-content: center;
        row-gap: 25px;
        grid-template-columns: minmax(auto,500px);
        grid-template-rows: repeat(3,auto)
    }
}