.page-container11 {
    width: 60%;
    margin: 0 auto;
    padding: 2rem;
    background-color: #F7FAFC;
    color: #1A202C;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

p {
    line-height: 1.6;
    margin-bottom: 1rem;
}

a {
    color: #3182CE;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #2C5282;
}

/* Page Header */
.page-header11 {
    margin-bottom: 2rem;
}

.breadcrumb11 {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.breadcrumb-link11 {
    color: #3182CE;
}

.breadcrumb-separator11 {
    margin: 0 0.5rem;
    color: #A0AEC0;
    font-size: 0.75rem;
}

.breadcrumb-current11 {
    color: #4A5568;
}

.page-title11 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #2D3748;
}

.page-description11 {
    font-size: 1.125rem;
    color: #4A5568;
}

/* Referral Program Overview */
.overview-card11 {
    display: flex;
    background-color: #FFFFFF;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 2rem;
    overflow: hidden;
}

.overview-icon11 {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    font-size: 3rem;
    color: #805AD5;
    margin-right: 2rem;
}

.overview-content11 {
    flex-grow: 1;
}

.overview-title11 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    color: #2D3748;
}

.overview-points11 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.overview-point11 {
    display: flex;
    align-items: flex-start;
}

.point-icon11 {
    flex-shrink: 0;
    font-size: 1.25rem;
    color: #3182CE;
    margin-right: 1rem;
    margin-top: 0.25rem;
}

.point-title11 {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.point-description11 {
    font-size: 0.875rem;
    color: #4A5568;
    margin-bottom: 0;
}

.cta-button11 {
    display: inline-block;
    background-color: #805AD5;
    color: #FFFFFF;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cta-button11:hover {
    background-color: #6B46C1;
}

/* Referral Performance Summary */
.performance-summary11 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card11 {
    background-color: #FFFFFF;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    display: flex;
    align-items: center;
}

.stat-icon11 {
    flex-shrink: 0;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #EBF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #3182CE;
    margin-right: 1rem;
}

.stat-content11 {
    flex-grow: 1;
}

.stat-number11 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #2D3748;
}

.stat-label11 {
    font-size: 0.875rem;
    color: #4A5568;
    margin-bottom: 0;
}

/* Referral Link Section */
.referral-link-section11 {
    background-color: #FFFFFF;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 2rem;
}

.section-title11 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #2D3748;
}

.section-description11 {
    font-size: 0.875rem;
    color: #4A5568;
    margin-bottom: 1.5rem;
}

.link-container11 {
    display: flex;
    margin-bottom: 1.5rem;
}

.referral-link-input11 {
    flex-grow: 1;
    border: 1px solid #E2E8F0;
    border-radius: 0.5rem 0 0 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #2D3748;
    background-color: #F7FAFC;
}

.copy-button11, .qr-button11 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.copy-button11 {
    background-color: #3182CE;
    color: #FFFFFF;
    border-radius: 0 0.5rem 0.5rem 0;
}

.copy-button11:hover {
    background-color: #2C5282;
}

.copy-button11 span {
    margin-left: 0.5rem;
}

.qr-button11 {
    background-color: #EBF8FF;
    color: #3182CE;
    border-radius: 0.5rem;
    margin-left: 0.5rem;
}

.qr-button11:hover {
    background-color: #BEE3F8;
}

.qr-container11 {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    border: 1px dashed #E2E8F0;
    border-radius: 0.5rem;
}

.qr-code11 {
    width: 200px;
    height: 200px;
    margin-bottom: 1rem;
    background-color: #FFFFFF;
}

.download-qr-button11 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    background-color: #3182CE;
    color: #FFFFFF;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.download-qr-button11:hover {
    background-color: #2C5282;
}

.download-qr-button11 span {
    margin-left: 0.5rem;
}

/* Share Options */
.share-section11 {
    background-color: #FFFFFF;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 2rem;
}

