/* /Pages/AdminPage.razor.rz.scp.css */
/* Admin console styling. Kept self-contained (scoped CSS) so it does not
   affect the report pages, and deliberately flatter/cleaner than the rest of
   the portal while still using the portal accent colours. */

.admin[b-vnyu62rg2h] {
    --ink: #1f2637;
    --ink-soft: #4b5566;
    --muted: #858e9e;
    --line: #e6e9ef;
    --line-strong: #d4d9e2;
    --surface: #ffffff;
    --canvas: #f5f6f9;
    --accent: #f56566;
    --accent-hover: #e04f50;
    --accent-soft: #fdeeee;
    --focus: rgba(245, 101, 102, 0.25);
    --radius: 10px;
    --shadow-sm: 0 1px 2px rgba(31, 38, 55, 0.06);
    --shadow-lg: 0 12px 40px rgba(31, 38, 55, 0.16);

    color: var(--ink);
    font-size: 0.9rem;
    padding-bottom: 2rem;
    /* Keeps rows readable instead of stretching columns across a wide monitor */
    max-width: 88rem;
}

.admin *[b-vnyu62rg2h],
.admin *[b-vnyu62rg2h]::before,
.admin *[b-vnyu62rg2h]::after {
    box-sizing: border-box;
}

/* ---------- Page header ---------- */

.page-head[b-vnyu62rg2h] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0.25rem 0 1.25rem;
    border-bottom: 1px solid var(--line);
    margin-bottom: 1.25rem;
}

.page-head__title h1[b-vnyu62rg2h] {
    font-size: 1.5rem;
    font-weight: 650;
    letter-spacing: -0.01em;
    margin: 0;
    color: var(--ink);
}

.page-head__title p[b-vnyu62rg2h] {
    margin: 0.3rem 0 0;
    color: var(--muted);
    font-size: 0.85rem;
}

/* ---------- Segmented tab control ---------- */

.segmented[b-vnyu62rg2h] {
    display: inline-flex;
    gap: 0.25rem;
    padding: 0.25rem;
    background: var(--canvas);
    border: 1px solid var(--line);
    border-radius: 999px;
}

.segmented__btn[b-vnyu62rg2h] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 0;
    background: transparent;
    color: var(--ink-soft);
    font: inherit;
    font-weight: 550;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.segmented__btn:hover[b-vnyu62rg2h] {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.7);
}

.segmented__btn.is-active[b-vnyu62rg2h] {
    background: var(--surface);
    color: var(--ink);
    box-shadow: var(--shadow-sm);
}

.segmented__count[b-vnyu62rg2h] {
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.2rem 0.4rem;
    border-radius: 999px;
    background: var(--line);
    color: var(--ink-soft);
}

.segmented__btn.is-active .segmented__count[b-vnyu62rg2h] {
    background: var(--accent-soft);
    color: var(--accent-hover);
}

/* ---------- Notices ---------- */

.notice[b-vnyu62rg2h] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.7rem 0.9rem;
    border-radius: var(--radius);
    border: 1px solid;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    line-height: 1.45;
}

.notice--error[b-vnyu62rg2h] {
    background: #fdf2f2;
    border-color: #f4cdcd;
    color: #8f2626;
}

.notice--success[b-vnyu62rg2h] {
    background: #f0f9f3;
    border-color: #c4e6d1;
    color: #1e6b3d;
}

.notice__icon[b-vnyu62rg2h] {
    flex: 0 0 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 0.72rem;
    font-weight: 700;
    color: #fff;
    margin-top: 0.05rem;
}

.notice--error .notice__icon[b-vnyu62rg2h] {
    background: #d05252;
}

.notice--success .notice__icon[b-vnyu62rg2h] {
    background: #3d9c65;
}

.notice__text[b-vnyu62rg2h] {
    flex: 1;
    word-break: break-word;
}

.notice__close[b-vnyu62rg2h] {
    border: 0;
    background: transparent;
    color: inherit;
    opacity: 0.55;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 0.15rem;
}

.notice__close:hover[b-vnyu62rg2h] {
    opacity: 1;
}

/* ---------- Panel + toolbar ---------- */

.panel[b-vnyu62rg2h] {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.panel__toolbar[b-vnyu62rg2h] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg, #fbfcfd 0%, var(--surface) 100%);
}

.panel__spacer[b-vnyu62rg2h] {
    flex: 1;
}

.search[b-vnyu62rg2h] {
    position: relative;
    flex: 0 1 26rem;
    min-width: 15rem;
    display: flex;
    align-items: center;
}

