/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yxikubiapo] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-yxikubiapo] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-yxikubiapo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-yxikubiapo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-yxikubiapo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

    .collapse[b-yxikubiapo] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-yxikubiapo] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/AdminSales.razor.rz.scp.css */
.min-height-50vh[b-rijcb3hdnk]{
    min-height: 50vh;
}
/* /Pages/Index.razor.rz.scp.css */
.productGridContainer[b-3evqssyfdf] {
    margin-bottom: 9rem;
}
/* /Pages/Pay.razor.rz.scp.css */


.paymentButtons[b-3kdpkltw3u]{
    flex-grow: 1;
}

.paymentButtons button[b-3kdpkltw3u] {
    height: 100%;
}

.img-center[b-3kdpkltw3u] {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.openBasketBtn[b-3kdpkltw3u]{
    max-width: 10rem;
    margin: 0 auto;
}

.mobilepayContainer[b-3kdpkltw3u] {
    max-width: 15rem;
    margin: 0 auto;
    transition: all 0.25s ease;
}

.mobilepayContainer.enlarge[b-3kdpkltw3u]{
    max-width: 25rem;
}


@media (max-width: 600px) {
    .mobilepayContainer[b-3kdpkltw3u] {
        max-width: 10rem;
    }

    .paymentButtons button[b-3kdpkltw3u] {
        font-size: 0.8rem;
    }
}

@media (max-width: 400px) {
    .paymentButtons button[b-3kdpkltw3u] {
        font-size: 0.65rem;
    }
}

@media (max-width: 330px) {
    .paymentButtons button[b-3kdpkltw3u] {
        font-size: 0.55rem;
    }
}



/* /Pages/ProductInformation.razor.rz.scp.css */
.min-height-50vh[b-k5zw2czk1w]{
    min-height: 50vh;
}
/* /Pages/Stats.razor.rz.scp.css */
.statsContainer[b-g4wo2rb66q] {
    position: relative;
}

.min-height-50vh[b-g4wo2rb66q] {
    min-height: 50vh;
}

.chartContainer[b-g4wo2rb66q] {
    position: relative;
    border-bottom: 1px solid gray;
}

.enlargeChart[b-g4wo2rb66q] {
    position: absolute;
    opacity: 0.7;
    right: .2rem;
    top: 2.5rem;
    border-radius: 50%;
    background: white;
    border: 2px solid #808080;
    cursor: pointer;
    aspect-ratio: 1;
    width: 3rem;
    font-size: 1.2rem;
}
/* /Shared/Backdrop.razor.rz.scp.css */

.container[b-fpvwaroerx] {
    position: absolute;
    margin: 0 auto;
    background: rgba(35,38,45,.8);
    z-index: 10;
    transition: all .5s ease;
    color: black;
    overflow: hidden;
    width: 100%;
    max-width: none;
    overflow: auto;
    height: 100%;
    left: 0%;
    top: 0%;
    opacity: 1;
    color: white;
    visibility: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .container[b-fpvwaroerx]:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
        display: block;
        opacity: 0.2;
        width: 100%;
        height: 100%;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }
/* /Shared/CompactProductGrid.razor.rz.scp.css */

.productGrid[b-6cpldzwgap] {
    --gridSize: 7rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--gridSize), 1fr));
    width: 100%;
}

