/* /Components/Account/Pages/Login.razor.rz.scp.css */
section[b-7kbqi6t809] {
    display: grid;
    max-width: 420px;
    margin-block: 3rem;

    .logo {
        display: flex;
        flex-flow: column;
        place-self: center;

        img {
            max-height: 64px;
            object-fit: contain;
        }

        h1[b-7kbqi6t809] {
            font-size: var(--font-2);
        }
    }

    .internal[b-7kbqi6t809] {
        margin-block: 1rem;

        form {
            display: flex;
            flex-flow: column;
            gap: 1rem;

            .checkbox {
                display: flex;
                justify-content: space-between;

                a {
                    text-decoration: none;
                }
            }
        }
    }

    .external[b-7kbqi6t809] {
        display: flex;
        flex-flow: column;
        gap: 1rem;

        small {
            color: hsl(from currentColor h s 50%);
            align-self: center;
        }

        &[b-7kbqi6t809]  button {
            width: 100%;
        }
    }
}
/* /Components/Account/Shared/AccountLayout.razor.rz.scp.css */
main[b-7j11wzsgzg] {
    flex: 1;
    place-content: center;
}
/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.btn[name=provider][b-w6t00yy5j0] {
    border: 1px solid var(--bs-secondary);
    &:hover {
        background-color: oklch(from white 95% c h);
    }

    img[b-w6t00yy5j0] {
        width: 1em;
        height: 1em;
        vertical-align: text-bottom;
    }
}
/* /Components/Account/Shared/LoginDisplay.razor.rz.scp.css */
[b-8sjofydxtq] a {
    color: hsl(from var(--col-font) h s 25%);
}

[b-8sjofydxtq] .profile {
    display: flex;
    flex-flow: column;
    gap: .5rem;
    padding-block-start: 1rem;
    line-height: 1;

    .email {
        font-size: calc(var(--font-0) * .75);
        grid-column: 2;
        color: hsl(from currentColor h s 50%);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
aside[b-fhllvo7t9o] {
    grid-column: 1;
    grid-row: 1;
    position: fixed;
    display: flex;
    flex-flow: column;
    block-size: 100%;
    inline-size: 100%;
    max-inline-size: 300px;
}

main[b-fhllvo7t9o] {
    grid-column: 2;
    grid-row: 1;
    container-type: inline-size;
    background: white;
    border: 1px solid var(--col-divider-dark);
    max-block-size: 100%;

    header,
    .toolbar {
        padding: .5rem 1rem;
        border-bottom: 1px solid var(--col-divider-light);
    }

    .toolbar[b-fhllvo7t9o] {
        --dxbl-image-height: 1.5em;
        --dxbl-image-width: 1.5em;
        
        display: flex;
        align-items: center;
        min-block-size: 48px;
    }
}

    [b-fhllvo7t9o] .login-display {
        display: flex;
        flex-flow: column;
        gap: 1rem;
        font-size: calc(var(--font-0) * .875);
        margin: 0 1rem 1rem;
        border-top: 1px solid hsl(from var(--col-body) h s 80%);
    }

    #blazor-error-ui[b-fhllvo7t9o] {
        color-scheme: light only;
        background: lightyellow;
        bottom: 0;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        display: none;
        left: 0;
        padding: 0.6rem 1.25rem 0.7rem 1.25rem;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

        #blazor-error-ui .dismiss[b-fhllvo7t9o] {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-eh532u4h1n] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-eh532u4h1n] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.brand[b-eh532u4h1n] {
    display: flex;
    justify-content: center;
    padding-block-start: 1rem;

    .logo {
        max-height: 48px;
    }
}

.nav-item[b-eh532u4h1n] {
    font-size: var(--font-0);
}

    .nav-item:first-child[b-eh532u4h1n] {
        padding-top: 1rem;
    }

    .nav-item[b-eh532u4h1n]  .nav-link {
        color: hsl(from var(--col-font) h s 25%);
        background: none;
        border: 1px solid transparent;
        border-radius: .25rem;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .nav-item[b-eh532u4h1n]  a.active,
    details:not([open]):has(.nav-link.active) summary[b-eh532u4h1n] {
        background-color: var(--col-havenBlue);
        color: hsl(from var(--col-havenBlue) h s 95%);
        border: 1px solid hsl(from var(--col-havenBlue) h s 25%);
    }

    .nav-item[b-eh532u4h1n]  .nav-link:not(.active):hover {
        background-color: hsl(from var(--col-body) h s 90%);
        color: hsl(from var(--col-font) h s 15%);
        border: 1px solid hsl(from var(--col-body) h s 85%);
    }

.nav-scrollable[b-eh532u4h1n] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-eh532u4h1n] {
    display: block;
}

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

    .nav-scrollable[b-eh532u4h1n] {
        flex: 1;
        display: block;
        overflow-y: auto;
        margin-block: 1rem;
    }
}

summary[b-eh532u4h1n] {
    color: hsl(from var(--col-font) h s 25%);
    background: none;
    border: none;
    border-radius: 4px;
    line-height: 3rem;
    width: 100%;
    padding-inline-start: 1rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mptlpdflzx],
.components-reconnect-repeated-attempt-visible[b-mptlpdflzx],
.components-reconnect-failed-visible[b-mptlpdflzx],
.components-pause-visible[b-mptlpdflzx],
.components-resume-failed-visible[b-mptlpdflzx],
.components-rejoining-animation[b-mptlpdflzx] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-mptlpdflzx],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-mptlpdflzx],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-mptlpdflzx],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-mptlpdflzx],
#components-reconnect-modal.components-reconnect-retrying[b-mptlpdflzx],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-mptlpdflzx],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-mptlpdflzx],
#components-reconnect-modal.components-reconnect-failed[b-mptlpdflzx],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-mptlpdflzx] {
    display: block;
}


#components-reconnect-modal[b-mptlpdflzx] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-mptlpdflzx 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-mptlpdflzx 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-mptlpdflzx 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-mptlpdflzx]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-mptlpdflzx 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-mptlpdflzx {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-mptlpdflzx {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-mptlpdflzx {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-mptlpdflzx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-mptlpdflzx] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-mptlpdflzx] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-mptlpdflzx] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-mptlpdflzx] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-mptlpdflzx] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-mptlpdflzx] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-mptlpdflzx 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-mptlpdflzx] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-mptlpdflzx {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/SalesItems/ProductCategories.razor.rz.scp.css */
.grid[b-qh4lbuconv] {
    display: grid;
    grid-template-columns: auto auto 1fr;
    height: 100%;

    .items {
        min-inline-size: 25cqi;

        input {
            inline-size: 100%;
            border: none;
            padding: .5rem;
            border-bottom: 1px solid #eee;
        }

        .toolbar[b-qh4lbuconv] {
            padding: .5rem;
            display: flex;
            justify-content: end;

            svg {
                inline-size: 2em;
                block-size: 2em;
                fill: var(--col-havenGreen);
            }
        }

        ul[b-qh4lbuconv] {
            display: flex;
            flex-flow: column nowrap;
            list-style: none;
            padding: 1rem 0;
            margin: 0;
            font-size: .875rem;

            li {
                padding: .15rem 1rem;
                cursor: pointer;

                &.selected {
                    background-color: var(--col-body);
                }
            }
        }
    }

    .divider[b-qh4lbuconv] {
        inline-size: 1px;
        block-size: 100%;
        background-color: #eee;
    }

    .edit[b-qh4lbuconv] {
        padding: 1rem;

        .toolbar {
            padding-block: 1rem;
        }
    }
}