.share-buttons11 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.share-button11 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #FFFFFF;
    min-width: 120px;
}

.share-button11 span {
    margin-left: 0.5rem;
}

.whatsapp11 {
    background-color: #25D366;
}

.whatsapp11:hover {
    background-color: #128C7E;
}

.facebook11 {
    background-color: #1877F2;
}

.facebook11:hover {
    background-color: #166FE5;
}

.twitter11 {
    background-color: #1DA1F2;
}

.twitter11:hover {
    background-color: #1A91DA;
}

.linkedin11 {
    background-color: #0A66C2;
}

.linkedin11:hover {
    background-color: #004182;
}

.email11 {
    background-color: #6B7280;
}

.email11:hover {
    background-color: #4B5563;
}

.more11 {
    background-color: #F7FAFC;
    color: #4A5568;
    border: 1px solid #E2E8F0;
}

.more11:hover {
    background-color: #E2E8F0;
}

.more-share-options11 {
    display: none;
    margin-top: 1rem;
    padding: 1rem;
    background-color: #F7FAFC;
    border-radius: 0.5rem;
}

.share-option11 {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    background: none;
    border: none;
    border-radius: 0.5rem;
    width: 100%;
    cursor: pointer;
    color: #4A5568;
    transition: background-color 0.2s ease;
}

.share-option11:hover {
    background-color: #E2E8F0;
}

.share-option11 i {
    width: 1.5rem;
    text-align: center;
    margin-right: 0.75rem;
}

/* Custom Invitation Form */
.invitation-form-section11 {
    background-color: #FFFFFF;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 2rem;
}

.invitation-form11 {
    max-width: 600px;
}

.form-group11 {
    margin-bottom: 1.5rem;
}

.form-label11 {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2D3748;
}

.form-input11, .form-textarea11 {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #E2E8F0;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #2D3748;
    transition: border-color 0.2s ease;
}

.form-input11:focus, .form-textarea11:focus {
    outline: none;
    border-color: #3182CE;
}

.form-textarea11 {
    min-height: 100px;
    resize: vertical;
}

.form-submit-button11 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background-color: #3182CE;
    color: #FFFFFF;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.form-submit-button11:hover {
    background-color: #2C5282;
}

.form-submit-button11 span {
    margin-left: 0.5rem;
}

/* Referral History */
.history-section11 {
    background-color: #FFFFFF;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 2rem;
}

.history-header11 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    gap: 1rem;
}

.history-controls11 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-container11 {
    position: relative;
}

.search-input11 {
    padding: 0.625rem 1rem 0.625rem 2.5rem;
    border: 1px solid #E2E8F0;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #2D3748;
    width: 250px;
}

.search-icon11 {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #A0AEC0;
}

.filter-select11 {
    padding: 0.625rem 1rem;
    border: 1px solid #E2E8F0;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #2D3748;
    background-color: #FFFFFF;
    cursor: pointer;
}

.table-container11 {
    overflow-x: auto;
    margin-bottom: 1.5rem;
}

.referral-table11 {
    width: 100%;
    border-collapse: collapse;
}

.referral-table11 th,
.referral-table11 td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #E2E8F0;
}

.referral-table11 th {
    font-weight: 600;
    color: #2D3748;
    background-color: #F7FAFC;
}

.sortable11 {
    cursor: pointer;
    user-select: none;
}

.sortable11 i {
    margin-left: 0.25rem;
    font-size: 0.75rem;
}

