﻿

.top-bar {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 600;
    font-size: 24px;
}

.back-btn {
    position: absolute;
    left: 15px;
    font-size: 28px;
    cursor: pointer;
}

.invite-wrapper {
    text-align: center;
    padding: 20px;
    margin-bottom:100px;
}

.small-text {
    color: #cfcfcf;
    font-size: 14px;
    margin-bottom: 20px;
}

.card-box {
    width: 320px;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(180deg,#111,#1a1a1a);
    position: relative;
    overflow: hidden;
    border: 1px solid #333;
}

.gold-line {
    position: absolute;
    width: 400px;
    height: 400px;
    border: 3px solid rgba(255,215,0,0.4);
    border-radius: 50%;
    top: -250px;
    right: -150px;
    transform: rotate(20deg);
}

.gold-line2 {
    position: absolute;
    width: 350px;
    height: 350px;
    border: 2px solid rgba(255,215,0,0.3);
    border-radius: 50%;
    top: -210px;
    right: -120px;
    transform: rotate(20deg);
}

.logo {
    margin-inline: auto;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: gold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.referral {
    font-size: 22px;
    margin-bottom: 8px;
}

.scan-text {
    margin-bottom: 12px;
    font-size: 14px;
    color: #ddd;
}

.qr-box {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}
/*
    .qr-box img {
        width: 170px;
        height: 170px;
    }*/

.link-text {
    font-size: 11px;
    color: #ccc;
    margin-top: 10px;
    word-break: break-all;
}

.income-text {
    margin-top: 20px;
    color: #ddd;
    font-size: 16px;
}

    .income-text span {
        color: red;
        font-weight: bold;
    }

.gold-btn {
    width: 320px;
    max-width: 100%;
    border: none;
    border-radius: 40px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    background: linear-gradient(to right,#d8b04c,#f8df8a,#c28d1f);
    color: #000;
}

.outline-btn {
    width: 320px;
    max-width: 100%;
    border-radius: 40px;
    padding: 12px;
    font-size: 16px;
    margin-top: 15px;
    border: 1px solid #c28d1f;
    background: transparent;
    color: #e0b84f;
    font-weight: 400;
}


.avtar-icon {
    background-color: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 30px;
    cursor: pointer;
}

    .avtar-icon :hover {
        background-color: #60606052;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
        border-radius: 30px;
    }
#qrcode {
    /*margin: 20px auto;*/
    width: 200px;
    height: 200px;
    position: relative;
}