.affiliate_report_text {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;

}

.container {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    margin-top: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.description {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.btn-add-user {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-add-user:hover {
    background-color: #0056b3;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.table th,
.table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.table th {
    background-color: #f4f4f4;
    color: #333;
}

.table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table tr:hover {
    background-color: #f1f1f1;
}

.status-active {
    color: #fff;
    background-color: #28a745;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
}

.btn-upgrade {
    background-color: #007bff;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.btn-upgrade:hover {
    background-color: #0056b3;
}

.affiliate-report-details {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    margin-top: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.affiliate-report-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.affiliate-report-table {
    width: 100%;
    border-collapse: collapse;
}
.affiliate-report-table th, .affiliate-report-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.affiliate-report-table th {
    background-color: #f4f4f4;
    color: #333;
}
.affiliate-report-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.affiliate-report-table tr:hover {
    background-color: #f1f1f1;
}
.affiliate-status {
    color: #fff;
    background-color: #28a745;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
}



.affiliate-report-headers {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 70px;
}
.affiliate-report-headers-title {
    margin-bottom: 15px;
}
.affiliate-report-header-details {
    padding: 20px;
    border: 1px dashed #007bff;
    background: #f8faff;
    border-radius: 8px;
    font-size: 16px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.affiliate--report-details-copy {
    border-radius: 10px;
    padding: 5px;
    border: 1px solid gray;
}
.affiliate-summary-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}
.summary-card {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}
.summary-card h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}
.summary-card p {
    font-size: 18px;
    font-weight: bold;
    color: #007bff;
}


.affiliate-report-details-student {
    margin-top: 70px;
}

/* Mobile Phones (portrait) */
@media (max-width: 575.98px) {
    .affiliate-summary-cards{
        grid-template-columns: repeat(2,1fr);
    }
}

/* Tablets and iPads (landscape and portrait) */
@media (min-width: 576px) and (max-width: 768px) {

}

/* Laptops */
@media (min-width: 769px) and (max-width: 1200px) {

}

@media (min-width: 769px) {

}

/* General Desktop */
@media (min-width: 1200px) {

}