.status-badge11 {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.completed11 {
    background-color: #C6F6D5;
    color: #22543D;
}

.enrolled11 {
    background-color: #BEE3F8;
    color: #2A4365;
}

.registered11 {
    background-color: #E9D8FD;
    color: #44337A;
}

.pending11 {
    background-color: #FEEBC8;
    color: #7B341E;
}

.table-mobile-cards11 {
    display: none;
}

.referral-card11 {
    border: 1px solid #E2E8F0;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.card-row11 {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #F7FAFC;
}

.card-row11:last-child {
    border-bottom: none;
}

.card-label11 {
    font-weight: 600;
    color: #4A5568;
}

.pagination11 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.pagination-button11 {
    padding: 0.5rem 0.75rem;
    border: 1px solid #E2E8F0;
    border-radius: 0.375rem;
    background-color: #FFFFFF;
    color: #3182CE;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pagination-button11:disabled {
    color: #CBD5E0;
    cursor: not-allowed;
}

.pagination-button11:not(:disabled):hover {
    background-color: #EBF8FF;
}

.pagination-numbers11 {
    display: flex;
    gap: 0.25rem;
}

.pagination-number11 {
    padding: 0.5rem 0.75rem;
    border: 1px solid #E2E8F0;
    border-radius: 0.375rem;
    background-color: #FFFFFF;
    color: #3182CE;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pagination-number11:hover {
    background-color: #EBF8FF;
}

.pagination-number11.active11 {
    background-color: #3182CE;
    color: #FFFFFF;
    border-color: #3182CE;
}

/* Performance Chart */
.performance-chart-section11 {
    background-color: #FFFFFF;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 2rem;
}

.chart-header11 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    gap: 1rem;
}

.time-selector11 {
    display: flex;
    gap: 0.5rem;
}

.time-button11 {
    padding: 0.5rem 1rem;
    border: 1px solid #E2E8F0;
    border-radius: 0.375rem;
    background-color: #FFFFFF;
    color: #4A5568;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.time-button11:hover {
    background-color: #F7FAFC;
}

.time-button11.active11 {
    background-color: #3182CE;
    color: #FFFFFF;
    border-color: #3182CE;
}

.chart-container11 {
    height: 300px;
}

/* Tips for Success */
.tips-section11 {
    background-color: #FFFFFF;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 2rem;
}

.tips-content11 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.tip-item11 {
    display: flex;
    align-items: flex-start;
    padding: 1.25rem;
    border-radius: 0.5rem;
    background-color: #F7FAFC;
}

.tip-icon11 {
    flex-shrink: 0;
    font-size: 1.5rem;
    color: #805AD5;
    margin-right: 1rem;
    margin-top: 0.25rem;
}

.tip-title11 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: #2D3748;
}

.tip-text11 p {
    margin-bottom: 0;
    font-size: 0.875rem;
}

/* FAQ Section */
.faq-section11 {
    background-color: #FFFFFF;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 2rem;
}

.faq-list11 {
    margin-top: 1.5rem;
}

.faq-item11 {
    border-bottom: 1px solid #E2E8F0;
}

.faq-item11:last-child {
    border-bottom: none;
}

.faq-question11 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
    cursor: pointer;
}

.faq-question11 h3 {
    font-size: 1.125rem;
    margin-bottom: 0;
    color: #2D3748;
    transition: color 0.3s ease;
}

.faq-icon11 {
    color: #4A5568;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-answer11 {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
}

.faq-answer11.active {
    max-height: 500px; /* Adjust based on content length */
    opacity: 1;
    padding: 0 0 1.25rem;
}

.faq-answer11 p {
    margin-bottom: 0;
    color: #4A5568;
}

.faq-question11.active h3 {
    color: #3182CE;
}

.faq-icon11.rotate {
    transform: rotate(180deg);
    color: #3182CE;
}

/* Promotional Materials */
.promo-materials-section11 {
    background-color: #FFFFFF;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 2rem;
}

.promo-grid11 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.promo-item11 {
    border: 1px solid #E2E8F0;
    border-radius: 0.5rem;
    overflow: hidden;
}

.promo-preview11 {
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7FAFC;
}

