@import '_content/Shared/Shared.o5dextvpvi.bundle.scp.css';

/* /Components/Common/QuestionPreviewCard.razor.rz.scp.css */
/* Cartão de visualização de questão (read-only) — espelha o visual "quiz" da área do
   aluno (TakeEvaluation), adaptado para somente-leitura com gabarito destacado.
   Paleta: azul #1b6ec2 + navy #1e3a5f nos títulos, verde #198754 para o correto. */

.pd-qp[b-qwlzi49q78] {
    background: #fff;
    border: 1px solid #e6ebf1;
    border-radius: 16px;
    padding: 1.35rem 1.5rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

/* ---- Cabeçalho da questão ---- */
.pd-qp-head[b-qwlzi49q78] {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.pd-qp-num[b-qwlzi49q78] {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4fb;
    color: #1b6ec2;
    font-weight: 800;
    font-size: 0.9rem;
    line-height: 1;
    margin-top: 0.1rem;
}

.pd-qp-main[b-qwlzi49q78] {
    flex: 1 1 auto;
    min-width: 0;
}

.pd-qp-topline[b-qwlzi49q78] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
}

.pd-qp-caption[b-qwlzi49q78] {
    color: #1e3a5f;
    font-size: 0.98rem;
    font-weight: 700;
}

.pd-qp-score[b-qwlzi49q78] {
    flex: 0 0 auto;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
}

.pd-qp-meta[b-qwlzi49q78] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    margin: 0.2rem 0 0.55rem;
}

.pd-qp-tag[b-qwlzi49q78] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #1b6ec2;
    background: #eef4fb;
    border-radius: 999px;
    padding: 0.1rem 0.6rem;
}

.pd-qp-code[b-qwlzi49q78] {
    font-size: 0.78rem;
    color: #94a3b8;
    font-weight: 600;
}

.pd-qp-statement[b-qwlzi49q78] {
    color: #1e3a5f;
}

.pd-qp-image[b-qwlzi49q78] {
    margin-top: 0.75rem;
}

.pd-qp-image img[b-qwlzi49q78] {
    max-height: 320px;
}

/* Respostas alinham sob o enunciado (indentadas além do badge). */
.pd-qp-answers:not(:empty)[b-qwlzi49q78] {
    margin-top: 1rem;
    margin-left: 2.85rem;
}

/* ---- Alternativas (múltipla escolha) ---- */
.pd-qp-opts[b-qwlzi49q78] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.pd-qp-opt[b-qwlzi49q78] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.7rem 0.95rem;
    background: #fff;
    border: 1px solid #e6ebf1;
    border-radius: 12px;
}

.pd-qp-opt.is-correct[b-qwlzi49q78] {
    border-color: #198754;
    background: #f0faf4;
    box-shadow: inset 0 0 0 1px #198754;
}

.pd-qp-letter[b-qwlzi49q78] {
    flex: 0 0 auto;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #cfd8e3;
    color: #64748b;
    font-weight: 700;
    font-size: 0.85rem;
}

.pd-qp-opt.is-correct .pd-qp-letter[b-qwlzi49q78] {
    border-color: #198754;
    background: #198754;
    color: #fff;
}

.pd-qp-text[b-qwlzi49q78] {
    flex: 1 1 auto;
    min-width: 0;
    color: #33415c;
}

.pd-qp-correct[b-qwlzi49q78] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #198754;
    font-weight: 700;
    font-size: 0.8rem;
    white-space: nowrap;
}

/* ---- Verdadeiro/Falso ---- */
.pd-qp-vf[b-qwlzi49q78] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #eef1f5;
}

.pd-qp-vf:first-child[b-qwlzi49q78] {
    padding-top: 0;
}

.pd-qp-vf:last-child[b-qwlzi49q78] {
    padding-bottom: 0;
    border-bottom: none;
}

.pd-qp-vf-text[b-qwlzi49q78] {
    flex: 1 1 auto;
    min-width: 0;
    color: #33415c;
}

.pd-qp-vf-opts[b-qwlzi49q78] {
    flex: 0 0 auto;
    display: inline-flex;
    gap: 0.4rem;
}

.pd-qp-vf-btn[b-qwlzi49q78] {
    padding: 0.28rem 0.9rem;
    background: #fff;
    border: 1px solid #cfd8e3;
    border-radius: 999px;
    color: #94a3b8;
    font-weight: 700;
    font-size: 0.82rem;
}

