@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/ReportingTool/Components/Ac2tContactTable.razor.rz.scp.css */
.ac2tcont-list[b-7kgfukoemr] {
    border: 2px solid #000;
    border-radius: 6px;
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
}

.ac2tcont-header[b-7kgfukoemr] {
    background: gainsboro;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 8px 12px;
    border-bottom: 2px solid #000;
}

.ac2tcont-mailline[b-7kgfukoemr] {
    border-bottom: 2px solid #000;
    background-color: antiquewhite;
    font-size: 20px;
    font-weight: 700;
    min-height: 40px;
    text-align: center;
    vertical-align: middle;
}
.ac2tcont-grid[b-7kgfukoemr] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px;
}

.ac2tcont-grid-row[b-7kgfukoemr] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
}

.ac2tcont-placeholder[b-7kgfukoemr] { 
    border: 1px dashed transparent;
}
/* _content/ReportingTool/Components/Ac2tSingleContact.razor.rz.scp.css */

.ac2tcont-card[b-598ebj3a90] {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 12px;
    border: 1px solid #000;
    padding: 10px;
    align-items: stretch;
}

.ac2tcont-card-left[b-598ebj3a90] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.ac2tcont-card img[b-598ebj3a90] {
    height: 150px;
    object-fit: contain;
    justify-self: center;
}

.ac2tcont-name[b-598ebj3a90] {
    font-size: 12px;
}
.ac2tcont-card-right[b-598ebj3a90] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-items: center;
    height: 100%;
}

.ac2tcont-aufgabe[b-598ebj3a90],
.ac2tcont-tel[b-598ebj3a90],
.ac2tcont-mail[b-598ebj3a90]
{
    font-size: 18px;
    text-align: center;
}

.ac2tcont-mail a[b-598ebj3a90],
.ac2tcont-tel a[b-598ebj3a90] {
    text-decoration: underline;
}
/* _content/ReportingTool/Components/BottomGesamtTable.razor.rz.scp.css */
.btgcell[b-en3si11hfn] {
    vertical-align: top;
    width: 200px;
}

.btg[b-en3si11hfn] {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    height: 105px;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 600px;
}

    /* thead-Layout wie in der SASS-Vorlage */
    .btg thead tr td[b-en3si11hfn] {
        vertical-align: middle;
    }

    .btg thead tr:first-child[b-en3si11hfn] {
        height: 28px;
    }

    .btg thead tr:not(:first-child) td[b-en3si11hfn] {
        background-color: silver;
        border: 1px solid black;
        height: 43px;
        text-align: center;
    }

    /* tbody-Styles */
    .btg tbody tr td[b-en3si11hfn] {
        border: 1px solid black;
        padding-top: 4px;
        vertical-align: middle;
    }

        .btg tbody tr td:not(:first-child)[b-en3si11hfn] {
            padding-right: 10px;
            text-align: right;
            width: 120px;
        }

    /* alle Zeilen außer der letzten: linke Zelle eingerückt */
    .btg tbody tr:not(:last-child) td:first-child[b-en3si11hfn] {
        padding-left: 15px;
        text-align: left;
        width: 300px;
    }

    /* letzte Zeile als „Summe“/Footer */
    .btg tbody tr:last-child[b-en3si11hfn] {
        height: 40px;
    }

        .btg tbody tr:last-child td[b-en3si11hfn] {
            background-color: silver;
            font-weight: bold;
            font-size: 14px;
        }

            .btg tbody tr:last-child td:first-child[b-en3si11hfn] {
                text-align: center;
                width: 300px;
            }
