@import '_content/Pronsoft.Blazor.Core/Pronsoft.Blazor.Core.3j33fhjzyt.bundle.scp.css';

/* _content/Pronsoft.Crm.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-emliy1yesh] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-emliy1yesh] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-emliy1yesh] #menu-top {
    display: block;
}

    [b-emliy1yesh] #menu-top.hidden {
        display: none;
    }

[b-emliy1yesh] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-emliy1yesh] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-emliy1yesh] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-emliy1yesh] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.nav-buttons-container[b-emliy1yesh] {
    display: flex;
    gap: 10px;
    padding: 2rem 0rem;
}

    .nav-buttons-container[b-emliy1yesh]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-emliy1yesh]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

@media (max-width: 768px) {
    [b-emliy1yesh] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}

@media (max-width: 768px) {
    [b-emliy1yesh] #menu-top {
        display: none;
    }
}
/* _content/Pronsoft.Crm.Blazor/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-j7ur0msezq] {
    min-width: 15rem;
    max-width: 15rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
    display: block;
}

    #sidebar.auto-expanded[b-j7ur0msezq] {
        display: none;
    }

    #sidebar .menu-closeonclick-placeholder[b-j7ur0msezq] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

[b-j7ur0msezq] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-j7ur0msezq] {
    text-align: center;
}

[b-j7ur0msezq] .menu-button-container {
    align-self: center;
}

.menu-button[b-j7ur0msezq] {
    padding: 0.375rem;
    width: 1rem;
    height: 1rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-j7ur0msezq] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-j7ur0msezq] .menu {
    background-color: inherit;
}

    [b-j7ur0msezq] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-j7ur0msezq] .menu-item {
    color: var(--bs-white);
}

[b-j7ur0msezq] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-j7ur0msezq] .home-icon {
    background-image: url("images/home.svg");
}

[b-j7ur0msezq] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-j7ur0msezq] .counter-icon {
    background-image: url("images/counter.svg");
}


[b-j7ur0msezq] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-j7ur0msezq] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-j7ur0msezq] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-j7ur0msezq] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-j7ur0msezq] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

    [b-j7ur0msezq] .footer .icon {
        margin-left: 0;
    }

#sidebar.auto-expanded[b-j7ur0msezq]  .layout-item {
    display: block;
}

#sidebar.auto-expanded[b-j7ur0msezq]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-j7ur0msezq] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

        #sidebar .menu-closeonclick-placeholder[b-j7ur0msezq] {
            display: block;
        }

        #sidebar.auto-expanded[b-j7ur0msezq] {
            position: fixed;
            width: 100%;
            z-index: 3;
            display: block;
        }

            #sidebar.auto-expanded[b-j7ur0msezq]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.auto-expanded .menu-button[b-j7ur0msezq] {
                background-image: url("images/close.svg");
                width: 1.875rem;
                height: 1.875rem;
            }

        #sidebar:not(.auto-expanded)[b-j7ur0msezq]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-j7ur0msezq] {
        text-align: inherit;
    }

    [b-j7ur0msezq] .menu-button-container {
        display: block;
    }

    [b-j7ur0msezq] .layout-item {
        display: none;
    }

    [b-j7ur0msezq] .footer {
        display: none;
    }
}
/* _content/Pronsoft.Crm.Blazor/Pages/Index.razor.rz.scp.css */
#container[b-hjqiq98tre] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.text[b-hjqiq98tre] {
    padding: 20px;
    text-align: center;
}

h4[b-hjqiq98tre] {
    margin: 0;
    text-shadow: 1px 1px 3px #333;
    font-family: monospace, arial, helvetica;
}

h6[b-hjqiq98tre] {
    letter-spacing: 2px;
    line-height: 38px;
    font-family: monospace, arial, helvetica;
}
/* _content/Pronsoft.Crm.Blazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-uz1zr3wtoo] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-uz1zr3wtoo] .page-layout,
[b-uz1zr3wtoo] .page-layout > .dxbl-gridlayout-root,
[b-uz1zr3wtoo] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-uz1zr3wtoo] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-uz1zr3wtoo] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-uz1zr3wtoo] .fit-width {
    max-width: 100%;
}

[b-uz1zr3wtoo] .mw-1100 {
    max-width: 1100px;
}