.pd-qp-vf-btn.is-correct[b-qwlzi49q78] {
    border-color: #198754;
    background: #198754;
    color: #fff;
}

/* ---- Interpretativa / Discursiva ---- */
.pd-qp-sub-block[b-qwlzi49q78] {
    margin-bottom: 1rem;
}

.pd-qp-sub-block:last-child[b-qwlzi49q78] {
    margin-bottom: 0;
}

.pd-qp-sub[b-qwlzi49q78] {
    background: #f8fafc;
    border: 1px solid #eef1f5;
    border-radius: 12px;
    padding: 0.6rem 0.85rem;
    margin-bottom: 0.5rem;
    color: #33415c;
}

.pd-qp-key[b-qwlzi49q78] {
    border-left: 3px solid #1b6ec2;
    background: #f6f9fd;
    border-radius: 0 10px 10px 0;
    padding: 0.55rem 0.85rem;
}

.pd-qp-key-label[b-qwlzi49q78] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #1b6ec2;
    margin-bottom: 0.2rem;
}

/* ---- Neutraliza a moldura/altura padrão do Quill em modo leitura ----
   O RichTextEditor (componente-filho) renderiza um editor Quill "snow" com borda,
   padding e min-height de 120px; o ::deep alcança esses nós para render inline/limpo. */
.pd-qp[b-qwlzi49q78]  .pd-quill-editor {
    min-height: 0;
    background: transparent;
}

.pd-qp[b-qwlzi49q78]  .ql-container.ql-snow {
    border: none;
    font-family: inherit;
    font-size: inherit;
}

.pd-qp[b-qwlzi49q78]  .ql-editor {
    padding: 0;
    line-height: 1.55;
}

.pd-qp[b-qwlzi49q78]  .ql-editor > *:first-child {
    margin-top: 0;
}

.pd-qp[b-qwlzi49q78]  .ql-editor > *:last-child {
    margin-bottom: 0;
}

/* No mobile as respostas ocupam a largura toda (sem indentação sob o badge). */
@media (max-width: 575.98px) {
    .pd-qp[b-qwlzi49q78] {
        padding: 1.1rem 1.1rem;
    }

    .pd-qp-answers:not(:empty)[b-qwlzi49q78] {
        margin-left: 0;
    }

    .pd-qp-vf[b-qwlzi49q78] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

    .pd-qp-vf-opts[b-qwlzi49q78] {
        align-self: flex-end;
    }
}
/* /Components/Layout/AuthLayout.razor.rz.scp.css */
/* O #blazor-error-ui do template é estilizado (e ocultado) via CSS isolado do
   MainLayout. Como as telas de autenticação usam o AuthLayout — que renderiza o
   seu próprio #blazor-error-ui — precisamos repetir o estilo aqui; senão o div
   fica sem a regra `display: none` e aparece sempre ("An unhandled error..."). */
#blazor-error-ui[b-sz2a212kum] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-sz2a212kum] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-j5oq41tzpj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-j5oq41tzpj] {
    flex: 1;
    min-width: 0;
    background-color: var(--pd-ground);
}

.sidebar[b-j5oq41tzpj] {
    background-image: linear-gradient(180deg, var(--pd-sidebar) 0%, var(--pd-sidebar-2) 100%);
}

.top-row[b-j5oq41tzpj] {
    background-color: rgba(255, 255, 255, .85);
    backdrop-filter: saturate(1.4) blur(8px);
    border-bottom: 1px solid var(--pd-border);
    justify-content: space-between;
    gap: 1rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
}

/* Botão que recolhe/expande o menu lateral (rail). Oculto no mobile (lá o menu
   tem o próprio hambúrguer). */
.sidebar-toggle[b-j5oq41tzpj] {
    display: none;
    width: 38px;
    height: 38px;
    border: 1px solid var(--pd-border);
    border-radius: 8px;
    background: var(--pd-surface);
    color: var(--pd-txt-muted);
    cursor: pointer;
    place-items: center;
    flex: 0 0 auto;
    transition: background-color .12s, color .12s, border-color .12s;
}

    .sidebar-toggle:hover[b-j5oq41tzpj] {
        background: var(--pd-surface-2);
        color: var(--pd-txt);
        border-color: var(--pd-border-strong);
    }