/* _content/ReportingTool/Components/BottomWPTable.razor.rz.scp.css */
.bwpt[b-epqod63d51] {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    height: 105px;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

    /* thead */
/*    .bwpt thead tr td {
        vertical-align: middle;
    }

    .bwpt thead tr:first-child {
        height: 28px;
    }

    .bwpt thead tr:not(:first-child) td {
        background-color: silver;
        border: 1px solid black;
        height: 43px;
        text-align: center;
    }
*/
    /* tbody */
    .bwpt tbody tr td[b-epqod63d51] {
        border: 1px solid black;
        padding-top: 4px;
        vertical-align: middle;
    }

        .bwpt tbody tr td:not(:first-child)[b-epqod63d51] {
            padding-right: 10px;
            text-align: right;
        }

    .bwpt tbody tr:not(:last-child)[b-epqod63d51] {
        height: 35px;
    }

        .bwpt tbody tr:not(:last-child) td:first-child[b-epqod63d51] {
            padding-left: 15px;
            text-align: left;
        }

    .bwpt tbody tr:last-child[b-epqod63d51] {
        height: 40px;
    }

        .bwpt tbody tr:last-child td[b-epqod63d51] {
            background-color: silver;
            font-size: 14px;
            font-weight: bold;
        }

            .bwpt tbody tr:last-child td:first-child[b-epqod63d51] {
                text-align: center;
            }

.bwpt-col1[b-epqod63d51] {
    padding-left: 15px;
    text-align: left;
}

.bwpt-tit1[b-epqod63d51] {
    font-size: 11px;
}
.bwpt-tit2[b-epqod63d51] {
    margin-top: 5px;
    line-height: 1.15;
    color: #555;
}
/* _content/ReportingTool/Components/CustomValidationSummary.razor.rz.scp.css */
.custom-validation-summary[b-kw4s429flb] {
    text-align: center;
    background-color: #ffe6e6;
    border: 1px solid red;
    padding: 10px;
    border-radius: 4px;
    font-size: 0.95rem;
    display: inline-block;
    width: auto;
}
/* _content/ReportingTool/Components/DataTableHeader.razor.rz.scp.css */
.datatableheader[b-5w973qh5ok],
.datatable td[b-5w973qh5ok] {
    padding: 4px 8px;
    border: 1px solid #ccc;
    vertical-align: middle;
    background-color: #e0e0e0; /* grau */
    font-weight: bold;
    text-align: center;
}
/* _content/ReportingTool/Components/DownloadTable.razor.rz.scp.css */
.downloadtable[b-7hxxbne2iz] {
    border: 2px solid #000;
    border-radius: 6px;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}

    .downloadtable thead td[b-7hxxbne2iz] {
        background: gainsboro;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        padding: 8px 12px;
        border-bottom: 2px solid #000;
    }

    .downloadtable tbody tr[b-7hxxbne2iz] {
        height: 50px;
    }

    .downloadtable tbody td[b-7hxxbne2iz] {
        border: 1px solid #000;
        font-size: 16px;
        vertical-align: middle;
        text-align: center;
    }

        .downloadtable tbody td.dt-col-title[b-7hxxbne2iz] {
            padding-left: 15px;
            text-align: left;
        }

    .downloadtable tbody img[b-7hxxbne2iz] {
        width: 50px;
    }

.btn-download[b-7hxxbne2iz] {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    height: 40px;
    min-width: 110px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 6px;
    text-decoration: none;
    background: #f5f5f5;
}

    .btn-download:hover[b-7hxxbne2iz] {
        background: #e9e9e9;
    }
/* _content/ReportingTool/Components/LoginButtonGrid.razor.rz.scp.css */
.login-button-grid[b-166hbe0k30] {
    margin: 0 auto;
    border-spacing: 10px;
}

.login-dynamic-button[b-166hbe0k30] {
    width: 150px;
    height: 50px;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    cursor: pointer;
    border-width: 1px;
    margin: 2px;
}

.login-dynamic-button:disabled[b-166hbe0k30] {
    cursor: not-allowed;
    opacity: 0.6;
}
/* _content/ReportingTool/Components/NumberInput.razor.rz.scp.css */
input.form-control.no-arrows[b-651jv86vx1]::-webkit-outer-spin-button,
input.form-control.no-arrows[b-651jv86vx1]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.form-control.no-arrows[b-651jv86vx1] {
    -moz-appearance: textfield;
}
/* _content/ReportingTool/Components/Page0LegendTable.razor.rz.scp.css */
:root[b-slalxm5w9m] {
    --table-max: 1080px;
    --fs-base: clamp(13px, 1.2vw, 16px);
    --fs-head: clamp(14px, 1.4vw, 18px);
}

.page0legendtable[b-slalxm5w9m] {
    width: 100%;
    max-width: var(--table-max);
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px solid #000;
    margin-inline: auto;
    font-size: var(--fs-base);
}

/*    .page0legendtable thead tr {
        height: 40px;
    }

    .page0legendtable thead td {
        border: 1px solid #000;
        font-weight: 700;
        text-align: center;
        vertical-align: middle;
        background-color: silver;
    }

    .page0legendtable thead tr:first-child td {
        border: 2px solid #000;
        font-size: var(--fs-head);
    }

    .page0legendtable thead tr:last-child {
        background-color: silver;
    }
*/
    .page0legendtable tbody tr[b-slalxm5w9m] {
        height: 40px;
    }

    .page0legendtable tbody td[b-slalxm5w9m] {
        border: 1px solid #000;
        vertical-align: middle;
    }

    .page0legendtable .p0l-col1[b-slalxm5w9m] {
        text-align: center;
    }

    .p0l-wptable[b-slalxm5w9m] {
        border: none;
        width: 100%;
    }

    .page0legendtable .p0l-col2[b-slalxm5w9m] {
        border: none;
        padding-left: 15px;
        text-align: left;
        width: 180px;
    }

    .page0legendtable .p0l-col3[b-slalxm5w9m] {
        border: none;
        border-left: 1px dotted #808080;
        text-align: left;
        padding-left: 15px;
        word-break: break-word;
        width: auto;
    }

/* Kleine Bildschirme: Schrift minimal kleiner und Zeilenhöhe flexibler */
@media (max-width: 640px) {
    .page0legendtable tbody tr[b-slalxm5w9m] {
        height: auto;
    }
}
/* _content/ReportingTool/Components/Page0OverviewTable.razor.rz.scp.css */
:root[b-s6cxurhqzb] {
    --table-max: 1080px;
    --fs-base: clamp(13px, 1.1vw, 16px);
    --fs-head: clamp(14px, 1.3vw, 18px);
}

.page0overviewtable[b-s6cxurhqzb] {
    width: 100%;
    max-width: var(--table-max);
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px solid #000;
    margin-inline: auto;
    font-size: var(--fs-base);
    table-layout: fixed; /* stabile Spaltenbreiten */
}

.page0overviewtable thead tr[b-s6cxurhqzb] {
    height: 40px;
}

.page0overviewtable thead td[b-s6cxurhqzb] {
    border: 1px solid #000;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.page0overviewtable thead tr:first-child td[b-s6cxurhqzb] {
    border: 2px solid #000;
    font-size: var(--fs-head);
}

.page0overviewtable thead tr:last-child[b-s6cxurhqzb] {
    background-color: silver;
}

.page0overviewtable tbody tr[b-s6cxurhqzb] {
    height: 40px;
}

.page0overviewtable tbody td[b-s6cxurhqzb] {
    border: 1px solid #000;
    vertical-align: middle;
    padding-inline: 10px;
    overflow-wrap: anywhere;
}

.page0overviewtable .p0o-center[b-s6cxurhqzb] {
    text-align: center;
}

.page0overviewtable .p0o-right[b-s6cxurhqzb] {
    text-align: right;
    padding-right: 15px;
}

.page0overviewtable tfoot tr[b-s6cxurhqzb] {
    border: 2px solid #000;
    height: 40px;
}

.page0overviewtable tfoot td[b-s6cxurhqzb] {
    background-color: silver;
    border: 1px solid #000;
    font-weight: 700;
    vertical-align: middle;
}

    .page0overviewtable tfoot td:first-child[b-s6cxurhqzb] {
        text-align: center;
    }

    .page0overviewtable tfoot td:not(:first-child)[b-s6cxurhqzb] {
        text-align: right;
        padding-right: 15px;
    }

/* Kleine Screens: flexible Zeilenhöhe */
@media (max-width: 640px) {
    .page0overviewtable tbody tr[b-s6cxurhqzb],
    .page0overviewtable tfoot tr[b-s6cxurhqzb] {
        height: auto;
    }
}
/* _content/ReportingTool/Components/PageHelpTable.razor.rz.scp.css */
.help-banner[b-6odwsxqbah] {
    --w: 600px; /* Fallback */
    --icon: 48px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px;
    background: #f6fff9;
    border: 1px solid #bfe6cf;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
    border-radius: 10px;

    max-width: min(var(--w), 100%);
    margin: 0 auto;
    padding: 10px 14px;
}

.help-icon[b-6odwsxqbah] {
    width: var(--icon);
    height: var(--icon);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

    .help-icon svg[b-6odwsxqbah] {
        width: var(--icon);
        height: var(--icon);
        display: block;
    }

/* Text rechts */
.help-text[b-6odwsxqbah] {
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: 600;
    text-align: center;
    color: #1c3b2b;
    line-height: 1.35;
}
    /* HTML-Content innen kompakt halten */
    .help-text :where(p, ul, ol)[b-6odwsxqbah] {
        margin: .2em 0;
    }

    .help-text a[b-6odwsxqbah] {
        color: #167a3d;
        text-decoration: underline;
    }

/* Schmaler Screen: voller Breite, ohne linken Offset */
@media (max-width: 640px) {
    .help-banner[b-6odwsxqbah] {
        margin-left: 0;
        max-width: 100%;
        grid-template-columns: 28px 1fr;
        gap: 10px;
        padding: 8px 10px;
    }

    .help-icon[b-6odwsxqbah] {
        width: 28px;
        height: 28px;
    }

        .help-icon svg[b-6odwsxqbah] {
            width: 24px;
            height: 24px;
        }
}

/* Dark Mode dezent (changed to force lightmode) */
@media (prefers-color-scheme: dark) {
    .help-banner[b-6odwsxqbah] {
        background: white;
        border-color: black;
        box-shadow: none;
    }

    .help-text[b-6odwsxqbah] {
        color: black;
    }

        .help-text a[b-6odwsxqbah] {
            color: #79d3a4;
        }
}
/* _content/ReportingTool/Components/PartnerDataTable.razor.rz.scp.css */
.pdt[b-srzq5rmwgu] {
    border: 2px solid black;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 auto;
}

    .pdt thead td[b-srzq5rmwgu] {
        background-color: gainsboro;
        border: 2px solid black;
        font-size: 16px;
        font-weight: bold;
        padding-top: 5px;
        text-align: center;
        vertical-align: middle;
    }

    .pdt td[b-srzq5rmwgu] {
        border: 1px solid #808080;
    }

    .pdt tr[b-srzq5rmwgu] {
        height: 35px;
    }

    .pdttitelcell[b-srzq5rmwgu] {
        text-align: right;
        padding-right: 5px;
        width: auto;
    }
    .pdtvaluecell[b-srzq5rmwgu] {
        width: 420px;
        text-align: center;
    }

    .irradiobuttonstable[b-srzq5rmwgu] {
        border: none;
        width: 100%;
    }
    .irradiobuttonstable td[b-srzq5rmwgu] {
        border: none;
    }

.radiobuttoncell[b-srzq5rmwgu] {
    width: 40px;
}
.radiobuttoncell input[b-srzq5rmwgu] {
    width: 40px;
}
.radiobuttonlabelcell[b-srzq5rmwgu] {
    width: auto;
    text-align: left;
        
}
/* _content/ReportingTool/Components/RatingTable.razor.rz.scp.css */
:root[b-ewzeqh94z3] {
    --table-max: 1080px;
}

.ratingtable[b-ewzeqh94z3] {
    width: 100%;
    max-width: var(--table-max);
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px solid #000;
    margin-inline: auto;
    table-layout: fixed;
    font-size: clamp(13px, 1.1vw, 16px);
}

.ratingtable thead td[b-ewzeqh94z3] {
    background-color: gainsboro;
    border: 2px solid #000;
    font-size: clamp(14px, 1.3vw, 18px);
    font-weight: 700;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
}

.ratingtable tbody td[b-ewzeqh94z3] {
    border: 1px solid #000;
    text-align: center;
    vertical-align: middle;
}

.ratingcell[b-ewzeqh94z3] {
    cursor: pointer;
    transition: background-color .15s ease;
}

    .ratingcell.selected[b-ewzeqh94z3] {
        background-color: darkgrey;
    }

    .ratingcell img[b-ewzeqh94z3] {
        width: 80px;
        height: auto;
    }

.ratingtable textarea[b-ewzeqh94z3] {
    width: 100%;
    height: 90px;
    padding: 8px 10px;
    resize: vertical;
    font: inherit;
}

.rating_submit_button[b-ewzeqh94z3] {
    width: 200px;
    height: 50px;
    border: 1px solid #333;
    border-radius: 8px;
    background: #f4f4f4;
}

    .rating_submit_button:hover[b-ewzeqh94z3] {
        background: #e9e9e9;
    }

@media (max-width: 640px) {
    .ratingcell img[b-ewzeqh94z3] {
        width: 64px;
    }
}

feedback-box[b-ewzeqh94z3] {
    align-content: space-evenly;
}
/* _content/ReportingTool/Components/RedHeaderLine.razor.rz.scp.css */
.redheadercell[b-v8cx99j3gr] {
    border: 1px solid black;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 4px;
    max-width: 100%;
}
/* _content/ReportingTool/Components/SelectReportTable.razor.rz.scp.css */
.scroll-container[b-hje6rr7cuq] {
    overflow-x: auto;
    max-width: 100%;
}

.jahrestabelle[b-hje6rr7cuq] {
    overflow-x: auto;
    border-collapse: collapse;
    width: max-content;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    table-layout: fixed;
}

    .jahrestabelle th[b-hje6rr7cuq],
    .jahrestabelle td[b-hje6rr7cuq] {
        border: 1px solid #ccc;
        padding: 4px;
        min-width: 150px;
        max-width: 150px;
        word-wrap: break-word;
    }

        .jahrestabelle td div[b-hje6rr7cuq] {
            padding: 4px 0;
            text-align: center;
        }

    .jahrestabelle thead th[b-hje6rr7cuq] {
        position: sticky;
        top: 0;
        background: #f0f0f0;
        z-index: 3;
    }

    /* Linke Spalte fixieren */
    .jahrestabelle th:first-child[b-hje6rr7cuq],
    .jahrestabelle td:first-child[b-hje6rr7cuq] {
        position: sticky;
        left: 0;
        background: #f0f0f0;
        z-index: 4;
    }

    /* Überschneidung links oben: höchste Priorität */
    .jahrestabelle thead th:first-child[b-hje6rr7cuq] {
        z-index: 5;
        background: #e0e0e0;
    }

.reportcell[b-hje6rr7cuq] {
    width: 150px;
    font-size: 11px;
}

.reportsplitcell[b-hje6rr7cuq] {
    width: 150px;
    height: 50%;
    font-size: 11px;
}

.vertragsrow[b-hje6rr7cuq] {
    height: 50px;
}

/* _content/ReportingTool/Components/SidebarMenu.razor.rz.scp.css */
.left-sidebar[b-1ff40hdxqq] {
    width: 200px;
    background-color: #ecf0f1;
    padding: 10px;
    position: fixed;
    left: 0;
    top: 80px;
    bottom: 0;
    overflow-y: auto;
    border-right: 1px solid #bdc3c7;
}

.menu-button[b-1ff40hdxqq] {
    display: flex; /* flexbox aktivieren */
    align-items: center; /* vertikal zentrieren */
    justify-content: center; /* horizontal zentrieren */
    text-align: center; /* Textzeilen mittig ausrichten */
    width: 170px;
    height: 52px;
    margin-bottom: 8px;
    padding: 6px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    white-space: normal; /* erlaubt Zeilenumbruch */
    word-wrap: break-word;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    color: black;
    cursor: pointer;
    font-weight: normal;
    line-height: 1.2;
}

    .menu-button:disabled[b-1ff40hdxqq] {
        cursor: not-allowed;
        opacity: 0.6;
    }
/* _content/ReportingTool/Components/TableHeader.razor.rz.scp.css */
:root[b-nsrzfel8ns] {
    --table-max: 1080px;
    --fs-base: clamp(13px, 1.2vw, 16px);
    --fs-head: clamp(14px, 1.4vw, 18px);
}

.tableheader_row[b-nsrzfel8ns] {
    height: 40px;
    background-color: gainsboro;
    border: 2px solid #000;
}

.tableheader_cell[b-nsrzfel8ns] {
    border: 1px solid #000;
    font-weight: 700;
    font-size: var(--fs-head);
    text-align: center;
    vertical-align: middle;
    background-color: gainsboro;
}


/* _content/ReportingTool/Components/ZeitraumTable.razor.rz.scp.css */
.zeitraumtable[b-jk754uzrb5] {
    border: 2px solid black;
    border-collapse: collapse;
    border-spacing: 0;
    width: 400px;
    margin: 0 auto;
}

    .zeitraumtable thead td[b-jk754uzrb5] {
        background-color: gainsboro;
        border: 2px solid black;
        font-size: 16px;
        font-weight: bold;
        padding-top: 5px;
        text-align: center;
        vertical-align: middle;
    }

.zeitraumtablerow[b-jk754uzrb5] {
    height: 50px;
}

.zeitraumtabletitelcell[b-jk754uzrb5] {
    border: 1px solid black;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
    width: 200px;
}

.zeitraumtablevaluecell_datum[b-jk754uzrb5] {
    border: 1px solid black;
    padding-left: 65px;
    text-align: left;
    vertical-align: middle;
}

.zeitraumtablevaluecell_radio[b-jk754uzrb5] {
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
}

.ikrbtable[b-jk754uzrb5] {
    border-collapse: collapse;
    margin: 0 auto;
}

.radiobuttoncell[b-jk754uzrb5] {
    padding: 4px 8px;
}
.radiobuttoncell input[b-jk754uzrb5] {
    text-align: left;
    width: 40px;
}
.radiobuttonlabelcell[b-jk754uzrb5] {
    padding: 4px 8px;
    text-align: left;
    width: 260px;
}
/* _content/ReportingTool/Layout/MainLayout.razor.rz.scp.css */
html[b-b8mjxokrnk], body[b-b8mjxokrnk] {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: sans-serif;
}

.top-bar[b-b8mjxokrnk] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-color: #2c3e50;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 20px;
    z-index: 1000;
}

.sidebar-toggle[b-b8mjxokrnk] {
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    margin-right: 20px;
    cursor: pointer;
}

.layout-body[b-b8mjxokrnk] {
    display: flex;
    padding-top: 80px;
    transition: margin-left 0.3s ease;
}

.with-sidebar[b-b8mjxokrnk] {
    margin-left: 200px;
}

.no-sidebar[b-b8mjxokrnk] {
    margin-left: 0;
}

.main-content[b-b8mjxokrnk] {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

nav ul[b-b8mjxokrnk] {
    list-style-type: none;
    padding: 0;
}

nav li[b-b8mjxokrnk] {
    margin: 10px 0;
}

.lang-btn[b-b8mjxokrnk] {
    margin-left: auto;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: white;
    margin-right: 10px;
}
/* _content/ReportingTool/Pages/AdminPartner.razor.rz.scp.css */
.adminpartner-table[b-i178qsk23z] {
    border-collapse: collapse;
    margin: 20px auto;
    width: 100%;
    table-layout: fixed;
}

    .adminpartner-table th[b-i178qsk23z],
    .adminpartner-table td[b-i178qsk23z] {
        border: 1px solid #999;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
    }

.cell div[b-i178qsk23z] {
    margin: 2px 0;
}
/* _content/ReportingTool/Pages/Documentation.razor.rz.scp.css */

.doc-iframe[b-p93abx1yfj] {
    width: 100%;
    height: calc(100vh - 130px);
    flex-grow: 1
}
