@import '_content/CPuSharedCompomentEdu/CPuSharedCompomentEdu.p7nn8dk14z.bundle.scp.css';
@import '_content/CPuSharedComponentSimple/CPuSharedComponentSimple.d6v4w5fsgw.bundle.scp.css';

/* _content/CPuCalculator/Components/Layout/Header.razor.rz.scp.css */
.navbar.header-navbar[b-6x6yoh1vyq] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-6x6yoh1vyq] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-6x6yoh1vyq] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-6x6yoh1vyq] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-6x6yoh1vyq] {
        font-size: inherit;
    }
}
/* _content/CPuCalculator/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qmidcsn1r7] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-qmidcsn1r7] .page-layout,
[b-qmidcsn1r7] .page-layout > .dxbl-gridlayout-root,
[b-qmidcsn1r7] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-qmidcsn1r7] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-qmidcsn1r7] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-qmidcsn1r7] .fit-width {
    max-width: 100%;
}

[b-qmidcsn1r7] .mw-1100 {
    max-width: 1100px;
}
/* _content/CPuCalculator/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-tsvjf8bpzf] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: lightgrey;
}

    .sidebar.collapse[b-tsvjf8bpzf] {
        display: none;
    }

    .sidebar.expand[b-tsvjf8bpzf] {
        display: block;
    }

@media (max-width: 1199.98px) {
    .sidebar[b-tsvjf8bpzf] {
        display: none;
    }

        .sidebar.expand[b-tsvjf8bpzf] {
            position: fixed;
            top: 3.5rem;
            left: 0;
            height: auto;
            min-width: 100%;
            z-index: 1050;
        }
}

[b-tsvjf8bpzf] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 0rem;
}

[b-tsvjf8bpzf] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-tsvjf8bpzf] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-tsvjf8bpzf] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}

    [b-tsvjf8bpzf] .app-sidebar,
    [b-tsvjf8bpzf] .app-sidebar > .nav-pills,
    [b-tsvjf8bpzf] .app-sidebar > .nav-pills > .nav-item,
    [b-tsvjf8bpzf] .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
        background-color: inherit;
    }

@media (max-width: 1199.98px) {
    [b-tsvjf8bpzf] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
/* _content/CPuCalculator/Components/Pages/Index.razor.rz.scp.css */
.gridlayout-item[b-klzecq2lft] {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    height: 100%;
    padding: 0.5rem;
    text-align: center;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gridlayout-item[b-klzecq2lft]:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.4;
    }

.gridlayout-header[b-klzecq2lft]:before {
    background-color: var(--bs-red);
}

.gridlayout-content[b-klzecq2lft]:before {
    background-color: var(--bs-yellow);
}

.gridlayout-left-side-bar[b-klzecq2lft]:before {
    background-color: var(--bs-green);
}

.gridlayout-right-side-bar[b-klzecq2lft]:before {
    background-color: var(--bs-info);
}

/*.gridlayout-footer:before {
    background-color: var(--bs-blue);
    opacity: 0.5;
}*/

@media (max-width: 575.98px) {
    .gridlayout-item[b-klzecq2lft] {
        font-size: 0.9em;
    }
}


.demo-products .row > div[b-klzecq2lft] {
    margin-bottom: 1.5rem;
}

.demo-products .demo-product[b-klzecq2lft] {
    cursor: pointer;
    display: flex;
    padding: 1.5rem;
    border-radius: 0.75rem;
    height: 100%;
    margin: 0;
    text-decoration: none;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease-in-out;
    background-color: #f2f2f2;
}

.demo-products .demo-product:hover[b-klzecq2lft] {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}


.demo-products .demo-product h5[b-klzecq2lft] {
    font-size: 1.25rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.demo-products .demo-product .demo-product-info[b-klzecq2lft] {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1rem;
    opacity: 0.72;
}

.demo-products-description p a[b-klzecq2lft] {
    text-decoration: underline;
}

.demo-products-description > p:last-of-type[b-klzecq2lft] {
    margin-bottom: 2rem;
}

.demo-product-icon > svg[b-klzecq2lft] {
    max-width: 120px;
    max-height: 120px;
}

.demo-product-icon[b-klzecq2lft] {
    margin-right: 0.5rem;
    flex: 0 0 auto;
    --product-accent-color: var(--bs-primary);
    --product-accent-color-subtle: var(--bs-primary-bg-subtle, var(--bs-gray-400));
    --product-green: #50a534;
    --product-red: #d27370;
    --product-yellow: #ecc063;
    --product-shadow-color: #8e9195;
    --product-card-shadow-color: #c5c7c9;
}
.demo-product-icon-grid[b-klzecq2lft] {
    --grid-shadow-color: var(--product-shadow-color);
    --grid-table-bg: #ffffff;
    --grid-table-rows-bg: #e1e2e4;
    --grid-table-hover-bg: #c5c7c9;
    --grid-table-btn-1: var(--product-red);
    --grid-table-btn-2: var(--product-yellow);
    --grid-table-btn-3: var(--product-green);
    --grid-lines-color: #8e9195;
    --grid-card-bg: #ffffff;
    --grid-card-shadow-color: var(--product-card-shadow-color);
    --grid-card-lines-color: #c5c7c9;
    --grid-card-accent-color: var(--product-accent-color);
}
/* _content/CPuCalculator/Components/Pages/PlanPricing.razor.rz.scp.css */

/* CSS styles for pricing table */
.pricing-table[b-ap3ozb5rci]
{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
}

.pricing-column[b-ap3ozb5rci] {
    width: 300px;
    background-color: #f5f5f5;
    padding: 20px;
    margin: 0 10px;
    text-align: center;
    border-radius: 10px;
}

.pricing-header[b-ap3ozb5rci] {
    background-color: #5F368D;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.pricing-features[b-ap3ozb5rci] {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

    .pricing-features li[b-ap3ozb5rci] {
        margin-bottom: 10px;
    }

.pricing-button[b-ap3ozb5rci] {
    background-color: #5F368D;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