/* Chip de usuário na topbar (link para a tela Perfil) */
.user-chip[b-j5oq41tzpj] {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .3rem .8rem .3rem .35rem;
    border: 1px solid var(--pd-border);
    border-radius: 40px;
    background: var(--pd-surface);
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: border-color .12s, background-color .12s, box-shadow .12s;
}

    .user-chip:hover[b-j5oq41tzpj] {
        text-decoration: none;
        border-color: var(--pd-border-strong);
        background: var(--pd-surface-2);
        box-shadow: var(--pd-shadow-sm);
    }

.user-avatar[b-j5oq41tzpj] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--pd-accent-soft);
    color: var(--pd-accent);
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: .78rem;
}

/* Identificação empilhada: e-mail em cima, nome do perfil abaixo em fonte menor. */
.user-id[b-j5oq41tzpj] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}

.user-profile[b-j5oq41tzpj] {
    font-size: .7rem;
    font-weight: 500;
    color: var(--pd-txt-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

.user-name[b-j5oq41tzpj] {
    font-size: .82rem;
    font-weight: 600;
    color: var(--pd-txt);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

@media (max-width: 640.98px) {
    .top-row[b-j5oq41tzpj] {
        justify-content: space-between;
    }
}

@media (min-width: 641px) {
    .page[b-j5oq41tzpj] {
        flex-direction: row;
    }

    .sidebar[b-j5oq41tzpj] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width .15s ease;
    }

    .top-row[b-j5oq41tzpj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .sidebar-toggle[b-j5oq41tzpj] {
        display: grid;
    }

    .top-row[b-j5oq41tzpj], article[b-j5oq41tzpj] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-j5oq41tzpj] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-j5oq41tzpj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dkjhmq8m3d] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-dkjhmq8m3d] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-dkjhmq8m3d] {
    min-height: 3.75rem;
    background-color: rgba(0, 0, 0, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.navbar-brand[b-dkjhmq8m3d] {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.brand-mark[b-dkjhmq8m3d] {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background-image: linear-gradient(135deg, var(--pd-accent) 0%, #6d87f4 100%);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #fff;
    box-shadow: 0 2px 8px rgba(52, 87, 213, .4);
}

.brand-text[b-dkjhmq8m3d] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-name[b-dkjhmq8m3d] {
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #fff;
}

.brand-tag[b-dkjhmq8m3d] {
    font-size: .66rem;
    letter-spacing: .04em;
    color: #7f8aa3;
}

.bi[b-dkjhmq8m3d] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0z'/%3E%3Cpath fill-rule='evenodd' d='M.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L1.707 7.5H10.5a.5.5 0 0 1 0 1H1.707l2.147 2.146a.5.5 0 0 1-.708.708z'/%3E%3C/svg%3E");
}

/* Ícones dos subitens de cadastro (Bootstrap Icons). */
.bi-building-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-building' viewBox='0 0 16 16'%3E%3Cpath d='M4 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z'/%3E%3Cpath d='M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zm11 0H3v14h3v-2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V15h3z'/%3E%3C/svg%3E");
}

.bi-geo-alt-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-geo-alt' viewBox='0 0 16 16'%3E%3Cpath d='M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A32 32 0 0 1 8 14.58a32 32 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10'/%3E%3Cpath d='M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}

.bi-people-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people' viewBox='0 0 16 16'%3E%3Cpath d='M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1zm-7.978-1L7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002-.014.002zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0M6.936 9.28a6 6 0 0 0-1.23-.247A7 7 0 0 0 5 9c-4 0-5 3-5 4q0 1 1 1h4.216A2.24 2.24 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816M4.92 10A5.5 5.5 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275ZM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0m3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4'/%3E%3C/svg%3E");
}

.bi-book-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-book' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783'/%3E%3C/svg%3E");
}

.bi-tags-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-tags' viewBox='0 0 16 16'%3E%3Cpath d='M3 2v4.586l7 7L14.586 9l-7-7zM2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586z'/%3E%3Cpath d='M5.5 5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m0 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M1 7.086a1 1 0 0 0 .293.707L8.75 15.25l-.043.043a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 0 7.586V3a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4m-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10s-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z'/%3E%3C/svg%3E");
}