.search__icon[b-vnyu62rg2h] {
    position: absolute;
    left: 0.7rem;
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: var(--muted);
    stroke-width: 2;
    stroke-linecap: round;
    pointer-events: none;
}

.search input[b-vnyu62rg2h] {
    width: 100%;
    padding: 0.5rem 2rem 0.5rem 2.2rem;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: var(--surface);
    font: inherit;
    color: var(--ink);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.search input[b-vnyu62rg2h]::placeholder {
    color: var(--muted);
}

.search input:focus[b-vnyu62rg2h] {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--focus);
}

.search__clear[b-vnyu62rg2h] {
    position: absolute;
    right: 0.45rem;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 0.2rem;
}

.search__clear:hover[b-vnyu62rg2h] {
    color: var(--ink);
}

/* ---------- Buttons ---------- */

.btn[b-vnyu62rg2h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font: inherit;
    font-weight: 550;
    padding: 0.5rem 0.95rem;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.btn:focus-visible[b-vnyu62rg2h] {
    outline: none;
    box-shadow: 0 0 0 3px var(--focus);
}

.btn--sm[b-vnyu62rg2h] {
    padding: 0.3rem 0.7rem;
    font-size: 0.82rem;
}

.btn--primary[b-vnyu62rg2h] {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.btn--primary:hover[b-vnyu62rg2h] {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    color: #fff;
}

.btn--secondary[b-vnyu62rg2h] {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
}

.btn--secondary:hover:not(:disabled)[b-vnyu62rg2h] {
    background: #2c3547;
    border-color: #2c3547;
}

.btn--ghost[b-vnyu62rg2h] {
    background: var(--surface);
    border-color: var(--line-strong);
    color: var(--ink-soft);
}

.btn--ghost:hover:not(:disabled)[b-vnyu62rg2h] {
    background: var(--canvas);
    color: var(--ink);
    border-color: var(--muted);
}

.btn:disabled[b-vnyu62rg2h] {
    opacity: 0.45;
    cursor: default;
}

.btn__plus[b-vnyu62rg2h] {
    font-size: 1.05rem;
    line-height: 1;
    margin-top: -1px;
}

.icon-btn[b-vnyu62rg2h] {
    border: 0;
    background: transparent;
    color: var(--muted);
    font-size: 1.35rem;
    line-height: 1;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 6px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.icon-btn:hover[b-vnyu62rg2h] {
    background: var(--canvas);
    color: var(--ink);
}

.icon-btn--danger:hover[b-vnyu62rg2h] {
    background: var(--accent-soft);
    color: var(--accent-hover);
}

/* ---------- Table ---------- */

.table-wrap[b-vnyu62rg2h] {
    overflow-x: auto;
}

.grid[b-vnyu62rg2h] {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.grid thead th[b-vnyu62rg2h] {
    text-align: left;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
    padding: 0.6rem 1rem;
    background: #fbfcfd;
    border-bottom: 1px solid var(--line);
    white-space: nowrap;
}

.grid tbody td[b-vnyu62rg2h] {
    padding: 0.7rem 1rem;
    border-bottom: 1px solid var(--line);
    vertical-align: middle;
}

.grid tbody tr:last-child td[b-vnyu62rg2h] {
    border-bottom: 0;
}

.grid tbody tr:hover[b-vnyu62rg2h] {
    background: #fafbfc;
}

.grid tbody tr.is-selected[b-vnyu62rg2h] {
    background: var(--accent-soft);
}

.col-actions[b-vnyu62rg2h] {
    width: 1%;
    text-align: right;
    white-space: nowrap;
}

.col-id[b-vnyu62rg2h] {
    width: 1%;
    white-space: nowrap;
}

.col-user[b-vnyu62rg2h] {
    width: 26%;
}

.col-mid[b-vnyu62rg2h] {
    width: 18%;
}

.grid__empty td[b-vnyu62rg2h] {
    padding: 2.5rem 1rem;
    text-align: center;
}

.grid__empty strong[b-vnyu62rg2h] {
    display: block;
    font-weight: 600;
    color: var(--ink-soft);
    margin-bottom: 0.2rem;
}

.grid__empty span[b-vnyu62rg2h] {
    color: var(--muted);
    font-size: 0.83rem;
}

.user-name[b-vnyu62rg2h] {
    font-weight: 550;
    word-break: break-word;
}

.dealer-name[b-vnyu62rg2h] {
    display: block;
    font-weight: 550;
}

.dealer-trading[b-vnyu62rg2h] {
    display: block;
    font-size: 0.78rem;
    color: var(--muted);
    margin-top: 0.1rem;
}

.muted[b-vnyu62rg2h] {
    color: var(--muted);
}

/* ---------- Chips, tags, id badges ---------- */

.chips[b-vnyu62rg2h] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.chip[b-vnyu62rg2h] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: var(--canvas);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.15rem 0.6rem 0.15rem 0.2rem;
    font-size: 0.78rem;
    color: var(--ink-soft);
    max-width: 20rem;
}

.chip__label[b-vnyu62rg2h] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chip--more[b-vnyu62rg2h] {
    padding: 0.15rem 0.6rem;
    color: var(--muted);
    cursor: default;
}

.chip__id[b-vnyu62rg2h] {
    font-family: Consolas, "SF Mono", Menlo, monospace;
    font-size: 0.72rem;
    font-weight: 600;
    background: var(--ink);
    color: #fff;
    border-radius: 999px;
    padding: 0.1rem 0.45rem;
    flex: none;
}

.tag[b-vnyu62rg2h] {
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
    border-radius: 5px;
    background: var(--canvas);
    border: 1px solid var(--line);
    color: var(--ink-soft);
}

.tag--admin[b-vnyu62rg2h] {
    margin-left: 0.4rem;
    background: var(--accent-soft);
    border-color: #f6d3d3;
    color: var(--accent-hover);
    font-weight: 600;
}

.id-badge[b-vnyu62rg2h] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid var(--line-strong);
    background: var(--surface);
    border-radius: 7px;
    padding: 0.2rem 0.45rem;
    cursor: pointer;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}

.id-badge:hover[b-vnyu62rg2h] {
    border-color: var(--accent);
    background: var(--accent-soft);
}

.id-badge__value[b-vnyu62rg2h] {
    font-family: Consolas, "SF Mono", Menlo, monospace;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ink);
}

.id-badge__icon[b-vnyu62rg2h] {
    width: 0.85rem;
    height: 0.85rem;
    fill: none;
    stroke: var(--muted);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.id-badge:hover .id-badge__icon[b-vnyu62rg2h] {
    stroke: var(--accent-hover);
}

.id-badge__copied[b-vnyu62rg2h] {
    font-size: 0.68rem;
    font-weight: 600;
    color: #1e6b3d;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.id-badge--lg[b-vnyu62rg2h] {
    padding: 0.4rem 0.7rem;
}

.id-badge--lg .id-badge__value[b-vnyu62rg2h] {
    font-size: 1.1rem;
}

.id-badge--lg .id-badge__icon[b-vnyu62rg2h] {
    width: 1rem;
    height: 1rem;
}

/* ---------- Panel footer / pagination ---------- */

.panel__foot[b-vnyu62rg2h] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    border-top: 1px solid var(--line);
    background: #fbfcfd;
}

.panel__count[b-vnyu62rg2h] {
    color: var(--muted);
    font-size: 0.82rem;
}

.pager[b-vnyu62rg2h] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.pager__page[b-vnyu62rg2h] {
    font-size: 0.82rem;
    color: var(--ink-soft);
    white-space: nowrap;
}

/* ---------- Drawer ---------- */

.scrim[b-vnyu62rg2h] {
    position: fixed;
    inset: 0;
    background: rgba(31, 38, 55, 0.35);
    z-index: 1040;
    animation: admin-fade-b-vnyu62rg2h 0.15s ease;
}

.drawer[b-vnyu62rg2h] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(28rem, 100vw);
    background: var(--surface);
    box-shadow: var(--shadow-lg);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    animation: admin-slide-b-vnyu62rg2h 0.2s ease;
}

