/* /Components/Layout/MainLayout.razor.rz.scp.css */
.cdv-dev-banner[b-f4q65sh457] {
    background: var(--cdv-dourado);
    color: var(--cdv-azul-infinity);
    text-align: center;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
    letter-spacing: 0.02em;
}

.cdv-signin-error-banner[b-f4q65sh457] {
    background: var(--cdv-coral);
    color: var(--cdv-creme);
    text-align: center;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
}

.cdv-header[b-f4q65sh457] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: var(--cdv-creme);
}

.cdv-wordmark[b-f4q65sh457] {
    font-family: var(--cdv-font-accent);
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
}

.cdv-wordmark-blue[b-f4q65sh457] {
    color: var(--cdv-azul-infinity);
}

.cdv-wordmark-coral[b-f4q65sh457] {
    color: var(--cdv-coral);
}

.cdv-nav[b-f4q65sh457] {
    display: flex;
    gap: 1.5rem;
}

.cdv-nav a[b-f4q65sh457] {
    color: var(--cdv-azul-infinity);
    text-decoration: none;
    font-weight: 600;
}

.cdv-nav a:hover[b-f4q65sh457] {
    color: var(--cdv-coral);
}

.cdv-lang-toggle[b-f4q65sh457] {
    display: flex;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.cdv-lang-toggle a[b-f4q65sh457] {
    color: var(--cdv-azul-claro);
    text-decoration: none;
}

.cdv-lang-toggle a.cdv-lang-active[b-f4q65sh457] {
    color: var(--cdv-azul-infinity);
    text-decoration: underline;
}

footer.cdv-footer[b-f4q65sh457] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1.5rem;
    margin-top: 2rem;
    background: var(--cdv-azul-infinity);
    color: var(--cdv-creme);
    font-size: 0.9rem;
}

.cdv-footer-phone[b-f4q65sh457] {
    font-weight: 600;
}

.cdv-footer-privacy[b-f4q65sh457] {
    color: var(--cdv-creme);
    text-decoration: underline;
    font-size: 0.85rem;
}

#blazor-error-ui[b-f4q65sh457] {
    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-f4q65sh457] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1qffqxpwqe],
.components-reconnect-repeated-attempt-visible[b-1qffqxpwqe],
.components-reconnect-failed-visible[b-1qffqxpwqe],
.components-pause-visible[b-1qffqxpwqe],
.components-resume-failed-visible[b-1qffqxpwqe],
.components-rejoining-animation[b-1qffqxpwqe] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1qffqxpwqe],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1qffqxpwqe],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1qffqxpwqe],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1qffqxpwqe],
#components-reconnect-modal.components-reconnect-retrying[b-1qffqxpwqe],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1qffqxpwqe],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1qffqxpwqe],
#components-reconnect-modal.components-reconnect-failed[b-1qffqxpwqe],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1qffqxpwqe] {
    display: block;
}


