.affiliate-dashboard {
color: #ffaa33 !important;
font-family: 'Poppins', sans-serif !important;
padding: 0px !important;
border-radius: 12px !important;
max-width: 100% !important;
margin: 40px auto !important;
}

.dashboard-header h2 {
font-size: 32px !important;
margin-bottom: 5px !important;
color: #ffaa33 !important;
}

.dashboard-header p {
font-size: 16px !important;
color: #ffffff !important;
}

.dashboard-stats {
display: flex !important;
flex-wrap: wrap !important;
gap: 20px !important;
margin: 30px 0 !important;
justify-content: space-between !important;
}

.stat-card {
flex: 1 1 30% !important;
background: #23293d !important;
border-radius: 12px !important;
padding: 20px !important;
display: flex !important;
align-items: center !important;
gap: 15px !important;
transition: transform 0.3s !important;
}

.stat-card:hover {
transform: translateY(-5px) !important;
box-shadow: 0 8px 20px rgba(0,0,0,0.3) !important;
}

.stat-icon {
font-size: 36px !important;
}

.stat-content {
flex: 1 !important;
}

.stat-label {
font-size: 14px !important;
color: #ffaa33 !important;
font-weight: 500 !important;
margin-bottom: 5px !important;
}

.stat-value {
font-size: 22px !important;
font-weight: bold !important;
color: #ffffff !important;
}

.stat-value.unpaid {
color: #f39c12 !important;
}

.stat-value.paid {
color: #2ecc71 !important;
}

/* Main container */
.Main-container-affiliate {
display: flex !important;
flex-wrap: wrap !important;
gap: 20px !important;
justify-content: space-between !important;
margin-bottom: 30px !important;
}

/* Referral section */
.dashboard-referral, .dashboard-payout {
flex: 1 1 48% !important;
background: #1a1f2e !important;
padding: 25px !important;
border-radius: 12px !important;
}

.dashboard-referral h3, .dashboard-payout h3 {
color: #ffaa33 !important;
margin-bottom: 15px !important;
}

.referral-box {
display: flex !important;
gap: 10px !important;
margin-bottom: 10px !important;
}

.referral-box input {
flex: 1 !important;
padding: 10px !important;
border-radius: 8px !important;
border: none !important;
background: #1a1f2e !important;
color: #ffffff !important;
}

