/* _content/BootstrapBlazor.Shared/Components/CultureChooser.razor.rz.scp.css */
.culture-selector[b-82t17zijqw] {
    display: flex;
    align-items: center;
}

    .culture-selector label[b-82t17zijqw] {
        margin: 0;
        color: var(--bs-navbar-color);
        opacity: 0.85;
    }

    .culture-selector[b-82t17zijqw]  .select {
        width: 210px;
    }
/* _content/BootstrapBlazor.Shared/Components/ThemeChooser.razor.rz.scp.css */
.theme-list[b-2ljpb8i70j] {
    position: fixed;
    z-index: 10;
    bottom: 11rem;
    right: 1rem;
    background: #FFFFFF;
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.2);
    border-radius: var(--bs-border-radius);
    width: 260px;
    box-shadow: 0 0 12px #211b50;
    height: 0;
    overflow: hidden;
    transition: height .3s ease-in-out;
}

    .theme-list.is-open[b-2ljpb8i70j] {
        height: 306px;
    }

.theme-header[b-2ljpb8i70j] {
    padding: 0.75rem 1rem;
    background-color: #8759ff;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    margin-bottom: 1rem;
}

.btn-close[b-2ljpb8i70j] {
    transition: opacity .3s linear;
}

    .btn-close:hover[b-2ljpb8i70j] {
        opacity: 1;
    }

.theme-item[b-2ljpb8i70j] {
    cursor: pointer;
    border-radius: 100px;
    padding: 6px 15px;
    background-color: #f6f6f6;
    color: #005980;
    transition: background-color .3s linear;
    margin: 0 1rem 1rem 1rem;
}

    .theme-item:hover[b-2ljpb8i70j],
    .theme-item.active[b-2ljpb8i70j] {
        background-color: #ab8aff;
    }

[b-2ljpb8i70j] .btn-theme {
    --bs-btn-bg: #034995;
    --bs-btn-hover-bg: #034995;
    --bs-btn-active-bg: #034995;
    right: 1rem;
    bottom: 9rem;
    padding: 11px;
}

    [b-2ljpb8i70j] .btn-theme img {
        position: absolute;
        width: 17px;
        top: 10px;
        left: 11px;
    }
/* _content/BootstrapBlazor.Shared/Pages/Software/CashBookMaui/Doc.razor.rz.scp.css */
.git img[b-ij67u4rzlv] {
    height: 44px;
    width: auto;
    display: block;
}