.bi-mortarboard-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-mortarboard' viewBox='0 0 16 16'%3E%3Cpath d='M8.211 2.047a.5.5 0 0 0-.422 0l-7.5 3.5a.5.5 0 0 0 .025.917l7.5 3a.5.5 0 0 0 .372 0L14 7.14V13a1 1 0 0 0-1 1v2h3v-2a1 1 0 0 0-1-1V6.739l.686-.275a.5.5 0 0 0 .025-.917zM8 8.46 1.758 5.965 8 3.052l6.242 2.913z'/%3E%3Cpath d='M4.176 9.032a.5.5 0 0 0-.656.327l-.5 1.7a.5.5 0 0 0 .294.605l4.5 1.8a.5.5 0 0 0 .372 0l4.5-1.8a.5.5 0 0 0 .294-.605l-.5-1.7a.5.5 0 0 0-.656-.327L8 10.466zm-.068 1.873.22-.748 3.496 1.311a.5.5 0 0 0 .352 0l3.496-1.311.22.748L8 12.46z'/%3E%3C/svg%3E");
}

.bi-patch-question-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-patch-question' viewBox='0 0 16 16'%3E%3Cpath d='M8.05 9.6c.336 0 .504-.24.554-.627.04-.534.198-.815.847-1.26.673-.475 1.049-1.09 1.049-1.986 0-1.325-.92-2.227-2.262-2.227-1.02 0-1.792.492-2.1 1.29A1.7 1.7 0 0 0 6 5.48c0 .393.203.64.545.64.272 0 .455-.147.564-.51.158-.592.525-.915 1.074-.915.61 0 1.03.446 1.03 1.084 0 .563-.208.885-.822 1.325-.619.433-.926.914-.926 1.64v.111c0 .428.208.745.585.745'/%3E%3Cpath d='m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911z'/%3E%3Cpath d='M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0'/%3E%3C/svg%3E");
}

.bi-shield-lock-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shield-lock' viewBox='0 0 16 16'%3E%3Cpath d='M5.338 1.59a61 61 0 0 0-2.837.856.48.48 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.7 10.7 0 0 0 2.287 2.233c.346.244.652.42.893.533q.18.085.293.118a1 1 0 0 0 .101.025 1 1 0 0 0 .1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7 10.7 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.8 11.8 0 0 1-2.517 2.453 7 7 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7 7 0 0 1-1.048-.625 11.8 11.8 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 63 63 0 0 1 5.072.56'/%3E%3Cpath d='M9.5 6.5a1.5 1.5 0 0 1-1 1.415l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99a1.5 1.5 0 1 1 2-1.415'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492z'/%3E%3C/svg%3E");
}

.bi-journal-text-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-journal-text' viewBox='0 0 16 16'%3E%3Cpath d='M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2'/%3E%3Cpath d='M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z'/%3E%3C/svg%3E");
}

.bi-ui-checks-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-ui-checks' viewBox='0 0 16 16'%3E%3Cpath d='M7 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zM2 1a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm0 8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zm.854-3.646a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 1 1 .708.708zm0 8a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708.708zM7 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zm0-5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
}

.bi-person-check-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-check' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m1.679-4.493-1.335 2.226a.75.75 0 0 1-1.174.144l-.774-.773a.5.5 0 0 1 .708-.708l.547.548 1.17-1.951a.5.5 0 1 1 .858.514z'/%3E%3Cpath d='M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4'/%3E%3Cpath d='M8.256 14a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1z'/%3E%3C/svg%3E");
}

.bi-clipboard-check-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-clipboard-check' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0'/%3E%3Cpath d='M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1z'/%3E%3Cpath d='M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0z'/%3E%3C/svg%3E");
}

.bi-pencil-square-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-pencil-square' viewBox='0 0 16 16'%3E%3Cpath d='M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z'/%3E%3Cpath fill-rule='evenodd' d='M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5z'/%3E%3C/svg%3E");
}

.bi-clock-history-nav-menu[b-dkjhmq8m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-clock-history' viewBox='0 0 16 16'%3E%3Cpath d='M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022zm2.004.45a7 7 0 0 0-.985-.299l.219-.976q.576.129 1.126.342zm1.37.71a7 7 0 0 0-.439-.27l.493-.87a8 8 0 0 1 .979.654l-.615.789a7 7 0 0 0-.418-.302zm1.834 1.79a7 7 0 0 0-.653-.796l.724-.69q.406.429.747.91zm.744 1.352a7 7 0 0 0-.214-.468l.893-.45a8 8 0 0 1 .45 1.088l-.95.313a7 7 0 0 0-.179-.483m.53 2.507a7 7 0 0 0-.1-1.025l.985-.17q.1.58.116 1.17zm-.131 1.538q.05-.254.081-.51l.993.123a8 8 0 0 1-.23 1.155l-.964-.267q.069-.247.12-.501m-.952 2.379q.276-.436.486-.908l.914.405q-.24.54-.555 1.038zm-.964 1.205q.183-.183.35-.378l.758.653a8 8 0 0 1-.401.432z'/%3E%3Cpath d='M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0z'/%3E%3Cpath d='M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}

