/* _content/mmclSurveyAndReport/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-laksypmk92] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-laksypmk92] {
    flex: 1;
}

.sidebar[b-laksypmk92] {
    background-color: #001C43;
}

.top-row[b-laksypmk92] {
    background-color: white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-laksypmk92]  a, .top-row[b-laksypmk92]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-laksypmk92]  a:hover, .top-row[b-laksypmk92]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-laksypmk92]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-laksypmk92] {
        justify-content: space-between;
    }

    .top-row[b-laksypmk92]  a, .top-row[b-laksypmk92]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-laksypmk92] {
        flex-direction: row;
    }

    .sidebar[b-laksypmk92] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-laksypmk92] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-laksypmk92]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}

#blazor-error-ui[b-laksypmk92] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-laksypmk92] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/mmclSurveyAndReport/Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-zgcdy7g8j1] {
    height: 4rem;
    background-color: #0f1923;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: center;
    position: relative;
}

.navbar-brand[b-zgcdy7g8j1] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    padding: 0;
}

.brand-icon[b-zgcdy7g8j1] {
    width: 2rem;
    height: 2rem;
    background: #c96b6b;
    color: #1f0f0f;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 600;
    flex-shrink: 0;
    letter-spacing: -0.01em;
}

.brand-text[b-zgcdy7g8j1] {
    font-size: 0.82rem;
    font-weight: 500;
    color: #ece4e4;
    letter-spacing: 0.01em;
    line-height: 1.2;
    white-space: nowrap;
}

.brand-accent[b-zgcdy7g8j1] {
    color: #c96b6b;
    font-weight: 600;
}
.navbar-toggler[b-zgcdy7g8j1] {
    appearance: none;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 6px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28201%2C107%2C107%2C0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.4rem #162130;
    transition: background-color 160ms ease, border-color 160ms ease;
}

    .navbar-toggler:checked[b-zgcdy7g8j1] {
        background-color: rgba(201, 107, 107, 0.15);
        border-color: rgba(201, 107, 107, 0.3);
    }

.nav-scrollable[b-zgcdy7g8j1] {
    display: none;
    background-color: #0f1923;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.navbar-toggler:checked ~ .nav-scrollable[b-zgcdy7g8j1] {
    display: flex;
    flex-direction: column;
}

nav.flex-column[b-zgcdy7g8j1]::before {
    content: "NAVIGATION";
    display: block;
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: rgba(236, 228, 228, 0.45);
    padding: 1.4rem 1.2rem 0.5rem;
}

.nav-item[b-zgcdy7g8j1] {
    font-size: 0.875rem;
    padding-bottom: 0.15rem;
}

    .nav-item:first-of-type[b-zgcdy7g8j1] {
        padding-top: 0;
    }

    .nav-item:last-of-type[b-zgcdy7g8j1] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-zgcdy7g8j1]  .nav-link {
        color: rgba(236, 228, 228, 0.45);
        background: none;
        border: none;
        border-radius: 8px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        gap: 0;
        width: 100%;
        font-weight: 400;
        letter-spacing: 0.01em;
        transition: background-color 160ms ease, color 160ms ease;
        position: relative;
        text-decoration: none;
    }

    .nav-item[b-zgcdy7g8j1]  a.active {
        background-color: rgba(201, 107, 107, 0.12);
        color: #c96b6b;
    }

        .nav-item[b-zgcdy7g8j1]  a.active::before {
            content: '';
            position: absolute;
            left: -0.75rem;
            top: 50%;
            transform: translateY(-50%);
            width: 3px;
            height: 1.4rem;
            background: #c96b6b;
            border-radius: 0 2px 2px 0;
        }

    .nav-item[b-zgcdy7g8j1]  .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.05);
        color: #ece4e4;
    }

.nav-label[b-zgcdy7g8j1] {
    font-size: 0.875rem;
}

.bi[b-zgcdy7g8j1] {
    display: inline-block;
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
    background-size: cover;
    opacity: 0.7;
    transition: opacity 160ms ease;
}

.nav-item[b-zgcdy7g8j1]  a.active .bi {
    opacity: 1;
}

.nav-item[b-zgcdy7g8j1]  .nav-link:hover .bi {
    opacity: 0.9;
}

.bi-house-door-fill-nav-menu[b-zgcdy7g8j1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23c96b6b' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-zgcdy7g8j1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23c96b6b' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-door-open-fill-nav-menu[b-zgcdy7g8j1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23c96b6b' class='bi bi-door-open-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 15a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1H13V2.5A1.5 1.5 0 0 0 11.5 1H4.5A1.5 1.5 0 0 0 3 2.5V15H1.5zM10 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-zgcdy7g8j1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23c96b6b' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-footer[b-zgcdy7g8j1] {
    margin-top: auto;
    padding: 1rem 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.nav-footer-text[b-zgcdy7g8j1] {
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: rgba(236, 228, 228, 0.45);
    text-transform: uppercase;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zgcdy7g8j1] {
        display: none;
    }

    .nav-scrollable[b-zgcdy7g8j1] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}
/* _content/mmclSurveyAndReport/Components/Pages/Home.razor.rz.scp.css */
.home-wrapper[b-m6f1ucgdhi] {
    font-family: 'Source Sans 3', sans-serif;
    max-width: 780px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem;
    color: #1a1a2e;
}

