/* _content/DigiPoshak.Client/Components/Common/DataGridLoading.razor.rz.scp.css */
.data-grid-container[b-4cra1xm0ui] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    height: 100%;
    width: 100%;
}
/* _content/DigiPoshak.Client/Components/Common/Loading.razor.rz.scp.css */
.component-loading-overlay[b-591bxa6lxp] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    pointer-events: none;
}

.component-loading-overlay:not(.hidden)[b-591bxa6lxp] {
    pointer-events: all;
}

/*.component-loading-overlay.global-loading {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    z-index: 9999;*/
/*}*/

.hidden[b-591bxa6lxp] {
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.component-loading-overlay:not(.hidden)[b-591bxa6lxp] {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* _content/DigiPoshak.Client/Components/Dashboard/Dashboard.razor.rz.scp.css */
/* _content/DigiPoshak.Client/Components/Dashboard/DashboardFilterDialog.razor.rz.scp.css */
/* _content/DigiPoshak.Client/Components/Dashboard/DonutChart.razor.rz.scp.css */
/* _content/DigiPoshak.Client/Components/Dashboard/Employee/EmployeeDashboard.razor.rz.scp.css */
/* _content/DigiPoshak.Client/Components/Dashboard/LineChart.razor.rz.scp.css */
/* _content/DigiPoshak.Client/Components/Dashboard/Owner/OwnerDashboard.razor.rz.scp.css */
/* _content/DigiPoshak.Client/Components/Dashboard/SalesExecutiveDashboard.razor.rz.scp.css */
/* _content/DigiPoshak.Client/Components/Dashboard/SuperAdminDashboard.razor.rz.scp.css */
/* _content/DigiPoshak.Client/Components/Order/OrderDetail.razor.rz.scp.css */
/* _content/DigiPoshak.Client/Pages/Auth/Login.razor.rz.scp.css */
.outter-login-container[b-4z4zo5dj8h] {
    background: url("/images/Login_Background.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
}

.login-container[b-4z4zo5dj8h] {
    width: 100%;
    max-width: 450px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 1rem;
    margin: auto;
}
/* _content/DigiPoshak.Client/Pages/index.razor.rz.scp.css */
body[b-ppx98uzkxx] {
    margin: 0;
}

.wrapper[b-ppx98uzkxx] {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .wrapper[b-ppx98uzkxx]::-webkit-scrollbar {
        display: none;
    }

.main[b-ppx98uzkxx] {
    display: flex;
    justify-content:center;
    width: 100%;
    min-width: 1065px;
    height: 430px;
}

.child1[b-ppx98uzkxx] {
    width: 213px;
    padding: 0.5rem;
}

    .child1 .mobile-wrapper[b-ppx98uzkxx] {
        width: 100%;
        height: 100%;
        border: 5px solid var(--mud-palette-primary);
        border-radius: var(--mud-shape-border-radius);
    }

.child2[b-ppx98uzkxx] {
    width: 336px;
    padding: 0.5rem;
}

    .child2 .tablet-wrapper[b-ppx98uzkxx] {
        width: 100%;
        height: 100%;
        border: 5px solid var(--mud-palette-primary);
        border-radius: var(--mud-shape-border-radius);
    }

.child3[b-ppx98uzkxx] {
    width: 516px;
    padding: 0.5rem;
}

    .child3 .web-wrapper[b-ppx98uzkxx] {
        width: 100%;
        height: 100%;
        border: 5px solid var(--mud-palette-primary);
        border-radius: var(--mud-shape-border-radius);
    }
/* _content/DigiPoshak.Client/Pages/Item.razor.rz.scp.css */
.image-container[b-5p0evcqniw] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.image-container:hover[b-5p0evcqniw] {
    transform: scale(1.35);
}

.rounded-lg[b-5p0evcqniw] {
    border-radius: 10px;
}
/* _content/DigiPoshak.Client/Shared/MainLayout.razor.rz.scp.css */
.page[b-d38duww0fa] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-d38duww0fa] {
    flex: 1;
}

.sidebar[b-d38duww0fa] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-d38duww0fa] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d38duww0fa]  a, .top-row .btn-link[b-d38duww0fa] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-d38duww0fa] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-d38duww0fa] {
        display: none;
    }

    .top-row.auth[b-d38duww0fa] {
        justify-content: space-between;
    }

    .top-row a[b-d38duww0fa], .top-row .btn-link[b-d38duww0fa] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-d38duww0fa] {
        flex-direction: row;
    }

    .sidebar[b-d38duww0fa] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d38duww0fa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-d38duww0fa], article[b-d38duww0fa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/DigiPoshak.Client/Shared/NavMenu.razor.rz.scp.css */


