/* /Layout/LoginDisplay.razor.rz.scp.css */
.user-area[b-z4t01ogr7q] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.username[b-z4t01ogr7q] {
    color: rgba(255,255,255,1); /* match .nav-link */
    white-space: nowrap;
}

/* Make the button look like a nav link (Bootstrap btn-link normalization) */
button.nav-link.btn.btn-link[b-z4t01ogr7q] {
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    color: rgba(255,255,255,1);
}

button.nav-link.btn.btn-link:hover[b-z4t01ogr7q] {
    color: rgba(255,255,255,0.85);
    text-decoration: underline;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-b7s2xg5mrr] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image:
            linear-gradient(
                    rgba(255, 255, 255, 0.8),
                    rgba(255, 255, 255, 0.8)
            ),
            url("images/forest-chatgpt.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* optional: parallax feel */
}

.top-nav[b-b7s2xg5mrr] {
    position: sticky;
    top: 0;
    z-index: 10;
}

.main-content[b-b7s2xg5mrr] {
    flex: 1;
}

.content[b-b7s2xg5mrr] {
    margin: 2rem;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.top-navbar[b-5m86gz2b4k] {
    background-color: cornflowerblue;
    /*background-image: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}
.navbar-logo[b-5m86gz2b4k] {
    height: 48px;          /* adjust if needed */
    width: auto;
    max-height: 48px;
}

.navbar-brand[b-5m86gz2b4k] {
    margin-left: 12px;
    margin-right: 5rem;
}

.nav-link[b-5m86gz2b4k] {
    color: rgba(0,0,0,0.85);
}

.nav-link.active[b-5m86gz2b4k] {
    color: #000000;
    text-decoration: underline;
}

.nav-link:hover[b-5m86gz2b4k] {
    color: #000000;
}
/* /Pages/AssessmentDelete.razor.rz.scp.css */
.delete-review-card[b-odfte3yy2a] {
    max-width: 52rem;
}

.delete-warning-badge[b-odfte3yy2a] {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: #5c0f12;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.delete-warning-panel[b-odfte3yy2a] {
    border-width: 2px;
}

.delete-confirm-check[b-odfte3yy2a] {
    padding: 1rem 1rem 1rem 2rem;
    border: 1px solid #dc3545;
    border-radius: 0.75rem;
    background: #fff5f5;
}

.delete-confirm-check .form-check-input[b-odfte3yy2a] {
    margin-top: 0.2rem;
}

.delete-confirm-check .form-check-label[b-odfte3yy2a] {
    font-size: 1rem;
    line-height: 1.5;
}
/* /Pages/AssessmentDetails.razor.rz.scp.css */
.details-status-row[b-fwxf64qd1a] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.details-main-header[b-fwxf64qd1a] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.details-grid[b-fwxf64qd1a] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
}

.details-full[b-fwxf64qd1a] {
    grid-column: 1 / -1;
}

.details-label[b-fwxf64qd1a] {
    margin-bottom: 0.35rem;
    color: #6c757d;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.details-value[b-fwxf64qd1a] {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.details-text-block[b-fwxf64qd1a] {
    white-space: pre-wrap;
    line-height: 1.6;
}

.details-notes-list[b-fwxf64qd1a] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.details-note-item[b-fwxf64qd1a] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.details-note-item:last-child[b-fwxf64qd1a] {
    padding-bottom: 0;
    border-bottom: 0;
}

.details-note-time[b-fwxf64qd1a] {
    color: #6c757d;
    font-size: 0.85rem;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    text-align: right;
}

.details-note-text[b-fwxf64qd1a] {
    white-space: pre-wrap;
    line-height: 1.55;
    flex: 1 1 auto;
}

.details-data-table th[b-fwxf64qd1a],
.details-data-table td[b-fwxf64qd1a] {
    white-space: nowrap;
    font-size: 0.9rem;
}

.completion-panel[b-fwxf64qd1a] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.completion-ring[b-fwxf64qd1a] {
    display: grid;
    place-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    flex: 0 0 auto;
}