@keyframes admin-fade-b-vnyu62rg2h {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes admin-slide-b-vnyu62rg2h {
    from { transform: translateX(1.5rem); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.drawer__head[b-vnyu62rg2h] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    border-bottom: 1px solid var(--line);
}

.drawer__head h2[b-vnyu62rg2h] {
    font-size: 1.05rem;
    font-weight: 650;
    margin: 0;
}

.drawer__sub[b-vnyu62rg2h] {
    margin: 0.15rem 0 0;
    font-size: 0.82rem;
    color: var(--muted);
    word-break: break-all;
}

.drawer__body[b-vnyu62rg2h] {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem;
}

.drawer__foot[b-vnyu62rg2h] {
    display: flex;
    justify-content: flex-end;
    gap: 0.6rem;
    padding: 0.9rem 1.25rem;
    border-top: 1px solid var(--line);
    background: #fbfcfd;
}

.drawer__section[b-vnyu62rg2h] {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line);
}

.drawer__section-head[b-vnyu62rg2h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.drawer__section-head h3[b-vnyu62rg2h] {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
    margin: 0;
}

.count-pill[b-vnyu62rg2h] {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    background: var(--canvas);
    border: 1px solid var(--line);
    color: var(--ink-soft);
}

/* ---------- Form fields ---------- */

.field[b-vnyu62rg2h] {
    margin-bottom: 1.1rem;
}

.field label[b-vnyu62rg2h] {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--ink-soft);
    margin-bottom: 0.35rem;
}

.field input[b-vnyu62rg2h],
.field select[b-vnyu62rg2h],
.assign-row select[b-vnyu62rg2h] {
    width: 100%;
    padding: 0.5rem 0.65rem;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: var(--surface);
    font: inherit;
    color: var(--ink);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.field input[b-vnyu62rg2h]::placeholder {
    color: var(--muted);
}

.field input:focus[b-vnyu62rg2h],
.field select:focus[b-vnyu62rg2h],
.assign-row select:focus[b-vnyu62rg2h] {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--focus);
}

.field input:disabled[b-vnyu62rg2h] {
    background: var(--canvas);
    color: var(--muted);
    cursor: not-allowed;
}

.field__hint[b-vnyu62rg2h] {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.76rem;
    color: var(--muted);
    line-height: 1.4;
}

/* ---------- ID callout ---------- */

.id-callout[b-vnyu62rg2h] {
    background: var(--canvas);
    border: 1px solid var(--line);
    border-left: 3px solid var(--accent);
    border-radius: 8px;
    padding: 0.8rem 0.9rem;
    margin-bottom: 1.25rem;
}

.id-callout__label[b-vnyu62rg2h] {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.45rem;
}

.id-callout__hint[b-vnyu62rg2h] {
    margin: 0.5rem 0 0;
    font-size: 0.78rem;
    color: var(--ink-soft);
    line-height: 1.45;
}

.id-callout--pending[b-vnyu62rg2h] {
    border-left-color: var(--line-strong);
}

.id-callout--pending .id-callout__hint[b-vnyu62rg2h] {
    margin-top: 0;
    color: var(--muted);
}

/* ---------- Dealership assignment ---------- */

.assign-row[b-vnyu62rg2h] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.assign-row select[b-vnyu62rg2h] {
    flex: 1;
    min-width: 0;
}

.assign-empty[b-vnyu62rg2h] {
    padding: 0.9rem;
    border: 1px dashed var(--line-strong);
    border-radius: 8px;
    color: var(--muted);
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.45;
}

.assign-list[b-vnyu62rg2h] {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    max-height: 20rem;
    overflow-y: auto;
}

.assign-list li[b-vnyu62rg2h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.5rem 0.45rem 0.6rem;
    border-bottom: 1px solid var(--line);
}

.assign-list li:last-child[b-vnyu62rg2h] {
    border-bottom: 0;
}

.assign-list__name[b-vnyu62rg2h] {
    flex: 1;
    min-width: 0;
    font-size: 0.83rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ---------- No-access state ---------- */

.empty-page[b-vnyu62rg2h] {
    max-width: 30rem;
    margin: 4rem auto;
    text-align: center;
    color: var(--muted);
}

.empty-page h2[b-vnyu62rg2h] {
    font-size: 1.15rem;
    color: var(--ink);
    margin: 0 0 0.4rem;
}

/* ---------- Narrow screens ---------- */

@media (max-width: 900px) {
    .col-mid[b-vnyu62rg2h] {
        display: none;
    }
}

@media (max-width: 640px) {
    .page-head[b-vnyu62rg2h] {
        align-items: flex-start;
    }

    .segmented[b-vnyu62rg2h] {
        width: 100%;
    }

    .segmented__btn[b-vnyu62rg2h] {
        flex: 1;
        justify-content: center;
    }

    .search[b-vnyu62rg2h] {
        flex: 1 1 100%;
    }

    .panel__toolbar .btn--primary[b-vnyu62rg2h] {
        width: 100%;
    }

    .drawer[b-vnyu62rg2h] {
        width: 100vw;
    }
}
/* /Pages/ChangePassword.razor.rz.scp.css */
.body[b-c4emmha8ey] {
    margin: 0;
    background-color: white;
}

.logo-block[b-c4emmha8ey] {
    border-radius: 5px;
    text-align: center;
}

login-container[b-c4emmha8ey] {
    max-width: 300px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 1px;
    background-color: white;
    color: black;
    flex: 1;
}

.image-container[b-c4emmha8ey] {
    background-color: #f0f0f0;
}

    .image-container img[b-c4emmha8ey] {
        width: 100%;
        height: 96vh;
        object-fit: cover;
    }

.logo[b-c4emmha8ey] {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.login-title[b-c4emmha8ey] {
    text-align: center;
    margin-bottom: 20px;
}

.login-form .form-group[b-c4emmha8ey] {
    margin-bottom: 15px;
}

.login-form input[b-c4emmha8ey] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.login-form_button[b-c4emmha8ey] {
    background-color: #f56566;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .login-form_button:hover[b-c4emmha8ey] {
        background-color: #f28e8f;
    }

/* CSS for registration instructions */
.registration-instructions[b-c4emmha8ey] {
    display: none; /* Hide the instructions block by default */
}

/* CSS for registration link */
#registration-link[b-c4emmha8ey] {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
/* /Pages/Login.razor.rz.scp.css */
.body[b-3jofxkuh6w] {
    margin: 0;
    background-color: white;
}

.logo-block[b-3jofxkuh6w] {
    border-radius: 5px;
    text-align: center;
}

login-container[b-3jofxkuh6w] {
    max-width: 300px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 1px;
    background-color: white;
    color: black;
    flex: 1;
}

.image-container[b-3jofxkuh6w] {
    background-color: #f0f0f0;
}

    .image-container img[b-3jofxkuh6w] {
        width: 100%;
        height: 96vh;
        object-fit: cover;
    }

.logo[b-3jofxkuh6w] {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.login-title[b-3jofxkuh6w] {
    text-align: center;
    margin-bottom: 20px;
}

.login-form .form-group[b-3jofxkuh6w] {
    margin-bottom: 15px;
}

.login-form input[b-3jofxkuh6w] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.login-form_button[b-3jofxkuh6w] {
    background-color: #f56566;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .login-form_button:hover[b-3jofxkuh6w] {
        background-color: #f28e8f;
    }

/* CSS for registration instructions */
.registration-instructions[b-3jofxkuh6w] {
    display: none; /* Hide the instructions block by default */
}

/* CSS for registration link */
#registration-link[b-3jofxkuh6w] {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-836hjberqt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-836hjberqt] {
    flex: 1;
}

.sidebar[b-836hjberqt] {
    background-image: linear-gradient(180deg, #ccd6e0 0%, #ccd6e0 70%);
}

.top-row[b-836hjberqt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 0px;
    display: flex;
    align-items: center;
}

    .top-row[b-836hjberqt]  a, .top-row[b-836hjberqt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-836hjberqt]  a:hover, .top-row[b-836hjberqt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-836hjberqt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-836hjberqt] {
        display: none;
    }

    .top-row.auth[b-836hjberqt] {
        justify-content: space-between;
    }

    .top-row[b-836hjberqt]  a, .top-row[b-836hjberqt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-836hjberqt] {
        flex-direction: row;
    }

    .sidebar[b-836hjberqt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-836hjberqt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-836hjberqt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-836hjberqt], article[b-836hjberqt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3s4930hb3x] {
    background-color: rgba(255, 255, 255, 0.1);
}


.top-row[b-3s4930hb3x] {
    height: auto;
    background-color: #ccd6e0;
}

.navbar-brand[b-3s4930hb3x] {
    font-size: 1.1rem;
}

.oi[b-3s4930hb3x] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-3s4930hb3x] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3s4930hb3x] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3s4930hb3x] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3s4930hb3x]  a {
        color: #252d3f;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-3s4930hb3x]  a.active {
            background-color: #f56566;
            color: white;
        }

        .nav-item[b-3s4930hb3x]  a:hover {
            background-color: #f28e8f;
            color: #e8e8e8;
        }

.custom-button[b-3s4930hb3x] {
    background-color: #f56566;
    border-color: #f56566;
}

    .custom-button:hover[b-3s4930hb3x] {
        background-color: #f28e8f; /* Optional: Change color on hover */
        border-color: #f28e8f; /* Optional: Change border color on hover */
        color: #e8e8e8;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-3s4930hb3x] {
        display: none;
    }

    .collapse[b-3s4930hb3x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-3s4930hb3x] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