.product[b-6cpldzwgap] {
    width: calc(var(--gridSize)-0.2rem);
    margin: 0 .2rem .2rem 0;
    border-radius: 8px;
    aspect-ratio: 1;
    padding: .3rem;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.product[b-6cpldzwgap]{
    position: relative;
}

.product .textBackdrop[b-6cpldzwgap] {
    position: relative;
    margin: 0.1rem;
}
    .product .textBackdrop[b-6cpldzwgap]:before {
        content: " ";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #eee;
        border-radius: 10px;
        opacity: 0.8;
    }

.product p[b-6cpldzwgap]{
    font-weight: 700;
    padding: 0.1rem;
    position: relative;
}


    .product .shoppingCartNumber[b-6cpldzwgap]{
        display: inline-block;
        position: absolute;
        right: .1rem;
        bottom: .1rem;
        font-weight: initial;
    }
/* /Shared/DemoTopBar.razor.rz.scp.css */
.demoTopBar[b-7hyraouqse] {
    width: 100%;
    height: 2rem;
    font-size: 1.4rem;
    background: #f1c40f;
    color: white;
    text-align: center;
    margin: .5rem auto;
}
/* /Shared/FullscreenSpinner.razor.rz.scp.css */


.spin-descriptor[b-8tm7hetv24] {
    color: white;
    font-size: 2rem;
    font-weight: 700;
}

.container[b-8tm7hetv24] {
    position: fixed;
    margin: 0 auto;
    background: rgba(35,38,45,.8);
    z-index: 10;
    transition: all .5s ease;
    color: black;
    overflow: hidden;
    width: 100%;
    max-width: none; /* Needs to be overwritten to fill entire screen */
    overflow: auto;
    height: 100%;
    left: 0%;
    top: 0%;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .container[b-8tm7hetv24]:before {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        z-index: -1;
        display: block;
        opacity: 0.2;
        width: 100%;
        height: 100%;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }
/* /Shared/GroupedSalesTable.razor.rz.scp.css */
.salesPagination[b-2crf7qy27k]{
    width: 10rem;
}
.table-container[b-2crf7qy27k] {
    width: 100%;
    overflow: auto;
}
/* /Shared/Login.razor.rz.scp.css */
.bd-placeholder-img[b-w04urtgr2h] {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg[b-w04urtgr2h] {
        font-size: 3.5rem;
    }
}

.b-example-divider[b-w04urtgr2h] {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr[b-w04urtgr2h] {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi[b-w04urtgr2h] {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller[b-w04urtgr2h] {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav[b-w04urtgr2h] {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-r4wj4stl4g] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

        .top-row[b-r4wj4stl4g]  a:hover, .top-row[b-r4wj4stl4g]  .btn-link:hover {
            text-decoration: underline;
        }

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

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

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

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

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

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

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

        .top-row.auth[b-r4wj4stl4g]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-r4wj4stl4g], article[b-r4wj4stl4g] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MobilePayQR.razor.rz.scp.css */
.qr[b-f7yw21wwuk] {
    color: white;
    text-align: center;
    background: #5a78ff;
    border-radius: 1rem;
    padding: 1rem;
    position: relative;
    transition: transform 250ms;
    transform: rotate(0deg);
}

    .upsideDown[b-f7yw21wwuk] {
        transform: rotate(180deg);
    }

    .qr img[b-f7yw21wwuk] {
        padding: 0.2rem;
        background: white;
        border-radius: .5rem;
        width: 100%;
    }
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lclt1njuoc] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.adminDivider[b-lclt1njuoc] {
    margin: 0.5rem 0;
    padding: .5rem 1rem;
    background: rgba(255,255,255,0.1);
    color: white;
}

.material-symbols-outlined[b-lclt1njuoc] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

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

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

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

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

    .collapse[b-lclt1njuoc] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Placeholder.razor.rz.scp.css */
.myplaceholder[b-kbm4d4r0w6] {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #777777;
    color: rgba(255,255,255,.75);
    width: 100%;
}

    .myplaceholder p[b-kbm4d4r0w6] {
        margin: 0;
    }
/* /Shared/ProductGrid.razor.rz.scp.css */
.productGrid[b-kzvi8gukbk] {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    padding: 0;
    border-radius: 1rem;
    border: 2px dotted grey;
    width: 100%;
    min-height: 5rem;
    margin-bottom: .2rem;
}

.product[b-kzvi8gukbk] {
    cursor: pointer;
    margin: 0.5rem;
    box-shadow: 0 1px 4px 1px;
    min-height: 6rem;
    flex-direction: row-reverse !important; /* Overrides from the .card */
}

.small-padd[b-kzvi8gukbk]{
    padding: 0.2rem!important;
}

.product .card-body[b-kzvi8gukbk] {
    padding: 1rem 0.1rem 0 0.4rem;
}

    .product img[b-kzvi8gukbk] {
        max-width: 100% !important;
        width: auto;
    }

[b-kzvi8gukbk] .product .myplaceholder {
    width: 50%;
}

@media only screen and (max-width: 1200px) {
    .productGrid[b-kzvi8gukbk] {
        grid-template-columns: 50% 50%;
    }
}


@media only screen and (max-width: 650px) {
    .product img[b-kzvi8gukbk] {
        height: 50%;
    }
}

@media only screen and (max-width: 468px) {
    .product img[b-kzvi8gukbk] {
        height: 25%;
    }

    [b-kzvi8gukbk] .product .myplaceholder {
        display: none;
    }
}

@media only screen and (max-width: 325px) {
    .product img[b-kzvi8gukbk] {
        display: none;
    }

    .product svg[b-kzvi8gukbk] {
        display: none;
    }
}
/* /Shared/SalesTable.razor.rz.scp.css */
.salesPagination[b-rzxgjxdjf5]{
    width: 10rem;
}
.table-container[b-rzxgjxdjf5] {
    width: 100%;
    overflow: auto;
}
/* /Shared/ShoppingCartTable.razor.rz.scp.css */

@media only screen and (min-width: 1000px) {
    .priceColoumn[b-6ymdxubnsh] {
        max-width: 3.3rem;
    }
}
/* /Shared/ShoppingTray.razor.rz.scp.css */
.shoppingTray[b-wgm85gm5nq] {
    position: fixed;
    bottom: -3px;
    left: 0;
    width: calc(100% - 10rem);
    margin: 0 5rem;
    height: 7rem;
    background: white;
    border: 2px solid black;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    padding: .2rem;
    transition: all 0.25s;
}

.backdrop[b-wgm85gm5nq] {
    display: block;
    background: rgba(0,0,0,0);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
}

.shoppingTray .topInfo[b-wgm85gm5nq] {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.shoppingTray .details[b-wgm85gm5nq] {
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s;
    border-top: 2px dotted grey;
    margin-top: .5rem;
}

.shoppingTray.open .details[b-wgm85gm5nq] {
    visibility: visible;
    opacity: 1;
}

.shoppingTray .foldOutArrow[b-wgm85gm5nq] {
    transition: all 0.25s;
}

.shoppingTray.open .foldOutArrow[b-wgm85gm5nq] {
    transform: rotate(180deg);
}

.shoppingTray.open[b-wgm85gm5nq] {
    height: 80vh;
}

.productsCount[b-wgm85gm5nq] {
    margin-bottom: 0.5rem;
}

.foldOutArrow[b-wgm85gm5nq] {
    position: absolute;
    top: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
}

.paymentButton[b-wgm85gm5nq] {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #198754;
    border: 2px solid #198754;
    border-radius: 0.3rem;
    transition: all 0.15s;
    color: white;
}

    .paymentButton p[b-wgm85gm5nq] {
        margin: 0;
        font-size: 1.5rem;
    }

    .paymentButton:hover[b-wgm85gm5nq] {
        background: #157347;
        border: 2px solid #157347;
    }

.tableContainer[b-wgm85gm5nq] {
    max-height: calc(90vh - 18rem);
    overflow: auto;
    margin-top: 0.2rem;
}


@media only screen and (min-width: 768px) {
    /* For mobile phones: */
    .shoppingTray .productsText[b-wgm85gm5nq] {
        display: flex;
        font-size: 1.5rem;
        justify-content: center;
        align-items: center;
    }

        .shoppingTray .productsText p[b-wgm85gm5nq] {
            margin-right: 1rem;
        }
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .shoppingTray[b-wgm85gm5nq] {
        width: calc(100% - 2rem);
        margin: 0 1rem;
    }

    .paymentButton[b-wgm85gm5nq] {
        font-size: 1rem;
    }

    .foldOutArrow[b-wgm85gm5nq] {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 350px) {
    .paymentButton[b-wgm85gm5nq] {
        padding: 1.1rem;
    }

        .paymentButton p[b-wgm85gm5nq] {
            font-size: 1.3rem;
        }
}

@media only screen and (max-width: 300px) {

    .shoppingTray[b-wgm85gm5nq] {
        height: 9.5rem;
    }

    .paymentButton[b-wgm85gm5nq] {
        padding: 0.8rem;
    }

        .paymentButton p[b-wgm85gm5nq] {
            font-size: 1rem;
        }
}
/* /Shared/Spinner.razor.rz.scp.css */

.spinner[b-v9ddafu69i] {
    border: 16px solid silver;
    border-top: 16px solid #337ab7;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    margin: 1rem;
    animation: spin-b-v9ddafu69i 700ms linear infinite;
}

    .spinner.small[b-v9ddafu69i] {
        border: 8px solid silver;
        border-top: 8px solid #337ab7;
        border-radius: 50%;
        width: 2rem;
        height: 2rem;
    }

@keyframes spin-b-v9ddafu69i {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
