/* _content/WhatsBot/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-u8zis7i1n5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u8zis7i1n5] {
    flex: 1;
    background: var(--bg);
}

.sidebar[b-u8zis7i1n5] {
    background: var(--sidebar-bg);
}

.top-row[b-u8zis7i1n5] {
    background-color: var(--surface);
    border-bottom: 1px solid var(--border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

@media (max-width: 640.98px) {
    .top-row[b-u8zis7i1n5] {
        justify-content: space-between;
    }
}

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

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

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

    .top-row[b-u8zis7i1n5], article[b-u8zis7i1n5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-u8zis7i1n5] {
    background: var(--warning-soft);
    color: var(--ink);
    bottom: 0;
    box-shadow: 0 -1px 8px oklch(20% 0 0 / 0.15);
    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-u8zis7i1n5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WhatsBot/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dr8adk7fgh] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid oklch(100% 0 0 / 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 oklch(100% 0 0 / 0.1);
}

.navbar-toggler:checked[b-dr8adk7fgh] {
    background-color: oklch(100% 0 0 / 0.15);
}

.top-row[b-dr8adk7fgh] {
    height: 3.5rem;
    background-color: oklch(0% 0 0 / 0.15);
    border-bottom: 1px solid oklch(100% 0 0 / 0.06);
}

.navbar-brand[b-dr8adk7fgh] {
    font-size: 1.05rem;
    font-weight: 650;
    color: var(--sidebar-ink);
    letter-spacing: -0.01em;
}

.bi[b-dr8adk7fgh] {
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.7rem;
    flex: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.85;
}

.nav-item[b-dr8adk7fgh] {
    font-size: 0.9rem;
    padding: 0 0.75rem;
}

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

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

    .nav-item[b-dr8adk7fgh]  .nav-link {
        color: var(--sidebar-ink-muted);
        background: none;
        border: none;
        border-radius: var(--radius-sm);
        height: 2.5rem;
        display: flex;
        align-items: center;
        width: 100%;
        transition: background-color 150ms var(--ease-out), color 150ms var(--ease-out);
    }

.nav-item[b-dr8adk7fgh]  a.active {
    background-color: var(--sidebar-active);
    color: white;
}

.nav-item[b-dr8adk7fgh]  .nav-link:hover {
    background-color: oklch(100% 0 0 / 0.06);
    color: var(--sidebar-ink);
}

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

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

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

    .nav-scrollable[b-dr8adk7fgh] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