.btn-copy {
background: linear-gradient(135deg, var(--wallet-orange) 0%, #ffb84d 100%) !important;
color: #1a1f2e !important;
border: none !important;
padding: 10px 15px !important;
border-radius: 8px !important;
cursor: pointer !important;
transition: background 0.3s !important;
}

.btn-copy:hover {
    background: linear-gradient(135deg, var(--wallet-orange) 0%, #ffb84d 100%) !important;
}

/* Payout form */
.payout-form .form-row {
display: flex !important;
flex-direction: column !important;
margin-bottom: 15px !important;
}

.payout-form label {
margin-bottom: 5px !important;
color: #ffaa33 !important;
}

.payout-form input {
padding: 10px !important;
border-radius: 8px !important;
border: none !important;
background: #1a1f2e !important;
color: #ffffff !important;
}

.payout-form small {
color: #bbbbbb !important;
margin-top: 3px !important;
}

.payout-form button {
background: linear-gradient(135deg, var(--wallet-orange) 0%, #ffb84d 100%) !important;
color: #1a1f2e !important;
border: none !important;
padding: 12px 20px !important;
border-radius: 8px !important;
cursor: pointer !important;
font-weight: bold !important;
transition: background 0.3s !important;
}

.payout-form button:hover {
background: linear-gradient(135deg, #ffaa33 0%, #ffc966 100%) !important;
}

/* Commissions section */
.dashboard-commissions {
background: #262b3b !important;
padding: 25px !important;
border-radius: 12px !important;
margin-bottom: 20px !important;
}

.dashboard-commissions h3 {
color: #ffaa33 !important;
margin-bottom: 10px !important;
}

.dashboard-commissions p.no-data {
color: #ffffff !important;
}

/* Actions buttons */
.dashboard-actions {
display: flex !important;
gap: 15px !important;
}

.dashboard-actions a {
background: #ffaa33 !important;
color: #1a1f2e !important;
padding: 12px 20px !important;
border-radius: 8px !important;
text-decoration: none !important;
font-weight: bold !important;
transition: background 0.3s !important;
}

.dashboard-actions a:hover {
background: #e0b50f !important;
}

/* Responsive */
@media screen and (max-width: 900px) {
.Main-container-affiliate, .dashboard-stats {
flex-direction: column !important;
}

```
.dashboard-referral, .dashboard-payout, .stat-card {
    flex: 1 1 100% !important;
}

}




/* Main Container */
.affiliate-referral {
    background: #1a1f2e !important;
    padding: 40px !important;
    border-radius: 16px !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
}

/* Headings */
.affiliate-referral h2 {
    color: #ffaa33 !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

.affiliate-referral h3 {
    color: #ffaa33 !important;
    font-size: 22px !important;
    margin-top: 25px !important;
    font-weight: 600 !important;
}

/* Referral Box */
.referral-box {
    display: flex !important;
    align-items: center !important;
    background: #23293d !important;
    padding: 12px !important;
    border-radius: 12px !important;
    margin-top: 10px !important;
}

.referral-box input {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    font-size: 16px !important;
    color: #fff !important;
}

.btn-copy {
        background: linear-gradient(135deg, var(--wallet-orange) 0%, #ffb84d 100%) !important;
    border: none !important;
    padding: 8px 18px !important;
    color: #1a1f2e !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

.btn-copy:hover {
    background: linear-gradient(135deg, #ffaa33 0%, #ffc966 100%) !important;
}

/* Social Share Section */
.social-share {
    margin-top: 30px !important;
}

.share-buttons {
    margin-top: 15px !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 15px !important;
}

.share-btn {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: #23293d !important;
    padding: 14px !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: 0.3s ease !important;
    border: 2px solid transparent !important;
}

/* Hover effects for each button */
.share-btn:hover {
    border-color: #ffaa33 !important;
    transform: translateY(-5px) !important;
}

/* Specific Platforms */
.facebook span { color: #1877f2 !important; }
.twitter span { color: #1da1f2 !important; }
.whatsapp span { color: #25d366 !important; }
.email span { color: #ffaa33 !important; }

/* How it Works Section */
.steps {
    margin-top: 20px !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
    gap: 20px !important;
}

.step {
    background: #23293d !important;
    padding: 20px !important;
    border-radius: 14px !important;
    transition: 0.3s !important;
}

.step:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
}

.step-number {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #ffaa33 !important;
    color: #1a1f2e !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

/* Step Titles + Text */
.step h4 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
    color: #ffffff !important;
}

.step p {
    color: #ffaa33 !important;
    font-size: 14px !important;
}

/* Commission Table */
.commission-table {
    width: 100% !important;
    margin-top: 20px !important;
    border-collapse: collapse !important;
}

.commission-table td {
    padding: 14px !important;
    background: #23293d !important;
    border-bottom: 2px solid #1f2536 !important;
    font-size: 16px !important;
    color: #ffffff !important;
}

.commission-table tr:nth-child(odd) td {
    background: #2a3147 !important;
}

.commission-table strong {
    color: #ffaa33 !important;
}


/* Main Container */
.affiliate-network {
    background: #1a1f2e !important;
    padding: 40px !important;
    border-radius: 16px !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    margin-top: 20px !important;
}

/* Heading */
.affiliate-network h2 {
    color: #ffaa33 !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}

/* LEVEL BLOCK */
.level-1, .level-2, .level-3 {
    margin-bottom: 25px !important;
}

.level-1 h3, .level-2 h3, .level-3 h3 {
    font-size: 22px !important;
    color: #ffaa33 !important;
    margin-bottom: 15px !important;
    font-weight: 600 !important;
}

/* Network Tree */
.network-tree {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

/* MEMBER CARD */
.network-member {
    background: #08112e !important;
    padding: 20px !important;
    border-radius: 14px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-left: 5px solid #ffaa33 !important;
    transition: 0.3s !important;
}

.network-member:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35) !important;
}

/* Member Info */
.member-info strong {
    font-size: 18px !important;
    color: #ffffff !important;
}

.member-info small {
    display: block !important;
    margin-top: 4px !important;
    font-size: 14px !important;
    color: #c6c7d1 !important;
}

/* Stats */
.member-stats {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 5px !important;
}

.member-stats span {
    font-size: 14px !important;
    color: #ffaa33 !important;
    font-weight: 600 !important;
}

/* Responsive */
@media (max-width: 600px) {
    .network-member {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .member-stats {
        align-items: flex-start !important;
    }
}

/* Main Container */
.affiliate-registration {
    background: #1a1f2e !important;
    padding: 40px !important;
    border-radius: 16px !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4) !important;
}

/* Heading */
.affiliate-registration h2 {
    color: #ffaa33 !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}

/* Subtitle */
.affiliate-registration > p {
    text-align: center !important;
    color: #c9cbd6 !important;
    margin-bottom: 25px !important;
}

/* Notice Box */
.registration-notice {
    background: rgba(245, 197, 28, 0.12) !important;
    border: 1px solid #ffaa33 !important;
    border-radius: 12px !important;
    padding: 15px !important;
}

.registration-notice p {
    color: #ffffff !important;
}

.registration-notice a {
    color: #ffaa33 !important;
    font-weight: 600 !important;
}

/* Benefits */
.registration-benefits h3 {
    color: #ffaa33 !important;
    font-size: 22px !important;
    margin-bottom: 12px !important;
}

.registration-benefits ul {
    padding-left: 20px !important;
    color: #ffffff !important;
}

.registration-benefits li {
    margin-bottom: 6px !important;
    font-size: 15px !important;
}

/* FORM */
.affiliate-form {
    margin-top: 25px !important;
}

/* Group */
.form-group {
    margin-bottom: 18px !important;
}

.form-group label {
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    display: block !important;
    color: #ffffff !important;
}

/* Inputs */
.affiliate-form input,
.affiliate-form select {
    width: 100% !important;
    padding: 12px !important;
    border-radius: 10px !important;
    background: #23293d !important;
    color: #ffffff !important;
    border: 1px solid #3c4358 !important;
    font-size: 15px !important;
    transition: 0.2s !important;
}

.affiliate-form input:focus,
.affiliate-form select:focus {
    border-color: #ffaa33 !important;
    box-shadow: 0 0 0 3px rgba(245,197,28,0.25) !important;
    outline: none !important;
}

/* Small Text */
.form-group small {
    color: #c9cbd6 !important;
    margin-top: 4px !important;
    display: block !important;
}

/* Checkbox */
.checkbox-label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 14px !important;
    color: #ffffff !important;
}

.checkbox-label input {
    width: auto !important;
    transform: scale(1.2) !important;
}

/* Submit Button */
.btn-primary {
    width: 100% !important;
    background: linear-gradient(135deg, var(--wallet-orange) 0%, #ffb84d 100%) !important;
    color: #1a1f2e !important;
    border: none !important;
    padding: 14px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    margin-top: 10px !important;
}

.btn-primary:hover {
    background: #ffdd45 !important;
    box-shadow: 0 6px 20px rgba(245,197,28,0.35) !important;
}

/* Login link */
.affiliate-registration p a {
    color: #ffaa33 !important;
    font-weight: 600 !important;
}

/* Responsive */
@media (max-width: 600px) {
    .affiliate-registration {
        padding: 25px !important;
    }

    .affiliate-registration h2 {
        font-size: 26px !important;
    }

    .btn-primary {
        font-size: 16px !important;
    }
}


/* AFFILIATE LOGIN FORM CONTAINER */
.affiliate-login-form {
    max-width: 700px;
    margin: 40px auto;
    background: #1a1f2e;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    text-align: left;
}

/* HEADING */
.affiliate-login-form h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.affiliate-login-form p {
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
    font-size: 15px;
}

/* FORM GROUP */
.affiliate-login-form .form-group {
    margin-bottom: 18px;
}

/* LABEL */
.affiliate-login-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #444;
}

/* INPUT FIELDS */
.affiliate-login-form input[type="text"],
.affiliate-login-form input[type="password"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.affiliate-login-form input[type="text"]:focus,
.affiliate-login-form input[type="password"]:focus {
    border-color: #4c7cf3;
    box-shadow: 0 0 0 3px rgba(76, 124, 243, 0.15);
    outline: none;
}

/* CHECKBOX */
.affiliate-login-form .checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
}

.affiliate-login-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

/* BUTTON */
.affiliate-login-form .btn-primary {
    width: 100%;
    padding: 12px;
    background: #4c7cf3;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.affiliate-login-form .btn-primary:hover {
    background: #3a63d9;
}

/* LINKS UNDER FORM */
.affiliate-login-form .login-links a {
    color: #4c7cf3;
    font-weight: 500;
    text-decoration: none;
}

.affiliate-login-form .login-links a:hover {
    text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 480px) {
    .affiliate-login-form {
        margin: 20px;
        padding: 20px;
    }
    
    .affiliate-network {
    background: #1a1f2e !important;
    padding: 10px !important;
    border-radius: 16px !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    margin-top: 20px !important;
}

.affiliate-network h2{
    color: #ffaa33 !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}

.affiliate-referral{
        background: #1a1f2e !important;
    padding: 10px !important;
    border-radius: 16px !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
}

.affiliate-referral h2{
    font-size: 25px !important;
}

.dashboard-header h2{
    font-size: 25px !important;
}

}


/* RESET PASSWORD CONTAINER */
.affiliate-reset-password {
    max-width: 700px;
    margin: 40px auto;
    background: #1a1f2e;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    text-align: left;
}

/* HEADING */
.affiliate-reset-password h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.affiliate-reset-password p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-bottom: 25px;
}

/* FORM GROUP */
.affiliate-reset-password .form-group {
    margin-bottom: 20px;
}

/* LABEL */
.affiliate-reset-password label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #444;
}

/* INPUT FIELD */
.affiliate-reset-password input[type="email"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 15px;
    transition: 0.3s ease;
}

.affiliate-reset-password input[type="email"]:focus {
    border-color: #4c7cf3;
    box-shadow: 0 0 0 3px rgba(76,124,243,0.15);
    outline: none;
}

/* SMALL TEXT UNDER FIELD */
.affiliate-reset-password small {
    display: block;
    margin-top: 5px;
    color: #777;
    font-size: 13px;
}

/* BUTTON */
.affiliate-reset-password .btn-primary {
    width: 100%;
    padding: 12px;
    background: #4c7cf3;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.affiliate-reset-password .btn-primary:hover {
    background: #3a63d9;
}

/* LINKS */
.affiliate-reset-password .reset-links a {
    color: #4c7cf3;
    font-weight: 500;
    text-decoration: none;
}

.affiliate-reset-password .reset-links a:hover {
    text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 480px) {
    .affiliate-reset-password {
        margin: 20px;
        padding: 20px;
    }
}

