/* /Components/Dialogs/ClassSubjectDialog.razor.rz.scp.css */
.ea-matrix-scroll[b-57g02nduh5] {
    max-height: 420px;
    overflow: auto;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
}

.ea-matrix-table[b-57g02nduh5] {
    border-collapse: collapse;
    width: 100%;
    min-width: 480px;
}

.ea-matrix-table th[b-57g02nduh5],
.ea-matrix-table td[b-57g02nduh5] {
    padding: 8px 12px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    white-space: nowrap;
}

.ea-matrix-table thead th[b-57g02nduh5] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--mud-palette-surface);
    text-align: center;
    font-size: 0.8rem;
    color: var(--mud-palette-text-secondary);
}

.ea-matrix-subject-col[b-57g02nduh5] {
    position: sticky;
    left: 0;
    z-index: 2;
    background: var(--mud-palette-surface);
    text-align: left !important;
}

.ea-matrix-subject-col-content[b-57g02nduh5] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ea-matrix-table thead .ea-matrix-subject-col[b-57g02nduh5] {
    z-index: 3;
}

.ea-matrix-table tbody tr:hover td[b-57g02nduh5] {
    background: var(--mud-palette-action-default-hover);
}

.ea-matrix-checkbox[b-57g02nduh5] {
    margin: -8px;
}
/* /Components/Dialogs/LessonDetailsDialog.razor.rz.scp.css */
.ea-lesson-tree[b-607w9s10qd] {
    max-height: 420px;
    overflow: auto;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    padding: 4px 8px;
}

.ea-lesson-row[b-607w9s10qd],
.ea-topic-row[b-607w9s10qd],
.ea-subtopic-row[b-607w9s10qd] {
    display: flex;
    align-items: center;
    gap: 2px;
    min-height: 40px;
}

.ea-topic-row[b-607w9s10qd] {
    margin-left: 32px;
}

.ea-subtopic-row[b-607w9s10qd] {
    margin-left: 64px;
}

.ea-node-name[b-607w9s10qd] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ea-inline-field[b-607w9s10qd] {
    flex: 1;
    max-width: 280px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.ea-shell[b-pp7womq9rz] {
    min-height: calc(100vh - 64px);
}
/* /Pages/Academic/TeacherAllocation.razor.rz.scp.css */
.ea-matrix-scroll[b-zgxeh6rr25] {
    max-height: 520px;
    overflow: auto;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
}

.ea-matrix-table[b-zgxeh6rr25] {
    border-collapse: collapse;
    width: 100%;
    min-width: 480px;
}

.ea-matrix-table th[b-zgxeh6rr25],
.ea-matrix-table td[b-zgxeh6rr25] {
    padding: 8px 12px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    white-space: nowrap;
}

.ea-matrix-table thead th[b-zgxeh6rr25] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--mud-palette-surface);
    text-align: center;
    font-size: 0.8rem;
    color: var(--mud-palette-text-secondary);
}

.ea-matrix-subject-col[b-zgxeh6rr25] {
    position: sticky;
    left: 0;
    z-index: 2;
    background: var(--mud-palette-surface);
    text-align: left !important;
}

.ea-matrix-table thead .ea-matrix-subject-col[b-zgxeh6rr25] {
    z-index: 3;
}

.ea-matrix-table tbody tr:hover td[b-zgxeh6rr25] {
    background: var(--mud-palette-action-default-hover);
}