.survey-header[b-m6f1ucgdhi] {
    border-bottom: 2px solid #1a1a2e;
    padding-bottom: 1.25rem;
    margin-bottom: 2.5rem;
}

    .survey-header h3[b-m6f1ucgdhi] {
        font-family: 'Lora', serif;
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: -0.01em;
        margin: 0 0 0.25rem;
        color: #1a1a2e;
    }

    .survey-header p[b-m6f1ucgdhi] {
        font-size: 0.95rem;
        color: #5a5a72;
        margin: 0;
        font-weight: 300;
    }

.category-label[b-m6f1ucgdhi] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c96b6b;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .category-label[b-m6f1ucgdhi]::after {
        content: '';
        flex: 1;
        height: 1px;
        background: #ecdcdc;
    }

.status-badge[b-m6f1ucgdhi] {
    display: inline-block;
    border-radius: 20px;
    padding: 0.2rem 0.75rem;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.badge-pending[b-m6f1ucgdhi] {
    background: #f8efef;
    color: #c96b6b;
}

.badge-done[b-m6f1ucgdhi] {
    background: #edf7f0;
    color: #2e7d52;
}

.btn-open[b-m6f1ucgdhi] {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 0.88rem;
    letter-spacing: 0.03em;
    background: #1a1a2e;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 0.45rem 1.1rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
    white-space: nowrap;
}

    .btn-open:hover[b-m6f1ucgdhi] {
        background: #2e2e50;
    }

    .btn-open:active[b-m6f1ucgdhi] {
        transform: scale(0.98);
    }

.done-label[b-m6f1ucgdhi] {
    font-size: 0.85rem;
    color: #2e7d52;
    font-weight: 600;
}

.empty-state[b-m6f1ucgdhi] {
    text-align: center;
    padding: 3rem 1rem;
    color: #9090a8;
    font-size: 0.95rem;
    font-weight: 300;
    border: 1px dashed #e2cdcd;
    border-radius: 8px;
}

.submit-note[b-m6f1ucgdhi] {
    font-size: 0.85rem;
    color: #9090a8;
    font-weight: 300;
}

.survey-table-wrapper[b-m6f1ucgdhi] {
    border: 1px solid #ecdcdc;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

.survey-table[b-m6f1ucgdhi] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.93rem;
}

    .survey-table thead tr[b-m6f1ucgdhi] {
        background: #faf4f4;
        border-bottom: 2px solid #ecdcdc;
    }

    .survey-table th[b-m6f1ucgdhi] {
        text-align: left;
        padding: 0.75rem 1rem;
        font-size: 0.72rem;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #c96b6b;
    }

    .survey-table td[b-m6f1ucgdhi] {
        padding: 0.85rem 1rem;
        color: #1a1a2e;
        border-bottom: 1px solid #f5eded;
        vertical-align: middle;
    }

    .survey-table tbody tr:last-child td[b-m6f1ucgdhi] {
        border-bottom: none;
    }

    .survey-table tbody tr[b-m6f1ucgdhi] {
        transition: background 0.15s ease;
    }

        .survey-table tbody tr:hover[b-m6f1ucgdhi] {
            background: #fdf9f9;
        }

.row-completed td[b-m6f1ucgdhi] {
    color: #8080a0;
}

.cell-code[b-m6f1ucgdhi] {
    font-weight: 600;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.cell-action[b-m6f1ucgdhi] {
    text-align: right;
    white-space: nowrap;
}

/* Mobile Cards */
.survey-cards[b-m6f1ucgdhi] {
    display: none;
    flex-direction: column;
    gap: 0.85rem;
}

.survey-card[b-m6f1ucgdhi] {
    background: #ffffff;
    border: 1px solid #ecdcdc;
    border-radius: 8px;
    padding: 1.1rem 1.25rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .survey-card:hover[b-m6f1ucgdhi] {
        border-color: #ddb4b4;
        box-shadow: 0 2px 12px rgba(26, 26, 46, 0.06);
    }

    .survey-card.card-completed[b-m6f1ucgdhi] {
        background: #fafafa;
    }

.card-top[b-m6f1ucgdhi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

.card-code[b-m6f1ucgdhi] {
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    color: #1a1a2e;
}

.card-completed .card-code[b-m6f1ucgdhi] {
    color: #8080a0;
}

.card-course-name[b-m6f1ucgdhi] {
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a2e;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.card-completed .card-course-name[b-m6f1ucgdhi] {
    color: #8080a0;
}

.card-meta[b-m6f1ucgdhi] {
    display: flex;
    gap: 1rem;
    font-size: 0.82rem;
    color: #9090a8;
    font-weight: 300;
    margin-bottom: 0.9rem;
    flex-wrap: wrap;
}

.card-action[b-m6f1ucgdhi] {
    display: flex;
    align-items: center;
}

.btn-open-full[b-m6f1ucgdhi] {
    width: 100%;
    text-align: center;
    padding: 0.6rem 1rem;
    font-size: 0.93rem;
    border-radius: 6px;
    justify-content: center;
}

/* Used for swapping Desktop and Mobile table versions */
@media (max-width: 600px) {
    .home-wrapper[b-m6f1ucgdhi] {
        padding: 1.5rem 1rem 3rem;
    }

    .survey-header h3[b-m6f1ucgdhi] {
        font-size: 1.6rem;
    }

    .survey-table-wrapper[b-m6f1ucgdhi] {
        display: none;
    }

    .survey-cards[b-m6f1ucgdhi] {
        display: flex;
    }
}
/* _content/mmclSurveyAndReport/Components/Pages/Questions.razor.rz.scp.css */
.survey-wrapper[b-n2wci1mbpu] {
    font-family: 'Source Sans 3', sans-serif;
    max-width: 780px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem;
    color: #1a1a2e;
}

.survey-header[b-n2wci1mbpu] {
    border-bottom: 2px solid #1a1a2e;
    padding-bottom: 1.25rem;
    margin-bottom: 2.5rem;
}

    .survey-header h3[b-n2wci1mbpu] {
        font-family: 'Lora', serif;
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: -0.01em;
        margin: 0 0 0.25rem;
        color: #1a1a2e;
    }

    .survey-header p[b-n2wci1mbpu] {
        font-size: 0.95rem;
        color: #5a5a72;
        margin: 0;
        font-weight: 300;
    }

.category-block[b-n2wci1mbpu] {
    margin-bottom: 3rem;
}

.category-label[b-n2wci1mbpu] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c96b6b;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .category-label[b-n2wci1mbpu]::after {
        content: '';
        flex: 1;
        height: 1px;
        background: #ecdcdc;
    }

.question-card[b-n2wci1mbpu] {
    background: #ffffff;
    border: 1px solid #ecdcdc;
    border-radius: 8px;
    padding: 1.4rem 1.6rem;
    margin-bottom: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .question-card:hover[b-n2wci1mbpu] {
        border-color: #8b8b8f;
        box-shadow: 0 2px 12px rgba(26, 26, 46, 0.06);
    }

    .question-card.is-invalid[b-n2wci1mbpu] {
        border-color: #c0392b;
        background: #fff8f8;
    }

.question-text[b-n2wci1mbpu] {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
    color: #1a1a2e;
    margin-bottom: 1.1rem;
}

/* Likert Scale */
.likert-scale[b-n2wci1mbpu] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.likert-option[b-n2wci1mbpu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    cursor: pointer;
}

    .likert-option input[type="radio"][b-n2wci1mbpu] {
        display: none;
    }

.likert-btn[b-n2wci1mbpu] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #8b8b8f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #5a5a72;
    background: #fafafa;
    transition: all 0.15s ease;
    user-select: none;
}

.likert-option input[type="radio"]:checked + .likert-btn[b-n2wci1mbpu] {
    background: #1a1a2e;
    border-color: #1a1a2e;
    color: #ffffff;
    transform: scale(1.08);
}

.likert-option:hover .likert-btn[b-n2wci1mbpu] {
    border-color: #c96b6b;
    color: #1a1a2e;
    background: #f8efef;
}

.likert-labels[b-n2wci1mbpu] {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    width: 100%;
    max-width: 280px;
}

    .likert-labels span[b-n2wci1mbpu] {
        font-size: 0.72rem;
        color: #9090a8;
        font-weight: 300;
    }

/* Text Input */
.survey-input[b-n2wci1mbpu] {
    width: 100%;
    border: 1px solid #e2cdcd;
    border-radius: 6px;
    padding: 0.6rem 0.9rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.95rem;
    color: #1a1a2e;
    background: #fafafa;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

    .survey-input:focus[b-n2wci1mbpu] {
        border-color: #c96b6b;
        box-shadow: 0 0 0 3px rgba(201, 107, 107, 0.12);
        background: #fff;
    }

/* Validation message */
.validation-msg[b-n2wci1mbpu] {
    font-size: 0.8rem;
    color: #c0392b;
    margin-top: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

/* Submit area */
.submit-area[b-n2wci1mbpu] {
    margin-top: 2.5rem;
    padding-top: 1.75rem;
    border-top: 1px solid #ecdcdc;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.btn-submit[b-n2wci1mbpu] {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    background: #1a1a2e;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 0.7rem 2rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
}

    .btn-submit:hover[b-n2wci1mbpu] {
        background: #2e2e50;
    }

    .btn-submit:active[b-n2wci1mbpu] {
        transform: scale(0.98);
    }

.submit-note[b-n2wci1mbpu] {
    font-size: 0.85rem;
    color: #9090a8;
    font-weight: 300;
}

.error-summary[b-n2wci1mbpu] {
    background: #fff0ef;
    border: 1px solid #f5c0bc;
    border-radius: 6px;
    padding: 0.75rem 1.1rem;
    font-size: 0.875rem;
    color: #a93226;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