#components-reconnect-modal[b-1qffqxpwqe] {
    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-1qffqxpwqe 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1qffqxpwqe 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1qffqxpwqe 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1qffqxpwqe]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1qffqxpwqe 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1qffqxpwqe {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1qffqxpwqe {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1qffqxpwqe {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1qffqxpwqe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1qffqxpwqe] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1qffqxpwqe] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1qffqxpwqe] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1qffqxpwqe] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1qffqxpwqe] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1qffqxpwqe] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1qffqxpwqe 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1qffqxpwqe] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1qffqxpwqe {
    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/Layout/UserMenu.razor.rz.scp.css */
.cdv-user-menu[b-9tin3zp9du] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cdv-user-name[b-9tin3zp9du] {
    color: var(--cdv-azul-infinity);
    font-weight: 600;
    font-size: 0.9rem;
}

.cdv-user-link[b-9tin3zp9du] {
    color: var(--cdv-azul-infinity);
    text-decoration: none;
    font-weight: 600;
}

.cdv-user-link:hover[b-9tin3zp9du] {
    color: var(--cdv-coral);
}

.cdv-user-button[b-9tin3zp9du] {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
}
/* /Components/Pages/Admin/AdminChecklists.razor.rz.scp.css */
.cdv-admin-checklists h1[b-igfou80uw3],
.cdv-checklist-status h2[b-igfou80uw3] {
    color: var(--cdv-azul-infinity);
    margin-top: 0;
}

.cdv-page-header[b-igfou80uw3] {
    align-items: start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.cdv-admin-hint[b-igfou80uw3] {
    color: var(--cdv-azul-infinity);
    font-size: 0.9rem;
}

.cdv-primary-link[b-igfou80uw3],
.cdv-secondary-link[b-igfou80uw3] {
    border-radius: 6px;
    display: inline-block;
    font-weight: 700;
    padding: 0.55rem 0.75rem;
    text-decoration: none;
}

.cdv-primary-link[b-igfou80uw3] {
    background: var(--cdv-azul-infinity);
    color: var(--cdv-creme);
}

.cdv-secondary-link[b-igfou80uw3] {
    background: rgba(169, 217, 232, 0.28);
    color: var(--cdv-azul-infinity);
}

.cdv-checklist-editor[b-igfou80uw3],
.cdv-checklist-status[b-igfou80uw3] {
    border: 1px solid var(--cdv-azul-claro);
    border-radius: 8px;
    display: grid;
    gap: 0.85rem;
    margin-top: 1rem;
    padding: 1rem;
}

.cdv-checklist-editor-header[b-igfou80uw3],
.cdv-checklist-grid[b-igfou80uw3] {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.cdv-admin-checklists label[b-igfou80uw3],
.cdv-days legend[b-igfou80uw3] {
    color: var(--cdv-azul-infinity);
    font-size: 0.85rem;
    font-weight: 700;
}

.cdv-admin-checklists input[b-igfou80uw3],
.cdv-admin-checklists select[b-igfou80uw3],
.cdv-admin-checklists textarea[b-igfou80uw3] {
    border: 1px solid var(--cdv-azul-claro);
    border-radius: 6px;
    box-sizing: border-box;
    font: inherit;
    padding: 0.5rem;
    width: 100%;
}

.cdv-inline-toggle[b-igfou80uw3] {
    align-items: center;
    display: flex;
    gap: 0.45rem;
}

.cdv-inline-toggle input[b-igfou80uw3],
.cdv-days input[b-igfou80uw3],
.cdv-checklist-items-table input[type="checkbox"][b-igfou80uw3] {
    width: auto;
}

.cdv-days[b-igfou80uw3] {
    border: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
}

.cdv-days label[b-igfou80uw3] {
    align-items: center;
    display: flex;
    gap: 0.35rem;
}

.cdv-checklists-table[b-igfou80uw3],
.cdv-checklist-items-table[b-igfou80uw3],
.cdv-checklist-status-table[b-igfou80uw3] {
    border-collapse: collapse;
    margin-top: 1rem;
    width: 100%;
}

.cdv-checklist-items-table[b-igfou80uw3] {
    table-layout: fixed;
}

.cdv-checklist-items-table th:first-child[b-igfou80uw3],
.cdv-checklist-items-table td:first-child[b-igfou80uw3] {
    width: 70%;
}

.cdv-checklist-items-table th:nth-child(2)[b-igfou80uw3],
.cdv-checklist-items-table td:nth-child(2)[b-igfou80uw3] {
    width: 5rem;
}

.cdv-checklist-items-table th:nth-child(3)[b-igfou80uw3],
.cdv-checklist-items-table td:nth-child(3)[b-igfou80uw3] {
    width: 6rem;
}

.cdv-item-text-cell textarea[b-igfou80uw3] {
    min-height: 4rem;
    resize: vertical;
}

.cdv-checklists-table th[b-igfou80uw3],
.cdv-checklists-table td[b-igfou80uw3],
.cdv-checklist-items-table th[b-igfou80uw3],
.cdv-checklist-items-table td[b-igfou80uw3],
.cdv-checklist-status-table th[b-igfou80uw3],
.cdv-checklist-status-table td[b-igfou80uw3] {
    border-bottom: 1px solid var(--cdv-azul-claro);
    padding: 0.5rem;
    text-align: left;
}

.cdv-checklists-table a[b-igfou80uw3] {
    color: var(--cdv-coral);
    font-weight: 700;
}

.cdv-source[b-igfou80uw3] {
    color: rgba(0, 59, 102, 0.72);
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    margin-top: 0.25rem;
}

.cdv-admin-actions-row[b-igfou80uw3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.cdv-admin-checklists button[b-igfou80uw3] {
    background: var(--cdv-azul-infinity);
    border: 0;
    border-radius: 6px;
    color: var(--cdv-creme);
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 0.5rem 0.75rem;
}

.cdv-admin-status[b-igfou80uw3] {
    color: var(--cdv-verde-oliva);
    font-weight: 700;
}

@media (max-width: 640px) {
    .cdv-page-header[b-igfou80uw3] {
        display: grid;
    }

    .cdv-checklists-table[b-igfou80uw3],
    .cdv-checklist-items-table[b-igfou80uw3] {
        font-size: 0.88rem;
    }

    .cdv-checklist-items-table[b-igfou80uw3] {
        table-layout: auto;
    }
}
/* /Components/Pages/Admin/AdminHome.razor.rz.scp.css */
.cdv-admin-home h1[b-umekitzzp4] {
    color: var(--cdv-azul-infinity);
    margin-top: 0;
}

.cdv-admin-home-intro[b-umekitzzp4] {
    color: var(--cdv-azul-infinity);
    max-width: 48rem;
}

.cdv-admin-actions[b-umekitzzp4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.cdv-admin-action[b-umekitzzp4] {
    border: 1px solid var(--cdv-azul-claro);
    border-radius: 8px;
    color: var(--cdv-azul-infinity);
    display: grid;
    gap: 0.35rem;
    min-height: 7rem;
    padding: 1rem;
    text-decoration: none;
}

a.cdv-admin-action:hover[b-umekitzzp4] {
    border-color: var(--cdv-coral);
}

.cdv-admin-action-title[b-umekitzzp4] {
    color: var(--cdv-coral);
    font-weight: 700;
}

.cdv-admin-action-pending[b-umekitzzp4] {
    background: rgba(247, 241, 231, 0.72);
}
/* /Components/Pages/Admin/AdminManuals.razor.rz.scp.css */
.cdv-admin-hint[b-5y7oter9ic] {
    color: var(--cdv-azul-infinity);
    font-size: 0.9rem;
    margin-top: -0.5rem;
}

.cdv-admin-manuals-table[b-5y7oter9ic] {
    border-collapse: collapse;
    width: 100%;
    margin-top: 1rem;
}

.cdv-admin-manuals-table th[b-5y7oter9ic],
.cdv-admin-manuals-table td[b-5y7oter9ic] {
    text-align: left;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid var(--cdv-azul-claro);
}

.cdv-admin-status[b-5y7oter9ic] {
    margin-top: 1rem;
    font-weight: 600;
    color: var(--cdv-verde-oliva);
}
/* /Components/Pages/Admin/AdminShell.razor.rz.scp.css */
.cdv-admin-shell[b-q6nvbmwntq] {
    display: grid;
    grid-template-columns: minmax(12rem, 16rem) minmax(0, 1fr);
    gap: 1.5rem;
    width: min(72rem, calc(100% - 2rem));
    margin: 2rem auto;
}

.cdv-admin-sidebar[b-q6nvbmwntq] {
    border-right: 1px solid var(--cdv-azul-claro);
    padding-right: 1rem;
}

.cdv-admin-sidebar-title[b-q6nvbmwntq] {
    color: var(--cdv-azul-infinity);
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.cdv-admin-side-nav[b-q6nvbmwntq] {
    display: grid;
    gap: 0.5rem;
}

.cdv-admin-side-link[b-q6nvbmwntq],
.cdv-admin-disabled[b-q6nvbmwntq] {
    border-radius: 8px;
    display: block;
    padding: 0.65rem 0.75rem;
    text-decoration: none;
    font-weight: 600;
}

.cdv-admin-side-link[b-q6nvbmwntq] {
    color: var(--cdv-azul-infinity);
    background: rgba(169, 217, 232, 0.25);
}

.cdv-admin-side-link:hover[b-q6nvbmwntq],
.cdv-admin-side-link-active[b-q6nvbmwntq] {
    background: var(--cdv-azul-infinity);
    color: var(--cdv-creme);
}

.cdv-admin-disabled[b-q6nvbmwntq] {
    color: rgba(0, 59, 102, 0.55);
    background: rgba(247, 241, 231, 0.85);
    cursor: default;
}

.cdv-admin-content[b-q6nvbmwntq] {
    min-width: 0;
}

@media (max-width: 760px) {
    .cdv-admin-shell[b-q6nvbmwntq] {
        grid-template-columns: 1fr;
        margin-top: 1rem;
    }

    .cdv-admin-sidebar[b-q6nvbmwntq] {
        border-right: 0;
        border-bottom: 1px solid var(--cdv-azul-claro);
        padding: 0 0 1rem;
    }

    .cdv-admin-side-nav[b-q6nvbmwntq] {
        grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
    }
}
/* /Components/Pages/Admin/AdminUsers.razor.rz.scp.css */
.cdv-admin-users-table[b-n7120nbq5e] {
    border-collapse: collapse;
    width: 100%;
    margin-top: 1rem;
}

.cdv-admin-users-table th[b-n7120nbq5e],
.cdv-admin-users-table td[b-n7120nbq5e] {
    text-align: left;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid var(--cdv-azul-claro);
}

.cdv-admin-status[b-n7120nbq5e] {
    margin-top: 1rem;
    font-weight: 600;
    color: var(--cdv-verde-oliva);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.cdv-hero[b-xa3ccqdew3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap-reverse;
    padding: 2rem 1.5rem 3rem;
    max-width: 1100px;
    margin: 0 auto;
}

.cdv-hero-text[b-xa3ccqdew3] {
    max-width: 32rem;
}

.cdv-tagline[b-xa3ccqdew3] {
    font-family: var(--cdv-font-accent);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--cdv-coral);
    line-height: 1.15;
    margin: 0 0 1rem;
}

.cdv-essence[b-xa3ccqdew3] {
    font-size: 1.15rem;
    color: var(--cdv-azul-infinity);
    margin: 0 0 1.5rem;
}

.cdv-cta[b-xa3ccqdew3] {
    display: inline-block;
    background: var(--cdv-azul-infinity);
    color: var(--cdv-creme);
    text-decoration: none;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    transition: background 0.15s ease-in-out;
}

.cdv-cta:hover[b-xa3ccqdew3] {
    background: var(--cdv-coral);
}

.cdv-hero-badge[b-xa3ccqdew3] {
    width: min(360px, 80vw);
    height: auto;
}

.cdv-positioning[b-xa3ccqdew3] {
    max-width: 42rem;
    margin: 0 auto;
    padding: 0 1.5rem 2.5rem;
    text-align: center;
    color: var(--cdv-azul-infinity);
}

.cdv-mission-vision[b-xa3ccqdew3] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem 3rem;
}

.cdv-card[b-xa3ccqdew3] {
    background: #fff;
    border-radius: 1rem;
    padding: 1.75rem;
    flex: 1 1 20rem;
    max-width: 30rem;
    box-shadow: 0 2px 10px rgba(0, 59, 102, 0.08);
}

.cdv-card h2[b-xa3ccqdew3] {
    color: var(--cdv-coral);
    font-family: var(--cdv-font-accent);
    font-size: 1.75rem;
    margin: 0 0 0.5rem;
}

.cdv-card p[b-xa3ccqdew3] {
    margin: 0;
    line-height: 1.5;
}

.cdv-values[b-xa3ccqdew3] {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    padding: 0 1.5rem 3rem;
}

.cdv-value[b-xa3ccqdew3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: var(--cdv-azul-infinity);
}

.cdv-value-circle[b-xa3ccqdew3] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    font-size: 1.75rem;
}

.cdv-value-dourado .cdv-value-circle[b-xa3ccqdew3] {
    background: var(--cdv-dourado);
}

.cdv-value-verde-agua .cdv-value-circle[b-xa3ccqdew3] {
    background: var(--cdv-verde-agua);
}

.cdv-value-azul-claro .cdv-value-circle[b-xa3ccqdew3] {
    background: var(--cdv-azul-claro);
}

.cdv-value-pessego .cdv-value-circle[b-xa3ccqdew3] {
    background: var(--cdv-pessego);
}

.cdv-room[b-xa3ccqdew3] {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1.5rem 3rem;
    text-align: center;
}

.cdv-room img[b-xa3ccqdew3] {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 2px 14px rgba(0, 59, 102, 0.12);
}

.cdv-room-caption[b-xa3ccqdew3] {
    margin-top: 0.75rem;
    color: var(--cdv-azul-infinity);
    font-size: 0.95rem;
}
/* /Components/Pages/Manuals/ManualDetail.razor.rz.scp.css */
.cdv-manual-detail[b-64ipdgqtua] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
}

.cdv-back-link[b-64ipdgqtua] {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--cdv-azul-infinity);
    text-decoration: none;
    font-weight: 600;
}

.cdv-back-link:hover[b-64ipdgqtua] {
    color: var(--cdv-coral);
}

.cdv-translation-notice[b-64ipdgqtua] {
    background: var(--cdv-pessego);
    color: var(--cdv-azul-infinity);
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-size: 0.9rem;
}

.cdv-translation-notice a[b-64ipdgqtua] {
    color: var(--cdv-azul-infinity);
    font-weight: 600;
}

.cdv-manual-detail h1[b-64ipdgqtua] {
    font-family: var(--cdv-font-accent);
    color: var(--cdv-coral);
    font-size: 2rem;
}

.cdv-manual-body[b-64ipdgqtua]  h1 {
    font-size: 1.4rem;
    color: var(--cdv-azul-infinity);
    margin-top: 2rem;
}

.cdv-manual-body[b-64ipdgqtua]  h2 {
    font-size: 1.15rem;
    color: var(--cdv-azul-infinity);
    margin-top: 1.5rem;
}

.cdv-manual-body[b-64ipdgqtua]  table {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem 0;
}

.cdv-manual-body[b-64ipdgqtua]  th,
.cdv-manual-body[b-64ipdgqtua]  td {
    border: 1px solid var(--cdv-azul-claro);
    padding: 0.5rem 0.75rem;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    word-break: break-word;
}

.cdv-manual-body[b-64ipdgqtua]  img {
    max-width: 100%;
    height: auto;
}
/* /Components/Pages/Manuals/ManualsList.razor.rz.scp.css */
.cdv-manuals[b-ikplycuumh] {
    max-width: 700px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
}

.cdv-manuals h1[b-ikplycuumh] {
    font-family: var(--cdv-font-accent);
    color: var(--cdv-coral);
    font-size: 2.25rem;
}

.cdv-manuals-list[b-ikplycuumh] {
    list-style: none;
    padding: 0;
}

.cdv-manuals-list li[b-ikplycuumh] {
    border-bottom: 1px solid var(--cdv-azul-claro);
}

.cdv-manuals-list a[b-ikplycuumh] {
    display: block;
    padding: 0.85rem 0.25rem;
    color: var(--cdv-azul-infinity);
    text-decoration: none;
    font-weight: 600;
}

.cdv-manuals-list a:hover[b-ikplycuumh] {
    color: var(--cdv-coral);
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
.cdv-privacy[b-1in75784pq] {
    max-width: 700px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
}

.cdv-privacy h1[b-1in75784pq] {
    font-family: var(--cdv-font-accent);
    color: var(--cdv-coral);
    font-size: 2rem;
}

.cdv-privacy h2[b-1in75784pq] {
    font-size: 1.15rem;
    color: var(--cdv-azul-infinity);
    margin-top: 2rem;
}
/* /Components/Pages/Tasks.razor.rz.scp.css */
.cdv-tasks[b-bcig72dfay] {
    margin: 2rem auto;
    width: min(52rem, calc(100% - 2rem));
}

.cdv-tasks h1[b-bcig72dfay],
.cdv-task-template h2[b-bcig72dfay] {
    color: var(--cdv-azul-infinity);
    margin-top: 0;
}

.cdv-task-date[b-bcig72dfay],
.cdv-task-template p[b-bcig72dfay] {
    color: var(--cdv-azul-infinity);
}

.cdv-task-template[b-bcig72dfay] {
    border: 1px solid var(--cdv-azul-claro);
    border-radius: 8px;
    margin-top: 1rem;
    padding: 1rem;
}

.cdv-task-template-header[b-bcig72dfay] {
    align-items: start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.cdv-task-template-header span[b-bcig72dfay] {
    background: var(--cdv-dourado);
    border-radius: 999px;
    color: var(--cdv-azul-infinity);
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.35rem 0.6rem;
    white-space: nowrap;
}

.cdv-task-items[b-bcig72dfay] {
    display: grid;
    gap: 0.65rem;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.cdv-task-items li[b-bcig72dfay] {
    border-top: 1px solid rgba(169, 217, 232, 0.75);
    padding-top: 0.65rem;
}

.cdv-task-items label[b-bcig72dfay] {
    align-items: start;
    color: var(--cdv-azul-infinity);
    display: flex;
    gap: 0.6rem;
}

.cdv-task-items input[b-bcig72dfay] {
    margin-top: 0.2rem;
}

.cdv-task-done span[b-bcig72dfay] {
    color: var(--cdv-verde-oliva);
    text-decoration: line-through;
}

.cdv-task-status[b-bcig72dfay] {
    color: var(--cdv-verde-oliva);
    font-weight: 700;
}

@media (max-width: 640px) {
    .cdv-task-template-header[b-bcig72dfay] {
        display: grid;
    }

    .cdv-task-template-header span[b-bcig72dfay] {
        width: fit-content;
    }
}
