/* _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 */
/* Login.razor.css */
.outter-login-container[b-4z4zo5dj8h] {
    background: url("/images/LoginBackground.png");
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center top;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    animation: bgscroll-b-4z4zo5dj8h 20s linear infinite;
}

@keyframes bgscroll-b-4z4zo5dj8h {
    0% {
        background-position: center 0%;
    }

    100% {
        background-position: center -100%;
    }
}

.login-container[b-4z4zo5dj8h] {
    width: 100%;
    max-width: 500px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    border-radius: 20px;
    padding: 2rem;
    margin: auto;
}

.login-title[b-4z4zo5dj8h] {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.login-subtitle[b-4z4zo5dj8h] {
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

.card-content[b-4z4zo5dj8h] {
    padding: 0;
    margin-bottom: 1.5rem;
}

.card-actions[b-4z4zo5dj8h] {
    padding: 0;
    justify-content: center;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .login-container[b-4z4zo5dj8h] {
        padding: 1.5rem;
        border-radius: 15px;
    }

    .login-title[b-4z4zo5dj8h] {
        font-size: 2rem;
    }

    .login-subtitle[b-4z4zo5dj8h] {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .login-container[b-4z4zo5dj8h] {
        padding: 1rem;
        border-radius: 10px;
    }

    .login-title[b-4z4zo5dj8h] {
        font-size: 1.75rem;
    }

    .login-subtitle[b-4z4zo5dj8h] {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .card-content[b-4z4zo5dj8h] {
        margin-bottom: 1rem;
    }
}
/* _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 */
.navbar-toggler[b-idwx5zmedw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-idwx5zmedw] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-idwx5zmedw] {
    font-size: 1.1rem;
}

.oi[b-idwx5zmedw] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-idwx5zmedw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-idwx5zmedw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-idwx5zmedw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-idwx5zmedw]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-idwx5zmedw]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-idwx5zmedw]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-idwx5zmedw] {
        display: none;
    }

    .collapse[b-idwx5zmedw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-idwx5zmedw] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