.git .git-fork[b-ij67u4rzlv] {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.git a[b-ij67u4rzlv] {
    border: solid 1px #ddd;
    display: block;
    padding: 6px 10px;
    border-radius: var(--bs-border-radius);
}

.git .git-fork img[b-ij67u4rzlv] {
    height: 56px;
}

.git .git-fork span[b-ij67u4rzlv] {
    font-size: 1.8rem;
    color: #1c3949;
    margin-left: 38px;
}
/* _content/BootstrapBlazor.Shared/Pages/Software/CashBookMaui/Introduction.razor.rz.scp.css */
.btn-primary[b-rtjsj0wua8] {
    color: yellow;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
/* _content/BootstrapBlazor.Shared/Pages/Software/CashBookMaui/Member.razor.rz.scp.css */
.git img[b-um69jkrtpp] {
    height: 44px;
    width: auto;
    display: block;
}

.git .git-fork[b-um69jkrtpp] {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.git a[b-um69jkrtpp] {
    border: solid 1px #ddd;
    display: block;
    padding: 6px 10px;
    border-radius: var(--bs-border-radius);
}

.git .git-fork img[b-um69jkrtpp] {
    height: 56px;
}

.git .git-fork span[b-um69jkrtpp] {
    font-size: 1.8rem;
    color: #1c3949;
    margin-left: 38px;
}
/* _content/BootstrapBlazor.Shared/Pages/Software/TaoEPInfo/Member.razor.rz.scp.css */
.git img[b-o9gf21i3ea] {
    height: 44px;
    width: auto;
    display: block;
}

.git .git-fork[b-o9gf21i3ea] {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.git a[b-o9gf21i3ea] {
    border: solid 1px #ddd;
    display: block;
    padding: 6px 10px;
    border-radius: var(--bs-border-radius);
}

.git .git-fork img[b-o9gf21i3ea] {
    height: 56px;
}

.git .git-fork span[b-o9gf21i3ea] {
    font-size: 1.8rem;
    color: #1c3949;
    margin-left: 38px;
}
/* _content/BootstrapBlazor.Shared/Shared/BaseLayout.razor.rz.scp.css */
header[b-fh2b8n91av] {
    --bb-violet-rgb: 112.520718,44.062154,249.437846;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(var(--bb-violet-rgb), 1), rgba(var(--bb-violet-rgb), 0.95));
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
    font-size: 1rem;
    transition: transform .3s ease;
}

.header-img[b-fh2b8n91av] {
    --bb-logo: #732cf9;
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 0;
}

[b-fh2b8n91av] .btn-search .btn {
    --bs-btn-bg: #8759ff;
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: #7d53eb;
    --bs-btn-hover-color: var(--bs-btn-color);
    --bs-btn-hover-border-color: var(--bs-btn-hover-bg);
    --bs-btn-active-bg: var(--bs-btn-hover-bg);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-border-color: var(--bs-btn-hover-border-color);
}

[b-fh2b8n91av] .btn-search .form-control {
    --bs-border-color: #fff;
    --bb-border-focus-color: var(--bs-border-color);
    --bb-border-hover-color: var(--bs-border-color);
    z-index: 6;
}

[b-fh2b8n91av] .btn-fs {
    margin-top: 2px;
}

.btn-bd-download[b-fh2b8n91av] {
    font-weight: 600;
    color: #ffe484;
    border-color: #ffe484;
}

    .btn-bd-download:active[b-fh2b8n91av],
    .btn-bd-download:hover[b-fh2b8n91av] {
        color: #2a2730;
        background-color: #ffe484;
        border-color: #ffe484;
    }

.nav-link img[b-fh2b8n91av] {
    height: 24px;
    width: auto;
}
/* _content/BootstrapBlazor.Shared/Shared/ContactUsLayout.razor.rz.scp.css */
.main[b-kstyyh810h] {
    padding: 1rem;
}

.sidebar-title[b-kstyyh810h] {
    height: 50px;
    align-items: center;
    padding: 1rem;
    border-bottom: solid 1px #c0c4cc;
    display: none;
}

.sidebar-text[b-kstyyh810h] {
    font-weight: 700;
}

[b-kstyyh810h] p {
    line-height: 2;
}

    [b-kstyyh810h] p:last-child {
        margin-bottom: 0;
    }

    [b-kstyyh810h] p code,
    [b-kstyyh810h] li code {
        display: inline-block;
        padding: 0px 8px;
        background-color: #e9ecef;
        margin: 0;
        border-radius: var(--bs-border-radius);
    }

[b-kstyyh810h] .code-label {
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
}

[b-kstyyh810h] h4 {
    margin-top: 1rem;
    font-size: var(--bb-sub-font-size);
}

[b-kstyyh810h] .link-block {
    font-weight: var(--bb-font-weight);
    color: var(--bb-title-color);
    font-size: var(--bb-sub-font-size);
    margin-top: 1rem;
}

[b-kstyyh810h] .alert:last-child {
    margin-bottom: 0;
}

[b-kstyyh810h] .alert h4 {
    margin-top: 0;
}

[b-kstyyh810h] .alert-info .fa-lightbulb-o {
    color: #17a2b8
}

[b-kstyyh810h] .tabs .tabs-item {
    padding: 0 1rem;
}

[b-kstyyh810h] .wwads-cn {
    --ad-min-height: 120px;
    --ad-margin-bottom: 1rem;
    min-height: var(--ad-min-height);
    margin-bottom: var(--ad-margin-bottom);
    overflow: hidden;
}

    [b-kstyyh810h] .wwads-cn.debug {
        --ad-min-height: 0;
        --ad-margin-bottom: 0;
    }

@media (min-width: 768px) {
    .section[b-kstyyh810h] {
        display: flex;
        flex-direction: row;
        -webkit-font-smoothing: antialiased;
    }

    .sidebar-title[b-kstyyh810h] {
        display: flex;
    }

    .sidebar[b-kstyyh810h] {
        width: var(--bs-sidebar-width);
        height: calc(100vh);
        position: sticky;
        top: 0;
        border-right: solid 1px #c0c4cc;
        background-color: #f0f0f0;
        margin-top: calc(var(--bs-header-height)*-1);
    }

    .main[b-kstyyh810h] {
        flex: 1;
        height: 100%;
    }
}
/* _content/BootstrapBlazor.Shared/Shared/MainLayout.razor.rz.scp.css */
.main[b-m0qaoxiio3] {
    padding: 1rem;
}

.sidebar-title[b-m0qaoxiio3] {
    height: 50px;
    align-items: center;
    padding: 1rem;
    border-bottom: solid 1px #c0c4cc;
    display: none;
}

.sidebar-text[b-m0qaoxiio3] {
    font-weight: 700;
}

[b-m0qaoxiio3] p {
    line-height: 2;
}

    [b-m0qaoxiio3] p:last-child {
        margin-bottom: 0;
    }

    [b-m0qaoxiio3] p code,
    [b-m0qaoxiio3] li code {
        display: inline-block;
        padding: 0px 8px;
        background-color: #e9ecef;
        margin: 0;
        border-radius: var(--bs-border-radius);
    }

[b-m0qaoxiio3] .code-label {
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
}

[b-m0qaoxiio3] h4 {
    margin-top: 1rem;
    font-size: var(--bb-sub-font-size);
}

[b-m0qaoxiio3] .link-block {
    font-weight: var(--bb-font-weight);
    color: var(--bb-title-color);
    font-size: var(--bb-sub-font-size);
    margin-top: 1rem;
}

[b-m0qaoxiio3] .alert:last-child {
    margin-bottom: 0;
}

[b-m0qaoxiio3] .alert h4 {
    margin-top: 0;
}

[b-m0qaoxiio3] .alert-info .fa-lightbulb-o {
    color: #17a2b8
}

[b-m0qaoxiio3] .tabs .tabs-item {
    padding: 0 1rem;
}

[b-m0qaoxiio3] .wwads-cn {
    --ad-min-height: 120px;
    --ad-margin-bottom: 1rem;
    min-height: var(--ad-min-height);
    margin-bottom: var(--ad-margin-bottom);
    overflow: hidden;
}

    [b-m0qaoxiio3] .wwads-cn.debug {
        --ad-min-height: 0;
        --ad-margin-bottom: 0;
    }

@media (min-width: 768px) {
    .section[b-m0qaoxiio3] {
        display: flex;
        flex-direction: row;
        -webkit-font-smoothing: antialiased;
    }

    .sidebar-title[b-m0qaoxiio3] {
        display: flex;
    }

    .sidebar[b-m0qaoxiio3] {
        width: var(--bs-sidebar-width);
        height: calc(100vh);
        position: sticky;
        top: 0;
        border-right: solid 1px #c0c4cc;
        background-color: #f0f0f0;
        margin-top: calc(var(--bs-header-height)*-1);
    }

    .main[b-m0qaoxiio3] {
        flex: 1;
        height: 100%;
    }
}
/* _content/BootstrapBlazor.Shared/Shared/NavMenu.razor.rz.scp.css */
.switchs[b-hhtdsc0hxv] {
    display: flex;
    border-bottom: solid 1px #c0c4cc;
    justify-content: center;
    align-items: center;
}

    .switchs[b-hhtdsc0hxv]  .form-label {
        margin: 0 0.5rem 0 0;
    }

    .switchs[b-hhtdsc0hxv]  .switch {
        width: auto;
    }

.navbar[b-hhtdsc0hxv] {
    background-color: #8548ff;
}

@media (min-width: 768px) {
    .sidebar-content[b-hhtdsc0hxv] {
        height: calc(100vh - var(--bs-header-height));
    }

        .sidebar-content.collapse[b-hhtdsc0hxv] {
            display: flex;
            flex-direction: column;
        }

    [b-hhtdsc0hxv] .scroll {
        overflow-x: hidden;
        max-height: calc(100% - 36px);
        padding: 5px 0;
    }

        [b-hhtdsc0hxv] .scroll .menu {
            width: var(--bs-sidebar-width);
        }
}
