.tyl-page {
    width: calc(100vw - 40px);
    max-width: 1380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.tyl-container {
    display: flex;
    width: 100%;
    max-width: 653px;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.tyl-top {
    width: 100%;
    height: 262px;
    border-radius: 24px;
    background: linear-gradient(87deg, rgba(0, 255, 255, 0.80) -76.91%, rgba(44, 255, 2, 0.80) 200.85%);
    box-shadow: 0px 10px 32.1px -15px rgba(32, 182, 154, 0.50);
    margin-top: 50px;
}

.tyl-top .layer:first-child {
    margin-top: 0;
}

.tyl-top .layer {
    width: 100%;
    height: 262px;
    margin-top: -262px;
    overflow: hidden;
    border-radius: 24px;
}

.tyl-top .money {
    width: 411px;
    height: 259px;
    background: url(../../../system/testyourluck/money.png);
    background-size: 100%;
}

.tyl-top .money:first-child {
    transform: translate(-20px, -115px);
}
.tyl-top .money:last-child {
    transform: rotate(-150deg) scale(1.2) translate(-159px, 183px);
    filter: blur(4px);
}

.tyl-top .clover {
    width: 332px;
    height: 399px;
    background: url(../../../system/testyourluck/clover.png);
    background-size: 100%;
    transform: rotate(0deg) translate(56px, -57px);
    background-repeat: no-repeat;
}


.tyl-top .dot {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: blur(2px);
}
.tyl-top .dot > div {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: #FFF;
    filter: blur(22px);
    margin-left: -15px;
}
.tyl-top .dot.big {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.tyl-top .dot:first-child {
    transform: translate(100px, 230px);
}
.tyl-top .dot:last-child {
    transform: translate(358px, 36px);
}

.tyl-top .layer:nth-child(3) {
    overflow: visible;
    display: flex;
    justify-content: flex-end;
}

.tyl-top .content {
    padding: 30px;
    width: 276px;
    height: 202px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
}
.tyl-top .content .title {
    color: #FFF;
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 64px;
    font-weight: 900;
    line-height: 100%;
}
.tyl-top .content .description {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.tyl-container .hiw {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 100%;
}
.tyl-container .hiw .title {
    color: #FFF;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px; /* 100% */
}
.tyl-container .hiw .text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    width: 93%;
}
.tyl-container .hiw .text b {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}

.tyl-container .progress {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
}
.tyl-container .progress .point {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.tyl-container .progress .point .amount {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}

.tyl-container .progress .point svg {
    stroke: #161B2D;
}

.tyl-container .progress .point .num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #30344F;
    background: #161B2D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

.tyl-container .progress .point.active .num {
    width: 40px;
    height: 40px;
    background: linear-gradient(84deg, #24CAA9 -7.08%, #00DB8E 132.64%), #FFF;
    box-shadow: 0px 0px 25px 0px rgba(32, 182, 154, 0.25);
}

.tyl-container .progress .point.active svg {
    stroke: #18D0A0;
}

.tyl-container .progress .point .amount.won {
    color: #6EDE80;
}

.tyl-container .progress .point:nth-child(3) .amount {
    font-size: 16px;
}

.tyl-container .progress .point:nth-child(5) .amount {
    font-size: 20px;
}

.tyl-container .progress .point:nth-child(7) .amount {
    font-size: 24px;
}

.tyl-container .progress .line-block {
    height: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tyl-container .progress .line-block .lore {
    color: #30344F;
    font-family: Lufga;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    height: 16px;
    margin-top: -4px;
}
.tyl-container .progress .line-block .line {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #161B2D;
}
.tyl-container .progress .line-block .line .line-progress {
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(84deg, #24CAA9 -7.08%, #00DB8E 132.64%), #FFF;
}

.tyl-container .progress .line-block:nth-child(2) {
    width: calc(((100% - (40px * 4) - 60px) / 4) * 2);
}
.tyl-container .progress .line-block:nth-child(4) {
    width: calc(((100% - (40px * 4) - 60px) / 4));
}
.tyl-container .progress .line-block:nth-child(6) {
    width: calc(((100% - (40px * 4) - 60px) / 4));
}

.tyl-container .button-block {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.tyl-container .button-block .button {
    width: 250px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(84deg, #4FB1A1 -7.08%, #79EE73 132.64%);

    color: #FFF;
    font-size: 14px;
    font-weight: 500;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.tyl-container .button-block .status {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.tyl-container .button-block .status span {
    color: #6EDE80;
    font-size: 14px;
    font-weight: 700;
    opacity: 0.9;
}

.tyl-deposits {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}
.tyl-deposits .title {
    color: #FFF;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px; /* 100% */
}

.tyl-deposits .table .body {
    max-height: 370px;
    overflow: hidden scroll;
}
.tyl-deposits .table .body .in-game {
    font-weight: 500;
    color: #3571da;
}
.tyl-deposits .table .body .counted {
    font-weight: 500;
    color: #56bc99;
}

.tyl-deposits .table .body .col.login {
    font-weight: 500;
}

@media(max-width: 535px) {
    .tyl-deposits .table .col.id {
        display: none;
    }

    .tyl-deposits .table .col.login {
        text-align: left;
    }
}

@media (max-width: 557px) {
    .tyl-top .clover {
        transform: rotate(0deg) translate(151px, -14px);
    }

    .tyl-top .layer:nth-child(3) {
        overflow: hidden;
    }

    .tyl-top {
        margin-top: 0;
    }

    .tyl-container .progress .line-block .lore {
        opacity: 0;
    }
}