/* admin/Components/Modals/EditDeviceForm.razor.rz.scp.css */
.autocomplete[b-78hm6wucox] {
    position: relative;
}
.autocomplete .options[b-78hm6wucox] {
    position: absolute;
    top: 40px;
    left: 0;
    background: var(--surface-2);
    width: 100%;
    padding: 0;
    z-index: 10;
    border: none;
    border-radius: var(--theme-radius);
}
.autocomplete .option[b-78hm6wucox] {
    display: block;
    padding: 0.25rem;
}
.autocomplete .option .option-text[b-78hm6wucox] {
    padding: 0.25rem 0.5rem;
}
.autocomplete .option:hover[b-78hm6wucox] {
    background: var(--link-hover);
    color: #fff;
}
.autocomplete .option.disabled[b-78hm6wucox] {
    background-color: lightgrey;
    cursor: not-allowed;
}
.autocomplete .option.disabled:hover[b-78hm6wucox] {
    background: lightgrey;
    color: var(--warm-3);
}
/* admin/Pages/User/TheoryExams.razor.rz.scp.css */
.theory-exam-header[b-8augu7bwl9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.theory-exam-table th[b-8augu7bwl9],
.theory-exam-table td[b-8augu7bwl9] {
    vertical-align: middle;
}

.status-pill[b-8augu7bwl9] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid transparent;
}

.status-pill.required[b-8augu7bwl9] {
    background-color: #fdecea;
    border-color: #f5c2c0;
    color: #8a1c16;
}

.status-pill.current[b-8augu7bwl9] {
    background-color: #ecfdf3;
    border-color: #a7f3d0;
    color: #046c4e;
}

.exam-name[b-8augu7bwl9] {
    font-weight: 600;
}
