@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* _content/Deskmanager/Components/Pages/PosPage.razor.rz.scp.css */
.pos--container[b-m2aaeb23ud] {
    display: grid;
    height: 100dvh;
    overflow: auto;
}

@container (max-width: 659px) {
    .pos--container[b-m2aaeb23ud] {
        grid-template-rows: minmax(300px, 1fr) 1fr;
    }
}

@container (min-width: 660px) {
    .pos--container[b-m2aaeb23ud] {
        grid-template-columns: 350px 1fr;
    }
}

.pos--sidebar[b-m2aaeb23ud] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin: .5rem;
    overflow: hidden;
    position: sticky;
    top: .5rem;
    max-height: calc(100dvh - 1rem);
    z-index: 10;
    background-color: var(--mud-palette-background);
}

.pos--content[b-m2aaeb23ud] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin: .5rem;
    flex: 1 1 0px;
}

@container (max-width: 659px) {
    .pos--numpad[b-m2aaeb23ud] {
        position: fixed;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0,0,0,.2);
    }
}
/* _content/Deskmanager/Components/Pos/NumPad.razor.rz.scp.css */
.numpad--grid[b-5q0qjteeb1] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: .25rem;
}
