.simple-app .attendance-register{background:var(--app-canvas);--color-white:var(--app-canvas);border:0;border-radius:0;min-height:0}.simple-app .attendance-register header,.simple-app .attendance-register footer{border-color:var(--app-divider);background:0 0;padding-inline:0}.simple-app .attendance-register header{border-bottom:.5px solid var(--app-divider)}.simple-app .attendance-register footer{border-top:.5px solid var(--app-divider)}.simple-app .attendance-register .attendance-status-head{width:320px}.simple-app .attendance-register .attendance-student .avatar{background:var(--app-surface);color:var(--app-muted);border:0}.simple-app .attendance-options{flex-wrap:wrap;gap:4px;display:inline-flex}.simple-app .attendance-chip.is-present,.simple-app .attendance-option.is-present[aria-pressed=true]{color:var(--status-present);background:color-mix(in srgb, var(--status-present) 12%, var(--app-canvas))}.simple-app .attendance-chip.is-absent,.simple-app .attendance-option.is-absent[aria-pressed=true]{color:var(--status-absent);background:color-mix(in srgb, var(--status-absent) 12%, var(--app-canvas))}.simple-app .attendance-chip.is-late,.simple-app .attendance-option.is-late[aria-pressed=true]{color:var(--status-late);background:color-mix(in srgb, var(--status-late) 12%, var(--app-canvas))}.simple-app .attendance-chip.is-excused,.simple-app .attendance-option.is-excused[aria-pressed=true]{color:var(--status-excused);background:color-mix(in srgb, var(--status-excused) 12%, var(--app-canvas))}.simple-app .attendance-chip.is-present:hover,.simple-app .attendance-option.is-present[aria-pressed=true]:hover{background:color-mix(in srgb, var(--status-present) 20%, var(--app-canvas))}.simple-app .attendance-chip.is-absent:hover,.simple-app .attendance-option.is-absent[aria-pressed=true]:hover{background:color-mix(in srgb, var(--status-absent) 20%, var(--app-canvas))}.simple-app .attendance-chip.is-late:hover,.simple-app .attendance-option.is-late[aria-pressed=true]:hover{background:color-mix(in srgb, var(--status-late) 20%, var(--app-canvas))}.simple-app .attendance-chip.is-excused:hover,.simple-app .attendance-option.is-excused[aria-pressed=true]:hover{background:color-mix(in srgb, var(--status-excused) 20%, var(--app-canvas))}.simple-app .attendance-dot.is-present{background:var(--status-present)}.simple-app .attendance-dot.is-absent{background:var(--status-absent)}.simple-app .attendance-dot.is-late{background:var(--status-late)}.simple-app .attendance-dot.is-excused{background:var(--status-excused)}@media (max-width:760px){.simple-app .attendance-register .rb-data-table{table-layout:fixed}.simple-app .attendance-student>div{min-width:0}.simple-app .attendance-register .attendance-status-head{width:50%}.simple-app .attendance-options{grid-template-columns:1fr 1fr;width:100%;display:grid}.simple-app .attendance-option{height:32px}}
.simple-app .progress-table{background:var(--app-canvas);--color-white:var(--app-canvas);border:0;border-radius:0;min-height:0}.simple-app .progress-table .avatar{background:var(--app-surface);color:var(--app-muted);border:0}