.promo-preview11 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-template11 {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.template-icon11 {
    font-size: 2rem;
    color: #4A5568;
    margin-bottom: 0.75rem;
}

.template-preview11 {
    font-size: 0.875rem;
    color: #4A5568;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.promo-details11 {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-title11 {
    font-size: 1rem;
    margin-bottom: 0;
}

.promo-download-btn11 {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border: 1px solid #E2E8F0;
    border-radius: 0.375rem;
    background-color: #F7FAFC;
    color: #4A5568;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.promo-download-btn11:hover {
    background-color: #E2E8F0;
}

.promo-download-btn11 span {
    margin-left: 0.5rem;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .overview-card11 {
        flex-direction: column;
    }
    
    .overview-icon11 {
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
    
    .overview-points11 {
        grid-template-columns: 1fr;
    }
    
    .performance-summary11 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .chart-header11 {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .chart-container11 {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .page-container11 {
    width: 100%;
    }
    .page-container11 {
        padding: 1.5rem;
    }
    
    .page-title11 {
        font-size: 1.75rem;
    }
    
    .performance-summary11 {
        grid-template-columns: 1fr;
    }
    
    .stat-card11 {
        padding: 1.25rem;
    }
    
    .link-container11 {
        flex-direction: column;
    }
    
    .referral-link-input11 {
        border-radius: 0.5rem;
        margin-bottom: 0.75rem;
    }
    
    .copy-button11 {
        border-radius: 0.5rem;
        width: 100%;
    }
    
    .qr-button11 {
        margin-left: 0;
        margin-top: 0.75rem;
    }
    
    .share-buttons11 {
        justify-content: center;
    }
    
    .share-button11 {
        flex: 1 0 calc(33.333% - 1rem);
        min-width: 0;
        padding: 0.625rem;
    }
    
    .share-button11 span {
        display: none;
    }
    
    .history-header11 {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .history-controls11 {
        width: 100%;
        flex-direction: column;
    }
    
    .search-input11 {
        width: 100%;
    }
    
    .filter-select11 {
        width: 100%;
    }
    
    .table-container11 {
        display: none;
    }
    
    .table-mobile-cards11 {
        display: block;
    }
    
    .tips-content11 {
        grid-template-columns: 1fr;
    }
    
    .promo-grid11 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-container11 {
        padding: 1rem;
    }
    
    .page-title11 {
        font-size: 1.5rem;
    }
    
    .page-description11 {
        font-size: 1rem;
    }
    
    .overview-card11 {
        padding: 1.5rem;
    }
    
    .share-button11 {
        flex: 1 0 calc(50% - 1rem);
    }
    
    .pagination-numbers11 {
        display: none;
    }
}

/* Sidebar Styles */
.sidebar-06 {
    width: 20%;
    background-color: #2D3748;
    color: #FFFFFF;
    padding: 1.5rem 0;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
    transition: all 0.3s ease;
}

.logo-container-06 {
    padding: 0 1.5rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1.5rem;
}

.logo-container-06 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4FD1C5;
}

.sidebar-nav-06 ul {
    list-style: none;
}

.nav-item-06 {
    margin-bottom: 0.25rem;
}

.nav-item-06 a {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    color: #E2E8F0;
    text-decoration: none;
    transition: all 0.2s ease;
}

.nav-item-06 a i {
    margin-right: 0.75rem;
    width: 20px;
    text-align: center;
}

.nav-item-06 a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-item-06.active-06 a {
    background-color: rgba(79, 209, 197, 0.2);
    color: #4FD1C5;
    border-left: 4px solid #4FD1C5;
}

/* Mobile Navigation */
.mobile-nav-06 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #2D3748;
    padding: 1rem;
}

.mobile-header-06 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-header-06 h2 {
    color: #4FD1C5;
    font-size: 1.25rem;
}

.menu-toggle-06 {
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 1.25rem;
    cursor: pointer;
}

.mobile-nav-menu-06 {
    display: none;
    background-color: #2D3748;
    padding: 1rem 0;
}

.mobile-nav-menu-06.active {
    display: block;
}

.mobile-nav-menu-06 ul {
    list-style: none;
}