@import '_content/MV.Blazor.ProductionModule/MV.Blazor.ProductionModule.bundle.scp.css';
@import '_content/MV.Blazor.SalesModule/MV.Blazor.SalesModule.bundle.scp.css';
@import '_content/MV.Blazor.Shared/MV.Blazor.Shared.bundle.scp.css';

/* /Layout/Header.razor.rz.scp.css */
[b-4ghq3nn133] .dxbl-menu-bar {
    /*background-image: linear-gradient(90deg, var(--header-background) 0%, black 150%);*/
    background: var(--header-background);
    color: white;
}


    [b-4ghq3nn133] .dxbl-menu-bar .dxbl-menu-item,
    [b-4ghq3nn133] .dxbl-menu-bar .dxbl-menu-title {
        color: white !important;
    }


@media (max-width: 768px) {
    [b-4ghq3nn133] .dxbl-menu-bar {
        padding-left: 50px;
    }

    [b-4ghq3nn133] .username-menu-item {
        display: none;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-m3mi2zlk8m] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-m3mi2zlk8m] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-m3mi2zlk8m] .content {
    overflow: auto;
}

[b-m3mi2zlk8m] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 768px) {
    :: deep .layout-sidebar[b-m3mi2zlk8m] {
        grid-area: header / header / header / header !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-7ls740kb65] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--header-background) 5%, black 90%);
}


[b-7ls740kb65] .layout-title {
    background: var(--header-background);
    font-weight: bold;
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: white;
    padding-left: 15px;
    text-transform: uppercase;
}

[b-7ls740kb65] .navigation {
    margin-top: 50px;
}

[b-7ls740kb65] .sidebar-footer {
    padding: 2rem 1rem;
}

.logo[b-7ls740kb65] {
    text-align: center;
}

[b-7ls740kb65] .menu-button-container {
    display: none;
    align-self: center;
}

.menu-button[b-7ls740kb65] {
    padding: 0.375rem;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-7ls740kb65] .menu {
    background-color: inherit;
}

    [b-7ls740kb65] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-7ls740kb65] .menu-item {
    color: var(--bs-white);
}

[b-7ls740kb65] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-7ls740kb65] .home-icon {
    background-image: url("images/home.svg");
}

[b-7ls740kb65] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-7ls740kb65] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-7ls740kb65] .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-7ls740kb65] .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);
}

#sidebar.expanded[b-7ls740kb65]  .layout-item {
    display: block;
}

#sidebar.expanded[b-7ls740kb65]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-7ls740kb65] {
        min-width: inherit;
        max-width: inherit;
        background: var(--header-background);
    }

        #sidebar.expanded[b-7ls740kb65] {
            position: fixed;
            width: 100%;
            z-index: 3;
        }

            #sidebar.expanded .menu-button[b-7ls740kb65] {
                background-image: url("images/close.svg");
            }

        #sidebar:not(.expanded)[b-7ls740kb65]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-7ls740kb65] {
        text-align: inherit;
    }

    [b-7ls740kb65] .menu-button-container {
        display: block;
        padding: 8px;
        z-index: 99;
    }

    [b-7ls740kb65] .navigation {
        margin-top: 0;
    }

    [b-7ls740kb65] .layout-item {
        display: none;
    }

    [b-7ls740kb65] .layout-title {
        display: none;
    }

    [b-7ls740kb65] .sidebar-footer {
        display: none;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.welcome[b-35vorprdwf] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-35vorprdwf] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-35vorprdwf] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-35vorprdwf] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-35vorprdwf] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-35vorprdwf] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-35vorprdwf] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-35vorprdwf] .welcome-card {
    padding: 2rem;
    width: 50rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-35vorprdwf] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-35vorprdwf] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-35vorprdwf] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-35vorprdwf] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
