/*body {
    font-family: 'Poppins', sans-serif;
    background: radial-gradient(circle at top, #6124a8, #1a1248);
    color: #fff;
}*/

body, html {
    height: 100%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: radial-gradient(circle at top, #6124a8, #1a1248);
    color: #fff;
}

/* HEADER */
.nav-link { color: #fff; }
.wallet-btn {
    background: #fff;
    padding: 6px 20px;
    border-radius: 20px;
    font-weight: 500;
}

/* HERO */
/* HERO BG */
.hero-header {
     background: linear-gradient(135deg, #2b174a, #3f2174);
    padding-bottom: 80px;
    position: relative;
}

/* LOGO */
.hero-logo {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

/* CONNECT WALLET BUTTON */
.wallet-btn {
    background: #fff;
    padding: 8px 18px;
    border-radius: 25px;
    border: none;
    font-weight: 600;
    color: #4b2fa8;
}

/* MAIN TEXT */
.hero-top {
    margin-top: 40px;
}
.hero-amount {
    font-size: 68px;
    font-weight: 800;
    color: #fff;
}
.hero-sub {
    color: #ddd;
    font-size: 18px;
}

/* COUNTER GLASS BOX */
.counter-box {
    background: rgba(255,255,255,0.1);
    border-radius: 22px;
    padding: 35px 25px;
    margin: 40px auto 0;
    max-width: 500px;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.18);
}

/* TITLE */
.counter-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

/* COUNTER ROW */
.counter-row {
    display: flex;
    justify-content: center;
    gap: 25px;
}

/* COUNTER BLOCK */
.counter-block {
    background: #2a243b;
    padding: 15px 10px;
    border-radius: 12px;
    width: 80px;
    text-align: center;
}
.counter-number {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.counter-label {
    color: #bbb;
    font-size: 14px;
}

/* BUY BUTTON */
.buy-btn {
    background: linear-gradient(90deg, #fe00ff, #0055ff);
    border: none;
    padding: 10px 35px;
    border-radius: 25px;
    font-weight: 600;
    color: #fff;
}

/* TICKET PRICE TEXT */
.price-info {
    font-size: 13px;
    color: #eae2ff;
}

/* EXTRA HERO GLOW (OPTIONAL for exact look) */
.hero-header::after {
    content: '';
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 140px;
    background: rgba(255,0,255,0.5);
    filter: blur(70px);
    border-radius: 50%;
}


/* STEPS */
/* Step Box Container */
.step-box {
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 15px;
    padding: 20px;
    background: transparent;
    color: #fff;
    height: 100%;
}

/* Number Circle */
.step-number {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

/* Step Title */
.step-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}

/* Step Description Text */
.step-text {
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    line-height: 1.4rem;
}

/* MAIN CARD */
/* MAIN CARD */
.choose-card {
    background: linear-gradient(135deg, #2b174a, #3f2174);
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
    color: #fff;
}

/* LEFT / RIGHT Divider */
.right-pane {
    border-left: 1px solid rgba(255,255,255,0.15);
    padding-left: 40px;
}

.choose-title {
    font-weight: 700;
    margin-bottom: 15px;
}

/* TICKET TYPE BUTTONS */
.ticket-btn {
    background: rgba(255,255,255,0.1);
    border: none;
    padding: 6px 18px;
    border-radius: 20px;
    margin-right: 10px;
    color: #dcd4ff;
}
.ticket-btn.active,
.ticket-btn:hover {
    background: rgba(255,255,255,0.25);
    color: #fff;
}

/* NUMBER BOX ROW */
.number-box-row {
    display: flex;
    gap: 12px;
}

/* NUMBER INPUT BOX */
.num-input {
    background: rgba(255,255,255,0.12);
    width: 65px;
    height: 120px;
    border-radius: 12px;
    
    display: flex;
    flex-direction: column;        /* Vertical alignment */
    justify-content: space-between;
    align-items: center;

    padding: 8px 0;
    text-align: center;
}

.num-value {
    font-size: 26px;
    font-weight: 700;
}

/* TOP (+) BUTTON */
.plus {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    margin-top: -5px;
}

/* BOTTOM (-) BUTTON */
.minus {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    margin-bottom: -5px;
}

/* ADD TICKET BUTTON */
.add-ticket-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 8px 25px;
    border-radius: 20px;
    color: #fff;
}

/* RIGHT SIDE DRAW BOX */
.draw-title {
    font-weight: 700;
    font-size: 18px;
}
.draw-date {
    font-size: 12px;
    opacity: 0.7;
}

/* CIRCLES DISPLAY */
.circle-display span {
    width: 32px;
    height: 32px;
    background: #402d65;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
}

.no-ticket {
    opacity: 0.7;
    font-size: 13px;
}

/* CONNECT WALLET BUTTON */
.wallet-btn {
    background: #fff;
    color: #4b2fa8;
    padding: 8px 25px;
    border-radius: 25px;
    border: none;
    font-weight: 600;
}



/*-----lotto*/
/* Lotto Section Box */
.lotto-container {
    background: rgba(255,255,255,0.08);
    border-radius: 22px;
    padding: 25px;
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
}

/* Card Container */
.lotto-card {
    width: 160px;
}

/* Circle Styling */
.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2d1d54, #4a2f7b);
    box-shadow: inset 0 5px 20px rgba(0,0,0,0.3);

    /* Center the text perfectly */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: auto;
    text-align: center;
}


.circle-title {
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 8px;
}

.circle-amount {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

/* Dots */
.dots {
    text-align: center;
}
.dot {
    width: 7px;
    height: 7px;
    background: #6b5aa5;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    opacity: 0.3;
}
.dot.active {
    opacity: 1;
    background: #d7cdfc;
}

/* Ratio Text */
.ratio {
    margin-top: 5px;
    font-size: 12px;
    opacity: 0.9;
}


/* SECTION BACKGROUND */
/* Outer Box */
.rounds-box {
    background: linear-gradient(135deg, #2e1a52, #3c236d);
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
}

/* Tabs */
.rc-tab {
    background: rgba(255,255,255,0.08);
    color: #d9d2ff;
    border: none;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: 500;
    margin-right: 5px;
}
.rc-tab.active,
.rc-tab:hover {
    background: rgba(255,255,255,0.18);
    color: #fff;
}

/* Search + Date */
.rc-search,
.rc-date {
    background: rgba(255,255,255,0.08);
    border: none;
    padding: 8px 12px;
    border-radius: 10px;
    color: #fff;
}
.rc-search::placeholder {
    color: #cfc4ff;
}

/* Table */
/* Remove white table background */
.rc-table {
    background: transparent !important;
}

/* Remove Bootstrap default white */
.rc-table thead,
.rc-table tbody,
.rc-table tr,
.rc-table th,
.rc-table td {
    background: transparent !important;
    box-shadow: none !important;
}

/* Remove hover white effect */
.rc-table tr:hover {
    background: rgba(255,255,255,0.05) !important;
}

/* Keep text white */
.rc-table th, 
.rc-table td {
    color: #ffffff !important;
}


/* Number Circles */
.num-set span {
    width: 34px;
    height: 34px;
    background: #2d1b56;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 4px;
    font-weight: 600;
    color: #fff;
}

/* Dropdown Button */
.drop-btn {
    background: rgba(255,255,255,0.18);
    color: #fff;
    border: none;
    padding: 5px 14px;
    border-radius: 12px;
    cursor: pointer;
}
.drop-btn:hover {
    background: rgba(255,255,255,0.25);
}



/* REFERRAL BOX THEME STYLING */
.referral-box {
    text-align: center;
    color: #fff;
}

.ref-label {
    font-size: 16px;
    font-weight: 600;
    color: #e6ddff;
}

.referral-input-group {
    margin: 15px auto;
    width: 200px;
    background: linear-gradient(145deg, #3f2a7f, #25175a);
    padding: 10px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 15px rgba(140, 92, 255, 0.4);
}

.referral-input {
    flex: 1;
    background: transparent;
    border: none;
    color: #f4eaff;
    font-size: 15px;
    padding-left: 15px;
    outline: none;
}

.copy-btn {
    background: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #4b2fa0;
    cursor: pointer;
    transition: 0.3s;
}

.copy-btn:hover {
    background: #e4d9ff;
    color: #301d7e;
}


footer {
    opacity: 0.8;
}


/* -----------------------------
   GLOBAL
----------------------------- */


/* -----------------------------
   AUTH PAGE CONTAINER
----------------------------- */
.auth-input {
            width: 100%;
            background: rgba(255,255,255,0.1);
            border: none;
            border-radius: 10px;
            padding: 12px 15px;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            outline: none;
            transition: background-color 0.3s ease;
        }
        .auth-input::placeholder {
            color: #ddd;
        }
        .auth-input:focus {
            background: rgba(255,255,255,0.2);
        }