.nav-group[b-dkjhmq8m3d] {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-group-header[b-dkjhmq8m3d] {
    display: flex;
    align-items: center;
    cursor: pointer;
    list-style: none;
    color: #9aa0a6;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding-top: 0.85rem;
    padding-bottom: 0.35rem;
    user-select: none;
}

    /* Remove o triângulo nativo do <summary> (Chrome/Safari e Firefox). */
    .nav-group-header[b-dkjhmq8m3d]::-webkit-details-marker {
        display: none;
    }

    .nav-group-header[b-dkjhmq8m3d]::marker {
        content: "";
    }

    .nav-group-header:hover[b-dkjhmq8m3d] {
        color: #d7d7d7;
    }

    /* Chevron à direita, gira quando o grupo está aberto. */
    .nav-group-header[b-dkjhmq8m3d]::after {
        content: "";
        margin-left: auto;
        width: 0.55rem;
        height: 0.55rem;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(-45deg);
        transition: transform 0.15s ease-in-out;
    }

.nav-group[open] > .nav-group-header[b-dkjhmq8m3d]::after {
    transform: rotate(45deg);
}

.nav-item[b-dkjhmq8m3d] {
    font-size: 0.875rem;
    padding-bottom: 0.2rem;
}

    .nav-item:first-of-type[b-dkjhmq8m3d] {
        padding-top: 0.35rem;
    }

    .nav-item:last-of-type[b-dkjhmq8m3d] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-dkjhmq8m3d]  .nav-link {
        color: #aeb6c6;
        background: none;
        border: none;
        border-radius: var(--pd-radius-sm);
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 2.5rem;
        width: 100%;
        font-weight: 500;
    }

.nav-item[b-dkjhmq8m3d]  a.active {
    background-color: var(--pd-accent);
    color: #fff;
    box-shadow: 0 3px 10px rgba(52, 87, 213, .35);
}

.nav-item[b-dkjhmq8m3d]  .nav-link:hover {
    background-color: rgba(255,255,255,0.06);
    color: #fff;
}

.nav-item[b-dkjhmq8m3d]  a.active:hover {
    background-color: var(--pd-accent);
    color: #fff;
}

/* Item futuro (placeholder): visível, porém sem navegação nem hover. */
.nav-item[b-dkjhmq8m3d]  .nav-link-disabled {
    color: #6c757d;
    cursor: default;
}

    .nav-item[b-dkjhmq8m3d]  .nav-link-disabled:hover {
        background: none;
        color: #6c757d;
    }

/* Rodapé (Sair): separado dos grupos, alinhado à esquerda como os demais itens. */
.nav-footer[b-dkjhmq8m3d] {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 0.5rem;
}

.nav-scrollable[b-dkjhmq8m3d] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-dkjhmq8m3d] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dkjhmq8m3d] {
        display: none;
    }

    .nav-scrollable[b-dkjhmq8m3d] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-iwihv2xinj],
.components-reconnect-repeated-attempt-visible[b-iwihv2xinj],
.components-reconnect-failed-visible[b-iwihv2xinj],
.components-pause-visible[b-iwihv2xinj],
.components-resume-failed-visible[b-iwihv2xinj],
.components-rejoining-animation[b-iwihv2xinj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-iwihv2xinj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-iwihv2xinj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-iwihv2xinj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-iwihv2xinj],
#components-reconnect-modal.components-reconnect-retrying[b-iwihv2xinj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-iwihv2xinj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-iwihv2xinj],
#components-reconnect-modal.components-reconnect-failed[b-iwihv2xinj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-iwihv2xinj] {
    display: block;
}


