.admin-student-active-page .navbar-bg {
    background-color: #000080;
}

.admin-student-active-page .section-header h1 {
    color: #30375b;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.admin-student-active-page .section-header h1 span {
    margin-left: 6px;
}

.admin-student-active-page .section-header-breadcrumb .breadcrumb-item {
    font-size: 16px;
}

.admin-student-active-card {
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    box-shadow: none;
    background: #f9fbfd;
}

.admin-active-description {
    margin: 0;
    padding: 28px 26px;
    border-bottom: 1px solid #edf2f7;
    color: #5e687e;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

.admin-active-feedback {
    margin: 10px 26px 0;
    min-height: 22px;
    color: #5d6784;
    font-size: 13px;
    font-weight: 600;
}

.admin-active-feedback.is-success {
    color: #1d9165;
}

.admin-active-feedback.is-info {
    color: #2f59b6;
}

.admin-active-table-wrap {
    width: 100%;
    overflow-x: auto;
    padding: 12px 26px 24px;
}

.admin-active-student-table {
    width: 100%;
    min-width: 980px;
    margin: 0;
}

.admin-active-student-table thead th {
    border: 0;
    background: #eef2f4;
    color: #555;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 14px;
    white-space: nowrap;
}

.admin-active-student-table tbody td {
    border: 0;
    color: #5f6b7f;
    font-size: 15px;
    font-weight: 500;
    padding: 11px 14px;
    vertical-align: middle;
}

.admin-active-student-table tbody tr + tr td {
    border-top: 1px solid #edf1f6;
}

.active-student-avatar {
    width: 44px;
    height: 34px;
    display: inline-block;
    position: relative;
}

.active-student-avatar::before {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.active-student-avatar::after {
    content: "";
    width: 44px;
    height: 18px;
    border-radius: 16px 16px 10px 10px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.active-student-action-list {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.active-student-action-btn {
    border: 0;
    border-radius: 999px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000080;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 8px 13px rgba(0, 0, 128, 0.2);
}

.active-student-action-btn:hover,
.active-student-action-btn:focus {
    color: #fff;
    background: #00006d;
}

.admin-active-view-modal .modal-content {
    border-radius: 12px;
    border: 1px solid #dee6f2;
}

.admin-active-view-modal .modal-title {
    color: #2d3858;
    font-weight: 700;
}

.admin-active-view-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.admin-active-view-item {
    border: 1px solid #edf1f7;
    border-radius: 8px;
    background: #f9fbff;
    padding: 9px 11px;
}

.admin-active-view-item span {
    display: block;
    color: #7d879a;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
}

.admin-active-view-item strong {
    color: #2b3958;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .admin-student-active-page .section-header h1 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .admin-student-active-page .section-header h1 {
        font-size: 30px;
    }

    .admin-active-description {
        font-size: 14px;
        line-height: 1.55;
    }

    .admin-active-view-grid {
        grid-template-columns: 1fr;
    }
}
