@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Components/AssessmentBuild.razor.rz.scp.css */
.build-hero[b-9jnitaz08r] {
    align-items: flex-start;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 1.35rem;
}

.build-title-block[b-9jnitaz08r] {
    min-width: 0;
}

.build-breadcrumb[b-9jnitaz08r] {
    align-items: center;
    color: #65758a;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.68rem;
    font-weight: 700;
    gap: 0.55rem;
    letter-spacing: 0.16em;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.build-breadcrumb strong[b-9jnitaz08r] {
    color: #020919;
}

.build-title[b-9jnitaz08r] {
    color: #020919;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 0.9rem;
    max-width: 900px;
}

.build-badges[b-9jnitaz08r] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.build-badge[b-9jnitaz08r] {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    gap: 0.45rem;
    letter-spacing: 0.06em;
    line-height: 1;
    min-height: 28px;
    padding: 0.45rem 0.75rem;
    text-transform: uppercase;
}

.build-badge-primary[b-9jnitaz08r] {
    background: #002045;
    color: #ffffff;
}

.build-badge-type[b-9jnitaz08r] {
    background: #b6d0ff;
    color: #2d476f;
}

.build-badge-neutral[b-9jnitaz08r] {
    background: #e5e9eb;
    color: #181c1e;
}

.build-actions[b-9jnitaz08r] {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.build-action-button[b-9jnitaz08r] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d7dadc;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(2, 9, 25, 0.05);
    color: #020919;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.65rem;
    justify-content: center;
    line-height: 1.15;
    min-height: 58px;
    min-width: 112px;
    padding: 0.7rem 0.95rem;
    text-align: center;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.build-action-button:hover:not(:disabled)[b-9jnitaz08r] {
    background: #f1f4f6;
    border-color: #c4c6cf;
    box-shadow: 0 6px 18px rgba(2, 9, 25, 0.08);
    transform: translateY(-1px);
}

.build-action-button:disabled[b-9jnitaz08r] {
    cursor: not-allowed;
    opacity: 0.65;
}

.build-action-primary[b-9jnitaz08r] {
    background: #020919;
    border-color: #020919;
    color: #ffffff;
}

.build-action-primary:hover:not(:disabled)[b-9jnitaz08r] {
    background: #121c2c;
    border-color: #121c2c;
}

.build-stats-grid[b-9jnitaz08r] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.build-stat-card[b-9jnitaz08r] {
    background: #ffffff;
    border: 1px solid rgba(196, 198, 207, 0.7);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(2, 9, 25, 0.05);
    color: #020919;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 140px;
    padding: 1.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.build-stat-card:hover[b-9jnitaz08r] {
    box-shadow: 0 8px 30px rgba(0, 32, 69, 0.08);
    transform: translateY(-2px);
}

.build-stat-card-primary[b-9jnitaz08r] {
    background: #020919;
    border-color: #020919;
    box-shadow: 0 8px 22px rgba(2, 9, 25, 0.16);
    color: #ffffff;
}

.build-stat-top[b-9jnitaz08r] {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.build-stat-icon[b-9jnitaz08r] {
    align-items: center;
    background: #eef1f3;
    border-radius: 8px;
    color: #020919;
    display: inline-flex;
    font-size: 1rem;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.build-stat-card-primary .build-stat-icon[b-9jnitaz08r] {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.build-stat-pill[b-9jnitaz08r] {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 999px;
    color: #7e889c;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
    padding: 0.35rem 0.6rem;
    text-transform: uppercase;
}

.build-stat-label[b-9jnitaz08r] {
    color: #44474e;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.25;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
}

.build-stat-card-primary .build-stat-label[b-9jnitaz08r] {
    color: #7e889c;
}

.build-stat-value[b-9jnitaz08r] {
    color: #020919;
    display: block;
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
}

.build-stat-card-primary .build-stat-value[b-9jnitaz08r] {
    color: #ffffff;
}

@media (max-width: 1300px) {
    .build-stats-grid[b-9jnitaz08r] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .build-hero[b-9jnitaz08r] {
        align-items: stretch;
        flex-direction: column;
    }

    .build-actions[b-9jnitaz08r] {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .build-title[b-9jnitaz08r] {
        font-size: 1.2rem;
    }

    .build-stats-grid[b-9jnitaz08r] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .build-action-button[b-9jnitaz08r] {
        flex: 1 1 140px;
    }
}

@media (max-width: 520px) {
    .build-stats-grid[b-9jnitaz08r] {
        grid-template-columns: 1fr;
    }
}

/* Top section aligned with AssessmentOptions header format. */
.build-hero[b-9jnitaz08r],
.build-title[b-9jnitaz08r],
.build-breadcrumb[b-9jnitaz08r],
.build-badge[b-9jnitaz08r],
.build-action-button[b-9jnitaz08r] {
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
}

.build-hero[b-9jnitaz08r] {
    align-items: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.build-breadcrumb[b-9jnitaz08r] {
    color: rgba(61, 73, 69, 0.58);
    font-size: 0.62rem;
    font-weight: 700;
    gap: 0.55rem;
    letter-spacing: 0.16em;
    margin-bottom: 0.7rem;
}

.build-breadcrumb strong[b-9jnitaz08r] {
    color: #171d1b;
}

.build-title[b-9jnitaz08r] {
    color: #171d1b;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1.16;
    margin: 0 0 0.75rem;
    max-width: 920px;
}

.build-badges[b-9jnitaz08r] {
    gap: 0.55rem;
}

.build-badge[b-9jnitaz08r] {
    border-radius: 5px;
    font-size: 0.62rem;
    font-weight: 700;
    gap: 0.45rem;
    letter-spacing: 0.04em;
    min-height: 24px;
    padding: 0.38rem 0.65rem;
}

.build-badge-primary[b-9jnitaz08r] {
    background: #171d1b;
    color: #f5fbf7;
}

.build-badge-type[b-9jnitaz08r] {
    background: #bce9da;
    color: #416a5e;
}

.build-badge-neutral[b-9jnitaz08r] {
    background: #e4eae6;
    color: #3d4945;
}

.build-actions[b-9jnitaz08r] {
    align-items: center;
    gap: 0.75rem;
}

.build-action-button[b-9jnitaz08r] {
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.15;
    min-height: 52px;
    min-width: 112px;
    padding: 0.85rem 1.1rem;
}

.build-action-primary[b-9jnitaz08r] {
    background: #020919;
    border-color: #020919;
    color: #ffffff;
}
/* Keep AssessmentBuild header action buttons aligned with AssessmentOptions. */
.build-action-button[b-9jnitaz08r] {
    box-sizing: border-box;
    flex: 0 0 140px;
    min-width: 140px;
    width: 140px;
}

.build-action-save[b-9jnitaz08r] {
    background: #0fae98;
    border-color: #0fae98;
    box-shadow: 0 10px 20px rgba(0, 107, 88, 0.2);
    color: #ffffff;
}

.build-action-save:hover:not(:disabled)[b-9jnitaz08r] {
    background: #079b86;
    border-color: #079b86;
    box-shadow: 0 14px 28px rgba(0, 107, 88, 0.24);
}

.build-action-save i[b-9jnitaz08r] {
    align-items: center;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    height: 22px;
    justify-content: center;
    width: 22px;
}
/* Six build metric boxes matched to the AssessmentBuild reference design. */
.build-stats-grid[b-9jnitaz08r] {
    gap: 1.5rem;
    grid-template-columns: repeat(6, minmax(140px, 1fr));
    margin-bottom: 2rem !important;
}

.build-stat-card[b-9jnitaz08r] {
    background: #fffbff;
    border: 1px solid rgba(188, 202, 195, 0.16);
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(23, 29, 27, 0.04);
    color: #171d1b;
    min-height: 185px;
    overflow: hidden;
    padding: 1.75rem;
    position: relative;
}

.build-stat-card:hover[b-9jnitaz08r] {
    border-color: rgba(0, 107, 88, 0.2);
    box-shadow: 0 22px 44px rgba(23, 29, 27, 0.06);
    transform: translateY(-2px);
}

.build-stat-card-primary[b-9jnitaz08r] {
    background: #171d1b;
    border-color: #171d1b;
    box-shadow: 0 20px 40px rgba(23, 29, 27, 0.12);
    color: #ffffff;
}

.build-stat-top[b-9jnitaz08r] {
    position: relative;
    z-index: 1;
}

.build-stat-icon[b-9jnitaz08r] {
    background: #eff5f1;
    border-radius: 6px;
    color: #3d4945;
    font-size: 1.35rem;
    height: 46px;
    width: 46px;
}

.build-stat-card:hover .build-stat-icon[b-9jnitaz08r] {
    background: rgba(127, 248, 216, 0.28);
    color: #006b58;
}

.build-stat-card-primary .build-stat-icon[b-9jnitaz08r] {
    background: rgba(15, 174, 152, 0.22);
    color: #7ff8d8;
}

.build-stat-card-primary:hover .build-stat-icon[b-9jnitaz08r] {
    background: rgba(15, 174, 152, 0.28);
    color: #7ff8d8;
}

.build-stat-pill[b-9jnitaz08r] {
    background: #0a8d7a;
    border-radius: 3px;
    color: #ffffff;
    font-size: 0.55rem;
    letter-spacing: 0.12em;
    padding: 0.45rem 0.75rem;
}

.build-stat-label[b-9jnitaz08r] {
    color: rgba(61, 73, 69, 0.62);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 1.45;
    margin-bottom: 0.65rem;
    position: relative;
    z-index: 1;
}

.build-stat-card-primary .build-stat-label[b-9jnitaz08r] {
    color: rgba(255, 255, 255, 0.62);
}

.build-stat-value[b-9jnitaz08r] {
    color: #171d1b;
    font-size: 1.8rem;
    font-weight: 900;
    position: relative;
    z-index: 1;
}

.build-stat-card-primary .build-stat-value[b-9jnitaz08r] {
    color: #ffffff;
}

.build-stat-watermark[b-9jnitaz08r] {
    bottom: -1.85rem;
    color: rgba(255, 255, 255, 0.08);
    font-size: 7rem;
    line-height: 1;
    position: absolute;
    right: -1.25rem;
    z-index: 0;
}
@media (max-width: 1300px) {
    .build-stats-grid[b-9jnitaz08r] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .build-stats-grid[b-9jnitaz08r] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .build-stats-grid[b-9jnitaz08r] {
        grid-template-columns: 1fr;
    }
}
/* Match AssessmentOptions button width and keep action labels complete. */
.build-action-button[b-9jnitaz08r] {
    flex: 0 0 210px;
    min-width: 210px;
    white-space: nowrap;
    width: 210px;
}

.build-action-button span[b-9jnitaz08r] {
    white-space: nowrap;
}
/* Match the six metric boxes to the assessment title font. */
.build-stats-grid[b-9jnitaz08r],
.build-stat-card[b-9jnitaz08r],
.build-stat-label[b-9jnitaz08r],
.build-stat-value[b-9jnitaz08r],
.build-stat-pill[b-9jnitaz08r] {
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
}

/* Match Post Settings/Proctoring green shell inset. */
.container.grid-wrapper.build-page[b-9jnitaz08r] {
    box-sizing: border-box;
    max-width: 1800px !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.container.grid-wrapper.build-page > .grid-content[b-9jnitaz08r] {
    padding: 0 !important;
}

@media (max-width: 1100px) {
    .container.grid-wrapper.build-page[b-9jnitaz08r] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (max-width: 680px) {
    .container.grid-wrapper.build-page[b-9jnitaz08r] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* Give AssessmentBuild the same visible green page shell as Post Settings. */
.container.grid-wrapper.build-page[b-9jnitaz08r] {
    background: #f5fbf7 !important;
    padding-top: 1.5rem !important;
    padding-bottom: 4rem !important;
}

.container.grid-wrapper.build-page .grid-content[b-9jnitaz08r] {
    background: transparent !important;
}
/* /Components/AssessmentOptions.razor.rz.scp.css */
.options-hero[b-gj8qhi9vis],
.options-config-shell[b-gj8qhi9vis] {
    font-family: Inter, Arial, sans-serif;
}

.options-hero[b-gj8qhi9vis] {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.options-title-block[b-gj8qhi9vis] {
    min-width: 0;
}

.options-breadcrumb[b-gj8qhi9vis] {
    align-items: center;
    color: rgba(61, 73, 69, 0.58);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.62rem;
    font-weight: 900;
    gap: 0.55rem;
    letter-spacing: 0.16em;
    margin-bottom: 0.7rem;
    text-transform: uppercase;
}

.options-breadcrumb strong[b-gj8qhi9vis] {
    color: #171d1b;
}

.options-title[b-gj8qhi9vis] {
    color: #171d1b;
    font-size: 1.95rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 0.75rem;
    max-width: 920px;
}

.options-badges[b-gj8qhi9vis] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.options-badge[b-gj8qhi9vis] {
    align-items: center;
    border-radius: 5px;
    display: inline-flex;
    font-size: 0.62rem;
    font-weight: 900;
    gap: 0.45rem;
    letter-spacing: 0.04em;
    line-height: 1;
    min-height: 24px;
    padding: 0.38rem 0.65rem;
    text-transform: uppercase;
}

.options-badge-primary[b-gj8qhi9vis] {
    background: #171d1b;
    color: #f5fbf7;
}

.options-badge-type[b-gj8qhi9vis] {
    background: #bce9da;
    color: #416a5e;
}

.options-badge-neutral[b-gj8qhi9vis] {
    background: #e4eae6;
    color: #3d4945;
}

.options-actions[b-gj8qhi9vis] {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 1.6rem;
    justify-content: flex-end;
}


.options-action-button[b-gj8qhi9vis] {
    align-items: center;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 900;
    gap: 0.85rem;
    justify-content: center;
    line-height: 1;
    min-height: 52px;
    padding: 0.9rem 1.85rem;
    transition: background-color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.options-action-button:active[b-gj8qhi9vis] {
    transform: scale(0.96);
}

.options-action-primary[b-gj8qhi9vis] {
    background: #0fae98;
    box-shadow: 0 10px 20px rgba(0, 107, 88, 0.2);
    color: #ffffff;
}

.options-action-primary:hover[b-gj8qhi9vis] {
    background: #079b86;
    box-shadow: 0 14px 28px rgba(0, 107, 88, 0.24);
    transform: translateY(-1px);
}

.options-action-primary i[b-gj8qhi9vis] {
    align-items: center;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.options-config-shell[b-gj8qhi9vis] {
    background: #f5fbf7;
    border-radius: 8px;
    color: #171d1b;
    padding: 0;
}

.options-config-grid[b-gj8qhi9vis] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 8fr) minmax(300px, 4fr);
}

.options-config-main[b-gj8qhi9vis],
.options-config-side[b-gj8qhi9vis] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-width: 0;
}

.options-instructions-card[b-gj8qhi9vis] {
    grid-column: 1 / -1;
}

.options-config-card[b-gj8qhi9vis] {
    background: rgba(255, 251, 253, 0.92);
    border: 1px solid rgba(188, 202, 195, 0.22);
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 32, 25, 0.035);
    padding: 1.85rem;
}

.options-card-heading[b-gj8qhi9vis] {
    align-items: center;
    color: #171d1b;
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1.45rem;
}

.options-card-heading i[b-gj8qhi9vis] {
    color: #006b58;
    font-size: 1.05rem;
}

.options-card-heading h2[b-gj8qhi9vis] {
    color: #171d1b;
    font-size: 1.12rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0;
}

.options-card-kicker[b-gj8qhi9vis] {
    color: rgba(61, 73, 69, 0.52);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1.35;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.options-choice-grid[b-gj8qhi9vis] {
    display: grid;
    gap: 1rem;
}

.options-choice-grid-two[b-gj8qhi9vis] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.options-choice-tile[b-gj8qhi9vis],
.options-utility-tile[b-gj8qhi9vis],
.options-flow-primary[b-gj8qhi9vis],
.options-flow-row[b-gj8qhi9vis] {
    border-radius: 8px;
    min-width: 0;
}

.options-choice-tile[b-gj8qhi9vis] {
    background: #ffffff;
    border: 1px solid rgba(188, 202, 195, 0.2);
    box-shadow: 0 1px 8px rgba(0, 32, 25, 0.025);
    min-height: 78px;
    padding: 1.35rem;
}

.options-control-card:hover[b-gj8qhi9vis] {
    border-color: rgba(0, 107, 88, 0.22);
    box-shadow: 0 10px 22px rgba(0, 32, 25, 0.045);
}

.options-flow-card[b-gj8qhi9vis] {
    min-height: 390px;
}

.options-flow-grid[b-gj8qhi9vis] {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
}

.options-flow-column[b-gj8qhi9vis] {
    min-width: 0;
}

.options-flow-stack[b-gj8qhi9vis] {
    display: flex;
    flex-direction: column;
    gap: 1.45rem;
}

.options-flow-primary[b-gj8qhi9vis],
.options-flow-row[b-gj8qhi9vis] {
    background: transparent;
    border: 0;
    padding: 0;
}

.options-nested-choice[b-gj8qhi9vis] {
    gap: 0.55rem;
    margin: 0.45rem 0 0 calc(24px + 0.95rem);
    opacity: 0.62;
}

.options-utility-grid[b-gj8qhi9vis] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.options-utility-tile[b-gj8qhi9vis] {
    align-items: center;
    background: rgba(228, 234, 230, 0.3);
    border: 1px solid transparent;
    display: flex;
    min-height: 48px;
    padding: 0.8rem 0.9rem;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.options-utility-tile:hover[b-gj8qhi9vis] {
    background: rgba(228, 234, 230, 0.62);
}

.options-utility-tile:active[b-gj8qhi9vis],
.options-choice-tile:active[b-gj8qhi9vis] {
    transform: scale(0.992);
}

.options-utility-half[b-gj8qhi9vis] {
    grid-column: span 1;
}

.options-utility-wide[b-gj8qhi9vis] {
    grid-column: 1 / -1;
}

.options-utility-nested[b-gj8qhi9vis] {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
}

.options-utility-subchoice[b-gj8qhi9vis] {
    margin-left: 2rem;
    opacity: 0.72;
}

.options-control-row[b-gj8qhi9vis] {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 0.95rem;
    margin: 0;
    min-width: 0;
    position: relative;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.options-control-line[b-gj8qhi9vis] {
    align-items: center;
}

.options-control-line-start[b-gj8qhi9vis] {
    align-items: flex-start;
}

.options-control-copy[b-gj8qhi9vis] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.options-control-title[b-gj8qhi9vis] {
    color: #2c322f;
    display: block;
    font-size: 0.85rem;
    font-weight: 900;
    line-height: 1.22;
}

.options-control-title-small[b-gj8qhi9vis] {
    color: rgba(61, 73, 69, 0.82);
    font-size: 0.7rem;
    font-weight: 700;
}

.options-control-description[b-gj8qhi9vis] {
    color: #3d4945;
    display: block;
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.35;
    margin-top: 0.22rem;
}

.options-check-input[b-gj8qhi9vis],
.options-radio-input[b-gj8qhi9vis] {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.options-check-visual[b-gj8qhi9vis],
.options-radio-visual[b-gj8qhi9vis] {
    flex: 0 0 auto;
    transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.options-check-visual[b-gj8qhi9vis] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #bccac3;
    border-radius: 2px;
    display: inline-flex;
    height: 18px;
    justify-content: center;
    margin-top: 0.04rem;
    width: 18px;
}

.options-check-visual-large[b-gj8qhi9vis] {
    height: 24px;
    width: 24px;
}

.options-check-visual[b-gj8qhi9vis]::after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    content: "";
    height: 9px;
    opacity: 0;
    transform: rotate(45deg) scale(0.65);
    transition: opacity 0.16s ease, transform 0.16s ease;
    width: 5px;
}

.options-check-visual-large[b-gj8qhi9vis]::after {
    height: 12px;
    width: 7px;
}

.options-check-visual-small[b-gj8qhi9vis] {
    height: 16px;
    width: 16px;
}

.options-check-visual-small[b-gj8qhi9vis]::after {
    height: 8px;
    width: 5px;
}

.options-check-input:checked + .options-check-visual[b-gj8qhi9vis] {
    background: #007d69;
    border-color: #007d69;
}

.options-check-input:checked + .options-check-visual[b-gj8qhi9vis]::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.options-control-row:hover .options-check-visual[b-gj8qhi9vis] {
    border-color: rgba(0, 107, 88, 0.58);
}

.options-check-input:focus-visible + .options-check-visual[b-gj8qhi9vis],
.options-radio-input:focus-visible + .options-radio-visual[b-gj8qhi9vis] {
    box-shadow: 0 0 0 3px rgba(0, 107, 88, 0.14);
}

.options-check-input:disabled + .options-check-visual[b-gj8qhi9vis],
.options-radio-input:disabled + .options-radio-visual[b-gj8qhi9vis],
.options-check-input:disabled ~ .options-control-copy[b-gj8qhi9vis],
.options-check-input:disabled ~ .options-control-title[b-gj8qhi9vis],
.options-radio-input:disabled ~ .options-radio-text[b-gj8qhi9vis] {
    cursor: default;
    opacity: 0.5;
}

.options-security-card[b-gj8qhi9vis] {
    background: #002019;
    border-color: #002019;
    box-shadow: 0 18px 34px rgba(0, 32, 25, 0.2);
    color: #ffffff;
    min-height: 310px;
    overflow: hidden;
    padding: 2rem;
}

.options-security-card .options-card-heading[b-gj8qhi9vis] {
    margin-bottom: 1.75rem;
}

.options-security-card .options-card-heading[b-gj8qhi9vis],
.options-security-card .options-card-heading h2[b-gj8qhi9vis],
.options-security-card .options-card-heading i[b-gj8qhi9vis] {
    color: #ffffff;
}

.options-security-card .options-card-heading i[b-gj8qhi9vis] {
    color: #7ff8d8;
}

.options-security-card .options-card-heading h2[b-gj8qhi9vis] {
    font-size: 1.05rem;
}

.options-security-mode[b-gj8qhi9vis] {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 1.65rem;
    padding: 1.35rem;
}

.options-security-radio-row[b-gj8qhi9vis] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-bottom: 1.25rem;
}

.options-radio-label[b-gj8qhi9vis] {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    gap: 0.8rem;
    margin: 0;
    opacity: 0.7;
    position: relative;
    transition: opacity 0.16s ease;
}

.options-radio-label:has(.options-radio-input:checked)[b-gj8qhi9vis] {
    opacity: 1;
}

.options-radio-visual[b-gj8qhi9vis] {
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    display: inline-flex;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.options-radio-visual span[b-gj8qhi9vis] {
    background: #ffffff;
    border-radius: 999px;
    display: block;
    height: 7px;
    opacity: 0;
    transition: opacity 0.16s ease;
    width: 7px;
}

.options-radio-input:checked + .options-radio-visual[b-gj8qhi9vis] {
    background: #7ff8d8;
    border-color: #7ff8d8;
}

.options-radio-input:checked + .options-radio-visual span[b-gj8qhi9vis] {
    opacity: 1;
}

.options-radio-text[b-gj8qhi9vis] {
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.2;
}

.options-security-checks[b-gj8qhi9vis] {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.options-security-list[b-gj8qhi9vis] {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.options-security-card .options-control-title[b-gj8qhi9vis],
.options-security-card .options-control-title-small[b-gj8qhi9vis] {
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
}

.options-security-card .options-check-visual[b-gj8qhi9vis] {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    height: 20px;
    width: 20px;
}

.options-security-card .options-check-input:checked + .options-check-visual[b-gj8qhi9vis] {
    background: #007d69;
    border-color: #007d69;
}

.options-security-card .options-control-row:hover .options-check-visual[b-gj8qhi9vis] {
    border-color: #7ff8d8;
}

.options-time-limit-row[b-gj8qhi9vis] {
    align-items: center;
    display: flex;
    gap: 0.8rem;
    justify-content: space-between;
}

.options-time-input[b-gj8qhi9vis] {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    display: flex;
    gap: 0.6rem;
    padding: 0.65rem 0.8rem;
}

.options-time-input input[b-gj8qhi9vis],
.options-time-input input:disabled[b-gj8qhi9vis] {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #171d1b !important;
    font-size: 0.78rem;
    font-weight: 900;
    height: 18px;
    opacity: 1;
    padding: 0;
    text-align: center;
    width: 44px;
    -webkit-text-fill-color: #171d1b;
}

.options-time-input span[b-gj8qhi9vis] {
    border-left: 1px solid rgba(61, 73, 69, 0.18);
    color: rgba(61, 73, 69, 0.62);
    font-size: 0.56rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    padding-left: 0.65rem;
    text-transform: uppercase;
}

.options-reference-card[b-gj8qhi9vis] {
    min-height: 198px;
    padding: 2rem;
}

.options-reference-card .options-card-heading[b-gj8qhi9vis] {
    margin-bottom: 1.45rem;
}

.options-reference-card .options-card-heading h2[b-gj8qhi9vis] {
    font-size: 1.05rem;
}

.options-drop-area[b-gj8qhi9vis] {
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    border: 1px dashed rgba(188, 202, 195, 0.5);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 128px;
    padding: 1.6rem 1.25rem;
    text-align: center;
    transition: background-color 0.18s ease;
}

.options-drop-area:hover[b-gj8qhi9vis] {
    background: rgba(255, 255, 255, 0.62);
}

.options-drop-area:hover .options-drop-icon[b-gj8qhi9vis] {
    transform: scale(1.1);
}

.options-drop-icon[b-gj8qhi9vis] {
    align-items: center;
    background: #e2fff5;
    border-radius: 999px;
    color: #006b58;
    display: flex;
    font-size: 1.2rem;
    height: 42px;
    justify-content: center;
    margin-bottom: 0.8rem;
    transition: transform 0.18s ease;
    width: 42px;
}

.options-drop-area a[b-gj8qhi9vis] {
    color: #171d1b;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
}

.options-drop-area small[b-gj8qhi9vis] {
    color: rgba(61, 73, 69, 0.5);
    font-size: 0.55rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin-top: 0.7rem;
    text-transform: uppercase;
}

.options-uploader-host[b-gj8qhi9vis] {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

.options-uploader-host[b-gj8qhi9vis]  .e-upload {
    background: transparent;
    border: 0;
}

.options-uploader-host[b-gj8qhi9vis]  .e-upload .e-file-select-wrap {
    padding: 0;
}

.options-instructions-wrap[b-gj8qhi9vis] {
    position: relative;
}

.options-instructions-input[b-gj8qhi9vis] {
    background: #ffffff;
    border: 1px solid rgba(188, 202, 195, 0.22);
    border-radius: 8px;
    box-shadow: 0 1px 8px rgba(0, 32, 25, 0.025);
    color: #171d1b;
    min-height: 132px;
    padding: 1.5rem;
    resize: vertical;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
    width: 100%;
}

.options-instructions-input:focus[b-gj8qhi9vis] {
    border-color: rgba(0, 107, 88, 0.4);
    box-shadow: 0 0 0 3px rgba(0, 107, 88, 0.08);
    outline: none;
}

.options-instructions-input[b-gj8qhi9vis]::placeholder {
    color: rgba(61, 73, 69, 0.38);
}

.options-instructions-note[b-gj8qhi9vis] {
    align-items: center;
    bottom: 0.8rem;
    color: rgba(61, 73, 69, 0.48);
    display: flex;
    font-size: 0.52rem;
    font-weight: 900;
    gap: 0.35rem;
    letter-spacing: 0.14em;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    text-transform: uppercase;
    transition: opacity 0.18s ease;
}

.options-instructions-wrap:focus-within .options-instructions-note[b-gj8qhi9vis] {
    opacity: 1;
}

@media (max-width: 1200px) {
    .options-config-grid[b-gj8qhi9vis],
    .options-flow-grid[b-gj8qhi9vis] {
        grid-template-columns: 1fr;
    }

    .options-instructions-card[b-gj8qhi9vis] {
        grid-column: auto;
    }
}

@media (max-width: 1100px) {
    .options-hero[b-gj8qhi9vis] {
        align-items: stretch;
        flex-direction: column;
    }

    .options-actions[b-gj8qhi9vis] {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .options-title[b-gj8qhi9vis] {
        font-size: 1.45rem;
    }

    .options-config-card[b-gj8qhi9vis],
    .options-security-card[b-gj8qhi9vis],
    .options-reference-card[b-gj8qhi9vis] {
        padding: 1.25rem;
    }

    .options-choice-grid-two[b-gj8qhi9vis],
    .options-utility-grid[b-gj8qhi9vis],
    .options-security-checks[b-gj8qhi9vis] {
        grid-template-columns: 1fr;
    }

    .options-time-limit-row[b-gj8qhi9vis] {
        align-items: flex-start;
        flex-direction: column;
    }

    .options-action-button[b-gj8qhi9vis] {
        flex: 1 1 180px;
    }
}
[b-gj8qhi9vis] .options-check-input {
    appearance: none !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

[b-gj8qhi9vis] .options-check-input:checked + .options-check-visual {
    background: #007d69;
    border-color: #007d69;
}

[b-gj8qhi9vis] .options-check-input:checked + .options-check-visual::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

[b-gj8qhi9vis] .options-check-input:focus-visible + .options-check-visual {
    box-shadow: 0 0 0 3px rgba(0, 107, 88, 0.14);
}

[b-gj8qhi9vis] .options-check-input:disabled + .options-check-visual,
[b-gj8qhi9vis] .options-check-input:disabled ~ .options-control-copy,
[b-gj8qhi9vis] .options-check-input:disabled ~ .options-control-title {
    cursor: default;
    opacity: 0.5;
}

.options-security-card[b-gj8qhi9vis]  .options-check-input:checked + .options-check-visual {
    background: #007d69;
    border-color: #007d69;
}
/* Keep dependent options visually nested under their parent setting text. */
.options-control-row.options-nested-choice[b-gj8qhi9vis] {
    gap: 0.55rem;
    margin: 0.45rem 0 0 calc(24px + 0.95rem);
    opacity: 0.62;
}

.options-control-row.options-utility-subchoice[b-gj8qhi9vis] {
    gap: 0.55rem;
    margin: 0 0 0 calc(18px + 0.95rem);
    opacity: 0.72;
}
/* Typography pass to match the supplied design instead of the app-wide Montserrat heading defaults. */
.options-hero[b-gj8qhi9vis],
.options-config-shell[b-gj8qhi9vis],
.options-title[b-gj8qhi9vis],
.options-breadcrumb[b-gj8qhi9vis],
.options-badge[b-gj8qhi9vis],
.options-action-button[b-gj8qhi9vis],
.options-card-heading h2[b-gj8qhi9vis],
.options-card-kicker[b-gj8qhi9vis],
.options-control-title[b-gj8qhi9vis],
.options-control-description[b-gj8qhi9vis],
.options-radio-text[b-gj8qhi9vis],
.options-time-input input[b-gj8qhi9vis],
.options-time-input span[b-gj8qhi9vis],
.options-drop-area a[b-gj8qhi9vis],
.options-drop-area small[b-gj8qhi9vis],
.options-instructions-input[b-gj8qhi9vis],
.options-instructions-note[b-gj8qhi9vis] {
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
}

.options-title[b-gj8qhi9vis] {
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1.16;
}

.options-breadcrumb[b-gj8qhi9vis],
.options-badge[b-gj8qhi9vis],
.options-card-kicker[b-gj8qhi9vis],
.options-drop-area small[b-gj8qhi9vis],
.options-instructions-note[b-gj8qhi9vis] {
    font-weight: 700;
}

.options-card-heading h2[b-gj8qhi9vis] {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
}

.options-control-title[b-gj8qhi9vis] {
    font-size: 0.875rem;
    font-weight: 700;
}

.options-utility-tile .options-control-title[b-gj8qhi9vis],
.options-security-card .options-control-title[b-gj8qhi9vis],
.options-radio-text[b-gj8qhi9vis] {
    font-size: 0.6875rem;
    font-weight: 700;
}

.options-control-title-small[b-gj8qhi9vis] {
    font-size: 0.625rem;
    font-weight: 500;
}

.options-control-description[b-gj8qhi9vis] {
    font-size: 0.625rem;
    font-weight: 400;
}


.options-action-button[b-gj8qhi9vis] {
    font-size: 0.875rem;
    font-weight: 700;
}

.options-time-input input[b-gj8qhi9vis],
.options-time-input input:disabled[b-gj8qhi9vis] {
    font-size: 0.6875rem;
    font-weight: 700;
}

.options-drop-area a[b-gj8qhi9vis] {
    font-size: 0.625rem;
    font-weight: 700;
}
/* Match Post Settings/Build green shell inset. */
.container.grid-wrapper.options-page[b-gj8qhi9vis] {
    background: #f5fbf7 !important;
    box-sizing: border-box;
    max-width: 1800px !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 4rem !important;
}

.container.grid-wrapper.options-page > .grid-content[b-gj8qhi9vis],
.container.grid-wrapper.options-page .grid-wrapper.mb-2[b-gj8qhi9vis] {
    background: transparent !important;
    padding: 0 !important;
}

@media (max-width: 1100px) {
    .container.grid-wrapper.options-page[b-gj8qhi9vis] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (max-width: 680px) {
    .container.grid-wrapper.options-page[b-gj8qhi9vis] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* /Components/AssessmentPostSetting.razor.rz.scp.css */
.postsetting-hero[b-tly55w29cb] {
    align-items: flex-start;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 1.35rem;
}

.postsetting-title-block[b-tly55w29cb] {
    min-width: 0;
}

.postsetting-breadcrumb[b-tly55w29cb] {
    align-items: center;
    color: #65758a;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.68rem;
    font-weight: 700;
    gap: 0.55rem;
    letter-spacing: 0.16em;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.postsetting-breadcrumb strong[b-tly55w29cb] {
    color: #020919;
}

.postsetting-title[b-tly55w29cb] {
    color: #020919;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 0.9rem;
    max-width: 900px;
}

.postsetting-badges[b-tly55w29cb] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.postsetting-badge[b-tly55w29cb] {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    gap: 0.45rem;
    letter-spacing: 0.06em;
    line-height: 1;
    min-height: 28px;
    padding: 0.45rem 0.75rem;
    text-transform: uppercase;
}

.postsetting-badge-primary[b-tly55w29cb] {
    background: #002045;
    color: #ffffff;
}

.postsetting-badge-type[b-tly55w29cb] {
    background: #b6d0ff;
    color: #2d476f;
}

.postsetting-badge-neutral[b-tly55w29cb] {
    background: #e5e9eb;
    color: #181c1e;
}

.postsetting-actions[b-tly55w29cb] {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.postsetting-action-button[b-tly55w29cb] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d7dadc;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(2, 9, 25, 0.05);
    color: #020919;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.65rem;
    justify-content: center;
    line-height: 1.15;
    min-height: 58px;
    min-width: 112px;
    padding: 0.7rem 0.95rem;
    text-align: center;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.postsetting-action-button:hover[b-tly55w29cb] {
    background: #f1f4f6;
    border-color: #c4c6cf;
    box-shadow: 0 6px 18px rgba(2, 9, 25, 0.08);
    transform: translateY(-1px);
}

.postsetting-action-primary[b-tly55w29cb] {
    background: #020919;
    border-color: #020919;
    color: #ffffff;
}

.postsetting-action-primary:hover[b-tly55w29cb] {
    background: #121c2c;
    border-color: #121c2c;
}

.postsetting-metrics-strip[b-tly55w29cb] {
    align-items: stretch;
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.postsetting-metric-card[b-tly55w29cb] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(2, 9, 25, 0.04);
    color: #1e293b;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: space-between;
    min-height: 128px;
    padding: 1rem;
    width: 160px;
}

.postsetting-metric-primary[b-tly55w29cb] {
    background: #17366f;
    border-color: #17366f;
    color: #ffffff;
    width: 210px;
}

.postsetting-metric-icon-card[b-tly55w29cb] {
    align-items: center;
    background: #eefcf3;
    color: #18b69c;
    font-size: 1.35rem;
    justify-content: center;
    width: 136px;
}

.postsetting-metric-wide[b-tly55w29cb] {
    width: 176px;
}

.postsetting-metric-label[b-tly55w29cb] {
    color: #002045;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
}

.postsetting-metric-primary .postsetting-metric-label[b-tly55w29cb] {
    color: rgba(255, 255, 255, 0.64);
}

.postsetting-metric-value[b-tly55w29cb] {
    color: #1e293b;
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0.4rem 0 0;
}

.postsetting-metric-primary .postsetting-metric-value[b-tly55w29cb] {
    color: #ffffff;
    font-size: 2.15rem;
}

.postsetting-metric-value span[b-tly55w29cb] {
    color: #64748b;
    font-size: 0.86rem;
    font-weight: 500;
}

.postsetting-metric-primary .postsetting-metric-value span[b-tly55w29cb] {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
}

.postsetting-metric-time[b-tly55w29cb] {
    font-size: 1.45rem;
}

.postsetting-metric-caption[b-tly55w29cb] {
    color: #94a3b8;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0.7rem 0 0;
    text-transform: uppercase;
}

.postsetting-metric-note[b-tly55w29cb] {
    align-items: center;
    color: rgba(255, 255, 255, 0.64);
    display: flex;
    font-size: 0.75rem;
    gap: 0.45rem;
    margin: 0;
}

.postsetting-metric-note-muted[b-tly55w29cb] {
    color: #64748b;
    font-size: 0.62rem;
    margin-top: 0.65rem;
}

.postsetting-question-progress[b-tly55w29cb] {
    background: #f1f5f9;
    border-radius: 999px;
    height: 4px;
    margin-top: 0.7rem;
    overflow: hidden;
    width: 100%;
}

.postsetting-question-progress span[b-tly55w29cb] {
    background: #020919;
    display: block;
    height: 100%;
    width: 75%;
}

@media (max-width: 1100px) {
    .postsetting-hero[b-tly55w29cb] {
        align-items: stretch;
        flex-direction: column;
    }

    .postsetting-actions[b-tly55w29cb] {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .postsetting-title[b-tly55w29cb] {
        font-size: 1.2rem;
    }

    .postsetting-action-button[b-tly55w29cb] {
        flex: 1 1 140px;
    }
}

.postsetting-metrics-strip[b-tly55w29cb] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(190px, 1.35fr) minmax(96px, 0.7fr) minmax(96px, 0.7fr) minmax(140px, 1fr) minmax(140px, 1fr) minmax(155px, 1.1fr) minmax(140px, 1fr) minmax(140px, 1fr);
    overflow-x: visible;
    width: 100%;
}

.postsetting-metric-card[b-tly55w29cb],
.postsetting-metric-primary[b-tly55w29cb],
.postsetting-metric-icon-card[b-tly55w29cb],
.postsetting-metric-wide[b-tly55w29cb] {
    flex: initial;
    min-width: 0;
    width: auto;
}

@media (max-width: 1280px) {
    .postsetting-metrics-strip[b-tly55w29cb] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .postsetting-metrics-strip[b-tly55w29cb] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .postsetting-metrics-strip[b-tly55w29cb] {
        grid-template-columns: 1fr;
    }
}
/* Top section aligned with the current AssessmentBuild header format. */
.postsetting-hero[b-tly55w29cb],
.postsetting-title[b-tly55w29cb],
.postsetting-breadcrumb[b-tly55w29cb],
.postsetting-badge[b-tly55w29cb],
.postsetting-action-button[b-tly55w29cb] {
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
}

.postsetting-hero[b-tly55w29cb] {
    align-items: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.postsetting-breadcrumb[b-tly55w29cb] {
    color: rgba(61, 73, 69, 0.58);
    font-size: 0.62rem;
    font-weight: 700;
    gap: 0.55rem;
    letter-spacing: 0.16em;
    margin-bottom: 0.7rem;
}

.postsetting-breadcrumb strong[b-tly55w29cb] {
    color: #171d1b;
}

.postsetting-title[b-tly55w29cb] {
    color: #171d1b;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1.16;
    margin: 0 0 0.75rem;
    max-width: 920px;
}

.postsetting-badges[b-tly55w29cb] {
    gap: 0.55rem;
}

.postsetting-badge[b-tly55w29cb] {
    border-radius: 5px;
    font-size: 0.62rem;
    font-weight: 700;
    gap: 0.45rem;
    letter-spacing: 0.04em;
    min-height: 24px;
    padding: 0.38rem 0.65rem;
}

.postsetting-badge-primary[b-tly55w29cb] {
    background: #171d1b;
    color: #f5fbf7;
}

.postsetting-badge-type[b-tly55w29cb] {
    background: #bce9da;
    color: #416a5e;
}

.postsetting-badge-neutral[b-tly55w29cb] {
    background: #e4eae6;
    color: #3d4945;
}

.postsetting-actions[b-tly55w29cb] {
    align-items: center;
    gap: 0.75rem;
}

.postsetting-action-button[b-tly55w29cb] {
    border-radius: 8px;
    box-sizing: border-box;
    flex: 0 0 210px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.15;
    min-height: 52px;
    min-width: 210px;
    padding: 0.85rem 1.1rem;
    white-space: nowrap;
    width: 210px;
}

.postsetting-action-button span[b-tly55w29cb] {
    white-space: nowrap;
}

.postsetting-action-primary[b-tly55w29cb] {
    background: #020919;
    border-color: #020919;
    color: #ffffff;
}
/* Match Post Settings save button to AssessmentBuild Save & Continue. */
.postsetting-action-primary[b-tly55w29cb] {
    background: #0fae98;
    border-color: #0fae98;
    box-shadow: 0 10px 20px rgba(0, 107, 88, 0.2);
    color: #ffffff;
}

.postsetting-action-primary:hover[b-tly55w29cb] {
    background: #079b86;
    border-color: #079b86;
    box-shadow: 0 14px 28px rgba(0, 107, 88, 0.24);
}

.postsetting-action-primary i[b-tly55w29cb] {
    align-items: center;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    height: 22px;
    justify-content: center;
    width: 22px;
}
/* Post settings redesign based on the sectioned reference layout. */
.postsetting-page[b-tly55w29cb],
.postsetting-page .grid-content[b-tly55w29cb],
.postsetting-form-stack[b-tly55w29cb],
.postsetting-section[b-tly55w29cb],
.postsetting-section-card[b-tly55w29cb],
.postsetting-metric-card[b-tly55w29cb] {
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
}

.postsetting-page[b-tly55w29cb] {
    background: #f5fbf7;
    max-width: 1280px !important;
    padding: 1.5rem 2rem 4rem;
}

.postsetting-page > .grid-content[b-tly55w29cb] {
    padding: 0;
}

.postsetting-metrics-strip[b-tly55w29cb] {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(180px, 1.15fr) repeat(4, minmax(150px, 1fr));
    margin-bottom: 2.4rem !important;
    overflow: visible;
    width: 100%;
}

.postsetting-metric-card[b-tly55w29cb],
.postsetting-metric-primary[b-tly55w29cb],
.postsetting-metric-icon-card[b-tly55w29cb],
.postsetting-metric-wide[b-tly55w29cb] {
    flex: initial;
    width: auto;
}

.postsetting-metric-card[b-tly55w29cb] {
    background: #ffffff;
    border: 1px solid rgba(188, 202, 195, 0.14);
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(23, 29, 27, 0.06);
    color: #171d1b;
    min-height: 132px;
    padding: 1.5rem;
}

.postsetting-metric-primary[b-tly55w29cb] {
    background: #002019;
    border-color: #002019;
    color: #ffffff;
}

.postsetting-status-card[b-tly55w29cb] {
    border-left: 4px solid #006b58;
}

.postsetting-metric-label[b-tly55w29cb] {
    color: #6d7a75;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
}

.postsetting-metric-primary .postsetting-metric-label[b-tly55w29cb] {
    color: #61dbbc;
}

.postsetting-metric-value[b-tly55w29cb] {
    color: #171d1b;
    font-size: 1.95rem;
    font-weight: 800;
    line-height: 1.08;
    margin-top: 0.35rem;
}

.postsetting-metric-primary .postsetting-metric-value[b-tly55w29cb],
.postsetting-metric-primary .postsetting-metric-value span[b-tly55w29cb] {
    color: #ffffff;
}

.postsetting-status-card .postsetting-metric-value[b-tly55w29cb] {
    color: #006b58;
}

.postsetting-metric-value span[b-tly55w29cb] {
    color: #3d4945;
    font-size: 0.82rem;
    font-weight: 500;
}

.postsetting-metric-note[b-tly55w29cb],
.postsetting-metric-caption[b-tly55w29cb] {
    color: #3d4945;
    font-size: 0.66rem;
    font-weight: 600;
    margin-top: 0.55rem;
    text-transform: none;
}

.postsetting-metric-primary .postsetting-metric-note[b-tly55w29cb] {
    color: rgba(127, 248, 216, 0.78);
}

.postsetting-metric-caption-tertiary[b-tly55w29cb] {
    color: #9b4333;
}

.postsetting-question-progress[b-tly55w29cb] {
    background: #e9efeb;
    border-radius: 999px;
    height: 4px;
    margin-top: 1rem;
}

.postsetting-question-progress span[b-tly55w29cb] {
    background: #006b58;
    border-radius: inherit;
    width: 66%;
}

.postsetting-form-stack[b-tly55w29cb] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.postsetting-section-heading[b-tly55w29cb] {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.postsetting-section-heading h2[b-tly55w29cb] {
    color: #171d1b;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0;
}

.postsetting-section-icon[b-tly55w29cb] {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 1rem;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.postsetting-section-icon-primary[b-tly55w29cb] {
    background: rgba(0, 107, 88, 0.1);
    color: #006b58;
}

.postsetting-section-icon-secondary[b-tly55w29cb] {
    background: rgba(60, 102, 90, 0.1);
    color: #3c665a;
}

.postsetting-section-icon-tertiary[b-tly55w29cb] {
    background: rgba(155, 67, 51, 0.1);
    color: #9b4333;
}

.postsetting-section-icon-muted[b-tly55w29cb] {
    background: rgba(109, 122, 117, 0.1);
    color: #6d7a75;
}

.postsetting-section-card[b-tly55w29cb] {
    background: #ffffff;
    border: 1px solid rgba(188, 202, 195, 0.14);
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(23, 29, 27, 0.06);
    padding: 2rem;
}

.postsetting-security-grid[b-tly55w29cb] {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.postsetting-field-group[b-tly55w29cb],
.postsetting-field[b-tly55w29cb] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.postsetting-field + .postsetting-field[b-tly55w29cb] {
    margin-top: 1.4rem;
}

.postsetting-field .form-label[b-tly55w29cb],
.postsetting-advanced-card h3[b-tly55w29cb] {
    color: #171d1b;
    font-size: 0.86rem;
    font-weight: 800;
    margin: 0;
}

.postsetting-password-row[b-tly55w29cb] {
    align-items: stretch;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.postsetting-secondary-button[b-tly55w29cb] {
    align-items: center;
    background: #e4eae6;
    border: 1px solid rgba(188, 202, 195, 0.35);
    border-radius: 5px;
    color: #171d1b;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    gap: 0.45rem;
    justify-content: center;
    min-height: 38px;
    padding: 0.55rem 0.9rem;
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.postsetting-secondary-button:hover:not(:disabled)[b-tly55w29cb] {
    background: #dee4e0;
    transform: translateY(-1px);
}

.postsetting-link[b-tly55w29cb] {
    color: #006b58;
    font-size: 0.75rem;
    font-weight: 800;
    margin-top: -0.35rem;
    text-decoration: none;
}

.postsetting-link:hover[b-tly55w29cb] {
    text-decoration: underline;
}

.postsetting-inline-option[b-tly55w29cb] {
    margin-top: 0.2rem;
}

.postsetting-section-copy[b-tly55w29cb] {
    color: #3d4945;
    font-size: 0.86rem;
    margin: 0 0 1.35rem;
}

.postsetting-assignment-grid[b-tly55w29cb] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
}

.postsetting-assignment-tile[b-tly55w29cb] {
    align-items: center;
    background: #eff5f1;
    border: 2px solid transparent;
    border-radius: 8px;
    color: #3d4945;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 160px;
    padding: 1.5rem;
    text-align: center;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.postsetting-assignment-tile.is-selected[b-tly55w29cb] {
    background: rgba(0, 107, 88, 0.06);
    border-color: #006b58;
}

.postsetting-assignment-tile > i[b-tly55w29cb] {
    color: #006b58;
    font-size: 1.8rem;
}

.postsetting-assignment-tile span:not(.e-label)[b-tly55w29cb] {
    color: #3d4945;
    font-size: 0.78rem;
}

.postsetting-select-students[b-tly55w29cb] {
    margin-top: 0.25rem;
}

.postsetting-schedule-toggle[b-tly55w29cb] {
    margin-bottom: 1.35rem;
}

.postsetting-schedule-grid[b-tly55w29cb] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.postsetting-advanced-grid[b-tly55w29cb] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.postsetting-advanced-card[b-tly55w29cb] {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    padding: 1.7rem;
}

.postsetting-control-row[b-tly55w29cb] {
    background: #eff5f1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1rem;
}

.postsetting-control-row > span[b-tly55w29cb] {
    color: #3d4945;
    font-size: 0.72rem;
}

.postsetting-control-row-compact[b-tly55w29cb] {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.postsetting-control-row-compact .e-numerictextbox[b-tly55w29cb] {
    max-width: 110px;
}

.postsetting-review-card[b-tly55w29cb] {
    max-width: 640px;
}

.postsetting-review-card p[b-tly55w29cb] {
    color: #3d4945;
    font-size: 0.78rem;
    font-style: italic;
    margin: 0;
}

.postsetting-section-card .e-input-group[b-tly55w29cb],
.postsetting-section-card .e-control-wrapper[b-tly55w29cb],
.postsetting-section-card .e-ddl[b-tly55w29cb],
.postsetting-section-card .e-date-wrapper[b-tly55w29cb],
.postsetting-section-card .e-datetime-wrapper[b-tly55w29cb],
.postsetting-section-card .e-numerictextbox[b-tly55w29cb] {
    border-radius: 5px !important;
}

@media (max-width: 1100px) {
    .postsetting-page[b-tly55w29cb] {
        padding: 1.25rem;
    }

    .postsetting-metrics-strip[b-tly55w29cb],
    .postsetting-schedule-grid[b-tly55w29cb] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .postsetting-security-grid[b-tly55w29cb],
    .postsetting-advanced-grid[b-tly55w29cb] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .postsetting-metrics-strip[b-tly55w29cb],
    .postsetting-assignment-grid[b-tly55w29cb],
    .postsetting-schedule-grid[b-tly55w29cb] {
        grid-template-columns: 1fr;
    }

    .postsetting-password-row[b-tly55w29cb] {
        grid-template-columns: 1fr;
    }

    .postsetting-section-card[b-tly55w29cb] {
        padding: 1.25rem;
    }
}
/* Keep the original eight Post Settings metric boxes with the redesigned look. */
.postsetting-metrics-strip[b-tly55w29cb] {
    gap: 0.75rem;
    grid-template-columns: minmax(190px, 1.25fr) minmax(76px, 0.55fr) minmax(76px, 0.55fr) minmax(140px, 1fr) minmax(155px, 1fr) minmax(170px, 1.1fr) minmax(150px, 1fr) minmax(150px, 1fr);
}

.postsetting-metric-card[b-tly55w29cb] {
    min-height: 132px;
}

.postsetting-metric-icon-card[b-tly55w29cb] {
    align-items: center;
    background: #e9fbf3;
    color: #0fae98;
    font-size: 1.45rem;
    justify-content: center;
    padding: 1.25rem;
}

.postsetting-metric-wide[b-tly55w29cb] {
    width: auto;
}

@media (max-width: 1280px) {
    .postsetting-metrics-strip[b-tly55w29cb] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .postsetting-metrics-strip[b-tly55w29cb] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .postsetting-metrics-strip[b-tly55w29cb] {
        grid-template-columns: 1fr;
    }
}
/* Security & Access section refined to match the reference design. */
.postsetting-section-heading[b-tly55w29cb] {
    gap: 1rem;
    margin-bottom: 1.45rem;
}

.postsetting-section-heading h2[b-tly55w29cb] {
    font-size: 1.5rem;
    font-weight: 800;
}

.postsetting-section-icon[b-tly55w29cb] {
    height: 32px;
    width: 32px;
}

.postsetting-security-card[b-tly55w29cb] {
    background: #fffbff;
    border: 1px solid rgba(188, 202, 195, 0.12);
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(23, 29, 27, 0.06);
    padding: 2.5rem;
}

.postsetting-security-grid[b-tly55w29cb] {
    align-items: start;
    gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.postsetting-security-card .postsetting-field-group[b-tly55w29cb] {
    gap: 2rem;
}

.postsetting-security-card .postsetting-field[b-tly55w29cb] {
    gap: 0.65rem;
}

.postsetting-security-card .postsetting-field + .postsetting-field[b-tly55w29cb] {
    margin-top: 1.9rem;
}

.postsetting-security-card .form-label[b-tly55w29cb] {
    color: #171d1b;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.2;
}

.postsetting-password-row[b-tly55w29cb] {
    align-items: stretch;
    gap: 0.5rem;
    grid-template-columns: minmax(0, 1fr) 140px;
}

.postsetting-security-card[b-tly55w29cb]  .e-input-group,
.postsetting-security-card[b-tly55w29cb]  .e-control-wrapper,
.postsetting-security-card[b-tly55w29cb]  .e-ddl,
.postsetting-security-card[b-tly55w29cb]  .e-date-wrapper,
.postsetting-security-card[b-tly55w29cb]  .e-datetime-wrapper {
    background: #f5fbf7 !important;
    border: 1px solid rgba(188, 202, 195, 0.35) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    min-height: 48px;
}

.postsetting-security-card[b-tly55w29cb]  .e-input,
.postsetting-security-card[b-tly55w29cb]  .e-input-group input,
.postsetting-security-card[b-tly55w29cb]  .e-input-group .e-input,
.postsetting-security-card[b-tly55w29cb]  .e-ddl .e-input {
    color: #171d1b !important;
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
    font-size: 0.95rem !important;
    min-height: 46px;
    padding-left: 1rem !important;
}

.postsetting-password-row[b-tly55w29cb]  .e-input,
.postsetting-password-row[b-tly55w29cb]  .e-input-group input {
    color: #006b58 !important;
    font-family: Consolas, 'Courier New', monospace;
}

.postsetting-security-card[b-tly55w29cb]  .e-ddl .e-input,
.postsetting-security-card[b-tly55w29cb]  .e-ddl.e-input-group input {
    color: #171d1b !important;
}

.postsetting-secondary-button[b-tly55w29cb] {
    background: #e4eae6;
    border: 1px solid rgba(188, 202, 195, 0.35);
    border-radius: 4px;
    color: #171d1b;
    font-size: 0.86rem;
    font-weight: 800;
    min-height: 48px;
    padding: 0 1rem;
}

.postsetting-secondary-button i[b-tly55w29cb] {
    font-size: 0.8rem;
}

.postsetting-inline-option[b-tly55w29cb] {
    margin-top: 0.25rem;
}

.postsetting-inline-option[b-tly55w29cb]  .e-checkbox-wrapper .e-label,
.postsetting-security-card[b-tly55w29cb]  .e-checkbox-wrapper .e-label {
    color: #3d4945;
    font-size: 0.85rem;
}

.postsetting-link[b-tly55w29cb] {
    color: #006b58;
    font-size: 0.73rem;
    font-weight: 800;
    margin-top: 0;
}

.postsetting-search-field[b-tly55w29cb] {
    position: relative;
}

.postsetting-search-field > i[b-tly55w29cb] {
    color: #6d7a75;
    font-size: 1rem;
    left: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.postsetting-search-field[b-tly55w29cb]  .e-input-group,
.postsetting-search-field[b-tly55w29cb]  .e-control-wrapper {
    background: #f5fbf7 !important;
}

.postsetting-search-field[b-tly55w29cb]  .e-input,
.postsetting-search-field[b-tly55w29cb]  .e-input-group input {
    padding-left: 2.6rem !important;
}

@media (max-width: 900px) {
    .postsetting-security-card[b-tly55w29cb] {
        padding: 1.5rem;
    }

    .postsetting-security-grid[b-tly55w29cb] {
        grid-template-columns: 1fr;
    }
}
/* Student Assignment section refined to match the reference design. */
.postsetting-student-card[b-tly55w29cb] {
    background: #fffbff;
    border: 1px solid rgba(188, 202, 195, 0.12);
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(23, 29, 27, 0.06);
    padding: 2.5rem;
}

.postsetting-student-card .postsetting-section-copy[b-tly55w29cb] {
    color: #171d1b;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 1.55rem;
}

.postsetting-assignment-grid[b-tly55w29cb] {
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(260px, 320px));
    max-width: 660px;
}

.postsetting-assignment-tile[b-tly55w29cb] {
    align-items: center;
    background: #eff5f1;
    border: 2px solid transparent;
    border-radius: 8px;
    box-shadow: none;
    gap: 0.75rem;
    justify-content: center;
    min-height: 162px;
    padding: 1.75rem;
    text-align: center;
}

.postsetting-assignment-tile.is-selected[b-tly55w29cb] {
    background: rgba(0, 107, 88, 0.03);
    border-color: #00796b;
}

.postsetting-assignment-tile > i[b-tly55w29cb] {
    color: #006b58;
    font-size: 1.7rem;
    line-height: 1;
}

.postsetting-assignment-tile:not(.is-selected) > i[b-tly55w29cb] {
    color: #6d7a75;
}

.postsetting-assignment-tile[b-tly55w29cb]  .e-radio-wrapper {
    margin: 0;
}

.postsetting-assignment-tile[b-tly55w29cb]  .e-radio,
.postsetting-assignment-tile[b-tly55w29cb]  .e-ripple-container {
    display: none !important;
}

.postsetting-assignment-tile[b-tly55w29cb]  .e-label {
    color: #171d1b;
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 !important;
    padding: 0 !important;
}

.postsetting-assignment-tile.is-selected[b-tly55w29cb]  .e-label {
    color: #006b58;
}

.postsetting-assignment-tile span:not(.e-label)[b-tly55w29cb] {
    color: #3d4945;
    font-size: 0.78rem;
    line-height: 1.35;
}

.postsetting-select-students[b-tly55w29cb] {
    font-size: 0.76rem;
    margin-top: 0.15rem;
    min-height: 32px;
    padding: 0.35rem 0.7rem;
}

@media (max-width: 760px) {
    .postsetting-student-card[b-tly55w29cb] {
        padding: 1.5rem;
    }

    .postsetting-assignment-grid[b-tly55w29cb] {
        grid-template-columns: 1fr;
        max-width: none;
    }
}
/* Hide Syncfusion radio chrome inside assignment tiles; the tile is the visual selector. */
.postsetting-assignment-tile[b-tly55w29cb]  input[type="radio"],
.postsetting-assignment-tile[b-tly55w29cb]  .e-radio,
.postsetting-assignment-tile[b-tly55w29cb]  .e-radio + label::before,
.postsetting-assignment-tile[b-tly55w29cb]  .e-radio + label::after,
.postsetting-assignment-tile[b-tly55w29cb]  .e-radio-wrapper .e-frame,
.postsetting-assignment-tile[b-tly55w29cb]  .e-ripple-container {
    display: none !important;
    height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 0 !important;
}

.postsetting-assignment-tile[b-tly55w29cb]  .e-radio-wrapper,
.postsetting-assignment-tile[b-tly55w29cb]  .e-label {
    display: block !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* Prevent the Assessment Admin search icon from overlapping the placeholder. */
.postsetting-search-field > i[b-tly55w29cb] {
    font-size: 0.95rem;
    left: 1.15rem;
}

.postsetting-search-field[b-tly55w29cb]  .e-input,
.postsetting-search-field[b-tly55w29cb]  .e-input-group input,
.postsetting-search-field[b-tly55w29cb]  input.e-input {
    padding-left: 3.25rem !important;
    text-indent: 0 !important;
}
/* Scheduling date/time pickers aligned with the reference boxed input style. */
.postsetting-schedule-card[b-tly55w29cb] {
    background: #fffbff;
    border: 1px solid rgba(188, 202, 195, 0.12);
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(23, 29, 27, 0.06);
    padding: 2.5rem;
}

.postsetting-schedule-grid[b-tly55w29cb] {
    column-gap: 2rem;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    row-gap: 2rem;
}

.postsetting-schedule-grid .postsetting-field[b-tly55w29cb] {
    gap: 0.7rem;
    min-width: 0;
}

.postsetting-schedule-grid .form-label[b-tly55w29cb] {
    color: #171d1b;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.2;
}

.postsetting-schedule-card[b-tly55w29cb]  .postsetting-date-picker,
.postsetting-schedule-card[b-tly55w29cb]  .e-datetime-wrapper,
.postsetting-schedule-card[b-tly55w29cb]  .e-date-wrapper,
.postsetting-schedule-card[b-tly55w29cb]  .e-input-group,
.postsetting-schedule-card[b-tly55w29cb]  .e-control-wrapper {
    background: #f5fbf7 !important;
    border: 1px solid rgba(188, 202, 195, 0.42) !important;
    border-bottom-color: rgba(188, 202, 195, 0.42) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    height: 48px !important;
    max-width: 100% !important;
    min-height: 48px !important;
    width: 100% !important;
}

.postsetting-schedule-card[b-tly55w29cb]  .e-input-group::before,
.postsetting-schedule-card[b-tly55w29cb]  .e-input-group::after,
.postsetting-schedule-card[b-tly55w29cb]  .e-control-wrapper::before,
.postsetting-schedule-card[b-tly55w29cb]  .e-control-wrapper::after {
    display: none !important;
}

.postsetting-schedule-card[b-tly55w29cb]  .e-input,
.postsetting-schedule-card[b-tly55w29cb]  .e-input-group input,
.postsetting-schedule-card[b-tly55w29cb]  input.e-input {
    color: #171d1b !important;
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
    font-size: 0.95rem !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 5.5rem 0 1rem !important;
}

.postsetting-schedule-card[b-tly55w29cb]  .e-input-group-icon,
.postsetting-schedule-card[b-tly55w29cb]  .e-date-icon,
.postsetting-schedule-card[b-tly55w29cb]  .e-time-icon {
    align-items: center !important;
    border: 0 !important;
    color: #0fae98 !important;
    display: inline-flex !important;
    height: 46px !important;
    justify-content: center !important;
    margin: 0 !important;
    min-width: 34px !important;
    width: 34px !important;
}

@media (max-width: 1100px) {
    .postsetting-schedule-grid[b-tly55w29cb] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .postsetting-schedule-card[b-tly55w29cb] {
        padding: 1.5rem;
    }

    .postsetting-schedule-grid[b-tly55w29cb] {
        grid-template-columns: 1fr;
    }
}
/* Advanced Settings & Notifications refined to match the reference layout. */
.postsetting-advanced-grid[b-tly55w29cb] {
    gap: 1.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.postsetting-advanced-card[b-tly55w29cb] {
    background: #fffbff;
    border: 1px solid rgba(188, 202, 195, 0.12);
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(23, 29, 27, 0.06);
    gap: 1.3rem;
    min-height: 230px;
    padding: 2rem;
}

.postsetting-advanced-card h3[b-tly55w29cb] {
    color: #171d1b;
    font-size: 0.9rem;
    font-weight: 800;
    margin: 0 0 0.2rem;
}

.postsetting-control-row[b-tly55w29cb] {
    background: transparent;
    border-radius: 0;
    display: grid;
    gap: 0.25rem 1rem;
    grid-template-columns: auto 1fr;
    padding: 0;
}

.postsetting-control-row[b-tly55w29cb]  .e-checkbox-wrapper {
    align-items: center;
    display: inline-flex;
    margin: 0;
}

.postsetting-control-row[b-tly55w29cb]  .e-checkbox-wrapper .e-frame {
    border-color: #bccac3;
    border-radius: 2px;
    height: 20px;
    width: 20px;
}

.postsetting-control-row[b-tly55w29cb]  .e-checkbox-wrapper .e-check,
.postsetting-control-row[b-tly55w29cb]  .e-checkbox-wrapper .e-stop {
    background-color: #00796b;
    border-color: #00796b;
    color: #ffffff;
}

.postsetting-control-row[b-tly55w29cb]  .e-checkbox-wrapper .e-label {
    color: #171d1b;
    font-size: 0.86rem;
    font-weight: 800;
    margin-left: 0.75rem;
}

.postsetting-control-row > span[b-tly55w29cb] {
    color: #3d4945;
    font-size: 0.74rem;
    grid-column: 2;
    line-height: 1.35;
}

.postsetting-control-row-compact[b-tly55w29cb] {
    align-items: center;
    background: #eff5f1;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.postsetting-control-row-compact .form-label[b-tly55w29cb] {
    color: #171d1b;
    font-size: 0.86rem;
    font-weight: 700;
    margin: 0;
}

.postsetting-control-row-compact[b-tly55w29cb]  .e-numerictextbox,
.postsetting-control-row-compact[b-tly55w29cb]  .e-control-wrapper,
.postsetting-control-row-compact[b-tly55w29cb]  .e-input-group {
    background: #fffbff !important;
    border: 1px solid rgba(188, 202, 195, 0.6) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 42px !important;
    max-width: 84px !important;
    min-height: 42px !important;
    width: 84px !important;
}

.postsetting-control-row-compact[b-tly55w29cb]  input.e-input {
    color: #171d1b !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    height: 40px !important;
    text-align: center !important;
}

@media (max-width: 900px) {
    .postsetting-advanced-grid[b-tly55w29cb] {
        grid-template-columns: 1fr;
    }
}
/* Correct Advanced Settings row layout after refinement. */
.postsetting-advanced-card[b-tly55w29cb] {
    gap: 1.55rem;
    min-height: 230px;
}

.postsetting-control-row:not(.postsetting-control-row-compact)[b-tly55w29cb] {
    align-items: flex-start;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0;
}

.postsetting-control-row:not(.postsetting-control-row-compact) > span[b-tly55w29cb] {
    color: #3d4945;
    font-size: 0.74rem;
    grid-column: auto;
    line-height: 1.35;
    margin-left: 2.45rem;
    max-width: 420px;
}

.postsetting-control-row[b-tly55w29cb]  .e-checkbox-wrapper {
    align-items: center;
    display: inline-flex;
    margin: 0;
}

.postsetting-control-row[b-tly55w29cb]  .e-checkbox-wrapper .e-label {
    color: #171d1b;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.25;
    margin-left: 0.75rem;
}

.postsetting-control-row-compact[b-tly55w29cb] {
    min-height: 70px;
}

.postsetting-control-row-compact[b-tly55w29cb]  .e-input-group-icon,
.postsetting-control-row-compact[b-tly55w29cb]  .e-spin-up,
.postsetting-control-row-compact[b-tly55w29cb]  .e-spin-down {
    display: none !important;
}

.postsetting-control-row-compact[b-tly55w29cb]  .e-numerictextbox,
.postsetting-control-row-compact[b-tly55w29cb]  .e-control-wrapper,
.postsetting-control-row-compact[b-tly55w29cb]  .e-input-group {
    border-radius: 4px !important;
    max-width: 78px !important;
    width: 78px !important;
}
/* Center Syncfusion checkbox ticks inside Advanced Settings boxes. */
.postsetting-control-row[b-tly55w29cb]  .e-checkbox-wrapper .e-frame {
    align-items: center !important;
    display: inline-flex !important;
    justify-content: center !important;
    line-height: 1 !important;
    position: relative !important;
}

.postsetting-control-row[b-tly55w29cb]  .e-checkbox-wrapper .e-frame.e-check::before,
.postsetting-control-row[b-tly55w29cb]  .e-checkbox-wrapper .e-frame.e-stop::before {
    align-items: center !important;
    display: inline-flex !important;
    height: 100% !important;
    justify-content: center !important;
    left: 0 !important;
    line-height: 1 !important;
    margin: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
}
/* Keep Scheduling grid fields vertically aligned. */
.postsetting-schedule-grid[b-tly55w29cb] {
    align-items: start;
}

.postsetting-schedule-grid .postsetting-field[b-tly55w29cb],
.postsetting-schedule-grid .postsetting-field + .postsetting-field[b-tly55w29cb] {
    margin-top: 0 !important;
}

.postsetting-schedule-grid .postsetting-field[b-tly55w29cb] {
    align-self: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.postsetting-schedule-grid .form-label[b-tly55w29cb] {
    align-items: center;
    display: flex;
    min-height: 1.2rem;
}
/* Native Assessment Admin search input, avoids Syncfusion icon/placeholder overlap. */
.postsetting-search-field[b-tly55w29cb] {
    position: relative;
}

.postsetting-search-field > i[b-tly55w29cb] {
    color: #6d7a75;
    font-size: 1rem;
    left: 1rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.postsetting-admin-search-input[b-tly55w29cb] {
    background: #f5fbf7;
    border: 1px solid rgba(188, 202, 195, 0.35);
    border-radius: 4px;
    box-sizing: border-box;
    color: #171d1b;
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
    font-size: 0.95rem;
    height: 48px;
    outline: none;
    padding: 0 1rem 0 3.1rem;
    width: 100%;
}

.postsetting-admin-search-input[b-tly55w29cb]::placeholder {
    color: #6d7a75;
    opacity: 0.75;
}

.postsetting-admin-search-input:focus[b-tly55w29cb] {
    border-color: #006b58;
    box-shadow: 0 0 0 2px rgba(0, 107, 88, 0.1);
}

/* Match the Proctoring page green shell margin and inset. */
.postsetting-page[b-tly55w29cb] {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1800px !important;
    padding: 1.5rem 2rem 4rem !important;
    width: 100%;
}

.postsetting-page > .grid-content[b-tly55w29cb] {
    padding: 0 !important;
}
/* Increase Post Settings green inset to match Proctoring. */
.postsetting-page[b-tly55w29cb] {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

@media (max-width: 1100px) {
    .postsetting-page[b-tly55w29cb] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (max-width: 680px) {
    .postsetting-page[b-tly55w29cb] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* Override global .container.grid-wrapper padding so the green inset is visible. */
.container.grid-wrapper.postsetting-page[b-tly55w29cb] {
    box-sizing: border-box;
    max-width: 1800px !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

@media (max-width: 1100px) {
    .container.grid-wrapper.postsetting-page[b-tly55w29cb] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (max-width: 680px) {
    .container.grid-wrapper.postsetting-page[b-tly55w29cb] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* /Components/AssessmentProctoring.razor.rz.scp.css */
.proctoring-shell[b-drrjcqm7qx] {
    background: #f7fafc;
    color: #020919;
    min-height: calc(100vh - 220px);
    padding: 1.25rem 1rem 1.5rem;
}

.proctoring-content[b-drrjcqm7qx] {
    margin: 0 auto;
    max-width: 1800px;
    width: 100%;
}

.proctoring-hero[b-drrjcqm7qx] {
    align-items: flex-start;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 1.75rem;
}

.proctoring-title-block[b-drrjcqm7qx] {
    min-width: 0;
}

.proctoring-breadcrumb[b-drrjcqm7qx] {
    align-items: center;
    color: #65758a;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.68rem;
    font-weight: 700;
    gap: 0.55rem;
    letter-spacing: 0.16em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
}

.proctoring-breadcrumb strong[b-drrjcqm7qx] {
    color: #020919;
}

.proctoring-title[b-drrjcqm7qx] {
    color: #020919;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 1rem;
    max-width: 780px;
}

.proctoring-badges[b-drrjcqm7qx] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.proctoring-badge[b-drrjcqm7qx] {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    gap: 0.45rem;
    letter-spacing: 0.06em;
    line-height: 1;
    min-height: 28px;
    padding: 0.45rem 0.75rem;
    text-transform: uppercase;
}

.proctoring-badge-primary[b-drrjcqm7qx] {
    background: #002045;
    color: #ffffff;
}

.proctoring-badge-type[b-drrjcqm7qx] {
    background: #b6d0ff;
    color: #2d476f;
}

.proctoring-badge-neutral[b-drrjcqm7qx] {
    background: #e5e9eb;
    color: #181c1e;
}

.proctoring-action-panel[b-drrjcqm7qx] {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 1.25rem;
}

.proctoring-actions[b-drrjcqm7qx] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.proctoring-action-button[b-drrjcqm7qx] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d7dadc;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(2, 9, 25, 0.05);
    color: #020919;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.65rem;
    justify-content: center;
    line-height: 1.15;
    min-height: 58px;
    min-width: 112px;
    padding: 0.7rem 0.95rem;
    text-align: center;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.proctoring-action-button:hover[b-drrjcqm7qx] {
    background: #f1f4f6;
    border-color: #c4c6cf;
    box-shadow: 0 6px 18px rgba(2, 9, 25, 0.08);
    transform: translateY(-1px);
}

.proctoring-action-button i[b-drrjcqm7qx] {
    font-size: 1rem;
}

.proctoring-action-primary[b-drrjcqm7qx] {
    background: #020919;
    border-color: #020919;
    color: #ffffff;
}

.proctoring-action-primary:hover[b-drrjcqm7qx] {
    background: #121c2c;
    border-color: #121c2c;
}

.proctoring-total-card[b-drrjcqm7qx] {
    align-items: center;
    background: #172131;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(2, 9, 25, 0.18);
    color: #ffffff;
    display: flex;
    gap: 0.75rem;
    min-width: 178px;
    padding: 0.8rem 1rem;
}

.proctoring-total-card i[b-drrjcqm7qx] {
    color: #aec7f5;
    font-size: 1.15rem;
}

.proctoring-total-card span[b-drrjcqm7qx] {
    color: #bdc7dc;
    display: block;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
}

.proctoring-total-card strong[b-drrjcqm7qx] {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.1;
}

.proctoring-schedule-card[b-drrjcqm7qx] {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(196, 198, 207, 0.55);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(0, 32, 69, 0.06);
    display: flex;
    gap: 1.85rem;
    margin-bottom: 1.5rem;
    padding: 1.35rem 1.5rem;
}

.proctoring-schedule-icon[b-drrjcqm7qx] {
    align-items: center;
    background: #d6e3ff;
    border-radius: 8px;
    color: #002045;
    display: flex;
    flex: 0 0 54px;
    font-size: 1.25rem;
    height: 54px;
    justify-content: center;
}

.proctoring-schedule-details[b-drrjcqm7qx] {
    display: grid;
    flex: 1 1 auto;
    gap: 1.4rem;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    min-width: 0;
}

.proctoring-schedule-details span[b-drrjcqm7qx],
.proctoring-countdown > span[b-drrjcqm7qx] {
    color: #3f5882;
    display: block;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
}

.proctoring-schedule-details strong[b-drrjcqm7qx] {
    color: #020919;
    display: block;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.proctoring-countdown[b-drrjcqm7qx] {
    align-items: flex-end;
    border-left: 1px solid rgba(196, 198, 207, 0.55);
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    padding-left: 2rem;
}

.proctoring-countdown-box[b-drrjcqm7qx] {
    align-items: center;
    background: #ebeef0;
    border: 1px solid rgba(196, 198, 207, 0.55);
    border-radius: 8px;
    display: flex;
    gap: 0.6rem;
    padding: 0.55rem 0.9rem;
}

.proctoring-countdown-box div[b-drrjcqm7qx] {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-width: 30px;
}

.proctoring-countdown-box strong[b-drrjcqm7qx] {
    color: #020919;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
}

.proctoring-countdown-box span[b-drrjcqm7qx] {
    color: #74777f;
    font-size: 0.5rem;
    font-weight: 900;
    line-height: 1;
    margin-top: 0.3rem;
    text-transform: uppercase;
}

.proctoring-countdown-box b[b-drrjcqm7qx] {
    color: #c4c6cf;
    font-size: 1.1rem;
    line-height: 1;
}

.proctoring-stats-grid[b-drrjcqm7qx] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin-bottom: 1.5rem;
}

.proctoring-stat-card[b-drrjcqm7qx] {
    background: #ffffff;
    border: 1px solid rgba(196, 198, 207, 0.65);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 32, 69, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 132px;
    padding: 1.1rem;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.proctoring-stat-card:hover[b-drrjcqm7qx] {
    box-shadow: 0 10px 24px rgba(0, 32, 69, 0.08);
    transform: translateY(-1px);
}

.proctoring-stat-primary[b-drrjcqm7qx] {
    background: #020919;
    border-color: #020919;
    color: #ffffff;
}

.proctoring-stat-topline[b-drrjcqm7qx] {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.1rem;
}

.proctoring-stat-icon[b-drrjcqm7qx] {
    align-items: center;
    background: #eef1f3;
    border-radius: 8px;
    color: #020919;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.proctoring-stat-primary .proctoring-stat-icon[b-drrjcqm7qx] {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.proctoring-stat-icon-danger[b-drrjcqm7qx] {
    background: #ffdad6;
    color: #ba1a1a;
}

.proctoring-stat-pill[b-drrjcqm7qx] {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: #bdc7dc;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 0.3rem 0.55rem;
    text-transform: uppercase;
}

.proctoring-muted-icon[b-drrjcqm7qx] {
    color: rgba(68, 71, 78, 0.18);
    font-size: 1rem;
}

.proctoring-stat-card h2[b-drrjcqm7qx] {
    color: #44474e;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.1;
    margin: 0 0 0.45rem;
    text-transform: uppercase;
}

.proctoring-stat-primary h2[b-drrjcqm7qx] {
    color: #bdc7dc;
}

.proctoring-stat-card strong[b-drrjcqm7qx],
.proctoring-stat-value[b-drrjcqm7qx]  .card-value {
    color: #020919;
    display: inline-block;
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
}

.proctoring-stat-primary strong[b-drrjcqm7qx] {
    color: #ffffff;
}

.proctoring-stat-value[b-drrjcqm7qx]  .flash-green {
    color: #25ac93 !important;
}

.proctoring-stat-date[b-drrjcqm7qx] {
    font-size: 1.1rem !important;
}

.proctoring-stat-time[b-drrjcqm7qx] {
    color: #44474e;
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    margin-top: 0.35rem;
}

.proctoring-grid-section[b-drrjcqm7qx] {
    background: #ffffff;
    border: 1px solid rgba(196, 198, 207, 0.65);
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 32, 69, 0.04);
    padding: 0.65rem;
}

.proctoring-grid-header[b-drrjcqm7qx] {
    align-items: flex-end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.proctoring-grid-header h2[b-drrjcqm7qx] {
    color: #020919;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.proctoring-grid-header span[b-drrjcqm7qx] {
    color: #65758a;
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    margin-top: 0.2rem;
}

.proctoring-grid-header .total-text[b-drrjcqm7qx] {
    color: #44474e;
    font-size: 0.86rem;
    font-weight: 800;
    margin: 0;
}

@media (max-width: 1100px) {
    .proctoring-hero[b-drrjcqm7qx],
    .proctoring-schedule-card[b-drrjcqm7qx] {
        align-items: stretch;
        flex-direction: column;
    }

    .proctoring-action-panel[b-drrjcqm7qx] {
        align-items: flex-start;
        width: 100%;
    }

    .proctoring-actions[b-drrjcqm7qx] {
        justify-content: flex-start;
    }

    .proctoring-countdown[b-drrjcqm7qx] {
        align-items: flex-start;
        border-left: 0;
        border-top: 1px solid rgba(196, 198, 207, 0.55);
        padding-left: 0;
        padding-top: 1.25rem;
    }
}

@media (max-width: 760px) {
    .proctoring-shell[b-drrjcqm7qx] {
        padding: 0.75rem;
    }

    .proctoring-title[b-drrjcqm7qx] {
        font-size: 1.2rem;
    }

    .proctoring-action-button[b-drrjcqm7qx] {
        flex: 1 1 140px;
    }

    .proctoring-schedule-details[b-drrjcqm7qx] {
        grid-template-columns: 1fr;
    }

    .proctoring-grid-header[b-drrjcqm7qx] {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Match the AssessmentPostSetting visual system while preserving proctoring behavior. */
.proctoring-shell[b-drrjcqm7qx],
.proctoring-content[b-drrjcqm7qx],
.proctoring-hero[b-drrjcqm7qx],
.proctoring-breadcrumb[b-drrjcqm7qx],
.proctoring-title[b-drrjcqm7qx],
.proctoring-badge[b-drrjcqm7qx],
.proctoring-action-button[b-drrjcqm7qx],
.proctoring-total-card[b-drrjcqm7qx],
.proctoring-schedule-card[b-drrjcqm7qx],
.proctoring-stat-card[b-drrjcqm7qx],
.proctoring-grid-section[b-drrjcqm7qx] {
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
}

.proctoring-shell[b-drrjcqm7qx] {
    background: #f5fbf7;
    color: #171d1b;
    padding: 1.5rem 2rem 4rem;
}

.proctoring-content[b-drrjcqm7qx] {
    max-width: none;
    width: 100%;
}

.proctoring-hero[b-drrjcqm7qx] {
    align-items: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.proctoring-breadcrumb[b-drrjcqm7qx] {
    color: rgba(61, 73, 69, 0.58);
    font-size: 0.62rem;
    font-weight: 700;
    gap: 0.55rem;
    letter-spacing: 0.16em;
    margin-bottom: 0.7rem;
}

.proctoring-breadcrumb strong[b-drrjcqm7qx] {
    color: #171d1b;
}

.proctoring-title[b-drrjcqm7qx] {
    color: #171d1b;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1.16;
    margin: 0 0 0.75rem;
    max-width: 920px;
}

.proctoring-badges[b-drrjcqm7qx] {
    gap: 0.55rem;
}

.proctoring-badge[b-drrjcqm7qx] {
    border-radius: 5px;
    font-size: 0.62rem;
    font-weight: 700;
    gap: 0.45rem;
    letter-spacing: 0.04em;
    min-height: 24px;
    padding: 0.38rem 0.65rem;
}

.proctoring-badge-primary[b-drrjcqm7qx] {
    background: #171d1b;
    color: #f5fbf7;
}

.proctoring-badge-type[b-drrjcqm7qx] {
    background: #bce9da;
    color: #416a5e;
}

.proctoring-badge-neutral[b-drrjcqm7qx] {
    background: #e4eae6;
    color: #3d4945;
}

.proctoring-action-panel[b-drrjcqm7qx] {
    gap: 1rem;
}

.proctoring-actions[b-drrjcqm7qx] {
    align-items: center;
    gap: 0.75rem;
}

.proctoring-action-button[b-drrjcqm7qx] {
    border-radius: 8px;
    box-sizing: border-box;
    flex: 0 0 210px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.15;
    min-height: 52px;
    min-width: 210px;
    padding: 0.85rem 1.1rem;
    white-space: nowrap;
    width: 210px;
}

.proctoring-action-button span[b-drrjcqm7qx] {
    white-space: nowrap;
}

.proctoring-action-primary[b-drrjcqm7qx] {
    background: #0fae98;
    border-color: #0fae98;
    box-shadow: 0 10px 20px rgba(0, 107, 88, 0.2);
    color: #ffffff;
}

.proctoring-action-primary:hover[b-drrjcqm7qx] {
    background: #079b86;
    border-color: #079b86;
    box-shadow: 0 14px 28px rgba(0, 107, 88, 0.24);
}

.proctoring-action-primary i[b-drrjcqm7qx] {
    align-items: center;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.proctoring-total-card[b-drrjcqm7qx] {
    background: #002019;
    border-radius: 8px;
    box-shadow: 0 16px 28px rgba(23, 29, 27, 0.16);
    color: #ffffff;
    min-width: 190px;
    padding: 0.9rem 1.1rem;
}

.proctoring-total-card i[b-drrjcqm7qx] {
    color: #7ff8d8;
}

.proctoring-total-card span[b-drrjcqm7qx] {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.62rem;
    letter-spacing: 0.16em;
}

.proctoring-total-card strong[b-drrjcqm7qx] {
    color: #ffffff;
    font-size: 1.5rem;
}

.proctoring-schedule-card[b-drrjcqm7qx] {
    background: #fffbff;
    border: 1px solid rgba(188, 202, 195, 0.14);
    box-shadow: 0 20px 40px rgba(23, 29, 27, 0.06);
    margin-bottom: 1.5rem;
    padding: 1.6rem 1.85rem;
}

.proctoring-schedule-icon[b-drrjcqm7qx] {
    background: rgba(15, 174, 152, 0.1);
    color: #006b58;
}

.proctoring-schedule-details span[b-drrjcqm7qx],
.proctoring-countdown > span[b-drrjcqm7qx],
.proctoring-stat-card h2[b-drrjcqm7qx] {
    color: rgba(61, 73, 69, 0.62);
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.proctoring-schedule-details strong[b-drrjcqm7qx] {
    color: #171d1b;
    font-size: 0.96rem;
    font-weight: 800;
}

.proctoring-countdown[b-drrjcqm7qx] {
    border-left-color: rgba(188, 202, 195, 0.34);
}

.proctoring-countdown-box[b-drrjcqm7qx] {
    background: #e4eae6;
    border-color: rgba(188, 202, 195, 0.35);
}

.proctoring-countdown-box strong[b-drrjcqm7qx] {
    color: #171d1b;
}

.proctoring-countdown-box span[b-drrjcqm7qx],
.proctoring-countdown-box b[b-drrjcqm7qx] {
    color: #6d7a75;
}

.proctoring-stats-grid[b-drrjcqm7qx] {
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    margin-bottom: 2rem;
}

.proctoring-stat-card[b-drrjcqm7qx] {
    background: #fffbff;
    border: 1px solid rgba(188, 202, 195, 0.14);
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(23, 29, 27, 0.06);
    color: #171d1b;
    min-height: 150px;
    padding: 1.35rem;
}

.proctoring-stat-primary[b-drrjcqm7qx] {
    background: #002019;
    border-color: #002019;
    color: #ffffff;
}

.proctoring-stat-icon[b-drrjcqm7qx] {
    background: #e4eae6;
    color: #3d4945;
}

.proctoring-stat-primary .proctoring-stat-icon[b-drrjcqm7qx] {
    background: rgba(15, 174, 152, 0.16);
    color: #7ff8d8;
}

.proctoring-stat-icon-danger[b-drrjcqm7qx] {
    background: #ffdad6;
    color: #ba1a1a;
}

.proctoring-stat-pill[b-drrjcqm7qx] {
    background: #0a8d7a;
    border-radius: 3px;
    color: #ffffff;
    font-size: 0.55rem;
    letter-spacing: 0.12em;
    padding: 0.45rem 0.75rem;
}

.proctoring-muted-icon[b-drrjcqm7qx] {
    color: rgba(61, 73, 69, 0.16);
}

.proctoring-stat-card h2[b-drrjcqm7qx] {
    line-height: 1.45;
    margin-bottom: 0.65rem;
}

.proctoring-stat-primary h2[b-drrjcqm7qx] {
    color: rgba(255, 255, 255, 0.62);
}

.proctoring-stat-card strong[b-drrjcqm7qx],
.proctoring-stat-value[b-drrjcqm7qx]  .card-value {
    color: #171d1b;
    font-size: 1.85rem;
    font-weight: 900;
}

.proctoring-stat-primary strong[b-drrjcqm7qx] {
    color: #ffffff;
}

.proctoring-stat-time[b-drrjcqm7qx] {
    color: #3d4945;
    font-size: 0.8rem;
}

.proctoring-grid-section[b-drrjcqm7qx] {
    background: #fffbff;
    border: 1px solid rgba(188, 202, 195, 0.14);
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(23, 29, 27, 0.06);
    padding: 1rem;
}

.proctoring-grid-header h2[b-drrjcqm7qx] {
    color: #171d1b;
    font-size: 1.15rem;
    font-weight: 800;
}

.proctoring-grid-header span[b-drrjcqm7qx] {
    color: #6d7a75;
    font-size: 0.78rem;
}

.proctoring-grid-header .total-text[b-drrjcqm7qx] {
    color: #3d4945;
    font-size: 0.86rem;
}

@media (max-width: 760px) {
    .proctoring-shell[b-drrjcqm7qx] {
        padding: 1rem;
    }

    .proctoring-action-button[b-drrjcqm7qx] {
        flex: 1 1 100%;
        min-width: 0;
        width: 100%;
    }
}
/* Keep the proctoring page padded and centered like AssessmentPostSetting. */
.proctoring-shell[b-drrjcqm7qx] {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1280px !important;
    padding: 1.5rem 2rem 4rem;
    width: 100%;
}

.proctoring-content[b-drrjcqm7qx] {
    padding: 0;
}

.proctoring-stats-grid[b-drrjcqm7qx] {
    grid-template-columns: minmax(180px, 1.2fr) repeat(5, minmax(135px, 1fr)) minmax(145px, 1fr);
    width: 100%;
}

@media (max-width: 1280px) {
    .proctoring-stats-grid[b-drrjcqm7qx] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .proctoring-shell[b-drrjcqm7qx] {
        padding: 1rem;
    }

    .proctoring-stats-grid[b-drrjcqm7qx] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .proctoring-stats-grid[b-drrjcqm7qx] {
        grid-template-columns: 1fr;
    }
}
/* Reduce the outer gutter so Proctoring matches the PostSetting page spacing more closely. */
.proctoring-shell[b-drrjcqm7qx] {
    max-width: 1800px !important;
}
/* Tighten the schedule/countdown band into one integrated card. */
.proctoring-schedule-card[b-drrjcqm7qx] {
    align-items: center;
    border-radius: 8px;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 54px minmax(0, 1fr) minmax(220px, 0.28fr);
    min-height: 110px;
    padding: 1.25rem 1.5rem;
}

.proctoring-schedule-details[b-drrjcqm7qx] {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.proctoring-schedule-details strong[b-drrjcqm7qx] {
    max-width: 100%;
}

.proctoring-countdown[b-drrjcqm7qx] {
    align-items: center;
    align-self: stretch;
    background: transparent;
    border-left: 1px solid rgba(188, 202, 195, 0.34);
    border-radius: 0;
    box-shadow: none;
    justify-content: center;
    min-width: 220px;
    padding-left: 1.5rem;
}

.proctoring-countdown > span[b-drrjcqm7qx] {
    margin-bottom: 0.45rem;
    text-align: center;
}

.proctoring-countdown-box[b-drrjcqm7qx] {
    border-radius: 8px;
    justify-content: center;
    min-width: 170px;
    padding: 0.5rem 0.85rem;
}

@media (max-width: 1100px) {
    .proctoring-schedule-card[b-drrjcqm7qx] {
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .proctoring-countdown[b-drrjcqm7qx] {
        align-items: flex-start;
        border-left: 0;
        border-top: 1px solid rgba(188, 202, 195, 0.34);
        grid-column: 1 / -1;
        justify-content: flex-start;
        min-width: 0;
        padding-left: 0;
        padding-top: 1rem;
    }

    .proctoring-countdown > span[b-drrjcqm7qx] {
        text-align: left;
    }
}

@media (max-width: 760px) {
    .proctoring-schedule-card[b-drrjcqm7qx],
    .proctoring-schedule-details[b-drrjcqm7qx] {
        grid-template-columns: 1fr;
    }
}
/* Reference schedule layout: left date card plus separate countdown card. */
.proctoring-schedule-layout[b-drrjcqm7qx] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 3fr) minmax(240px, 1fr);
    margin-bottom: 2.5rem;
}

.proctoring-schedule-layout .proctoring-schedule-card[b-drrjcqm7qx] {
    align-items: center;
    background: #fffbff;
    border: 0;
    border-radius: 32px;
    box-shadow: 0 20px 40px rgba(23, 29, 27, 0.04);
    display: flex;
    gap: 2.5rem;
    min-height: 132px;
    padding: 2rem;
}

.proctoring-schedule-layout .proctoring-schedule-icon[b-drrjcqm7qx] {
    background: rgba(15, 174, 152, 0.1);
    border-radius: 24px;
    color: #006b58;
    flex: 0 0 78px;
    font-size: 2rem;
    height: 78px;
    width: 78px;
}

.proctoring-schedule-layout .proctoring-schedule-details[b-drrjcqm7qx] {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: 5rem;
    grid-template-columns: none;
    min-width: 0;
}

.proctoring-schedule-layout .proctoring-schedule-details > div[b-drrjcqm7qx] {
    min-width: 0;
}

.proctoring-schedule-layout .proctoring-schedule-details span[b-drrjcqm7qx],
.proctoring-schedule-layout .proctoring-countdown > span[b-drrjcqm7qx] {
    color: rgba(61, 73, 69, 0.4);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    margin-bottom: 0.6rem;
}

.proctoring-schedule-layout .proctoring-countdown > span[b-drrjcqm7qx] {
    color: rgba(0, 107, 88, 0.6);
    text-align: center;
}

.proctoring-schedule-layout .proctoring-schedule-details strong[b-drrjcqm7qx] {
    color: #171d1b;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.proctoring-schedule-layout .proctoring-countdown[b-drrjcqm7qx] {
    align-items: center;
    background: #fffbff;
    border: 1px solid rgba(0, 107, 88, 0.1);
    border-radius: 32px;
    box-shadow: 0 20px 40px rgba(23, 29, 27, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 132px;
    min-width: 0;
    padding: 2rem;
}

.proctoring-schedule-layout .proctoring-countdown-box[b-drrjcqm7qx] {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    gap: 1rem;
    min-width: 0;
    padding: 0;
}

.proctoring-schedule-layout .proctoring-countdown-box div[b-drrjcqm7qx] {
    min-width: 34px;
}

.proctoring-schedule-layout .proctoring-countdown-box strong[b-drrjcqm7qx] {
    color: #171d1b;
    font-size: 1.85rem;
    font-weight: 900;
    letter-spacing: 0;
}

.proctoring-schedule-layout .proctoring-countdown-box span[b-drrjcqm7qx] {
    color: rgba(61, 73, 69, 0.4);
    font-size: 0.56rem;
    font-weight: 900;
    margin-top: 0.2rem;
}

.proctoring-schedule-layout .proctoring-countdown-box b[b-drrjcqm7qx] {
    color: rgba(61, 73, 69, 0.2);
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

@media (max-width: 1100px) {
    .proctoring-schedule-layout[b-drrjcqm7qx] {
        grid-template-columns: 1fr;
    }

    .proctoring-schedule-layout .proctoring-schedule-card[b-drrjcqm7qx] {
        align-items: flex-start;
        flex-direction: column;
    }

    .proctoring-schedule-layout .proctoring-schedule-details[b-drrjcqm7qx] {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.5rem;
    }
}
/* Keep the countdown card the same height as the schedule card. */
.proctoring-schedule-layout[b-drrjcqm7qx] {
    align-items: stretch;
}

.proctoring-schedule-layout .proctoring-countdown[b-drrjcqm7qx] {
    height: 100%;
}
/* Correct equal-height schedule cards without padding overflow. */
.proctoring-schedule-layout[b-drrjcqm7qx] {
    align-items: stretch;
}

.proctoring-schedule-layout .proctoring-schedule-card[b-drrjcqm7qx],
.proctoring-schedule-layout .proctoring-countdown[b-drrjcqm7qx] {
    align-self: stretch;
    box-sizing: border-box;
    height: auto;
    min-height: 0;
}
/* Remove the inherited schedule-card margin so both cards render the same height. */
.proctoring-schedule-layout .proctoring-schedule-card[b-drrjcqm7qx],
.proctoring-schedule-layout .proctoring-countdown[b-drrjcqm7qx] {
    align-self: stretch;
    box-sizing: border-box;
    height: auto;
    margin: 0 !important;
}
/* Give the countdown room for seconds. */
.proctoring-schedule-layout[b-drrjcqm7qx] {
    grid-template-columns: minmax(0, 3fr) minmax(300px, 1fr);
}

.proctoring-schedule-layout .proctoring-countdown-box[b-drrjcqm7qx] {
    gap: 0.85rem;
}

.proctoring-schedule-layout .proctoring-countdown-box div[b-drrjcqm7qx] {
    min-width: 34px;
}
/* /Components/AssessmentReportingScoring.razor.rz.scp.css */
.reporting-hero[b-8hmwftgmnl] {
    align-items: flex-start;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 1.35rem;
}

.reporting-title-block[b-8hmwftgmnl] {
    min-width: 0;
}

.reporting-breadcrumb[b-8hmwftgmnl] {
    align-items: center;
    color: #65758a;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.68rem;
    font-weight: 700;
    gap: 0.55rem;
    letter-spacing: 0.16em;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.reporting-breadcrumb strong[b-8hmwftgmnl] {
    color: #020919;
}

.reporting-title[b-8hmwftgmnl] {
    color: #020919;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 0.9rem;
    max-width: 900px;
}

.reporting-badges[b-8hmwftgmnl] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.reporting-badge[b-8hmwftgmnl] {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    gap: 0.45rem;
    letter-spacing: 0.06em;
    line-height: 1;
    min-height: 28px;
    padding: 0.45rem 0.75rem;
    text-transform: uppercase;
}

.reporting-badge-primary[b-8hmwftgmnl] {
    background: #002045;
    color: #ffffff;
}

.reporting-badge-type[b-8hmwftgmnl] {
    background: #b6d0ff;
    color: #2d476f;
}

.reporting-badge-neutral[b-8hmwftgmnl] {
    background: #e5e9eb;
    color: #181c1e;
}

.reporting-actions[b-8hmwftgmnl] {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.reporting-action-button[b-8hmwftgmnl] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d7dadc;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(2, 9, 25, 0.05);
    color: #020919;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.65rem;
    justify-content: center;
    line-height: 1.15;
    min-height: 58px;
    min-width: 112px;
    padding: 0.7rem 0.95rem;
    text-align: center;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.reporting-action-button:hover:not(:disabled)[b-8hmwftgmnl] {
    background: #f1f4f6;
    border-color: #c4c6cf;
    box-shadow: 0 6px 18px rgba(2, 9, 25, 0.08);
    transform: translateY(-1px);
}

.reporting-action-button:disabled[b-8hmwftgmnl] {
    cursor: not-allowed;
    opacity: 0.65;
}

.reporting-action-primary[b-8hmwftgmnl] {
    background: #020919;
    border-color: #020919;
    color: #ffffff;
}

.reporting-action-primary:hover:not(:disabled)[b-8hmwftgmnl] {
    background: #121c2c;
    border-color: #121c2c;
}

@media (max-width: 1100px) {
    .reporting-hero[b-8hmwftgmnl] {
        align-items: stretch;
        flex-direction: column;
    }

    .reporting-actions[b-8hmwftgmnl] {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .reporting-title[b-8hmwftgmnl] {
        font-size: 1.2rem;
    }

    .reporting-action-button[b-8hmwftgmnl] {
        flex: 1 1 140px;
    }
}
/* Top info aligned with AssessmentOptions. */
.reporting-hero[b-8hmwftgmnl],
.reporting-title[b-8hmwftgmnl],
.reporting-breadcrumb[b-8hmwftgmnl],
.reporting-badge[b-8hmwftgmnl],
.reporting-action-button[b-8hmwftgmnl] {
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
}

.reporting-hero[b-8hmwftgmnl] {
    align-items: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.reporting-breadcrumb[b-8hmwftgmnl] {
    color: rgba(61, 73, 69, 0.58);
    font-size: 0.62rem;
    font-weight: 700;
    gap: 0.55rem;
    letter-spacing: 0.16em;
    margin-bottom: 0.7rem;
}

.reporting-breadcrumb strong[b-8hmwftgmnl] {
    color: #171d1b;
}

.reporting-title[b-8hmwftgmnl] {
    color: #171d1b;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1.16;
    margin: 0 0 0.75rem;
    max-width: 920px;
}

.reporting-badges[b-8hmwftgmnl] {
    gap: 0.55rem;
}

.reporting-badge[b-8hmwftgmnl] {
    border-radius: 5px;
    font-size: 0.62rem;
    font-weight: 700;
    gap: 0.45rem;
    letter-spacing: 0.04em;
    min-height: 24px;
    padding: 0.38rem 0.65rem;
}

.reporting-badge-primary[b-8hmwftgmnl] {
    background: #171d1b;
    color: #f5fbf7;
}

.reporting-badge-type[b-8hmwftgmnl] {
    background: #bce9da;
    color: #416a5e;
}

.reporting-badge-neutral[b-8hmwftgmnl] {
    background: #e4eae6;
    color: #3d4945;
}

/* Match the AssessmentPostSetting top-section layout for Reporting/Scoring. */
.reporting-page[b-8hmwftgmnl],
.reporting-page .grid-content[b-8hmwftgmnl],
.reporting-page .grid-wrapper[b-8hmwftgmnl],
.reporting-hero[b-8hmwftgmnl],
.reporting-title[b-8hmwftgmnl],
.reporting-breadcrumb[b-8hmwftgmnl],
.reporting-badge[b-8hmwftgmnl],
.reporting-action-button[b-8hmwftgmnl] {
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
}

.reporting-page[b-8hmwftgmnl] {
    background: #f5fbf7;
    box-sizing: border-box;
    padding: 1.5rem 2rem 4rem;
}

.reporting-page > .grid-content[b-8hmwftgmnl] {
    padding: 0;
}

.reporting-page .grid-wrapper.mb-2[b-8hmwftgmnl] {
    margin-bottom: 0 !important;
}

.reporting-hero[b-8hmwftgmnl] {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.reporting-title-block[b-8hmwftgmnl] {
    min-width: 0;
}

.reporting-breadcrumb[b-8hmwftgmnl] {
    color: rgba(61, 73, 69, 0.58);
    font-size: 0.62rem;
    font-weight: 700;
    gap: 0.55rem;
    letter-spacing: 0.16em;
    margin-bottom: 0.7rem;
    text-transform: uppercase;
}

.reporting-breadcrumb strong[b-8hmwftgmnl] {
    color: #171d1b;
}

.reporting-title[b-8hmwftgmnl] {
    color: #171d1b;
    font-size: 1.875rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.16;
    margin: 0 0 0.75rem;
    max-width: 920px;
}

.reporting-badges[b-8hmwftgmnl] {
    gap: 0.55rem;
}

.reporting-badge[b-8hmwftgmnl] {
    border-radius: 5px;
    font-size: 0.62rem;
    font-weight: 700;
    gap: 0.45rem;
    letter-spacing: 0.04em;
    min-height: 24px;
    padding: 0.38rem 0.65rem;
}

.reporting-badge-primary[b-8hmwftgmnl] {
    background: #171d1b;
    color: #f5fbf7;
}

.reporting-badge-type[b-8hmwftgmnl] {
    background: #bce9da;
    color: #416a5e;
}

.reporting-badge-neutral[b-8hmwftgmnl] {
    background: #e4eae6;
    color: #3d4945;
}

.reporting-actions[b-8hmwftgmnl] {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.reporting-action-button[b-8hmwftgmnl] {
    border-radius: 8px;
    box-sizing: border-box;
    flex: 0 0 210px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.15;
    min-height: 52px;
    min-width: 210px;
    padding: 0.85rem 1.1rem;
    white-space: nowrap;
    width: 210px;
}

.reporting-action-button span[b-8hmwftgmnl] {
    white-space: nowrap;
}

.reporting-action-primary[b-8hmwftgmnl] {
    background: #020919;
    border-color: #020919;
    box-shadow: 0 2px 8px rgba(2, 9, 25, 0.1);
    color: #ffffff;
}

.reporting-action-primary:hover:not(:disabled)[b-8hmwftgmnl] {
    background: #121c2c;
    border-color: #121c2c;
    box-shadow: 0 6px 18px rgba(2, 9, 25, 0.12);
}

@media (max-width: 1100px) {
    .reporting-hero[b-8hmwftgmnl] {
        align-items: stretch;
        flex-direction: column;
    }

    .reporting-actions[b-8hmwftgmnl] {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .reporting-page[b-8hmwftgmnl] {
        padding: 1rem;
    }

    .reporting-title[b-8hmwftgmnl] {
        font-size: 1.35rem;
    }

    .reporting-action-button[b-8hmwftgmnl] {
        flex: 1 1 100%;
        min-width: 0;
        width: 100%;
    }
}
/* Force Reporting/Scoring action buttons to the same size as Post Settings. */
.reporting-action-button[b-8hmwftgmnl] {
    flex: 0 0 210px !important;
    min-height: 52px !important;
    min-width: 210px !important;
    width: 210px !important;
}

.reporting-action-button span[b-8hmwftgmnl] {
    white-space: nowrap !important;
}
/* Match Post Settings/Proctoring green shell inset. */
.container.grid-wrapper.reporting-page[b-8hmwftgmnl] {
    box-sizing: border-box;
    max-width: 1800px !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.container.grid-wrapper.reporting-page > .grid-content[b-8hmwftgmnl] {
    padding: 0 !important;
}

@media (max-width: 1100px) {
    .container.grid-wrapper.reporting-page[b-8hmwftgmnl] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (max-width: 680px) {
    .container.grid-wrapper.reporting-page[b-8hmwftgmnl] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* /Components/Assessments.razor.rz.scp.css */
/*:deep(.e-grid .e-headercelldiv) {
    font-size: 16px;
    font-family: 'Montserrat';
    height: 25px;
}

:deep(.e-grid .e-rowcell) {
    font-size: 15px;
    font-family: 'Roboto';
    padding-left: 0px;
}

:deep(.e-grid .e-headercell) {
    padding-left: 0px;
}

:deep(span:hover) {
    background-color: #f0f0f0;
    cursor: pointer;
    text-decoration: none;
}*/
/* /Components/BasicClassReport.razor.rz.scp.css */
.basic-report-metrics[b-9ks8xzwtwu] {
    align-items: stretch;
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.basic-report-metric-card[b-9ks8xzwtwu] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(2, 9, 25, 0.04);
    color: #1e293b;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: space-between;
    min-height: 124px;
    padding: 1rem;
}

.basic-report-metric-primary[b-9ks8xzwtwu] {
    background: #002045;
    border-color: #002045;
    color: #ffffff;
    width: 210px;
}

.basic-report-metric-accent[b-9ks8xzwtwu] {
    background: #eefcf3;
    border-color: #eefcf3;
    width: 210px;
}

.basic-report-metric-small[b-9ks8xzwtwu] {
    width: 176px;
}

.basic-report-metric-compact[b-9ks8xzwtwu] {
    width: 152px;
}

.basic-report-metric-label[b-9ks8xzwtwu] {
    color: #002045;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
}

.basic-report-metric-primary .basic-report-metric-label[b-9ks8xzwtwu] {
    color: rgba(255, 255, 255, 0.68);
}

.basic-report-metric-value[b-9ks8xzwtwu] {
    color: #1e293b;
    font-size: 1.95rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0.45rem 0 0;
}

.basic-report-metric-primary .basic-report-metric-value[b-9ks8xzwtwu] {
    color: #ffffff;
    font-size: 2.15rem;
}

.basic-report-metric-accent .basic-report-metric-value[b-9ks8xzwtwu] {
    color: #002045;
    font-size: 2.15rem;
}

.basic-report-metric-note[b-9ks8xzwtwu] {
    align-items: center;
    color: rgba(255, 255, 255, 0.66);
    display: flex;
    font-size: 0.72rem;
    font-weight: 600;
    gap: 0.45rem;
    margin: 0;
}

.basic-report-metric-note-accent[b-9ks8xzwtwu] {
    color: #10b981;
}

.basic-report-metric-note-muted[b-9ks8xzwtwu] {
    color: #64748b;
    display: block;
    font-size: 0.62rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

.basic-report-metric-caption[b-9ks8xzwtwu] {
    color: #94a3b8;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0.7rem 0 0;
    text-transform: uppercase;
}

.basic-report-question-progress[b-9ks8xzwtwu] {
    background: #f1f5f9;
    border-radius: 999px;
    height: 4px;
    margin-top: 0.7rem;
    overflow: hidden;
    width: 100%;
}

.basic-report-question-progress span[b-9ks8xzwtwu] {
    background: #020919;
    display: block;
    height: 100%;
    width: 100%;
}

@media (max-width: 760px) {
    .basic-report-metric-primary[b-9ks8xzwtwu],
    .basic-report-metric-accent[b-9ks8xzwtwu] {
        width: 190px;
    }

    .basic-report-metric-small[b-9ks8xzwtwu],
    .basic-report-metric-compact[b-9ks8xzwtwu] {
        width: 150px;
    }
}
.basic-report-metrics[b-9ks8xzwtwu] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(190px, 1.3fr) minmax(190px, 1.3fr) minmax(155px, 1fr) minmax(155px, 1fr) minmax(130px, 0.85fr) minmax(130px, 0.85fr);
    overflow-x: visible;
    width: 100%;
}

.basic-report-metric-card[b-9ks8xzwtwu],
.basic-report-metric-primary[b-9ks8xzwtwu],
.basic-report-metric-accent[b-9ks8xzwtwu],
.basic-report-metric-small[b-9ks8xzwtwu],
.basic-report-metric-compact[b-9ks8xzwtwu] {
    flex: initial;
    min-width: 0;
    width: auto;
}

@media (max-width: 1280px) {
    .basic-report-metrics[b-9ks8xzwtwu] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .basic-report-metrics[b-9ks8xzwtwu] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .basic-report-metrics[b-9ks8xzwtwu] {
        grid-template-columns: 1fr;
    }
}
/* /Components/DocImporter.razor.rz.scp.css */
.drop-zone[b-ycb8u09qbr] {
    padding: 20px;
    width: 100%;
    min-height: 100px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
}

    .drop-zone.hover[b-ycb8u09qbr] {
        border-style: solid;
    }
/* /Components/DuplicateAssessment.razor.rz.scp.css */
/* /Components/ImageSelector.razor.rz.scp.css */
.image-container[b-btdb1tb0aj] {
    cursor: pointer;
    transition: transform 0.2s;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.image-container:hover[b-btdb1tb0aj] {
    transform: scale(1.05);
}

.image-container.selected img[b-btdb1tb0aj] {
    border: 2px solid #28a745; /* Green border for selected images */
}

.image-container img[b-btdb1tb0aj] {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* /Components/QuestionCreation.razor.rz.scp.css */
.file-upload-container[b-rv15n7awmr] {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
}

.question-img-box[b-rv15n7awmr] {
    height: 253px;
    width: 253px;
    padding: 10px;
    position: relative;
}
.question-img[b-rv15n7awmr] {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-top:0px;
}
/*.drag-drop-area {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 40px;
    cursor: pointer;
    position: relative;
}

    .drag-drop-area:hover {
        border-color: #333;
    }*/
/*.file-upload-icon {
    font-size: 32px;
}*/
.upload-instructions[b-rv15n7awmr] {
    margin-top: 20px;
    font-size: 18px;
    color: #007bff;
    cursor: pointer;
}

.additional-info[b-rv15n7awmr] {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}

.file-size-info[b-rv15n7awmr] {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    text-align: left;
}
/* /Components/QuestionLists.razor.rz.scp.css */


.dialog-header[b-3peg2ewqqe] {
    display: flex;
    align-items: center;
    padding: 10px;
    padding-left:0px;
}

.previous-icon[b-3peg2ewqqe] {
    margin-right: 10px;
    cursor: pointer;
}

    .previous-icon i[b-3peg2ewqqe] {
        font-size: 1.5em;
        color: gray;
    }

.header-text[b-3peg2ewqqe] {
    display: flex;
    flex-direction: column;
}

.header-title[b-3peg2ewqqe] {
    font-size: 1.5em;
    font-weight: bold;
}

.header-subtitle[b-3peg2ewqqe] {
    font-size: 1em;
    color: gray;
}

/* /Components/StudentExamDetails.razor.rz.scp.css */
/* Container */
.exam-container[b-g6g2mfjoaa] {
    padding: 1rem;
    background: #f6faf8;
}

/* Top filter pills */
.exam-filter[b-g6g2mfjoaa] {
    margin-bottom: 1rem;
    display:flex;
    justify-content:flex-start;
}

.filter-left[b-g6g2mfjoaa] {
    display:flex;
    gap:0.5rem;
}

.filter-pill[b-g6g2mfjoaa] {
    background: #e9f7f3;
    border-radius: 999px;
    padding: 0.5rem 0.9rem;
    border: none;
    cursor: pointer;
    color: #1b6b60;
    font-weight: 600;
}

.filter-pill.disabled[b-g6g2mfjoaa] {
    background:#f0f0f0;
    color:#7a7a7a;
    cursor:default;
}

.filter-pill.active[b-g6g2mfjoaa] {
    background: #ffffff;
    box-shadow: 0 2px 0 rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.06);
}

/* Question card */
.question-card[b-g6g2mfjoaa] {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03);
    display:block;
}

.question-card-header[b-g6g2mfjoaa] {
    display:flex;
    align-items:flex-start;
    gap:1rem;
}

.q-left[b-g6g2mfjoaa] {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:0.5rem;
    width:64px;
}

.q-number[b-g6g2mfjoaa] {
    background:#e6f6ef;
    color:#0f6b58;
    width:36px;
    height:36px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.02);
}

.q-difficulty[b-g6g2mfjoaa] {
    background:#eaf7f1;
    color:#2e8f75;
    padding:0.2rem 0.5rem;
    border-radius:999px;
    font-size:0.7rem;
    font-weight:700;
}

.q-title[b-g6g2mfjoaa] {
    flex:1;
}

.q-inquiry[b-g6g2mfjoaa] {
    font-weight:700;
    margin-bottom:0.6rem;
}

.question-image[b-g6g2mfjoaa] {
    margin-top:0.6rem;
    max-height:160px;
    border-radius:8px;
    display:block;
}

/* Align score and category badges vertically centered */
.q-score[b-g6g2mfjoaa] {
    min-width:140px;
    display:flex;
    align-items:center; /* changed from flex-start to center */
    justify-content:flex-end;
    gap:0.6rem;
}

/* Score badge - keep existing size/spacing */
.score-badge[b-g6g2mfjoaa] {
    padding:0.4rem 0.7rem;
    border-radius:999px;
    font-weight:700;
    color:#fff;
    display:inline-flex;
    gap:0.4rem;
    align-items:center;
    font-size:inherit;
    line-height:1;
}

.score-good[b-g6g2mfjoaa] {
    background:#28a745; /* green */
}

.score-bad[b-g6g2mfjoaa] {
    background:#d9534f; /* red */
}

/* Category badge - match size/shape/font to score-badge */
.category-badge[b-g6g2mfjoaa] {
    background: #f0f6f4;
    color: #145c4e;
    padding: 0.4rem 0.7rem; /* match score-badge padding */
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: inherit;
    line-height: 1;
}

/* make label and count inline with same font size */
.category-label[b-g6g2mfjoaa] {
    color: #0b5a49;
    font-weight: 600;
    font-size: inherit;
    opacity: 0.95;
}

.category-count[b-g6g2mfjoaa] {
    color: #0f6b58;
    font-weight: 800;
    font-size: inherit;
}

/* Options */
.question-card-body[b-g6g2mfjoaa] {
    margin-top:1rem;
}

.option[b-g6g2mfjoaa] {
    display:flex;
    align-items:center;
    gap:0.8rem;
    border-radius:8px;
    padding:0.9rem;
    border:1px solid #eef2f2;
    margin-bottom:0.6rem;
    background:#fafafa;
}

.option .option-left[b-g6g2mfjoaa] {
    width:36px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.option-bullet[b-g6g2mfjoaa] {
    font-weight:700;
    color:#6c757d;
}

.option-text[b-g6g2mfjoaa] {
    flex:1;
}

.option-meta[b-g6g2mfjoaa] {
    display:flex;
    align-items:center;
    gap:0.5rem;
    min-width:120px;
    justify-content:flex-end;
}

.option-icon.ok[b-g6g2mfjoaa] {
    color:#0f7a5f;
    font-weight:700;
}

.option-icon.wrong[b-g6g2mfjoaa] {
    color:#b02a37;
    font-weight:700;
}

.correct-label[b-g6g2mfjoaa] {
    background:transparent;
    color:#0f7a5f;
    font-weight:700;
    font-size:0.75rem;
}

/* Correct answer styling */
.option.correct[b-g6g2mfjoaa] {
    border-color:#1fa67a;
    background:#e8fff6;
}

/* Selected wrong */
.option.selected-wrong[b-g6g2mfjoaa] {
    border-color:#e89aa0;
    background:#fff1f2;
}

/* Selected correct */
.option.selected-correct[b-g6g2mfjoaa] {
    border-color:#1fa67a;
    background:#dff8ef;
}

/* Essay */
.essay-answer[b-g6g2mfjoaa] {
    padding:0.8rem;
    background:#fbfbfb;
    border-radius:6px;
    border:1px solid #efefef;
}

/* Set Grade button for essay questions */
.set-grade-btn[b-g6g2mfjoaa] {
    background: #1ba67a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 0.45rem 1.1rem;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease;
}

.set-grade-btn:hover[b-g6g2mfjoaa] {
    background: #158f69;
}

/* ── Grade Dialog ── */
[b-g6g2mfjoaa] .grade-dialog .e-dlg-header-content {
    padding: 1.2rem 1.5rem 0.8rem;
    border-bottom: none;
}

[b-g6g2mfjoaa] .grade-dialog .e-dlg-header {
    font-weight: 700;
    font-size: 1.15rem;
    color: #1a1a1a;
}

[b-g6g2mfjoaa] .grade-dialog .e-dlg-content {
    padding: 0 1.5rem;
}

[b-g6g2mfjoaa] .grade-dialog .e-footer-content {
    padding: 0.8rem 1.5rem 1.2rem;
    border-top: none;
}

[b-g6g2mfjoaa] .grade-dialog .e-dlg-container {
    border-radius: 14px;
}

[b-g6g2mfjoaa] .grade-dialog.e-dialog {
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.grade-dialog-body[b-g6g2mfjoaa] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.grade-label[b-g6g2mfjoaa] {
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    color: #3a3a3a;
}

.grade-input[b-g6g2mfjoaa] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 8px;
    background: #f0f0f0;
    font-size: 1rem;
    color: #888;
    outline: none;
    box-sizing: border-box;
}

.grade-input:focus[b-g6g2mfjoaa] {
    background: #e8e8e8;
    color: #1a1a1a;
}

.grade-dialog-footer[b-g6g2mfjoaa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    margin-top: 0.5rem;
}

.grade-save-btn[b-g6g2mfjoaa] {
    width: 100%;
    padding: 0.85rem;
    border: none;
    border-radius: 10px;
    background: linear-gradient(180deg, #1ba67a 0%, #158f69 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: background 0.15s ease;
    box-shadow: 0 3px 8px rgba(21, 143, 105, 0.25);
}

.grade-save-btn:hover[b-g6g2mfjoaa] {
    background: linear-gradient(180deg, #158f69 0%, #117a5a 100%);
}

.grade-save-icon[b-g6g2mfjoaa] {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
}

.grade-cancel-btn[b-g6g2mfjoaa] {
    background: none;
    border: none;
    color: #1ba67a;
    font-weight: 600;
    font-size: 0.88rem;
    cursor: pointer;
    padding: 0.3rem 1rem;
}

.grade-cancel-btn:hover[b-g6g2mfjoaa] {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .q-left[b-g6g2mfjoaa] { display:none; }
    .q-score[b-g6g2mfjoaa] { min-width:90px; }
}
/* /Components/StudentExamOverView.razor.rz.scp.css */
.exam-overview[b-7rszdl6l6g] {
  display: flex;
  gap: 24px;
  align-items: stretch;
  margin: 8px 0;
}

/* Card base */
.card[b-7rszdl6l6g] {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(11, 35, 54, 0.06);
  overflow: hidden;
  flex: 1 1 0;
}

/* Card sizes */
.left-card[b-7rszdl6l6g] { max-width: 420px; }
.center-card[b-7rszdl6l6g] {
  max-width: 420px;
  background: #072841;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  position: relative;
}
.right-card[b-7rszdl6l6g] { max-width: 420px; }

/* Header */
.card-header[b-7rszdl6l6g] {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 18px 20px;
  background: transparent;
}
.header-icon[b-7rszdl6l6g] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #eef6fb;
  border-radius: 6px;
}
.header-title[b-7rszdl6l6g] {
  font-weight: 700;
  color: #0b2336;
  letter-spacing: 0.6px;
  font-size: 13px;
}

/* Center card content */
.center-inner[b-7rszdl6l6g] { text-align: center; width: 100%; }
.center-header[b-7rszdl6l6g] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.score[b-7rszdl6l6g] { font-size: 64px; font-weight: 800; line-height: 1; margin: 6px 0; }
.score-sub[b-7rszdl6l6g] { font-size: 14px; color: rgba(255,255,255,0.9); margin-bottom: 18px; }

.class-avg[b-7rszdl6l6g] {
  display: flex;
  width: 220px;
  margin: 0 auto;
  background: rgba(255,255,255,0.06);
  border-radius: 28px;
  padding: 10px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.avg-left[b-7rszdl6l6g] { text-align: left; }
.avg-num[b-7rszdl6l6g] { font-weight: 800; color: #fff; font-size: 16px; }
.avg-label[b-7rszdl6l6g] { font-size: 11px; color: rgba(255,255,255,0.75); }
.lead[b-7rszdl6l6g] {
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.06);
  padding: 6px 8px;
  border-radius: 12px;
  font-weight: 700;
}

/* Card body spacing */
.card-body[b-7rszdl6l6g] { padding: 18px 22px 24px 22px; }

/* Left card: label over value style (matches requested screenshot) */
.detail-block[b-7rszdl6l6g] { padding: 12px 0 6px 0; }
.small-label[b-7rszdl6l6g] {
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 6px;
}
.detail-value[b-7rszdl6l6g] {
  font-size: 16px;
  font-weight: 800;
  color: #0b2336;
}
.assessment-name[b-7rszdl6l6g] {
  font-size: 13px;
  /*text-transform: uppercase;*/
  line-height: 1.15;
}

/* thin separator */
.hr-line[b-7rszdl6l6g] {
  height: 1px;
  background: #f1f4f8;
  margin: 10px 0;
  border-radius: 1px;
}

/* two-column small rows */
.two-cols.condensed[b-7rszdl6l6g] { display: flex; gap: 28px; }
.two-cols.condensed .col[b-7rszdl6l6g] { flex: 1; }

/* Summary row (total qs / incorrect) */
.summary-row[b-7rszdl6l6g] { display: flex; justify-content: space-between; align-items: center; padding-top: 8px; gap: 20px; }
.summary-item[b-7rszdl6l6g] { flex: 1; text-align: center; }
.summary-num[b-7rszdl6l6g] { font-size: 20px; font-weight: 800; color: #0b2336; }
.summary-label[b-7rszdl6l6g] { font-size: 11px; color: #6b7280; margin-top: 6px; }
.summary-item.incorrect .summary-num[b-7rszdl6l6g] { color: #c21b2a; }

/* Analytics list (right card) */
.analytics-row[b-7rszdl6l6g] { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #f1f4f8; }
.analytics-row:last-of-type[b-7rszdl6l6g] { border-bottom: none; }
.analytics-label[b-7rszdl6l6g] { color: #6b7280; font-size: 13px; }
.analytics-value[b-7rszdl6l6g] { font-weight: 800; color: #0b2336; }

.percentile-pill[b-7rszdl6l6g] {
  background: #eef2f7;
  color: #0b2336;
  padding: 6px 8px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
}

/* subtle decoration on center card */
.center-card[b-7rszdl6l6g]::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 160px;
  height: 160px;
  background: radial-gradient(rgba(255,255,255,0.02), transparent 40%);
  transform: rotate(20deg);
  pointer-events: none;
}

/* Responsive */
@media (max-width: 980px) {
  .exam-overview[b-7rszdl6l6g] { flex-direction: column; gap: 16px; }
  .left-card[b-7rszdl6l6g], .center-card[b-7rszdl6l6g], .right-card[b-7rszdl6l6g] { max-width: none; }
}
/* /Components/StudentExamResultDetails.razor.rz.scp.css */
.result-card[b-tt9gbg5k89] {
  background: #f6fbfa; /* subtle green/gray background */
  border-radius: 6px;
  padding: 18px;
  margin-bottom: 18px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.02) inset;
}

.result-header[b-tt9gbg5k89] {
  padding: 6px 8px 18px;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.student-info[b-tt9gbg5k89] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.student-name[b-tt9gbg5k89] {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.6px;
  /*text-transform: uppercase;*/
  color: #0b2b2a; /* dark teal */
  margin: 0 0 0 4;
}

.meta-row[b-tt9gbg5k89] {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.student-no[b-tt9gbg5k89] {
  display: inline-block;
  background: #d8f5ea; /* light green pill */
  color: #046b57;
  padding: 6px 10px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 13px;
}

.meta-item[b-tt9gbg5k89] {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #596366;
  font-size: 13px;
}

.meta-label[b-tt9gbg5k89] {
  color: #596366;
  opacity: 0.9;
  font-weight: 600;
}

.meta-value[b-tt9gbg5k89] {
  color: #596366;
  opacity: 0.85;
}

/* keep existing card-body spacing consistent */
.card-body[b-tt9gbg5k89] {
  padding: 16px 8px 0;
}
/* /Components/SummaryReport.razor.rz.scp.css */
.summary-report-scroll[b-v3j4vx8drg] {
    max-height: calc(100vh - 430px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
}

.summary-report-scroll[b-v3j4vx8drg]::-webkit-scrollbar {
    width: 8px;
}

.summary-report-scroll[b-v3j4vx8drg]::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 4px;
}

.summary-report-scroll[b-v3j4vx8drg]::-webkit-scrollbar-track {
    background: #f2f2f2;
}
.survey-results[b-v3j4vx8drg] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.survey-question-result[b-v3j4vx8drg],
.survey-empty-state[b-v3j4vx8drg],
.survey-loading-state[b-v3j4vx8drg] {
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 16px;
}

.survey-question-header[b-v3j4vx8drg] {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
}

.survey-question-number[b-v3j4vx8drg] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #25AC93;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

.survey-question-text[b-v3j4vx8drg] {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    min-width: 0;
}

.survey-response-count[b-v3j4vx8drg] {
    color: #777777;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.survey-question-body[b-v3j4vx8drg] {
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin-top: 12px;
}

.survey-chart[b-v3j4vx8drg] {
    min-width: 0;
}

.survey-option-list[b-v3j4vx8drg] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.survey-option-row[b-v3j4vx8drg] {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) minmax(120px, 220px) 96px;
    gap: 10px;
    align-items: center;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

.survey-option-label[b-v3j4vx8drg] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.survey-option-bar[b-v3j4vx8drg] {
    height: 8px;
    border-radius: 4px;
    background: #ebebeb;
    overflow: hidden;
}

.survey-option-bar-fill[b-v3j4vx8drg] {
    height: 100%;
    border-radius: 4px;
    background: #25AC93;
}

.survey-option-value[b-v3j4vx8drg] {
    color: #595959;
    text-align: right;
    white-space: nowrap;
}

.survey-no-responses[b-v3j4vx8drg] {
    margin-top: 12px;
    color: #777777;
    font-size: 14px;
}

.survey-empty-state[b-v3j4vx8drg] {
    color: #777777;
    font-size: 14px;
}

.survey-loading-state[b-v3j4vx8drg] {
    min-height: 180px;
    color: #595959;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.survey-loading-spinner[b-v3j4vx8drg] {
    width: 3rem;
    height: 3rem;
    color: #25AC93;
    border-width: .25em;
    flex: 0 0 auto;
}

@media (max-width: 900px) {
    .summary-report-scroll[b-v3j4vx8drg] {
        max-height: calc(100vh - 320px);
    }


    .survey-question-header[b-v3j4vx8drg],
    .survey-question-body[b-v3j4vx8drg],
    .survey-option-row[b-v3j4vx8drg] {
        grid-template-columns: 1fr;
    }

    .survey-response-count[b-v3j4vx8drg],
    .survey-option-value[b-v3j4vx8drg] {
        text-align: left;
    }
}
.summary-report-metrics[b-v3j4vx8drg] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(190px, 1.3fr) minmax(190px, 1.3fr) minmax(155px, 1fr) minmax(155px, 1fr) minmax(130px, 0.85fr) minmax(130px, 0.85fr);
    overflow-x: visible;
    width: 100%;
}

.summary-report-metric-card[b-v3j4vx8drg] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(2, 9, 25, 0.04);
    color: #1e293b;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 124px;
    min-width: 0;
    padding: 1rem;
}

.summary-report-metric-primary[b-v3j4vx8drg] {
    background: #002045;
    border-color: #002045;
    color: #ffffff;
}

.summary-report-metric-accent[b-v3j4vx8drg] {
    background: #eefcf3;
    border-color: #eefcf3;
}

.summary-report-metric-label[b-v3j4vx8drg] {
    color: #002045;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
}

.summary-report-metric-primary .summary-report-metric-label[b-v3j4vx8drg] {
    color: rgba(255, 255, 255, 0.68);
}

.summary-report-metric-value[b-v3j4vx8drg] {
    color: #1e293b;
    font-size: 1.95rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0.45rem 0 0;
}

.summary-report-metric-primary .summary-report-metric-value[b-v3j4vx8drg] {
    color: #ffffff;
    font-size: 2.15rem;
}

.summary-report-metric-accent .summary-report-metric-value[b-v3j4vx8drg] {
    color: #002045;
    font-size: 2.15rem;
}

.summary-report-metric-note[b-v3j4vx8drg] {
    align-items: center;
    color: rgba(255, 255, 255, 0.66);
    display: flex;
    font-size: 0.72rem;
    font-weight: 600;
    gap: 0.45rem;
    margin: 0;
}

.summary-report-metric-note-accent[b-v3j4vx8drg] {
    color: #10b981;
}

.summary-report-metric-note-muted[b-v3j4vx8drg] {
    color: #64748b;
    display: block;
    font-size: 0.62rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

.summary-report-metric-caption[b-v3j4vx8drg] {
    color: #94a3b8;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0.7rem 0 0;
    text-transform: uppercase;
}

.summary-report-question-progress[b-v3j4vx8drg] {
    background: #f1f5f9;
    border-radius: 999px;
    height: 4px;
    margin-top: 0.7rem;
    overflow: hidden;
    width: 100%;
}

.summary-report-question-progress span[b-v3j4vx8drg] {
    background: #020919;
    display: block;
    height: 100%;
    width: 100%;
}

@media (max-width: 1280px) {
    .summary-report-metrics[b-v3j4vx8drg] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .summary-report-metrics[b-v3j4vx8drg] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .summary-report-metrics[b-v3j4vx8drg] {
        grid-template-columns: 1fr;
    }
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
@media (max-width: 640px) {
    .profile[b-01app0eb70] {
        display: none;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-79pai0heys] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-79pai0heys] {
    flex: 1;
}

.sidebar[b-79pai0heys] {
    /*background-image: linear-gradient(0deg, rgb(59, 170, 219) 0%, #3B3FDB 70%);*/
    background-color: #25AC93;
}

.top-row[b-79pai0heys] {
    background-color: #ffffff;
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    color: black;
    display: flex;
    align-items: center;
}

    .top-row[b-79pai0heys]  a, .top-row .btn-link[b-79pai0heys] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-79pai0heys] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-79pai0heys] {
        display: none;
    }

    .top-row.auth[b-79pai0heys] {
        justify-content: space-between;
    }

    .top-row a[b-79pai0heys], .top-row .btn-link[b-79pai0heys] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-79pai0heys] {
        flex-direction: row;
    }

    .sidebar[b-79pai0heys] {
      /*  width: 110px;*/
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-79pai0heys] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-79pai0heys], article[b-79pai0heys] {
        padding-left: 2rem !important;
        /*padding-right: 1.5rem !important;*/
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6670n6oh6y] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6670n6oh6y] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6670n6oh6y] {
    font-size: 1.1rem;
}

.oi[b-6670n6oh6y] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6670n6oh6y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6670n6oh6y] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6670n6oh6y] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6670n6oh6y]  a {
        color: #FFFFFF;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6670n6oh6y]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6670n6oh6y]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6670n6oh6y] {
        display: none;
    }

    .collapse[b-6670n6oh6y] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
