/* /Components/Globals/GlobalSearch.razor.rz.scp.css */
.floating-update-button[b-7fp11qqtb5] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-7fp11qqtb5 2s ease-out;
    z-index: 3000;
}

.overlay[b-7fp11qqtb5] {
    z-index: 4000;
}

@keyframes fadein-b-7fp11qqtb5 {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
/* /Components/Globals/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-oz1iajfqkk] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-oz1iajfqkk 2s ease-out;
    z-index: 3000;
}

.overlay[b-oz1iajfqkk] {
    z-index: 4000;
}

@keyframes fadein-b-oz1iajfqkk {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
/* /Components/Home/Categories.razor.rz.scp.css */

.featuredStalls-slide[b-v7dwtms9sl] {
    position: relative;
}

.featuredStalls-slide[b-v7dwtms9sl], .featuredStalls-content[b-v7dwtms9sl] {
    max-width: 500px;
    min-width: 200px;
    width: 30%;
    aspect-ratio: 16 / 9;
}

.featuredStalls-slide > img[b-v7dwtms9sl], .featuredStalls-content[b-v7dwtms9sl] {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute; 
    top: 0;
}

.featuredStalls-content[b-v7dwtms9sl] {
    background-color: rgba(0,0,0,0.4);
}

/* /Components/Home/FeaturedStallCard.razor.rz.scp.css */

.featuredStalls-slide[b-yn75we3su0] {
    position: relative;
}

.featuredStalls-slide[b-yn75we3su0], .featuredStalls-content[b-yn75we3su0] {
    max-width: 500px;
    min-width: 200px;
    width: 30%;
    aspect-ratio: 16 / 9;
}

.featuredStalls-slide > img[b-yn75we3su0], .featuredStalls-content[b-yn75we3su0] {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute; 
    top: 0;
}

.featuredStalls-content[b-yn75we3su0] {
    background-color: rgba(0,0,0,0.4);
}

/* /Components/LandingFooter.razor.rz.scp.css */
:root[b-wfyo5y3aee] {
    --primary-color: #006B44;
    --secondary-color: #00360D;
    --accent-color: #45A441;
    --light-color: #F8F9FA;
}

nav.start ul[b-wfyo5y3aee] {
    align-items: center;
}

nav > ul[b-wfyo5y3aee] {
    justify-content: center;
    width: 100%;
    padding: 0px;
}

li[b-wfyo5y3aee]  a {
    color: var(--secondary-color);
    margin: 0px;
    padding: 0px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: color 0.3s ease; /* Transition for color */
}

    li[b-wfyo5y3aee]  a::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px; /* Thickness of the underline */
        background-color: var(--accent-color);
        transform: scaleX(0); /* Start with the underline not shown */
        transition: transform 0.3s ease; /* Transition for the underline */
        transform-origin: bottom right; /* Start the transformation from the right */
    }

    li[b-wfyo5y3aee]  a:hover {
        color: var(--accent-color); /* Change color on hover */
    }

        li[b-wfyo5y3aee]  a:hover::after {
            transform: scaleX(1); /* Scale the underline to full width on hover */
            transform-origin: bottom left; /* End the transformation to the left */
        }


