/* _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/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/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;
    }
}
