/* _content/KantineApp/Components/KantineToastHost.razor.rz.scp.css */
.kantine-toast-host[b-lcu1i4yigk] {

    z-index: 1080;

    pointer-events: none;

}



.kantine-toast-host .kantine-toast-card[b-lcu1i4yigk] {

    pointer-events: auto;

    width: min(22rem, 100%);

    max-width: 100%;

}


/* _content/KantineApp/Components/Layout/InstallLayout.razor.rz.scp.css */
.install-layout[b-0crt1chcq2] {
    background: var(--k-bg, #f6f7fb);
}
/* _content/KantineApp/Components/Layout/MainLayout.razor.rz.scp.css */
.app-root[b-uhqnbsmj2a] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--k-bg);
}

/* Række under header: sidebar + hovedindhold (aldrig header ved siden af indhold) */
.app-body[b-uhqnbsmj2a] {
    display: flex;
    flex: 1;
    min-height: 0;
    min-width: 0;
}

.app-shell[b-uhqnbsmj2a] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.app-sidenav[b-uhqnbsmj2a] {
    width: 260px;
    position: sticky;
    top: 0;
    align-self: flex-start;
    height: 100vh;
    overflow: auto;
}

.app-topbar[b-uhqnbsmj2a] {
    position: sticky;
    top: 0;
    z-index: 1030;
    flex-shrink: 0;
    background: color-mix(in srgb, var(--k-surface) 92%, transparent);
    backdrop-filter: blur(10px);
}

.app-brand[b-uhqnbsmj2a] {
    color: var(--k-text);
    letter-spacing: 0.02em;
}

.app-gear-btn[b-uhqnbsmj2a] {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.app-gear-icon[b-uhqnbsmj2a] {
    width: 1.35rem;
    height: 1.35rem;
    display: block;
}

.app-mobile-backdrop[b-uhqnbsmj2a] {
    position: fixed;
    inset: 0;
    z-index: 1040;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.app-mobile-drawer[b-uhqnbsmj2a] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(20rem, 88vw);
    z-index: 1050;
    background: var(--k-surface);
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    overflow: auto;
    animation: appDrawerIn-b-uhqnbsmj2a 0.2s ease-out;
}

@keyframes appDrawerIn-b-uhqnbsmj2a {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

.app-main[b-uhqnbsmj2a] {
    flex: 1;
    padding-top: 1rem;
    min-width: 0;
}

.app-bottomnav[b-uhqnbsmj2a] {
    position: sticky;
    bottom: 0;
    z-index: 1020;
    flex-shrink: 0;
}

.app-bottomnav-inner[b-uhqnbsmj2a] {
    max-width: 900px;
    margin: 0 auto;
}

.app-bottomnav-inner .app-navlink[b-uhqnbsmj2a] {
    min-width: 0;
    font-size: 0.68rem;
}

.app-navlink[b-uhqnbsmj2a] {
    color: var(--k-muted);
    border-top: 3px solid transparent;
}

.app-navlink.active[b-uhqnbsmj2a] {
    color: var(--k-primary);
    border-top-color: var(--k-primary);
    background: color-mix(in srgb, var(--k-primary) 10%, transparent);
}

.app-navicon[b-uhqnbsmj2a] {
    font-size: 1.15rem;
    line-height: 1.2;
}

.app-sidelink[b-uhqnbsmj2a] {
    display: block;
    padding: 0.55rem 0.75rem;
    border-radius: 0.6rem;
    text-decoration: none;
    color: var(--k-text);
}

.app-sidelink:hover[b-uhqnbsmj2a] {
    background: color-mix(in srgb, var(--k-primary) 10%, transparent);
}

.app-sidelink.active[b-uhqnbsmj2a] {
    background: color-mix(in srgb, var(--k-primary) 16%, transparent);
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .app-main[b-uhqnbsmj2a] {
        padding-bottom: 6.75rem;
    }
}

#blazor-error-ui[b-uhqnbsmj2a] {
    color-scheme: light only;
    background: #fff3cd;
    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: 2000;
}

#blazor-error-ui .dismiss[b-uhqnbsmj2a] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/KantineApp/Components/Layout/NavMenu.razor.rz.scp.css */
/* Scoped styles for NavMenu – primært layout håndteres i MainLayout.razor.css */
/* _content/KantineApp/Components/Layout/OnboardingLayout.razor.rz.scp.css */
.onboarding-root[b-8j4fh89rn9] {
    background: radial-gradient(1200px 600px at 20% -10%, rgba(13, 110, 253, 0.25), transparent 55%),
        radial-gradient(900px 500px at 100% 0%, rgba(25, 135, 84, 0.18), transparent 50%),
        var(--k-bg, #f6f7fb);
}
/* _content/KantineApp/Components/Pages/ScanBetal.razor.rz.scp.css */
.scan-basket-bar[b-0fs0sgyrvj] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    max-height: 45vh;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .scan-basket-bar[b-0fs0sgyrvj] {
        left: var(--app-sidenav-width, 220px);
    }
}