section.d-flex[b-wfyo5y3aee] {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

section.d-flex.flex-column[b-wfyo5y3aee] {
    align-items: center;
}

@media (max-width: 575px) {
    nav.start ul[b-wfyo5y3aee] {
        flex-direction: column;
    }
}
/* /Components/Nav.razor.rz.scp.css */
*[b-3bxi012yyd] {
    box-sizing: border-box;
}

:root[b-3bxi012yyd] {
    --primary-color: #006B44;
    --secondary-color: #00360D;
    --accent-color: #45A441;
    --light-color: #F8F9FA;
}

.backdrop[b-3bxi012yyd] {
    background: rgba(248, 249, 250, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 1px 0px 4px rgba(0,0,0,0.4);
}

nav[b-3bxi012yyd] {
    z-index: 2;
    height: 72.25px;
}

section ul[b-3bxi012yyd] {
    list-style-type: none;
    margin: 0px;
}

li[b-3bxi012yyd]  a {
    color: var(--primary-color);
    font-weight: 500;
}


    li[b-3bxi012yyd]  a.active {
        color: var(--accent-color);
        background-color: black;
    }

    li[b-3bxi012yyd]  a:hover {
        color: var(--accent-color);
    }

.btnMenu[b-3bxi012yyd] {
    display: none;
    z-index: 2;
}

.menu[b-3bxi012yyd]::before {
    content: "menu";
}

.sidebar[b-3bxi012yyd] {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    min-height: 100vh;
    height:100%;
    z-index: 1;
    padding-top: 100px;
    background: rgba(248, 249, 250, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow-y: scroll;
}

.sidebar li[b-3bxi012yyd]  a {
    font-size: x-large;
    width: fit-content;
}

@media (max-width: 767px) {
    .bar[b-3bxi012yyd] {
        display: none;
    }

    button.button[b-3bxi012yyd] {
        background-color: var(--accent-color);
        color: var(--light-color);
    }

    .btnMenu[b-3bxi012yyd] {
        display: block;
    }

    .sidebar[b-3bxi012yyd] {
        display: block;
    }

    .close[b-3bxi012yyd]::before {
        content: "close";
    }

    .justify[b-3bxi012yyd] {
        width: 100%;
    }
}
/* /Components/NavMenu.razor.rz.scp.css */
*[b-81i7yd17cb] {
    box-sizing: border-box;
}

:root[b-81i7yd17cb] {
    --primary-color: #006B44;
    --secondary-color: #00360D;
    --accent-color: #45A441;
    --light-color: #F8F9FA;
}

.backdrop[b-81i7yd17cb] {
    background: rgba(248, 249, 250, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 1px 0px 4px rgba(0,0,0,0.4);
}

nav[b-81i7yd17cb] {
    position: fixed;
    z-index: 2;
}

li[b-81i7yd17cb]  a {
    color: var(--secondary-color);
    font-weight: 500;
    position: relative;
    text-decoration: none; /* Remove the default underline */
    overflow: hidden; /* Ensures the underline doesn't extend outside the element */
    display: inline-block; /* Necessary for overflow to work */
}

    li[b-81i7yd17cb]  a::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px; /* Thickness of the underline */
        background-color: var(--primary-color);
        transform: scaleX(0); /* Start with the underline not shown */
        transition: transform 0.3s ease; /* Smooth transition for the underline */
        transform-origin: bottom right; /* Start the transformation from the right */
    }

    li[b-81i7yd17cb]  a:hover::after, li[b-81i7yd17cb]  a.active::after {
        transform: scaleX(1); /* Scale the underline to full width on hover/active */
        transform-origin: bottom left; /* End the transformation to the left */
    }

    li[b-81i7yd17cb]  a.active {
        color: var(--primary-color);
    }

    li[b-81i7yd17cb]  a:hover {
        color: var(--accent-color);
    }


.bar[b-81i7yd17cb] {
    display: flex;
    align-content: center;
}

button.button[b-81i7yd17cb] {
    padding: 10px;
    border: none;
    background-color: var(--light-color);
    color: var(--secondary-color);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

    button.button:hover[b-81i7yd17cb] {
        background-color: var(--accent-color);
        color: var(--light-color);
    }

    button.button:active[b-81i7yd17cb] {
        box-shadow: inset 2px 2px 4px rgba(0,0,0,0.4);
    }


.btnMenu[b-81i7yd17cb] {
    display: none;
    z-index: 2;
}

.menu[b-81i7yd17cb]::before {
    content: "menu";
}

.sidebar[b-81i7yd17cb] {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    min-height: 100vh;
    height:100%;
    z-index: 1;
    padding-top: 100px;
    background: rgba(248, 249, 250, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow-y: scroll;
}

.sidebar li[b-81i7yd17cb]  a {
    font-size: x-large;
    width: fit-content;
}

@media (max-width: 767px) {
    .bar[b-81i7yd17cb] {
        display: none;
    }

    button.button[b-81i7yd17cb] {
        background-color: var(--accent-color);
        color: var(--light-color);
    }

    .btnMenu[b-81i7yd17cb] {
        display: block;
    }

    .sidebar[b-81i7yd17cb] {
        display: block;
    }

    .close[b-81i7yd17cb]::before {
        content: "close";
    }

    .justify[b-81i7yd17cb] {
        width: 100%;
    }
}
/* /Components/Upload.razor.rz.scp.css */
/* /Components/Upload2.razor.rz.scp.css */
/* /Components/User/ProfileInformation.razor.rz.scp.css */
:root[b-d6k20wppnp] {
    --primary-color: #006B44;
    --secondary-color: #00360D;
    --accent-color: #45A441;
    --light-color: #F8F9FA;
}

nav.start ul[b-d6k20wppnp] {
    align-items: center;
}

nav > ul[b-d6k20wppnp] {
    justify-content: center;
    width: 100%;
    padding: 0px;
}

li[b-d6k20wppnp]  a {
    color: var(--secondary-color);
    margin: 0px;
    padding: 0px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: color 0.3s ease; /* Transition for color */
}

    li[b-d6k20wppnp]  a::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px; /* Thickness of the underline */
        background-color: var(--accent-color);
        transform: scaleX(0); /* Start with the underline not shown */
        transition: transform 0.3s ease; /* Transition for the underline */
        transform-origin: bottom right; /* Start the transformation from the right */
    }

    li[b-d6k20wppnp]  a:hover {
        color: var(--accent-color); /* Change color on hover */
    }

        li[b-d6k20wppnp]  a:hover::after {
            transform: scaleX(1); /* Scale the underline to full width on hover */
            transform-origin: bottom left; /* End the transformation to the left */
        }


section.d-flex[b-d6k20wppnp] {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

section.d-flex.flex-column[b-d6k20wppnp] {
    align-items: center;
}

@media (max-width: 575px) {
    nav.start ul[b-d6k20wppnp] {
        flex-direction: column;
    }
}
/* /Layout/AdminLayout.razor.rz.scp.css */
.page[b-5o7kvgc45b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5o7kvgc45b] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-5o7kvgc45b], article[b-5o7kvgc45b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/HomeLayout.razor.rz.scp.css */
.page[b-2j13hc4gyf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2j13hc4gyf] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-2j13hc4gyf], article[b-2j13hc4gyf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-zymqguqpvm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-zymqguqpvm], article[b-zymqguqpvm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/OriginalNavMenu.razor.rz.scp.css */
.navbar-toggler[b-4ichxu5zyq] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-4ichxu5zyq] {
    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-4ichxu5zyq] {
    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-4ichxu5zyq] {
    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-4ichxu5zyq] {
    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-4ichxu5zyq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

    .collapse[b-4ichxu5zyq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-4ichxu5zyq] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/SearchLayout.razor.rz.scp.css */
.navbar-toggler[b-tctxfzkw0f] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-tctxfzkw0f] {
    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-tctxfzkw0f] {
    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-tctxfzkw0f] {
    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-tctxfzkw0f] {
    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-tctxfzkw0f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

    .collapse[b-tctxfzkw0f] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-tctxfzkw0f] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/SecondaryLayout.razor.rz.scp.css */
.navbar-toggler[b-wrpnbuz3qm] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-wrpnbuz3qm] {
    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-wrpnbuz3qm] {
    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-wrpnbuz3qm] {
    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-wrpnbuz3qm] {
    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-wrpnbuz3qm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

    .collapse[b-wrpnbuz3qm] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-wrpnbuz3qm] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/SellerLayout.razor.rz.scp.css */
.page[b-v5y6ftamku] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-v5y6ftamku], article[b-v5y6ftamku] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/UserLayout.razor.rz.scp.css */
.navbar-toggler[b-9u1mfcbxks] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-9u1mfcbxks] {
    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-9u1mfcbxks] {
    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-9u1mfcbxks] {
    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-9u1mfcbxks] {
    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-9u1mfcbxks] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

    .collapse[b-9u1mfcbxks] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-9u1mfcbxks] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Cart.razor.rz.scp.css */
/* /Pages/PageNotFound.razor.rz.scp.css */
