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

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

.vip-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}
.vip-top .progress {
    width: 44%;
    height: 272px;
    border-radius: 24px;
    background-size: cover;
    background-color: #101626;
}

.vip-top .progress.silver {
    border: 1px solid rgba(254, 251, 248, 0.4);
    background-image: url(../../../system/vip/progress-silver.png);
}

.vip-top .progress.gold {
    border: 1px solid #FCB84C;
    background-image: url(../../../system/vip/progress-gold.png);
}

.vip-top .progress.diamond {
    border: 1px solid #52B1F0;
    background-image: url(../../../system/vip/progress-diamond.png);
}

.vip-top .progress.lucksy {
    border: 1px solid #635FF5;
    background-image: url(../../../system/vip/progress-lucksy.png);
}

.vip-top .progress .layer {
    width: 100%;
    height: 272px;
    margin-top: -272px;
}

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

.vip-top .progress .layer:nth-child(1) {}
.vip-top .progress .layer:nth-child(2) {
    display: flex;
    align-content: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}
.vip-top .progress .layer:nth-child(3) {}

.vip-top .progress .current_level {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}
.vip-top .progress .current_level svg {margin-top: -45px;}
.vip-top .progress .current_level span {
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
}

.vip-top .progress .level {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    padding: 20px;
    gap: 20px;
}
.vip-top .progress .level .progress-bar {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vip-top .progress .level .levels {
    display: flex;
    justify-content: space-between;
}
.vip-top .progress .level .levels .info {
    display: flex;
    border-radius: 14px;
    background: rgba(9, 15, 30, 0.50);
    align-items: center;
    gap: 10px;
    height: 38px;
    padding: 0px 15px;
}
.vip-top .progress .level .levels .info svg {
    height: 17px;
    width: auto;
}

.vip-top .progress .level .progress-bar .line {
    width: 100%;
    border-radius: 24px;
    background: #050E20;
    height: 14px;
}
.vip-top .progress .level .progress-bar .line .line-progress {
    height: 14px;
    border-radius: 24px;
}

.vip-top .progress.silver .level .progress-bar .line .line-progress {
    background: url(../../../system/slider/deposit/progress-mask.png), linear-gradient(152deg, #FEFBF8 -37.59%, #BCB5B0 200.14%);
    box-shadow: 0px 0px 10px -15px rgba(255, 255, 255, 0.50);
    animation: 10s progress-line-mask-reverse linear infinite;
}

.vip-top .progress.gold .level .progress-bar .line .line-progress {
    background: url(../../../system/slider/deposit/progress-mask.png), linear-gradient(152deg, #FCB84C -37.59%, #F5691A 200.14%);
    box-shadow: 0px 0px 10px -15px rgba(248, 148, 53, 0.50);
    animation: 10s progress-line-mask-reverse linear infinite;
}

.vip-top .progress.diamond .level .progress-bar .line .line-progress {
    background: url(../../../system/slider/deposit/progress-mask.png), linear-gradient(180deg, #52B1F0 0%, #257ECC 100%);
    box-shadow: 0px 0px 10px -15px rgba(55, 147, 219, 0.50);
    animation: 10s progress-line-mask-reverse linear infinite;
}

.vip-top .progress.lucksy .level .progress-bar .line .line-progress {
    background: url(../../../system/slider/deposit/progress-mask.png), linear-gradient(253deg, #635FF5 -17.61%, #892AF1 99.54%);
    box-shadow: 0px 0px 10px -15px #6E4FF3;
    animation: 10s progress-line-mask-reverse linear infinite;
}


.vip-top .progress.gold .current_level {}
.vip-top .progress.gold .current_level svg {}
.vip-top .progress.diamond .current_level svg {height: 140px;}
.vip-top .progress.diamond .current_level {}
.vip-top .progress.lucksy .current_level {}
.vip-top .progress.lucksy .current_level svg {
    height: 149px;
}

@keyframes progress-line-mask-reverse {
    from {
        background-position-y: 500%;
    }

    to {
        background-position-y: 0%;
    }
}  

.vip-top .progress .level .progress-bar .values {
    display: flex;
    justify-content: space-between;
}
.vip-top .progress .level .progress-bar .values .value, .vip-top .progress .level .progress-bar .values .value span {
    color: #4F546A;
    font-size: 14px;
    font-weight: 400;
}

.vip-top .cashbacks {
    display: flex;
    width: 54%;
    flex-direction: row;
    gap: 20px;
}

.vip-top .cashback {
    width: 100%;
    height: calc(272px - 20px);
    padding-bottom: 20px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.vip-top .cashback .title {
    align-items: center;
    width: fit-content;
    border-radius: 0px 0px 24px 24px;
    padding: 0px 20px;
    height: 40px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
     /* 100% */
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}
.vip-top .cashback .details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.vip-top .cashback .details .amount {
    display: flex;
    flex-direction: column;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
}
.vip-top .cashback .details .amount span {
    font-size: 40px;
    font-weight: 600;
     /* 100% */
    height: 50px;
}
.vip-top .cashback .details .royalty {
    height: 36px;
    padding: 0px 30px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 5px;
}
.vip-top .cashback .details .royalty span {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

.vip-top .cashback.weekly {
    border: 1px solid rgba(71, 242, 55, 0.40);
    background: url(../../../system/vip/balance-green.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.vip-top .cashback.monthly {
    border: 1px solid rgba(79, 172, 254, 0.4);
    background: url(../../../system/vip/balance-blue.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.vip-top .cashback.weekly .title {
    background: linear-gradient(84deg, #79EE73 -7.08%, #4FB1A1 132.64%);
}
.vip-top .cashback.monthly .title {
    background: linear-gradient(84deg, #4FACFE -7.08%, #00D1DB 132.64%);
}

.vip-top .cashback.weekly .details .amount span {color: #75E877;}
.vip-top .cashback.monthly .details .amount span {color: #4FACFE;}
.vip-top .cashback.weekly .details .royalty {background: #215749;}
.vip-top .cashback.monthly .details .royalty {background: #175470;}

.vip-top .cashback.weekly .timer .sector .time {background: #67D586;}
.vip-top .cashback.monthly .timer .sector .time {background: #4FACFE;}
.vip-top .cashback.weekly .timer .dots .dot {background: #75E877;}
.vip-top .cashback.monthly .timer .dots .dot {background: #2EBBEF;}

.vip-top .cashback .cashback-button {
    border-radius: 14px;
}

.vip-top .cashback .cashback-button {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.vip-top .cashback .cashback-button span {
    color: #FFF;
}

.vip-top .cashback .timer {
    display: flex;
    align-items: center;
}

.vip-top .cashback .timer .sector {
    color: rgba(255, 255, 255, 0.5);
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.vip-top .cashback .timer .sector .time {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.30);
    box-shadow: 0px 1.5px 0px 0px rgba(0, 106, 23, 0.15), 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(7.5px);
    width: 60px;
    height: 35px;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vip-top .cashback .timer .dots {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: -2px;
    margin-right: -2px;
    z-index: 1;
}
.vip-top .cashback .timer .dots .dot {width: 6px;height: 6px;background: #7941F3;border-radius: 50%;box-shadow: 0px 1.5px 0px 0px rgba(0, 106, 23, 0.15), 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset;}
.vip-top .cashback .timer .dots .dot:first-child {
    margin-top: -13px;
}

.vip-history {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vip-history .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vip-history .top .title {
    color: #FFF;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px; /* 100% */
}

.vip-levels {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vip-levels .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vip-levels .top .title {
    color: #FFF;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px; /* 100% */
} 

.vip-levels .levels {
    display: flex;
    gap: 20px;
}
.vip-levels .levels .details {
    padding: 20px;
    width: calc(100% - 40px);
    height: 235px;
    border-radius: 24px;
    background: #101626;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.vip-levels .levels .details .level_info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.vip-levels .levels .details .level_info .level {
    display: flex;
    gap: 10px;
    align-items: center;
}
.vip-levels .levels .details .level_info .level svg {
    width: auto;
    height: 40px;
}
.vip-levels .levels .details .level_info .level .info {
    display: flex;
    flex-direction: column;
}
.vip-levels .levels .details .level_info .level .info .name {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}
.vip-levels .levels .details .level_info .level .info .xp {
    color: #4F546A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    gap: 3px;
}
.vip-levels .levels .details .level_info .level .info .xp b, .vip-levels .levels .details .level_info .level .info .xp b span {
    color: #4F546A;
    font-size: 12px;
    font-weight: 600;
}

.vip-levels .levels .details .level_info .bonus {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
     /* 15.4px */
    gap: 5px;
}
.vip-levels .levels .details .level_info .bonus svg {
    width: 14px;
    height: 14px;
}

.vip-levels .levels .details .benefits {
    color: #1C2333;
    font-size: 14px;
    font-weight: 400;
     /* 15.4px */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 15px;
} 
.vip-levels .levels .details .benefits hr {
    width: 100%;
    height: 1px;
    border: 0;
    background: #1C2333;
}  

.vip-levels .levels .details .list {
    /* height: -webkit-fill-available; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px !important;
    align-items: unset;
    width: 100% !important;
}
.vip-levels .levels .details .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vip-levels .levels .details .list .item.wheel-sectors {}
.vip-levels .levels .details .list .item.wheel-sectors .value {
    display: flex;
    font-weight: 400;
    font-size: 12px;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.vip-levels .levels .details .list .item.wheel-sectors .value .info-circle {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vip-levels .levels .details .list .item .name {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
     /* 15.4px */
}
.vip-levels .levels .details .list .item .value {
    font-size: 14px;
    font-weight: 600;
     /* 15.4px */
}

.vip-levels .levels .details .list .item .value.green1 {color: #75E877;}
.vip-levels .levels .details .list .item .value.blue1 {color: #4FACFE;}
.vip-levels .levels .details .list .item .value.green2 {color: #06ACA4;}
.vip-levels .levels .details .list .item .value.blue2 {color: #004BED;}
.vip-levels .levels .details .list .item .value.green3 {color: #39AB57;}
.vip-levels .levels .details .list .item .value.red {color: #AB393B;}

.vip-levels .levels .list {
    width: 730px;
    display: flex;
    align-items: center;
}
.vip-levels .levels .list .level {
    width: 130px;
    height: 220px;
    /* height: auto; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    opacity: 0.5;
    align-items: center;
    position: unset;
}
.vip-levels .levels .list .level svg {
    height: 77px;
    width: auto;
}

.vip-levels .levels .list .level .icon {
    width: 128px;
    height: 128px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 24px;
    background: #101626;
    background-repeat: no-repeat;
    
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms;
}

.vip-levels .levels .list .level span {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
}

.vip-levels .levels .list .level.active span {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

.vip-levels .levels .list .level.active {
    width: 130px;
    opacity: 1;
}

.vip-levels .levels .list .level.active .icon svg {
    height: 96px;
}

.vip-levels .levels .list .level.silver.active .icon {
    width: 128px;
    height: 128px;
    border-radius: 24px;
    border: 1px solid rgba(161, 161, 161, 0.50);
    background: radial-gradient(79.29% 99.69% at 50% -32.81%, #A1A1A1 0%, #101626 100%), #101626;
    transition: all 300ms;
}

.vip-levels .levels .list .level.silver:hover .icon {
    border: 1px solid rgba(161, 161, 161, 0.50);
    transition: all 300ms;
}

.vip-levels .levels .list .level.gold.active .icon {
    width: 128px;
    height: 128px;
    border-radius: 24px;
    border: 1px solid rgba(249, 148, 53, 0.50);
    background: radial-gradient(79.29% 99.69% at 50% -32.81%, #F99435 0%, #101626 100%), #101626;
    transition: all 300ms;
}

.vip-levels .levels .list .level.gold:hover .icon {
    border: 1px solid rgba(249, 148, 53, 0.50);
    transition: all 300ms;
}


.vip-levels .levels .list .level.diamond.active .icon {
    width: 128px;
    height: 128px;
    border-radius: 24px;
    border: 1px solid rgba(79, 172, 254, 0.50);
    background: radial-gradient(79.29% 99.69% at 50% -32.81%, #4FACFE 0%, #101626 100%), #101626;
    transition: all 300ms;
}

.vip-levels .levels .list .level.diamond:hover .icon {
    border: 1px solid rgba(79, 172, 254, 0.50);
    transition: all 300ms;
}

.vip-levels .levels .list .level.lucksy.active .icon {
    width: 128px;
    height: 128px;
    border-radius: 24px;
    border: 1px solid rgba(101, 23, 170, 0.50);
    background: #101626;
    background: radial-gradient(79.29% 99.69% at 50% -32.81%, #6517AA 0%, #101626 100%), #101626;
    transition: all 300ms;
}

.vip-levels .levels .list .level.lucksy:hover .icon {
    border: 1px solid rgba(101, 23, 170, 0.50);
    transition: all 300ms;
}

.vip-levels .levels .list .level.silver .icon svg {
    height: 50px;
}
.vip-levels .levels .list .level.gold .icon svg {
    height: 55px;
}
.vip-levels .levels .list .level.diamond .icon svg {
    height: 60px;
}
.vip-levels .levels .list .level.lucksy .icon svg {
    height: 60px;
}

.vip-levels .levels .list .level.silver.active .icon svg {
    height: 60px;
}
.vip-levels .levels .list .level.gold.active .icon svg {
    height: 62px;
}
.vip-levels .levels .list .level.diamond.active .icon svg {
    height: 65px;
}
.vip-levels .levels .list .level.lucksy.active .icon svg {
    height: 61px;
}

@media (max-width: 1024px) {
    .vip-levels .levels .list {
        width: calc((130px * 4) + 60px) !important;
    }
}

@media (max-width: 882px) {
    .vip-levels .levels .list {
        width: calc((130px * 3) + 40px) !important;
    }
}

@media (max-width: 732px) {
    .vip-levels .levels .list {
        width: calc((130px * 2) + 20px) !important;
    }
} 

@media (max-width: 580px) {
    .vip-levels .levels {
        flex-direction: column;
        width: 100%;
    }

    .vip-levels .levels .list {
        width: 100% !important;
        height: 160px;
    }

    .vip-levels .levels .list .swiper-slide {
        width: 130px;
    }

    .vip-levels .levels .details .list {
        /* height: -webkit-fill-av; */
        height: auto;
        gap: 5px !important;
        justify-content: unset;
    }
}

@media(max-width: 933px) {
    .vip-top {
        flex-direction: column;
    }

    .vip-top .progress {
        width: 100%;
    }

    .vip-top .cashbacks {
        width: 100%;
    }
}

@media (max-width: 470px) {
    .vip-top .cashbacks {
        flex-direction: column;
    }
}

.vip-page .invite-plug {
    width: 100%;
    height: 260px;
    border-radius: 24px;
    background: linear-gradient(84deg, #06ACA4 -1.7%, #DEFE4F 124.43%);
    cursor: pointer;
}
.vip-page .invite-plug .layer {
    width: 100%;
    height: 260px;
    margin-top: -260px;
    border-radius: 24px;
    overflow: hidden;
}

.vip-page .invite-plug .layer:first-child  {
    margin-top: 0;
}

.vip-page .invite-plug .money {
    width: 635px;
    height: 567px;
    background: url(../../../system/vip/money.png);
    background-size: 100%;
}

.vip-page .invite-plug .layer:nth-child(1) .money {
    transform: rotate(180deg) translate(100px, 366px);
}

.vip-page .invite-plug .layer:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

.vip-page .invite-plug .layer:nth-child(2) .money {
    transform: translate(-1px, -264px);
}

.vip-page .invite-plug .layer:nth-child(3) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vip-page .package {
    width: 304px;
    height: 229px;
    background: url(../../../system/vip/package.png);
    background-size: 100%;
    transform: translate(0px, 73px);
}

.vip-page .invite-plug .layer:nth-child(4) {display: flex;justify-content: flex-end;}

.vip-page .invite-plug .icon {
    padding: 10px;
}

.vip-page .invite-plug .layer:nth-child(5) {}
.vip-page .invite-plug .content {
    width: calc(100% - 80px);
    padding: 40px;
    height: 180px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.vip-page .invite-plug .content .left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 180px;
    justify-content: space-between;
}
.vip-page .invite-plug .content .left .title {
    color: #FFF;
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 64px;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    max-width: 427px;
}
.vip-page .invite-plug .content .left .description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    max-width: 427px;
}

.vip-page .invite-plug .content .right {
    width: 313px;
    height: 180px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.vip-page .invite-plug .content .right .referral {
    width: calc(100% - 40px);
    border-radius: 14px;
    background: rgba(44, 121, 85, 0.66);
    backdrop-filter: blur(5px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.vip-page .invite-plug .content .right .referral .text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.vip-page .invite-plug .content .right .referral .link {
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.05);
    /* backdrop-filter: blur(5px); */
    width: calc(100% - 30px);
    padding: 0px 15px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.vip-page .invite-plug .content .right .referral .link span {
    max-width: calc(100% - 55px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vip-page .invite-plug .content .right .referral .link .copy {}
.vip-page .invite-plug .content .right .referral .link .copy svg {}

.vip-page .invite-plug .content .right .button {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    border-radius: 14px;
    background: #59EF79;
    width: 100%;
    height: 50px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 876px) {
    .vip-page .invite-plug .content {
        flex-direction: column;
        height: auto;
    }

    .vip-page .invite-plug {height: auto;}

    .vip-page .invite-plug .layer {
        height: 470px;
        margin-top: -470px;
    }

    .vip-page .invite-plug .content .right {
        width: 100%;
    }

    .vip-page .invite-plug .layer:nth-child(1) .money {
        transform: rotate(180deg) translate(100px, 366px);
    }
    
    .vip-page .invite-plug .layer:nth-child(1) {}
    .vip-page .invite-plug .layer:nth-child(2) {
        justify-content: center;
        align-items: flex-end;
    }

    .vip-page .invite-plug .layer:nth-child(3) {}
    
    .vip-page .invite-plug .layer:nth-child(1) .money {

    }

    .vip-page .invite-plug .layer:nth-child(2) .money {
        transform: translate(7px, 236px);
    }

    .vip-page .invite-plug .layer:nth-child(3) .package {
        transform: translate(220px, -87px);
    }
}

@media (max-width: 558px) {
    .vip-page .invite-plug .content {
        width: calc(100% - 60px);
        padding: 30px;
        gap: 10px;
    }

    .vip-page .invite-plug .content .left {
        justify-content: flex-start;
    }

    .vip-page .invite-plug .layer {
        height: 420px;
        margin-top: -420px;
    }

    .vip-page .invite-plug .layer:nth-child(3) .package {
        transform: translate(220px, -87px);
    }
}

@media (max-width: 510px) {
    .vip-page .invite-plug .content .left .title {
        font-size: 45px;
    }

    .vip-page .invite-plug .layer {
        height: 390px;
        margin-top: -390px;
    }

    .vip-page .invite-plug .layer:nth-child(3) .package {
        transform: translate(200px, 113px);
    }
}

@media (max-width: 390px) {
    .vip-page .invite-plug .content .left .title {
        font-size: 41px;
    }
}

.vip-page .table .body .tr .col.bonus {display: flex;align-items: center;justify-content: center;gap: 2px;}
.vip-page .table .body .tr .col.bonus span {font-weight: 500;color: rgba(255, 255, 255, 1);}

.vip-page .table .body {
    max-height: 380px;
    overflow: hidden scroll;
}

.vip-page .xp-info {
    width: calc(100% - 60px);
    padding: 30px;
    display: flex;
    border-radius: 24px;
    border: 1px solid #fcb84c7a;
    background: radial-gradient(221.33% 235.2% at 39.96% -114.62%, #ff7f0070 0%, rgba(16, 22, 38, 0.00) 100%), #0C0E16;
    gap: 30px;
    align-items: center;
}
.vip-page .xp-info .info-block {
    width: 25%;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.vip-page .xp-info .info-block .title {
    color: #FFF;
    font-size: 23px;
    font-weight: 800;
     /* 100% */
}
.vip-page .xp-info .info-block .text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.vip-page .xp-info .blocks {
    display: flex;
    width: 100%;
    gap: 10px;
}
.vip-page .xp-info .blocks .block {
    width: calc(100% - 40px);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}
.vip-page .xp-info .blocks .block .top {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    overflow: hidden;
    border-radius: 0px 22px 0px 0px;
    gap: 10px;
}
.vip-page .xp-info .blocks .block .top .name {
    padding-top: 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
     /* 125% */
    line-height: 20px;
}
.vip-page .xp-info .blocks .block .top .icon {
    min-width: 81px;
    width: 81px;
    height: 81px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.30);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -16px;
    margin-right: -15px;
}
.vip-page .xp-info .blocks .block .top .icon svg {
    margin-left: -8px;
    margin-top: 5px;
}
.vip-page .xp-info .blocks .block .text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
    padding: 0px 20px;
}
.vip-page .xp-info .blocks .block .button {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
     /* 200% */
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: calc(100% - 40px);
    margin: 0px 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.vip-page .xp-info .blocks .block .button.deposit {
    background: linear-gradient(84deg, #4FACFE -7.08%, #00D1DB 132.64%), #FFF;
}
.vip-page .xp-info .blocks .block .button.wheel {
    background: linear-gradient(86deg, #0020F2 -12.56%, #004BED 18.92%, #0059DF 63%, #003FC8 113.37%, #001FB8 144.85%), #FFF;
}
.vip-page .xp-info .blocks .block .button.invite {
    background: linear-gradient(84deg, #4FB1A1 -7.08%, #79EE73 132.64%);
}

@media(max-width: 1024px) {
    .vip-page .xp-info {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        width: calc(100% - 40px);
    }

    .vip-page .xp-info .info-block {
        width: 100%;
        gap: 5px;
    }
}

@media(max-width: 670px) {
    .vip-page .xp-info .blocks {flex-direction: column;}

    .vip-page .xp-info .blocks .block {
        width: 100%;
    }
}

