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

.username[b-v6qir87inf] {
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap;
}

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

button.nav-link.btn.btn-link:hover[b-v6qir87inf] {
    color: #fff;
    text-decoration: underline;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-mojk2o9mz4] {
    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;
}

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

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

.content[b-mojk2o9mz4] {
    margin: 2rem;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.top-navbar[b-kceykqfpu5] {
    background-color: #1F3A2E;
    border-bottom: none;
}

.navbar-logo[b-kceykqfpu5] {
    height: 48px;
    width: auto;
    max-height: 48px;
}

.navbar-brand[b-kceykqfpu5] {
    margin-left: 1.5rem;
    margin-right: 5rem;
    color: #fff !important;
    font-weight: 600;
}
/* /Pages/Login.razor.rz.scp.css */
.login[b-dkejaeumc5] {
    min-height: 100vh;
    display: grid;
    place-content: center;
    text-align: center;
    gap: 1.25rem;
    padding: 2rem;
}

.login-header[b-dkejaeumc5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.login-logo[b-dkejaeumc5] {
    width: 64px;
    height: auto;
}

.login-text[b-dkejaeumc5] {
    margin: 0;
    opacity: 0.8;
}
/* /Pages/Timestudies.razor.rz.scp.css */
.timestudies-table[b-6alpxqoxic] {
    width: 100%;
    background-color: white;
}

.timestudies-table th[b-6alpxqoxic],
.timestudies-table td[b-6alpxqoxic] {
    white-space: nowrap;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
}

.timestudy-col-name[b-6alpxqoxic],
.timestudy-col-shrink[b-6alpxqoxic],
.timestudy-col-compact[b-6alpxqoxic],
.timestudy-col-actions[b-6alpxqoxic] {
    width: 1%;
}

.timestudy-col-compact[b-6alpxqoxic] {
    text-align: center;
}

.timestudy-col-variables[b-6alpxqoxic] {
    width: 100%;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timestudy-archived-row td[b-6alpxqoxic] {
    color: rgba(0, 0, 0, 0.2);
}

.timestudy-archived-row button[b-6alpxqoxic] {
    opacity: 0.2;
}

.timestudy-archived-row .badge[b-6alpxqoxic] {
    opacity: 0.2;
}
/* /Pages/TimestudyCreate.razor.rz.scp.css */
.ts-label[b-swlnazei6l] {
    margin-bottom: 0.35rem;
    color: #6c757d;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
/* /Pages/TimestudyDelete.razor.rz.scp.css */
.delete-review-card[b-1xsfd0lwde] {
    max-width: 52rem;
}

.delete-warning-badge[b-1xsfd0lwde] {
    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-1xsfd0lwde] {
    border-width: 2px;
}

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

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

.delete-confirm-check .form-check-label[b-1xsfd0lwde] {
    font-size: 1rem;
    line-height: 1.5;
}
/* /Pages/TimestudyDetails.razor.rz.scp.css */
.ts-details-grid[b-03leorwoxa] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.ts-details-full[b-03leorwoxa] {
    grid-column: 1 / -1;
}

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

.ts-value[b-03leorwoxa] {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.ts-text-block[b-03leorwoxa] {
    white-space: pre-wrap;
    line-height: 1.6;
}

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

.tobs-panel[b-03leorwoxa] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.tobs-value[b-03leorwoxa] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    flex: 0 0 auto;
}

.tobs-copy[b-03leorwoxa] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.tobs-copy-title[b-03leorwoxa] {
    font-size: 1rem;
    font-weight: 600;
}

.ts-notes-list[b-03leorwoxa] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

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

.ts-note-item:last-child[b-03leorwoxa] {
    padding-bottom: 0;
    border-bottom: 0;
}

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

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

@@media (max-width: 767.98px) {
    .tobs-panel[b-03leorwoxa] {
        flex-direction: column;
        align-items: flex-start;
    }

    .ts-note-item[b-03leorwoxa] {
        flex-direction: column;
    }

    .ts-note-time[b-03leorwoxa] {
        text-align: left;
    }
}
/* /Pages/TimestudyTemplateDetails.razor.rz.scp.css */
.ts-details-grid[b-km3rvigxo2] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

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

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

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

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

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