#components-reconnect-modal[b-iwihv2xinj] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-iwihv2xinj 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-iwihv2xinj 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-iwihv2xinj 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-iwihv2xinj]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-iwihv2xinj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-iwihv2xinj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-iwihv2xinj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-iwihv2xinj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-iwihv2xinj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-iwihv2xinj] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-iwihv2xinj] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-iwihv2xinj] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-iwihv2xinj] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-iwihv2xinj] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-iwihv2xinj] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-iwihv2xinj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-iwihv2xinj] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-iwihv2xinj {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Corrections/CorrectionForm.razor.rz.scp.css */
/* Tela de correção — identidade visual da prova sendo aplicada (TakeEvaluation do
   módulo do aluno), adaptada à paleta do Admin (tokens --pd-* do theme.css) e ao
   contexto de correção: as marcações do aluno e o gabarito são read-only, com tags
   "Resposta do aluno"/"Correta", e os campos de nota/observação permanecem editáveis. */

/* ---- Cartão de questão ---- */
.pd-q[b-znydzqvuj5] {
    background: var(--pd-surface, #fff);
    border: 1px solid #dde1ea;
    border-radius: 16px;
    padding: 1.35rem 1.6rem;
    margin-bottom: 1.1rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.pd-q-head[b-znydzqvuj5] {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.pd-q-num[b-znydzqvuj5] {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(52, 87, 213, 0.10);
    color: var(--pd-accent, #3457d5);
    font-weight: 800;
    font-size: 0.9rem;
    line-height: 1;
    margin-top: 0.1rem;
}

.pd-q-main[b-znydzqvuj5] {
    flex: 1 1 auto;
    min-width: 0;
}

.pd-q-topline[b-znydzqvuj5] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.35rem;
}

.pd-q-caption[b-znydzqvuj5] {
    color: #5a6478;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.pd-q-sep[b-znydzqvuj5] {
    color: #b6bdcc;
}

.pd-q-score[b-znydzqvuj5] {
    flex: 0 0 auto;
    color: #5a6478;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.pd-q-grade[b-znydzqvuj5] {
    color: #1b2437;
    margin-left: 1rem;
}

/* Respostas alinham sob o enunciado (indentadas além do círculo do número). */
.pd-q-answers[b-znydzqvuj5] {
    margin-top: 1rem;
    margin-left: 2.85rem;
}

/* ---- Tags (Resposta do aluno / Correta / gabarito / avisos) ---- */
.pd-tag[b-znydzqvuj5] {
    display: inline-block;
    padding: 0.18rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #cfd8e3;
    color: #5a6478;
}

.pd-tag-answer[b-znydzqvuj5] {
    border-color: var(--pd-accent, #3457d5);
    background: var(--pd-accent, #3457d5);
    color: #fff;
}

.pd-tag-correct[b-znydzqvuj5] {
    border-color: #1f9d67;
    background: #1f9d67;
    color: #fff;
}

.pd-tag-wrong[b-znydzqvuj5] {
    border-color: #d64550;
    background: #d64550;
    color: #fff;
}

.pd-tag-key[b-znydzqvuj5] {
    background: #f4f5f8;
}

.pd-tag-empty[b-znydzqvuj5] {
    background: #fff;
    color: #9aa3b5;
}

.pd-tag-warn[b-znydzqvuj5] {
    border-color: #e0b64c;
    background: #fdf3d8;
    color: #8a6d1c;
}

/* ---- Alternativas (múltipla escolha, read-only) ---- */
.pd-opts[b-znydzqvuj5] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.pd-opt[b-znydzqvuj5] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin: 0;
    padding: 0.8rem 1rem;
    background: #fff;
    border: 1px solid #dde1ea;
    border-radius: 12px;
}

/* Aluno acertou: alternativa marcada = verde ("Correta"). */
.pd-opt.is-correct-pick[b-znydzqvuj5] {
    border-color: #1f9d67;
    background: rgba(31, 157, 103, 0.08);
    box-shadow: inset 0 0 0 1px #1f9d67;
}

/* Aluno errou: a alternativa que ele marcou = vermelho ("Resposta do aluno"). */
.pd-opt.is-wrong-pick[b-znydzqvuj5] {
    border-color: #d64550;
    background: rgba(214, 69, 80, 0.07);
    box-shadow: inset 0 0 0 1px #d64550;
}

/* A alternativa correta quando o aluno errou/não marcou = verde ("Gabarito"). */
.pd-opt.is-key[b-znydzqvuj5] {
    border-color: #1f9d67;
    background: rgba(31, 157, 103, 0.05);
}

.pd-opt-letter[b-znydzqvuj5] {
    flex: 0 0 auto;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #cfd8e3;
    color: #5a6478;
    font-weight: 700;
    font-size: 0.85rem;
}

.pd-opt.is-correct-pick .pd-opt-letter[b-znydzqvuj5] {
    border-color: #1f9d67;
    background: #1f9d67;
    color: #fff;
}

.pd-opt.is-wrong-pick .pd-opt-letter[b-znydzqvuj5] {
    border-color: #d64550;
    background: #d64550;
    color: #fff;
}

.pd-opt.is-key .pd-opt-letter[b-znydzqvuj5] {
    border-color: #1f9d67;
    color: #1f9d67;
}

.pd-opt-text[b-znydzqvuj5] {
    flex: 1 1 auto;
    min-width: 0;
    color: #33415c;
}

.pd-opt-tags[b-znydzqvuj5] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.3rem;
}

/* ---- Verdadeiro/Falso (read-only) ---- */
.pd-vf[b-znydzqvuj5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #eef1f5;
}

.pd-vf:first-child[b-znydzqvuj5] {
    padding-top: 0;
}

.pd-vf:last-child[b-znydzqvuj5] {
    padding-bottom: 0;
    border-bottom: none;
}

.pd-vf-text[b-znydzqvuj5] {
    flex: 1 1 auto;
    min-width: 0;
    color: #33415c;
}

.pd-vf-opts[b-znydzqvuj5] {
    flex: 0 0 auto;
    display: inline-flex;
    gap: 0.4rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* ---- Resposta do aluno / gabarito (discursiva e interpretativa) ---- */
.pd-ans-label[b-znydzqvuj5] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #5a6478;
    margin-bottom: 0.3rem;
}

.pd-ans-box[b-znydzqvuj5] {
    background: #f8fafc;
    border: 1px solid #eef1f5;
    border-radius: 12px;
    padding: 0.6rem 0.85rem;
    color: #33415c;
    white-space: pre-wrap;
}

.pd-key-box[b-znydzqvuj5] {
    border: 1px solid #dde1ea;
    border-radius: 12px;
    overflow: hidden;
}

.pd-sub-block[b-znydzqvuj5] {
    margin-bottom: 1.1rem;
    padding-top: 0.5rem;
}

.pd-sub-block:last-of-type[b-znydzqvuj5] {
    margin-bottom: 0;
}

/* Mini-enunciado de cada item da interpretativa. */
.pd-sub[b-znydzqvuj5] {
    background: #f8fafc;
    border: 1px solid #eef1f5;
    border-radius: 12px;
    padding: 0.6rem 0.85rem;
    margin-bottom: 0.5rem;
    color: #33415c;
}

/* ---- Neutraliza a moldura/altura padrão do Quill em modo leitura ----
   O RichTextEditor (componente-filho) renderiza um editor Quill "snow" com borda,
   padding e min-height; o ::deep alcança esses nós para render inline/limpo dentro
   dos cartões (mesmo padrão do QuestionPreviewCard, o "visualizar modelo"). */
.pd-q[b-znydzqvuj5]  .pd-quill-editor {
    min-height: 0;
    background: transparent;
}

.pd-q[b-znydzqvuj5]  .ql-container.ql-snow {
    border: none;
    font-family: inherit;
    font-size: inherit;
}

.pd-q[b-znydzqvuj5]  .ql-editor {
    padding: 0;
    line-height: 1.55;
}

.pd-q[b-znydzqvuj5]  .ql-editor > *:first-child {
    margin-top: 0;
}

.pd-q[b-znydzqvuj5]  .ql-editor > *:last-child {
    margin-bottom: 0;
}

/* O gabarito mantém a caixa própria (borda externa) — devolve só o respiro interno. */
.pd-key-box[b-znydzqvuj5]  .ql-editor {
    padding: 0.6rem 0.85rem;
}

/* No mobile as respostas ocupam a largura toda (sem indentação sob o número). */
@media (max-width: 575.98px) {
    .pd-q[b-znydzqvuj5] {
        padding: 1.1rem 1.15rem;
    }

    .pd-q-answers[b-znydzqvuj5] {
        margin-left: 0;
    }

    .pd-vf[b-znydzqvuj5] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

    .pd-vf-opts[b-znydzqvuj5] {
        align-self: flex-end;
    }
}
