@import 'Assisto.Client.w46aqnigge.bundle.scp.css';
@import '_content/Client.Library/Client.Library.zk34sltdpq.bundle.scp.css';

/* _content/Assisto.Server/Components/Account/Pages/ForgotPassword.razor.rz.scp.css */

[b-xxedvjktss] h1{
    margin-bottom: 3rem;
}

[b-xxedvjktss] .form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

[b-xxedvjktss] button{
    text-transform: uppercase;
}
/* _content/Assisto.Server/Components/Account/Pages/Login.razor.rz.scp.css */
h1[b-4sj1kzpw8n]{
    text-align: center;
    margin-bottom: 2rem;
}

.login[b-4sj1kzpw8n]{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

[b-4sj1kzpw8n] .form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.group[b-4sj1kzpw8n]{
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.alert[b-4sj1kzpw8n]{
}

.remember-me[b-4sj1kzpw8n]{
    margin-right: 1rem;
}

.no-account[b-4sj1kzpw8n]{
    margin-top: 1rem;
}

.right[b-4sj1kzpw8n]{
    align-items: flex-end;
    text-align: right;
}

.status[b-4sj1kzpw8n]{
    align-self: flex-start;
}


/* _content/Assisto.Server/Components/Account/Pages/ResetPassword.razor.rz.scp.css */
.reset-password[b-fe3wmq2nfc]{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 1rem;
}

[b-fe3wmq2nfc] form{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 1rem;
}

[b-fe3wmq2nfc] button{
    text-transform: uppercase;
}
/* _content/Assisto.Server/Components/Account/Pages/Signup.razor.rz.scp.css */

h1[b-vd49fzmmd0]{
    text-align: center;
    margin-bottom: 2rem;
}

.signup[b-vd49fzmmd0]{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

[b-vd49fzmmd0] .form > * {
}

.confirm[b-vd49fzmmd0]{
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    gap: 1rem;
}

[b-vd49fzmmd0] .form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

[b-vd49fzmmd0] .confirm a {
    text-decoration: none;
    font-weight: bold;
}

@media all and (min-width: 841px) {
    [b-vd49fzmmd0] .form {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    [b-vd49fzmmd0] .left, .right[b-vd49fzmmd0] {
        width: 50%;
    }
    [b-vd49fzmmd0] .left { float: left; width: 49%; max-width: 49%; }
    [b-vd49fzmmd0] .right { float: right; width: 49%; }
}

.status[b-vd49fzmmd0]{
    align-self: flex-start;
}
/* _content/Assisto.Server/Components/Account/Shared/StatusMessage.razor.rz.scp.css */

.alert[b-ldz07paji3]{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.icon.error[b-ldz07paji3] {
    filter: var(--assisto-error-filter);
}

.icon.info[b-ldz07paji3] {
    filter: var(--assisto-primary-filter);
}

/* _content/Assisto.Server/Components/Public/ComprehensiveReportView.razor.rz.scp.css */
.monthly-report-batch[b-q13rxl9iz8] {
    background-color: white;
    height: 100%;
    position: relative;
}

/* Page container with navigation */
.content[b-q13rxl9iz8] {
    margin-left: 28%;
    max-width: 850px;
    margin: 0 auto;
    padding: 20px;
}

/* Navigation sidebar */
.nav-sidebar[b-q13rxl9iz8] {
    width: 250px;
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
    padding: 1rem;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow-y: auto;
}

.nav-header[b-q13rxl9iz8] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.nav-title[b-q13rxl9iz8] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--assisto-primary);
    margin: 0;
}

.nav-list[b-q13rxl9iz8] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item[b-q13rxl9iz8] {
    margin-bottom: 0.5rem;
}

.nav-link[b-q13rxl9iz8] {
    display: block;
    padding: 0.75rem 1rem;
    color: #495057;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.nav-link:hover[b-q13rxl9iz8] {
    background-color: #e9ecef;
    color: var(--assisto-primary);
}

.nav-link.active[b-q13rxl9iz8] {
    background-color: var(--assisto-primary);
    color: white;
}

/* Main content area */
.main-content[b-q13rxl9iz8] {
}

/* Report header */
.report-header[b-q13rxl9iz8] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.report-title[b-q13rxl9iz8] {
    font-size: 24px;
    color: var(--assisto-primary);
    margin-bottom: 0.5rem;
}

.report-subtitle[b-q13rxl9iz8] {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.report-meta[b-q13rxl9iz8] {
    display: flex;
    gap: 2rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.meta-item[b-q13rxl9iz8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Report content */
.report-content[b-q13rxl9iz8] {
    margin-bottom: 10px;
    padding: 15px;
}

.reports-section[b-q13rxl9iz8] {
    margin-bottom: 50px;
    padding: 0 0;
    margin-bottom: 50px;
    scroll-margin-top: 80px;
}

.section-title[b-q13rxl9iz8] {
    color: var(--assisto-primary);
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #eee;
}

.high-severity-report[b-q13rxl9iz8] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.high-severity-report:hover[b-q13rxl9iz8] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Area reports section */
.area-reports-section[b-q13rxl9iz8] {
    margin-top: 2rem;
}

.area-reports-grid[b-q13rxl9iz8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.area-report-card[b-q13rxl9iz8] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.area-report-card:hover[b-q13rxl9iz8] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.area-report-header[b-q13rxl9iz8] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.area-report-title[b-q13rxl9iz8] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--assisto-primary);
    margin: 0;
}

.area-report-body[b-q13rxl9iz8] {
    padding: 1rem;
}

.area-report-footer[b-q13rxl9iz8] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.area-report-link[b-q13rxl9iz8] {
    color: var(--assisto-primary);
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.area-report-link:hover[b-q13rxl9iz8] {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-container[b-q13rxl9iz8] {
        flex-direction: column;
    }

    .nav-sidebar[b-q13rxl9iz8] {
        width: 100%;
        height: auto;
        position: relative;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    .main-content[b-q13rxl9iz8] {
        padding: 1rem;
    }

    .report-meta[b-q13rxl9iz8] {
        flex-direction: column;
        gap: 1rem;
    }

    .area-reports-grid[b-q13rxl9iz8] {
        grid-template-columns: 1fr;
    }
}

/* Mobile layout - stack navigation and content */
@media (max-width: 768px) {
    .page-container[b-q13rxl9iz8] {
        flex-direction: column;
    }
    
    .main-content[b-q13rxl9iz8] {
        padding: 0;
    }
}

    .monthly-report-batch .intro-section[b-q13rxl9iz8] {
        padding: 0;
        scroll-margin-top: 80px;
    }

        .monthly-report-batch .intro-section .intro-container[b-q13rxl9iz8] {
            padding: 10px 10px 25px 10px;
        }

        .monthly-report-batch .intro-section h3[b-q13rxl9iz8] {
            line-height: 2.5rem;
            padding-bottom: 25px;
        }

    .monthly-report-batch .reports-section .title[b-q13rxl9iz8] {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 30px;
        padding: 15px;
        background-color: #f8f9fa;
        border-radius: 8px;
        display: flex;
        align-items: center;
    }

        .monthly-report-batch .reports-section .title .state-map-icon[b-q13rxl9iz8] {
            position: relative;
            top: -2px;
            margin-right: 10px;
        }

        .monthly-report-batch .reports-section .title span[b-q13rxl9iz8] {
            padding: 10px;
        }

.monthly-report-batch .state-filter-section[b-q13rxl9iz8] {
    background-color: rgba(var(--assisto-primary-rgb), 0.1);
    padding: 20px;
}

.monthly-report-batch .state-filter-section .wrapper[b-q13rxl9iz8] {
    margin: auto;
    width: 40%;
    font-weight: bold;
}

.state-section[b-q13rxl9iz8] {
    margin: 20px 0 50px 0;
}

    .state-section h2[b-q13rxl9iz8] {
        display: flex;
        align-items: center;
    }

        .state-section h2 img[b-q13rxl9iz8] {
            margin-right: 10px;
        }

.report-list[b-q13rxl9iz8] {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

    .report-list li[b-q13rxl9iz8] {
        border-bottom: 1px solid #ccc;
    }

    .report-list .report-item[b-q13rxl9iz8], .report-item[b-q13rxl9iz8] {
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .report-list .report-item:hover[b-q13rxl9iz8] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

    .report-list .report-header[b-q13rxl9iz8] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 15px 0;
    }

    .report-list .report-summary[b-q13rxl9iz8] {
        margin-top: 10px;
        padding: 15px;
        background-color: white;
        border-radius: 4px;
        font-size: 0.95rem;
        line-height: 1.5;
    }

        .report-list li a.report-link[b-q13rxl9iz8] {
            color: black;
            text-decoration: underline;
            font-weight: 500;
        }

.report-header[b-q13rxl9iz8] {
    margin-bottom: 20px;
}

.citation-count[b-q13rxl9iz8] {
    font-size: 1rem;
    color: #6c757d;
    font-weight: normal;
}

.report-summary[b-q13rxl9iz8] {
    margin-top: 10px;
    padding: 15px;
    background-color: white;
    border-radius: 4px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.report-actions[b-q13rxl9iz8] {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.review-btn[b-q13rxl9iz8] {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--assisto-primary);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.review-btn:hover[b-q13rxl9iz8] {
    background-color: var(--assisto-primary-dark);
    text-decoration: none;
    color: white;
}

.back-link[b-q13rxl9iz8] {
    margin: 35px 15px 15px 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: .5rem;
}

@media (max-width: 480px) {

    .monthly-report-batch .reports-section[b-q13rxl9iz8] {
        width: 100%;
    }

    .monthly-report-batch .state-filter-section .wrapper[b-q13rxl9iz8] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .monthly-report-batch .reports-section[b-q13rxl9iz8] {
        width: 100%;
        padding: 10px;
    }

    .report-content[b-q13rxl9iz8] {
        padding: 15px;
    }

    .report-title[b-q13rxl9iz8] {
        font-size: 1.2rem;
    }

    .report-summary[b-q13rxl9iz8] {
        padding: 15px;
    }
}

.header[b-q13rxl9iz8] {
    background-color: #F0F0F0;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container[b-q13rxl9iz8] {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo[b-q13rxl9iz8] {
    height: 40px;
    margin: 0 auto;
}

.share-button[b-q13rxl9iz8] {
    margin-right: 20px;
}

.content[b-q13rxl9iz8] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.content.with-navigation[b-q13rxl9iz8] {
    margin-left: 28%;
    max-width: 850px;
}

.footer[b-q13rxl9iz8] {
    color: white;
    font-size: 14px;
    min-height: 100px;
    background-color: #004f44;
    padding: 30px;
    display: block;
    background-image: url(_content/Client.Library/images/newsletter/footer-background.png);
    margin-top: 20px;
    width: 100%;
}

.footer.with-navigation[b-q13rxl9iz8] {
    margin-left: 0;
    max-width: none;
}

.footer .wrapper[b-q13rxl9iz8] {
    max-width: 850px;
    margin: 0 auto;
}

.footer-info > div:not(:last-child)[b-q13rxl9iz8] {
    margin-bottom: 10px;
}

.footer .disclaimer[b-q13rxl9iz8] {
    max-width: 650px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}

.footer .social-icons[b-q13rxl9iz8] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer .social-link[b-q13rxl9iz8] {
    margin: 0 10px;
    display: inline-block;
}

.footer .social-link img[b-q13rxl9iz8] {
    display: block;
    width: 24px;
    height: 24px;
}

.footer .separator[b-q13rxl9iz8] {
    height: 1px;
    background-color: #c0c0c0;
    margin: 25px 0;
}

.footer .footer-info[b-q13rxl9iz8] {
    text-align: center;
}

.footer a[b-q13rxl9iz8] {
    color: white;
}

.scroll-container[b-q13rxl9iz8] {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scroll-content[b-q13rxl9iz8] {
    min-height: 100%;
    width: 100%;
    overflow: auto;
}

/* Share Modal Styles */
.modal[b-q13rxl9iz8] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.modal.visible[b-q13rxl9iz8] {
    display: block;
}

.modal-bg[b-q13rxl9iz8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-panel[b-q13rxl9iz8] {
    position: relative;
    background-color: white;
    width: 90%;
    max-width: 600px;
    margin: 50px auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.modal-panel.visible[b-q13rxl9iz8] {
    display: block;
}

.modal-header[b-q13rxl9iz8] {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
}

.share-modal-content[b-q13rxl9iz8] {
    padding: 20px;
}

.share-section[b-q13rxl9iz8] {
    margin-bottom: 30px;
}

.share-url-container[b-q13rxl9iz8] {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.share-url-container input[b-q13rxl9iz8] {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#copy-success[b-q13rxl9iz8] {
    color: green;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .content.with-navigation[b-q13rxl9iz8],
    .footer.with-navigation[b-q13rxl9iz8] {
        margin-left: 0;
        max-width: 100%;
    }

    .header-container[b-q13rxl9iz8] {
        padding: 0 10px;
    }

    .modal-panel[b-q13rxl9iz8] {
        width: 95%;
        margin: 20px auto;
    }
}

/* State statistics styles moved to ReportStatisticsSection.razor.css */

/* Statistics container styles moved to ReportStatisticsSection.razor.css */

.mt-3[b-q13rxl9iz8] {
    margin-top: 15px;
}

.mt-4[b-q13rxl9iz8] {
    margin-top: 20px;
}

.severity-tag[b-q13rxl9iz8] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    color: white;
    width: 2rem;
    height: 1.5rem;
    font-weight: bold;
    background-color: #95b0aa;
}

.l4[b-q13rxl9iz8] {
    background-color: #d80162;
}

.l3[b-q13rxl9iz8] {
    background-color: #e16b21;
}

.l2[b-q13rxl9iz8] {
    background-color: #e9c403;
}

.l1[b-q13rxl9iz8] {
    background-color: #95b0aa;
}

.report-statistics[b-q13rxl9iz8] {
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
    font-size: 0.9rem;
}

.statistics-row[b-q13rxl9iz8] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.statistic-item[b-q13rxl9iz8] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stat-label[b-q13rxl9iz8] {
    font-weight: 500;
    color: #495057;
}

.citation-date[b-q13rxl9iz8] {
    font-size: 0.8rem;
    color: #6c757d;
    margin-left: 4px;
}

.penalty-exposure[b-q13rxl9iz8] {
    margin-top: 15px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid var(--assisto-primary);
}

.exposure-header[b-q13rxl9iz8] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.exposure-title[b-q13rxl9iz8] {
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
}

.exposure-info[b-q13rxl9iz8] {
    display: inline-block;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    background-color: #6c757d;
    color: white;
    font-size: 0.7rem;
    line-height: 16px;
    cursor: help;
}

.exposure-details[b-q13rxl9iz8] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.exposure-item[b-q13rxl9iz8] {
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

.exposure-label[b-q13rxl9iz8] {
    font-size: 0.8rem;
    color: #666;
}

.exposure-value[b-q13rxl9iz8] {
    font-weight: 600;
    color: var(--assisto-primary);
}

.section-header[b-q13rxl9iz8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.section-header h2[b-q13rxl9iz8] {
    color: var(--assisto-primary);
    font-size: 1.75rem;
    margin: 0;
}

.expand-toggle[b-q13rxl9iz8] {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--assisto-primary);
    font-size: 0.8rem;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.expand-toggle:hover[b-q13rxl9iz8] {
    background-color: rgba(var(--assisto-primary-rgb), 0.1);
}

.arrow-down[b-q13rxl9iz8], .arrow-up[b-q13rxl9iz8] {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
}

.arrow-down[b-q13rxl9iz8] {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--assisto-primary);
}

.arrow-up[b-q13rxl9iz8] {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--assisto-primary);
}

.toggle-text[b-q13rxl9iz8] {
    font-weight: 500;
}

.expanded-content[b-q13rxl9iz8] {
    animation: fadeIn-b-q13rxl9iz8 0.3s ease;
}

@keyframes fadeIn-b-q13rxl9iz8 {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* _content/Assisto.Server/Components/Public/ProviderMap.razor.rz.scp.css */
/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map[b-tknk1zz3u2] {
  height: 100%;
}

/* 
 * Optional: Makes the sample page fill the window. 
 */
html[b-tknk1zz3u2],
body[b-tknk1zz3u2] {
  height: 100%;
  margin: 0;
  padding: 0;
}
/* _content/Assisto.Server/Components/Public/ProviderPage.razor.rz.scp.css */
.scroll-container[b-uhjnd5yp5x] {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scroll-content[b-uhjnd5yp5x] {
    min-height: 100%;
    width: 100%;
    overflow: auto;
}

.content[b-uhjnd5yp5x] {
    max-width: 850px;
    margin: 0 auto;
    padding: 20px;
}

.provider-info[b-uhjnd5yp5x] {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}

.provider-info h1[b-uhjnd5yp5x] {
    color: var(--assisto-primary, #004f44);
    font-size: 28px;
    margin-bottom: 10px;
}

.provider-address[b-uhjnd5yp5x] {
    color: #666;
    margin-bottom: 5px;
}

.provider-id[b-uhjnd5yp5x] {
    color: #777;
    font-size: 0.9rem;
}

.provider-citations h2[b-uhjnd5yp5x] {
    color: var(--assisto-primary, #004f44);
    font-size: 24px;
    margin-bottom: 20px;
}

.citation-list[b-uhjnd5yp5x] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.provider-not-found[b-uhjnd5yp5x] {
    text-align: center;
    padding: 50px 0;
}

.provider-not-found h2[b-uhjnd5yp5x] {
    color: var(--assisto-primary, #004f44);
    margin-bottom: 15px;
}

/* Modal styles */
.modal[b-uhjnd5yp5x] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.modal.visible[b-uhjnd5yp5x] {
    display: block;
}

.modal-bg[b-uhjnd5yp5x] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-panel[b-uhjnd5yp5x] {
    position: relative;
    background-color: white;
    width: 90%;
    max-width: 800px;
    margin: 50px auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.modal-panel.visible[b-uhjnd5yp5x] {
    display: block;
}

@media (max-width: 768px) {
    .provider-info h1[b-uhjnd5yp5x] {
        font-size: 24px;
    }

    .provider-citations h2[b-uhjnd5yp5x] {
        font-size: 20px;
    }

    .modal-panel[b-uhjnd5yp5x] {
        width: 95%;
        margin: 20px auto;
    }
}

@media (max-width: 480px) {

    .modal.visible[b-uhjnd5yp5x], .modal-panel.visible[b-uhjnd5yp5x] {
        overflow: scroll;
    }

    .modal-panel.visible[b-uhjnd5yp5x] {
        max-width: 90%;
    }
}

.modal[b-uhjnd5yp5x] {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-bg[b-uhjnd5yp5x] {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-header[b-uhjnd5yp5x] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    border-bottom: #424242;
}

.modal-panel[b-uhjnd5yp5x] {
    pointer-events: all;
    z-index: 1001;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 850px;
    width: 90%;
    max-height: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    position: relative;
    padding: 1rem 1.5rem 1rem 1.5rem;
    overflow-y: scroll;
}

.modal-content[b-uhjnd5yp5x] {
    width: 100%;
    overflow-y: auto;
    padding: 2rem;
}

/* Show/hide story modal */

.modal[b-uhjnd5yp5x], .modal-panel[b-uhjnd5yp5x] {
    display: none;
}

    .modal.visible[b-uhjnd5yp5x], .modal-panel.visible[b-uhjnd5yp5x] {
        display: flex;
        overflow: hidden;
        height: 100vh;
    }

/* Show/hide modal complete report */

.complete-report[b-uhjnd5yp5x] {
}

.modal.complete .complete-report[b-uhjnd5yp5x] {
    display: block;
}

.close-complete-report-text[b-uhjnd5yp5x] {
    display: none;
}

.modal.complete .see-complete-report-text[b-uhjnd5yp5x] {
    display: none;
}

.modal.complete .close-complete-report-text[b-uhjnd5yp5x] {
    display: inline-block;
}
/* _content/Assisto.Server/Components/Public/PublicReportFooter.razor.rz.scp.css */
.footer[b-tgp5o0tkge] {
    color: white;
    font-size: 14px;
    min-height: 100px;
    background-color: #004f44;
    padding: 30px;
    display: block;
    background-image: url(_content/Client.Library/images/newsletter/footer-background.png);
    margin-top: 20px;
    width: 100%;
}

.footer.with-navigation[b-tgp5o0tkge] {
    margin-left: 0;
    max-width: none;
}

.footer .wrapper[b-tgp5o0tkge] {
    max-width: 850px;
    margin: 0 auto;
}

.footer-info > div:not(:last-child)[b-tgp5o0tkge] {
    margin-bottom: 10px;
}

.footer .disclaimer[b-tgp5o0tkge] {
    max-width: 650px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}

.footer .social-icons[b-tgp5o0tkge] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer .social-link[b-tgp5o0tkge] {
    margin: 0 10px;
    display: inline-block;
}

.footer .social-link img[b-tgp5o0tkge] {
    display: block;
    width: 24px;
    height: 24px;
}

.footer .separator[b-tgp5o0tkge] {
    height: 1px;
    background-color: #c0c0c0;
    margin: 25px 0;
}

.footer .footer-info[b-tgp5o0tkge] {
    text-align: center;
}

.footer a[b-tgp5o0tkge] {
    color: white;
}

@media (max-width: 768px) {
    .footer.with-navigation[b-tgp5o0tkge] {
        margin-left: 0;
        max-width: 100%;
    }

    .footer .wrapper[b-tgp5o0tkge] {
        padding: 0 10px;
    }
} 
/* _content/Assisto.Server/Components/Public/PublicReportHeader.razor.rz.scp.css */
.header[b-1rk0wu9mk1] {
    position: sticky;
    top: 0;
    /* Above the report's navigation rail (z-index 100), which is a sibling sticky stacking context that
       comes later in the DOM. Without this the rail paints over the account dropdown on mobile (the rail
       sticks just below the header), and the dropdown's own z-index can't escape the header's context. */
    z-index: 101;
    background-color: white;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    margin: 0 auto;
    background-color: #F0F0F0;
}

.header-container[b-1rk0wu9mk1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    max-width: 850px;
}


.header.with-navigation .header-container[b-1rk0wu9mk1] {
    margin-left: 30%;
}

@media (max-width: 768px) {
    .header.with-navigation .header-container[b-1rk0wu9mk1] {
        margin-left: 0%;
    }
}

.logo[b-1rk0wu9mk1] {
    height: 28px;
    margin: 0 auto;
}

.header-actions[b-1rk0wu9mk1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.theme-toggle-icon[b-1rk0wu9mk1] {
    font-size: 16px;
    line-height: 1;
}

.logo-white[b-1rk0wu9mk1] {
    display: none;
}

.share-button[b-1rk0wu9mk1] {
    margin: 0;
}

.share-label-mobile[b-1rk0wu9mk1] {
    display: none;
}

/* Modal styles */
.modal[b-1rk0wu9mk1] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.modal.visible[b-1rk0wu9mk1] {
    display: block;
}

.modal-bg[b-1rk0wu9mk1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-panel[b-1rk0wu9mk1] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    max-height: 90vh;
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 90%;
    max-width: 850px;
}

.modal-panel.visible[b-1rk0wu9mk1] {
    opacity: 1;
}

@media (max-width: 768px) {
    .modal-panel[b-1rk0wu9mk1] {
        top: 0;
        left: 0;
        transform: none;
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        max-height: 100vh;
        border-radius: 0;
        padding: 1rem;
        box-sizing: border-box;
        overflow: hidden;
    }

    .modal-header[b-1rk0wu9mk1] {
        position: sticky;
        top: 0;
        z-index: 2;
        background-color: #fff;
    }

    .share-modal-content[b-1rk0wu9mk1] {
        flex: 1;
        overflow-y: auto;
        padding: 0.25rem 0 0.75rem;
    }
}



.header-container[b-1rk0wu9mk1] {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header[b-1rk0wu9mk1] {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 10px 0;
}

/* Update existing styles */
.share-modal-content[b-1rk0wu9mk1] {
    padding: 0 20px 20px 20px;
}

@media (max-width: 480px) {
    .header-container[b-1rk0wu9mk1] {
        padding: 0 10px;
    }

    .share-label-desktop[b-1rk0wu9mk1] {
        display: none;
    }

    .share-label-mobile[b-1rk0wu9mk1] {
        display: inline;
    }
}


.share-free-note[b-1rk0wu9mk1] {
    color: var(--assisto-primary);
    font-size: 18px;
    font-weight: 600;
    margin: 4px 0 0 0;
}

.share-section[b-1rk0wu9mk1] {
    margin-bottom: 24px;
}

    .share-section h4[b-1rk0wu9mk1] {
        color: var(--assisto-primary);
        margin: 0 0 8px 0;
        font-size: 16px;
    }

.share-email-container[b-1rk0wu9mk1] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 16px;
}

    .share-email-container input[b-1rk0wu9mk1] {
        flex: 1;
        padding: 8px 12px;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        font-size: 14px;
    }

.share-error[b-1rk0wu9mk1] {
    color: var(--assisto-error);
    font-size: 14px;
    margin-top: 8px;
}

.share-success[b-1rk0wu9mk1] {
    color: #4CAF50;
    font-size: 14px;
    margin-top: 8px;
}

@media (max-width: 480px) {
    .share-email-container[b-1rk0wu9mk1] {
        flex-direction: column;
    }

        .share-email-container input[b-1rk0wu9mk1] {
            width: 100%;
        }
}

.share-form[b-1rk0wu9mk1] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.share-form-field[b-1rk0wu9mk1] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .share-form-field label[b-1rk0wu9mk1] {
        font-size: 14px;
        color: var(--assisto-primary);
    }

    .share-form-field input[b-1rk0wu9mk1],
    .share-form-field textarea[b-1rk0wu9mk1] {
        padding: 8px 12px;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        font-size: 14px;
        width: 100%;
    }

    .share-form-field textarea[b-1rk0wu9mk1] {
        min-height: 80px;
        resize: vertical;
    }

.share-form-submit[b-1rk0wu9mk1] {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.share-copy-footer[b-1rk0wu9mk1] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.share-copy-footer-text[b-1rk0wu9mk1] {
    color: var(--assisto-primary);
    font-size: 15px;
    font-weight: 500;
}

.share-platform-logos[b-1rk0wu9mk1] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 6px;
    vertical-align: middle;
}

.share-platform-logo[b-1rk0wu9mk1] {
    width: 24px;
    height: 24px;
    display: inline-block;
    object-fit: contain;
}

.share-copy-separator[b-1rk0wu9mk1] {
    border: 0;
    border-top: 1px solid var(--assisto-primary);
    opacity: 0.35;
    margin: 50px 0 12px 0;
}

/* Update existing mobile styles */
@media (max-width: 480px) {
    .share-form[b-1rk0wu9mk1] {
        gap: 12px;
    }

    .share-form-field input[b-1rk0wu9mk1],
    .share-form-field textarea[b-1rk0wu9mk1] {
        width: 100%;
    }
}


.share-button[b-1rk0wu9mk1] {
    margin-right: 0;
}

.share-modal-content[b-1rk0wu9mk1] {
    padding: 20px;
}

    .share-modal-content h3[b-1rk0wu9mk1] {
        margin-top: 0;
        color: var(--assisto-primary);
        margin-bottom: 16px;
    }

.share-url-container[b-1rk0wu9mk1] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 16px;
}

    .share-url-container input[b-1rk0wu9mk1] {
        flex: 1;
        padding: 8px 12px;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        font-size: 14px;
    }

#copy-success[b-1rk0wu9mk1] {
    color: var(--assisto-primary);
    font-size: 15px;
    font-weight: 500;
    margin-left: 4px;
}

@media (max-width: 480px) {
    .share-url-container[b-1rk0wu9mk1] {
        flex-direction: column;
    }

        .share-url-container input[b-1rk0wu9mk1] {
            width: 100%;
        }

    .share-copy-footer[b-1rk0wu9mk1] {
        justify-content: flex-start;
    }
}
/* _content/Assisto.Server/Components/Public/ReportStatistics.razor.rz.scp.css */
.report-statistics[b-bb2oifbwxo] {
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
    font-size: 0.9rem;
}

.statistics-row[b-bb2oifbwxo] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.statistic-item[b-bb2oifbwxo] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stat-label[b-bb2oifbwxo] {
    font-weight: 500;
    color: #495057;
}

.citation-date[b-bb2oifbwxo] {
    font-size: 0.8rem;
    color: #6c757d;
    margin-left: 4px;
}

.expand-toggle[b-bb2oifbwxo] {
    margin-left: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--assisto-primary);
    font-size: 0.8rem;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.expand-toggle:hover[b-bb2oifbwxo] {
    background-color: rgba(var(--assisto-primary-rgb), 0.1);
}

.arrow-down[b-bb2oifbwxo], .arrow-up[b-bb2oifbwxo] {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
}

.arrow-down[b-bb2oifbwxo] {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--assisto-primary);
}

.arrow-up[b-bb2oifbwxo] {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--assisto-primary);
}

.toggle-text[b-bb2oifbwxo] {
    font-weight: 500;
}

.expanded-details[b-bb2oifbwxo] {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
    animation: fadeIn-b-bb2oifbwxo 0.3s ease;
}

.recent-citation[b-bb2oifbwxo] {
    margin-bottom: 15px;
}

.penalty-exposure[b-bb2oifbwxo] {
    background-color: #f8f9fa;
    border-radius: 6px;
}

@keyframes fadeIn-b-bb2oifbwxo {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.exposure-header[b-bb2oifbwxo] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.exposure-title[b-bb2oifbwxo] {
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
}

.exposure-info[b-bb2oifbwxo] {
    display: inline-block;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    background-color: #6c757d;
    color: white;
    font-size: 0.7rem;
    line-height: 16px;
    cursor: help;
    max-width: 300px;
}

.exposure-details[b-bb2oifbwxo] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.exposure-item[b-bb2oifbwxo] {
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

.exposure-label[b-bb2oifbwxo] {
    font-size: 0.8rem;
    color: #666;
}

.exposure-value[b-bb2oifbwxo] {
    font-weight: 600;
    color: var(--assisto-primary);
}

.no-penalty-exposure[b-bb2oifbwxo] {
    padding: 10px;
    color: #666;
    font-style: italic;
}

.severity-tag[b-bb2oifbwxo] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    color: white;
    width: 2rem;
    height: 1.5rem;
    font-weight: bold;
    background-color: #95b0aa;
}

.severity-tag.l4[b-bb2oifbwxo] {
    background-color: #d80162;
}

.severity-tag.l3[b-bb2oifbwxo] {
    background-color: #e16b21;
}

.severity-tag.l2[b-bb2oifbwxo] {
    background-color: #e9c403;
}

.severity-tag.l1[b-bb2oifbwxo] {
    background-color: #95b0aa;
} 
/* _content/Assisto.Server/Components/Public/ReportView.razor.rz.scp.css */
[b-4j85q8sgc8] .loader-colors .k-loader {
    color: #00c9af;
}

[b-4j85q8sgc8] .loader-colors .k-loader-container-label {
    color: #0b8f81 !important;
    font-weight: bold;
}

.header[b-4j85q8sgc8] {
    background-color: #F0F0F0;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo[b-4j85q8sgc8] {
    margin-left: 20px;
}

[b-4j85q8sgc8] .intro-container {
    background-color: #FCF7EE;
    padding: 20px;
    margin: 20px auto;
}

.browser-link[b-4j85q8sgc8] {
    font-size: 12px;
    color: #888888;
}

/* Sticky context bar: holds the state selector (left), tab buttons (centered) and the Topic switcher
   (right), and stays pinned just below the sticky header as the reader scrolls. The side controls are
   absolutely positioned so the tabs stay optically centered regardless of their width. */
.tabs-bar[b-4j85q8sgc8] {
    position: sticky;
    top: 56px;
    z-index: 99;
    padding: 12px 16px;
    background-color: #F0F0F0;
    border-bottom: 1px solid #e0e0e0;
}

.tabs-bar-inner[b-4j85q8sgc8] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 1000px;
    min-height: 40px;
    margin: 0 auto;
}

.tabs-bar-state[b-4j85q8sgc8] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tabs-bar-inner .tabs-topic-switcher[b-4j85q8sgc8] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tabs-container[b-4j85q8sgc8] {
    display: flex;
}

/* Below tablet width the absolute side controls would crowd the tabs, so stack everything. */
@media (max-width: 768px) {
    .tabs-bar-inner[b-4j85q8sgc8] {
        flex-direction: column;
        gap: 12px;
        min-height: 0;
    }

    .tabs-bar-state[b-4j85q8sgc8],
    .tabs-bar-inner .tabs-topic-switcher[b-4j85q8sgc8] {
        position: static;
        transform: none;
        width: 100%;
        justify-content: center;
    }
}

.tabs-topic-switcher[b-4j85q8sgc8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tabs-topic-label[b-4j85q8sgc8] {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #757575;
}

.tabs-topic-switcher .report-switcher-select[b-4j85q8sgc8] {
    min-width: 180px;
}

@media (max-width: 768px) {
    .tabs-topic-switcher[b-4j85q8sgc8] {
        width: 100%;
        justify-content: center;
    }

    .tabs-topic-switcher .report-switcher-select[b-4j85q8sgc8] {
        flex: 1;
        min-width: 0;
    }
}

.report-switcher[b-4j85q8sgc8] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 850px;
    margin: 0 auto;
    padding: 16px 20px 0;
}

.report-switcher-field[b-4j85q8sgc8] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.report-switcher-label[b-4j85q8sgc8] {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #757575;
}

.report-switcher-select[b-4j85q8sgc8] {
    min-width: 200px;
    padding: 8px 10px;
    border: 1px solid #c0c0c0;
    border-radius: 8px;
    background-color: white;
    color: #2b2b2b;
    font-size: 15px;
    cursor: pointer;
}

.report-switcher-select:hover[b-4j85q8sgc8] {
    border-color: var(--assisto-primary);
}

@media (max-width: 768px) {
    .report-switcher[b-4j85q8sgc8] {
        width: 100%;
    }

    .report-switcher-field[b-4j85q8sgc8] {
        flex: 1 1 45%;
    }

    .report-switcher-select[b-4j85q8sgc8] {
        min-width: 0;
        width: 100%;
    }
}

.tab-button[b-4j85q8sgc8] {   
    color: #0b8f81;
    background-color: #e0e0e0;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

    .tab-button:first-child[b-4j85q8sgc8] {
        border-radius: 10px 0 0 10px;
    }

    .tab-button:last-child[b-4j85q8sgc8] {
        border-radius: 0 10px 10px 0; 
        border-left: none;
    }

    .tab-button.active[b-4j85q8sgc8] {
        background-color: #4f8a80;
        color: white;
    }

    .tab-button:not(.active):hover[b-4j85q8sgc8] {
        background-color: #c0c0c0;
    }

/* "See all citations used to prepare this Topic report" — a prominent banner button on both the
   Home and Topics tabs. Clicking it opens the dedicated citations modal (#citations-modal). */
.citations-cta[b-4j85q8sgc8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    cursor: pointer;
    list-style: none;
    padding: 1rem 1.25rem;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: left;
    color: var(--assisto-primary);
    background-color: rgba(var(--assisto-primary-rgb), 0.08);
    border: 1px solid rgba(var(--assisto-primary-rgb), 0.35);
    border-radius: 8px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

button.citations-cta[b-4j85q8sgc8] {
    margin-bottom: 1.5rem;
}

.citations-cta:hover[b-4j85q8sgc8],
.citations-cta:focus-visible[b-4j85q8sgc8] {
    background-color: rgba(var(--assisto-primary-rgb), 0.14);
    border-color: rgba(var(--assisto-primary-rgb), 0.6);
}

.citations-cta-arrow svg[b-4j85q8sgc8] {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

/* ---- "How to use this report" orientation card (Overview tab) ---- */
.report-howto[b-4j85q8sgc8] {
    margin-bottom: 2.5rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid var(--assisto-action-bg-border);
    border-radius: 8px;
    background-color: var(--assisto-action-bg);
}

.report-howto-title[b-4j85q8sgc8] {
    margin: 0 0 0.25rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #111827;
}

.report-howto-lead[b-4j85q8sgc8] {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    color: #374151;
}

.report-howto-steps[b-4j85q8sgc8] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.report-howto-step[b-4j85q8sgc8] {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.report-howto-ico[b-4j85q8sgc8] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    color: var(--assisto-primary);
    background-color: rgba(var(--assisto-primary-rgb), 0.12);
}

.report-howto-ico svg[b-4j85q8sgc8] {
    width: 1.1rem;
    height: 1.1rem;
}

.report-howto-text[b-4j85q8sgc8] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.report-howto-step-title[b-4j85q8sgc8] {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
}

.report-howto-step-desc[b-4j85q8sgc8] {
    font-size: 0.92rem;
    line-height: 1.5;
    color: #374151;
}

.report-howto-beta[b-4j85q8sgc8] {
    display: inline-block;
    margin-left: 5px;
    padding: 1px 7px;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    vertical-align: middle;
    color: var(--assisto-primary);
    background-color: rgba(var(--assisto-primary-rgb), 0.12);
}

/* Dark theme overrides for elements rendered directly by ReportView (scoped to this component). */
body.theme-dark .report-howto[b-4j85q8sgc8] {
    background-color: #1e2226;
    border-color: #33383d;
}

body.theme-dark .report-howto-title[b-4j85q8sgc8],
body.theme-dark .report-howto-step-title[b-4j85q8sgc8] {
    color: #eef1f3;
}

body.theme-dark .report-howto-lead[b-4j85q8sgc8],
body.theme-dark .report-howto-step-desc[b-4j85q8sgc8] {
    color: #c4ccd0;
}

body.theme-dark .report-howto-ico[b-4j85q8sgc8],
body.theme-dark .report-howto-beta[b-4j85q8sgc8] {
    color: #5fd0c2;
    background-color: rgba(95, 208, 194, 0.15);
}

body.theme-dark .tabs-bar[b-4j85q8sgc8] {
    background-color: #1b1f22;
    border-bottom-color: #33383d;
}

body.theme-dark .tabs-topic-label[b-4j85q8sgc8] {
    color: #9aa3a8;
}

body.theme-dark .citations-cta[b-4j85q8sgc8] {
    color: #5fd0c2;
    background-color: rgba(95, 208, 194, 0.10);
    border-color: rgba(95, 208, 194, 0.35);
}

body.theme-dark .citations-cta:hover[b-4j85q8sgc8],
body.theme-dark .citations-cta:focus-visible[b-4j85q8sgc8] {
    background-color: rgba(95, 208, 194, 0.16);
    border-color: rgba(95, 208, 194, 0.55);
}

.content[b-4j85q8sgc8] {
    margin: 0 auto;
    padding: 20px;
}

.two-columns[b-4j85q8sgc8] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.intro[b-4j85q8sgc8] {
    font-size: 14px;
}

.print-button[b-4j85q8sgc8] {
    position: relative;
    top: 8px;
}

.header-content[b-4j85q8sgc8], .date-info[b-4j85q8sgc8] {
    flex-basis: 50%;
}

.date-info[b-4j85q8sgc8] {
    text-align: right;
    font-size: 14px;
    color: #00c9af;
}

    .date-info .year[b-4j85q8sgc8] {
        color: #757575;
    }

@media (max-width: 768px) {

    .content[b-4j85q8sgc8] {
        max-width: 100%;
        margin: 0 auto;
        padding: 14px;
    }

    .two-columns[b-4j85q8sgc8] {
        flex-direction: column-reverse;
        align-items: center;
    }

    .print-button[b-4j85q8sgc8] {
        display: none;
    }

    .modal.visible[b-4j85q8sgc8], .modal-panel.visible[b-4j85q8sgc8] {
        overflow: scroll;
    }

    .modal-panel.visible[b-4j85q8sgc8] {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }
}


.header-content[b-4j85q8sgc8] {
    text-align: left;
    font-size: 24px;
}

.header-text[b-4j85q8sgc8] {
    color: var(--assisto-primary);
    font-weight: bold;
    font-size: 20px;
}


.story-similar-container[b-4j85q8sgc8] {
    background-color: #F0F0F0;
    margin-top: 10px;
    padding-bottom: 15px;
}

.corrective-actions ul[b-4j85q8sgc8] {
    padding: 0 12px;
}

.corrective-actions li[b-4j85q8sgc8] {
    padding-bottom: 6px;
}

pre[b-4j85q8sgc8] {
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.footer[b-4j85q8sgc8] {
    color: white;
    font-size: 14px;
    min-height: 100px;
    background-color: #004f44;
    padding: 30px;
    display: block;
    background-image: url(_content/Client.Library/images/newsletter/footer-background.png);
    margin-top: 20px;
}

.footer-info > div:not(:last-child)[b-4j85q8sgc8] {
    margin-bottom: 10px;
}

.footer .disclaimer[b-4j85q8sgc8] {
    max-width: 650px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}

.footer .social-icons[b-4j85q8sgc8] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer .social-link[b-4j85q8sgc8] {
    margin: 0 10px;
    display: inline-block;
}

.footer .social-link img[b-4j85q8sgc8] {
    display: block;
    width: 24px;
    height: 24px;
}

.footer .separator[b-4j85q8sgc8] {
    height: 1px;
    background-color: #c0c0c0;
    margin: 25px 0;
}

.footer .footer-info[b-4j85q8sgc8] {
    text-align: center;
}

.footer a[b-4j85q8sgc8] {
    color: white;
}

.subscribe-message[b-4j85q8sgc8]{
    padding: 1rem;
}

.scroll-container[b-4j85q8sgc8]{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* Top-align: centering pushes tall content (and the sticky header) above the clipped
       container, which hid the header on large reports. */
    justify-content: flex-start;
}

.scroll-content[b-4j85q8sgc8]{
    min-height: 100%;
    width: 100%;
    overflow: auto;
}

.modal[b-4j85q8sgc8]{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-bg[b-4j85q8sgc8]{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-header[b-4j85q8sgc8]{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    border-bottom: #424242;
}

.modal-panel[b-4j85q8sgc8] {
    pointer-events: all;
    z-index: 1001;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    height: 90%;
    max-width: 850px;
    max-height: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.modal-content[b-4j85q8sgc8]{
    width: 100%;
    overflow-y: auto;
    padding: 2rem;

}

/* Dedicated citations modal: sits below the per-story modal (#modal, z-index 1000) so a story can
   open on top of it when a card's "See more details" is clicked. */
#citations-modal[b-4j85q8sgc8] {
    z-index: 990;
}

.citations-modal-panel .modal-header[b-4j85q8sgc8] {
    padding: 0.5rem 0.5rem 0;
}

.citations-modal-body[b-4j85q8sgc8] {
    flex: 1;
    min-height: 0;
    width: 100%;
    overflow-y: auto;
    padding: 0 1rem 1.5rem;
}

.scroll-top-button[b-4j85q8sgc8] {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 999px;
    background-color: var(--assisto-primary);
    color: white;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    z-index: 1100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    opacity: 0.95;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.scroll-top-button:hover[b-4j85q8sgc8] {
    filter: brightness(0.9);
}

.page-scroll-top-button[b-4j85q8sgc8] {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 999px;
    /* Neutral grey, semi-transparent so it reads as a distinct, unobtrusive utility control,
       separate from the teal assistant launcher. */
    background-color: rgba(90, 99, 110, 0.45);
    color: white;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    z-index: 1090;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    border: none;
}

.page-scroll-top-button:hover[b-4j85q8sgc8] {
    filter: brightness(0.9);
}

.page-scroll-top-button.is-visible[b-4j85q8sgc8] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Show/hide story modal */

.modal[b-4j85q8sgc8], .modal-panel[b-4j85q8sgc8]{
    display: none;
}

    .modal.visible[b-4j85q8sgc8], .modal-panel.visible[b-4j85q8sgc8] {
        display: flex;
        overflow: hidden;
        height: 100vh;
    }

/* Show/hide modal complete report */

.complete-report[b-4j85q8sgc8]{
}

.modal.complete .complete-report[b-4j85q8sgc8]{
    display: block;
}

.close-complete-report-text[b-4j85q8sgc8]{
    display: none;
}

.modal.complete .see-complete-report-text[b-4j85q8sgc8]{
    display: none;
}

.modal.complete .close-complete-report-text[b-4j85q8sgc8]{
    display: inline-block;
}

@media print {

    body[b-4j85q8sgc8], html[b-4j85q8sgc8] {
        height: auto;
        overflow: visible;
    }

    .content[b-4j85q8sgc8] {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .scroll-container[b-4j85q8sgc8], .scroll-content[b-4j85q8sgc8] {
        height: auto !important;
        overflow: visible !important;
    }
}


/* ── Signup prompt (mint tint background, teal accents, highlight-yellow CTA) ── */

.signup-prompt[b-4j85q8sgc8] {
    margin: 40px auto 8px;
    max-width: 850px;
    padding: 32px 32px 32px 32px;
    border-radius: 12px;
    background-color: #f0faf8;
    border: 2px solid var(--assisto-primary);
    color: #2b2b2b;
}

.signup-prompt h4[b-4j85q8sgc8] {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--assisto-primary);
}

.signup-prompt p[b-4j85q8sgc8] {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 1.5;
    color: #4a5a58;
}

.signup-prompt .signup-prompt-social[b-4j85q8sgc8] {
    margin: 0 0 16px 0;
    font-size: 17px;
    font-weight: 700;
    color: #2b2b2b;
}

.signup-prompt .signup-prompt-price[b-4j85q8sgc8] {
    margin: 0 0 4px 0;
    font-size: 15px;
}

.signup-prompt .signup-prompt-price strong[b-4j85q8sgc8] {
    font-size: 26px;
    font-weight: 700;
    color: var(--assisto-primary);
}

.signup-prompt .signup-prompt-price-badge[b-4j85q8sgc8] {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    border: 1px solid var(--assisto-primary);
    border-radius: 999px;
    background-color: transparent;
    color: var(--assisto-primary);
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
}

.signup-prompt .signup-prompt-billing[b-4j85q8sgc8] {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 600;
    color: #8a9794;
}

.signup-prompt .signup-prompt-note[b-4j85q8sgc8] {
    margin: 14px 0 0 0;
    font-size: 13px;
    color: #8a9794;
}

.signup-prompt a[b-4j85q8sgc8] {
    text-decoration: none;
    display: inline-block;
}

.signup-prompt-cta[b-4j85q8sgc8]  button {
    border: none;
    font-weight: 700;
    font-size: 16px;
    padding: 0.75rem 1.5rem;
    background-color: var(--assisto-highlight-yellow);
    color: #0a3d37;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.signup-prompt-cta[b-4j85q8sgc8]  button:hover,
.signup-prompt-cta[b-4j85q8sgc8]  button:focus,
.signup-prompt-cta[b-4j85q8sgc8]  button:active {
    background-color: var(--assisto-highlight-yellow);
    filter: brightness(0.93);
}

@media (max-width: 480px) {
    .signup-prompt[b-4j85q8sgc8] {
        text-align: center;
        padding: 24px;
    }

    .signup-prompt a[b-4j85q8sgc8] {
        display: flex;
        justify-content: center;
    }
}

.content.with-navigation[b-4j85q8sgc8],
.signup-prompt.with-navigation[b-4j85q8sgc8] {
    margin-left: 28%;
    max-width: 850px;
}

.header.with-navigation .header-container[b-4j85q8sgc8],
.content.with-navigation .header-container[b-4j85q8sgc8],
.footer.with-navigation .wrapper[b-4j85q8sgc8] {
    margin-left: 30%;
    max-width: 850px;
}

/* ── Navigation rail (persistent left rail on desktop, collapsible bar on mobile) ──
   Replaces the old tabs-bar + topic dropdown. .content.with-navigation (above) clears the
   fixed desktop rail; below 768px the rail collapses and the content offset resets. */
.report-rail-desktop[b-4j85q8sgc8] {
    position: fixed;
    left: 20px;
    top: 70px;
    width: 28%;
    max-width: 300px;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    overflow-x: hidden;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    z-index: 100;
    font-size: 15px;
}

.report-rail-mobile[b-4j85q8sgc8] {
    display: none;
}

.report-rail-state[b-4j85q8sgc8] {
    margin-bottom: 0.75rem;
}

.report-rail-state .header-state-field[b-4j85q8sgc8] {
    width: 100%;
}

.report-rail .rail-item[b-4j85q8sgc8] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    /* Without border-box, width:100% + horizontal padding overflows the rail and forces a horizontal
       scrollbar (overflow-y:auto computes overflow-x to auto). Include padding in the width instead. */
    box-sizing: border-box;
    text-align: left;
    padding: 0.6rem 10px;
    border: none;
    background: transparent;
    border-radius: 4px;
    color: var(--assisto-primary);
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 0.25rem;
}

.report-rail .rail-item:hover[b-4j85q8sgc8] {
    background-color: #f5f5f5;
}

.report-rail .rail-item.active[b-4j85q8sgc8] {
    background-color: var(--assisto-primary);
    color: white;
}

.report-rail .rail-item--topic[b-4j85q8sgc8] {
    padding-left: 22px;
    /* Topic names can wrap to several lines, so keep the icon pinned to the first line (not centred on
       the whole text block). */
    align-items: flex-start;
}

.report-rail .rail-item--topic .rail-ico[b-4j85q8sgc8] {
    margin-top: 1px;
}

/* The active topic's narrative sections, nested a level deeper. */
.report-rail .rail-item--section[b-4j85q8sgc8] {
    /* width:auto (not the inherited 100%) so the left margin doesn't push the box past the rail. */
    width: auto;
    padding: 0.4rem 10px 0.4rem 34px;
    font-size: 14px;
    color: #5f7d77;
    border-left: 2px solid #e0e0e0;
    margin-left: 22px;
    border-radius: 0;
}

.report-rail .rail-item--section:hover[b-4j85q8sgc8] {
    color: var(--assisto-primary);
}

/* The section currently in view (scroll-spy). High specificity (.rail-item.rail-item--section.active)
   so it wins over the solid teal .rail-item.active block on both the desktop and mobile copies — a
   lighter green accent reads as "you are here" without looking like a selected topic. */
.report-rail .rail-item.rail-item--section.active[b-4j85q8sgc8] {
    background-color: rgba(var(--assisto-primary-rgb), 0.12);
    color: var(--assisto-primary);
    font-weight: 600;
    border-left-color: var(--assisto-primary);
}

/* Topic sub-links are a collapsible accordion on every viewport (desktop + mobile): collapsed by default,
   expanded when the topic is .expanded. The active topic starts expanded (markup adds the class), and any
   topic can then be toggled open/closed via railTopicClick without navigating (single-open: opening one
   closes the others). The open/close is animated with the grid-rows 0fr↔1fr technique (an inner wrapper
   with overflow:hidden), which animates smoothly regardless of how tall the topic's content is. */
.report-rail .rail-topic-sections[b-4j85q8sgc8] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.25s ease;
}

.report-rail .rail-topic.expanded .rail-topic-sections[b-4j85q8sgc8] {
    grid-template-rows: 1fr;
}

.report-rail .rail-topic-sections-inner[b-4j85q8sgc8] {
    overflow: hidden;
    min-height: 0;
}

/* Expand caret on any topic that has children (sections and/or a self-audit): pinned to the right edge
   of the row, flipped when the topic is open. */
.report-rail .rail-topic-caret[b-4j85q8sgc8] {
    display: none;
}

.report-rail .rail-item--has-sections .rail-topic-caret[b-4j85q8sgc8] {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    color: var(--assisto-primary);
    transition: transform 0.2s ease;
}

.report-rail .rail-item.active .rail-topic-caret[b-4j85q8sgc8] {
    color: inherit;
}

.report-rail .rail-topic.expanded .rail-item--has-sections .rail-topic-caret[b-4j85q8sgc8] {
    transform: rotate(180deg);
}

.report-rail .rail-ico[b-4j85q8sgc8] {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.report-rail .rail-section-label[b-4j85q8sgc8] {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #757575;
    padding: 0.6rem 10px 0.25rem;
}

.report-rail .rail-divider[b-4j85q8sgc8] {
    height: 1px;
    background: #e0e0e0;
    margin: 0.5rem 6px;
}

.report-rail .rail-beta[b-4j85q8sgc8] {
    font-size: 11px;
    font-weight: 600;
    color: #757575;
}

.report-rail .rail-item.active .rail-beta[b-4j85q8sgc8] {
    color: rgba(255, 255, 255, 0.85);
}

/* Mobile: the rail becomes a full-width sticky disclosure under the header. */
@media (max-width: 768px) {
    .report-rail-desktop[b-4j85q8sgc8] {
        display: none;
    }

    /* Stick the NAV (not the inner rail): position:sticky is bounded by the element's containing block,
       and the inner rail's parent is the short <nav>, so sticking it directly un-sticks immediately.
       The <nav>'s containing block is the tall .scroll-content, so it stays pinned across the scroll. */
    .report-rail[b-4j85q8sgc8] {
        position: sticky;
        top: 56px;
        z-index: 100;
    }

    .report-rail-mobile[b-4j85q8sgc8] {
        display: block;
        margin-bottom: 1rem;
        background: var(--assisto-primary);
    }

    .report-rail-mobile-state[b-4j85q8sgc8] {
        padding: 0.6rem 1rem;
    }

    .report-rail-mobile-state .header-state-field[b-4j85q8sgc8] {
        width: 100%;
    }

    .report-rail-bar[b-4j85q8sgc8] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.8rem 1rem;
        color: #ffffff;
        font-weight: 600;
        cursor: pointer;
    }

    /* Current-location label + its icon (home / topic), kept together on the left of the bar. */
    .report-rail-bar .nav-current[b-4j85q8sgc8] {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
    }

    .report-rail-bar .nav-current-ico[b-4j85q8sgc8] {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
    }

    /* No icon for this destination (e.g. the checklist): collapse the slot so the label sits flush. */
    .report-rail-bar .nav-current-ico:empty[b-4j85q8sgc8] {
        display: none;
    }

    .report-rail-bar .nav-arrow[b-4j85q8sgc8]::after {
        content: "▼";
        font-size: 0.8em;
    }

    .report-rail-mobile.open .report-rail-bar .nav-arrow[b-4j85q8sgc8]::after {
        content: "▲";
    }

    .report-rail-menu[b-4j85q8sgc8] {
        display: none;
        background: white;
        max-height: 60vh;
        overflow-y: auto;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    }

    .report-rail-mobile.open .report-rail-menu[b-4j85q8sgc8] {
        display: block;
    }

    .report-rail-menu .rail-item[b-4j85q8sgc8] {
        border-radius: 0;
        border-bottom: 1px solid #edf3f2;
        color: #1f2937;
        margin-bottom: 0;
        padding: 0.7rem 1rem;
    }

    .report-rail-menu .rail-item--topic[b-4j85q8sgc8] {
        padding-left: 1.5rem;
    }

    .report-rail-menu .rail-item--section[b-4j85q8sgc8] {
        padding-left: 2.25rem;
        margin-left: 1rem;
    }

    .report-rail-menu .rail-item.active[b-4j85q8sgc8] {
        background-color: var(--assisto-primary);
        color: white;
    }

    .report-rail-menu .rail-section-label[b-4j85q8sgc8] {
        padding: 0.6rem 1rem 0.25rem;
    }
}

/* ── Dark theme for the rail ── */
body.theme-dark .report-rail-desktop[b-4j85q8sgc8] {
    background-color: #1e2226;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

body.theme-dark .report-rail .rail-item[b-4j85q8sgc8] {
    color: #5fd0c2;
}

body.theme-dark .report-rail .rail-item:hover[b-4j85q8sgc8] {
    background-color: #2a3036;
}

body.theme-dark .report-rail .rail-item.active[b-4j85q8sgc8] {
    background-color: var(--assisto-primary);
    color: #ffffff;
}

body.theme-dark .report-rail .rail-section-label[b-4j85q8sgc8] {
    color: #9aa3a8;
}

body.theme-dark .report-rail .rail-item--section[b-4j85q8sgc8] {
    color: #9aa3a8;
    border-left-color: #3a4046;
}

body.theme-dark .report-rail .rail-item--section:hover[b-4j85q8sgc8] {
    color: #5fd0c2;
}

body.theme-dark .report-rail .rail-item.rail-item--section.active[b-4j85q8sgc8] {
    background-color: rgba(95, 208, 194, 0.14);
    color: #5fd0c2;
    border-left-color: #5fd0c2;
}

body.theme-dark .report-rail .rail-divider[b-4j85q8sgc8] {
    background: #33383d;
}

body.theme-dark .report-rail-menu[b-4j85q8sgc8] {
    background-color: #1e2226;
}

body.theme-dark .report-rail-menu .rail-item[b-4j85q8sgc8] {
    color: #c4ccd0;
    border-bottom-color: #2c3137;
}

@media (max-width: 768px) {
    .modal-panel[b-4j85q8sgc8] {
        border-radius: 0;
        box-shadow: none;
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        max-height: 100vh;
        margin: 0;
        /* The shared .dialog has no padding on mobile, so provide the horizontal
           gutter here to keep content off the screen edges. */
        padding: 0 1rem;
    }

    .tabs-container[b-4j85q8sgc8] {
        width: 100%;
        padding: 16px 0;
    }

    .scroll-top-button[b-4j85q8sgc8] {
        right: 16px;
        bottom: 16px;
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .page-scroll-top-button[b-4j85q8sgc8] {
        right: 16px;
        bottom: 16px;
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .content.with-navigation[b-4j85q8sgc8],
    .signup-prompt.with-navigation[b-4j85q8sgc8],
    .header.with-navigation[b-4j85q8sgc8],
    .footer.with-navigation[b-4j85q8sgc8] {
        margin-left: 0;
        margin: auto 0;
    }

    .header.with-navigation .header-container[b-4j85q8sgc8],
    .content.with-navigation .header-container[b-4j85q8sgc8],
    .footer.with-navigation .wrapper[b-4j85q8sgc8] {
        margin-left: 0%;
    }

/* The shared .modal-panel is sized for the full-height story modal; the login modal sizes to content. */
.modal-panel.login-modal-panel[b-4j85q8sgc8] {
    height: auto;
    max-height: 90vh;
    width: 90%;
    max-width: 460px;
    padding: 0 0 1.5rem;
    overflow-y: auto;
}

    .modal-panel.login-modal-panel.visible[b-4j85q8sgc8] {
        height: auto;
        overflow-y: auto;
    }

    .login-modal-panel .modal-header[b-4j85q8sgc8] {
        padding: 0.75rem 0.75rem 0;
    }

.login-modal-content[b-4j85q8sgc8] {
    padding: 0 2rem;
}

    .login-modal-content h4[b-4j85q8sgc8] {
        color: var(--assisto-primary);
        margin: 0 0 4px 0;
        font-size: 20px;
    }

.login-modal-note[b-4j85q8sgc8] {
    color: #555555;
    font-size: 14px;
    margin: 0 0 1.25rem 0;
}

.login-modal-error[b-4j85q8sgc8] {
    color: var(--assisto-error);
    font-size: 14px;
    margin-top: 0.75rem;
}

.login-modal-actions[b-4j85q8sgc8] {
    margin-top: 1.25rem;
}

.login-modal-links[b-4j85q8sgc8] {
    font-size: 13px;
    margin-top: 1rem;
}

    .login-modal-links a[b-4j85q8sgc8] {
        color: var(--assisto-primary);
    }
}
/* _content/Assisto.Server/Components/Public/SearchPagePublic.razor.rz.scp.css */

.search-page[b-cd4bggx7cw] {
    margin-top: 0rem;
    max-height: 100%;
}
/* _content/Assisto.Server/Components/Public/TagFrequencyChart.razor.rz.scp.css */
.chart-section[b-fy28otogl0] {
    margin: 2rem 0;
}

.chart-section h4[b-fy28otogl0] {
    color: var(--assisto-primary);
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.chart-description[b-fy28otogl0] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.chart-container[b-fy28otogl0] {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 400px;
}

@media (max-width: 480px) {
    .chart-container[b-fy28otogl0] {
        padding: 10px;
        height: 500px;
    }
}

@media print {
    .chart-container[b-fy28otogl0] {
        break-inside: avoid;
        page-break-inside: avoid;
    }
} 
/* _content/Assisto.Server/Components/Public/TopTagsAnalysisSection.razor.rz.scp.css */
.tag-analysis-section[b-qpyzxkf89r] {
    padding: 0;
    margin-bottom: 20px;
}

.severity-tag[b-qpyzxkf89r] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    color: white;
    width: 2rem;
    height: 1.5rem;
    font-weight: bold;
    background-color: #95b0aa;
}

.severity-tag.l4[b-qpyzxkf89r] {
    background-color: #d80162;
}

.severity-tag.l3[b-qpyzxkf89r] {
    background-color: #e16b21;
}

.severity-tag.l2[b-qpyzxkf89r] {
    background-color: #e9c403;
}

.severity-tag.l1[b-qpyzxkf89r] {
    background-color: #95b0aa;
}

@media (max-width: 768px) {
    .tag-analysis-section[b-qpyzxkf89r] {
        padding: 0;
    }
    
    .row[b-qpyzxkf89r] {
        flex-direction: column;
    }
    
    .col-md-6[b-qpyzxkf89r] {
        width: 100%;
        margin-bottom: 20px;
    }
} 
/* _content/Assisto.Server/Components/Subscription/PlanSelectionPage.razor.rz.scp.css */

.plan-selection[b-90qdm64bgt]{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

h1[b-90qdm64bgt]{
    margin-bottom: 2rem;
    font-weight: bold;
    color: var(--assisto-primary);
    text-align: center;
    font-size: 2rem;
}