.completion-ring-inner[b-fwxf64qd1a] {
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.completion-ring-value[b-fwxf64qd1a] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
}

.completion-copy[b-fwxf64qd1a] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.completion-copy-title[b-fwxf64qd1a] {
    font-size: 1rem;
    font-weight: 600;
}

.completion-copy-meta[b-fwxf64qd1a] {
    color: #6c757d;
    font-size: 0.9rem;
}

@media (max-width: 767.98px) {
    .details-grid[b-fwxf64qd1a] {
        grid-template-columns: 1fr;
    }

    .details-status-row[b-fwxf64qd1a] {
        justify-content: flex-start;
    }

    .details-note-item[b-fwxf64qd1a] {
        flex-direction: column;
    }

    .details-note-time[b-fwxf64qd1a] {
        text-align: left;
    }

    .completion-panel[b-fwxf64qd1a] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Pages/AssessmentImport.razor.rz.scp.css */
.import-progress-overlay[b-839wqn5gv1] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(2px);
}

.import-progress-dialog[b-839wqn5gv1] {
    width: min(30rem, 100%);
    padding: 1.5rem;
    border-radius: 0.75rem;
    background: #fff;
}

.import-progress-bar-shell[b-839wqn5gv1] {
    overflow: hidden;
    height: 1rem;
    background: #e9ecef;
}

.import-progress-bar-indeterminate[b-839wqn5gv1] {
    width: 35%;
    min-width: 6rem;
    animation: import-progress-slide-b-839wqn5gv1 1.4s ease-in-out infinite;
}

@keyframes import-progress-slide-b-839wqn5gv1 {
    0% {
        transform: translateX(-110%);
    }

    100% {
        transform: translateX(320%);
    }
}
/* /Pages/Assessments.razor.rz.scp.css */
.assessments-table[b-m0ehj4lb01] {
    width: 100%;
    background-color: white;
}

.assessments-table th[b-m0ehj4lb01],
.assessments-table td[b-m0ehj4lb01] {
    white-space: nowrap;
}

.assessment-col-variables[b-m0ehj4lb01] {
    width: 100%;
    min-width: 0;
}

.assessment-col-compact[b-m0ehj4lb01] {
    text-align: center;
}

.assessment-col-actions[b-m0ehj4lb01] {
    width: 1%;
}

.assessment-ellipsis-cell[b-m0ehj4lb01] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    max-width: 100%;
}

.assessment-name-link[b-m0ehj4lb01] {
    padding: 0;
    font-weight: 600;
    text-decoration: none;
}

.assessment-name-link:hover[b-m0ehj4lb01],
.assessment-name-link:focus[b-m0ehj4lb01] {
    text-decoration: underline;
}

.assessment-import-cell[b-m0ehj4lb01] {
    height: 57px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    vertical-align: middle;
}

.assessment-import-content[b-m0ehj4lb01] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 40px;
    font-weight: 500;
}

.assessment-pending-row[b-m0ehj4lb01] {
    --bs-table-bg: rgba(248, 249, 250, 0.7);
}

.assessment-archived-row td[b-m0ehj4lb01] {
    color: rgba(0, 0, 0, 0.2);
}

.assessment-archived-row button[b-m0ehj4lb01] {
    opacity: 0.2;
}

.assessment-archived-row .badge[b-m0ehj4lb01] {
    opacity: 0.2;
}
/* /Pages/Login.razor.rz.scp.css */
.login[b-l2dzfjt7c1] {
    min-height: 100vh;
    display: grid;
    place-content: center;
    text-align: center;
    gap: 1.25rem;
    padding: 2rem;
}

.login-header[b-l2dzfjt7c1] {
    display: flex;
    align-items: center;
    gap: 0.75rem; /* space between logo and text */
}

.login-logo[b-l2dzfjt7c1] {
    width: 64px; /* adjust as needed */
    height: auto;
}

.login-text[b-l2dzfjt7c1] {
    margin: 0;
    opacity: 0.8;
}
