/* _content/realtingsql.web/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-g8rr44e22d] {
    background: #f5f8fc;
    color: #102033;
    display: flex;
    min-height: 100vh;
    overflow-x: hidden;
}

.workspace[b-g8rr44e22d] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-g8rr44e22d] {
    background: #ffffff;
    border-right: 1px solid #e5eaf2;
    box-shadow: 8px 0 24px rgba(15, 23, 42, .04);
    min-height: 100vh;
    position: sticky;
    top: 0;
    transition: width .22s ease, transform .22s ease;
    width: 244px;
    z-index: 30;
}

.sidebar-toggle[b-g8rr44e22d] {
    display: none;
}

.top-row[b-g8rr44e22d] {
    align-items: center;
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid #e5eaf2;
    display: flex;
    gap: 1rem;
    height: 68px;
    justify-content: space-between;
    padding: 0 1.25rem;
    position: sticky;
    top: 0;
    z-index: 20;
}

.top-left[b-g8rr44e22d],
.top-actions[b-g8rr44e22d],
.profile-button[b-g8rr44e22d],
.dropdown-panel a[b-g8rr44e22d],
.dropdown-panel button[b-g8rr44e22d] {
    align-items: center;
    display: flex;
}

.top-left[b-g8rr44e22d] {
    gap: .8rem;
    min-width: 0;
}

.top-left strong[b-g8rr44e22d] {
    color: #102033;
    display: block;
    font-size: 1rem;
    font-weight: 800;
}

.top-eyebrow[b-g8rr44e22d] {
    color: #64748b;
    display: block;
    font-size: .72rem;
    font-weight: 700;
}

.top-actions[b-g8rr44e22d] {
    gap: .6rem;
}

.content[b-g8rr44e22d] {
    padding: 1.25rem 1.5rem 2rem;
}

.icon-btn[b-g8rr44e22d],
.profile-button[b-g8rr44e22d] {
    background: #ffffff;
    border: 1px solid #dfe6f0;
    color: #475569;
}

.icon-btn[b-g8rr44e22d] {
    border-radius: 8px;
    display: grid;
    height: 40px;
    place-items: center;
    position: relative;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
    width: 40px;
}

.icon-btn:hover[b-g8rr44e22d],
.profile-button:hover[b-g8rr44e22d] {
    background: #f1f6fb;
    border-color: #c9d7e8;
    color: #0f6fd8;
}

.notification-btn span[b-g8rr44e22d] {
    background: #1E90FF;
    border-radius: 999px;
    color: white;
    font-size: .66rem;
    font-weight: 800;
    line-height: 1;
    padding: .2rem .34rem;
    position: absolute;
    right: -5px;
    top: -5px;
}

.dropdown-shell[b-g8rr44e22d] {
    position: relative;
}

.dropdown-panel[b-g8rr44e22d] {
    background: #ffffff;
    border: 1px solid #e5eaf2;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
    min-width: 240px;
    opacity: 0;
    padding: .55rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + .55rem);
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease;
    z-index: 60;
}

.dropdown-shell:hover .dropdown-panel[b-g8rr44e22d],
.dropdown-shell:focus-within .dropdown-panel[b-g8rr44e22d] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.dropdown-title[b-g8rr44e22d] {
    border-bottom: 1px solid #edf2f7;
    margin-bottom: .25rem;
    padding: .35rem .45rem .6rem;
}

.dropdown-title strong[b-g8rr44e22d],
.dropdown-title small[b-g8rr44e22d] {
    display: block;
}

.dropdown-title strong[b-g8rr44e22d] {
    color: #102033;
}

.dropdown-title small[b-g8rr44e22d] {
    color: #64748b;
}

.dropdown-panel a[b-g8rr44e22d],
.dropdown-panel button[b-g8rr44e22d] {
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: #475569;
    gap: .65rem;
    padding: .68rem .6rem;
    text-decoration: none;
    width: 100%;
}

.dropdown-panel a:hover[b-g8rr44e22d],
.dropdown-panel button:hover[b-g8rr44e22d] {
    background: #f1f6fb;
    color: #0f6fd8;
}

.profile-button[b-g8rr44e22d] {
    border-radius: 8px;
    gap: .65rem;
    padding: .3rem .6rem .3rem .3rem;
}

.avatar[b-g8rr44e22d] {
    align-items: center;
    background: #1E90FF;
    border-radius: 8px;
    color: white;
    display: inline-flex;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.user-chip[b-g8rr44e22d] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    text-align: left;
}

.user-chip strong[b-g8rr44e22d] {
    color: #102033;
    font-size: .86rem;
}

.auth-main[b-g8rr44e22d] {
    background: #f5f8fc;
    min-height: 100vh;
}

#blazor-error-ui[b-g8rr44e22d] {
    background: #fff7db;
    bottom: 0;
    box-shadow: 0 -1px 8px rgba(15, 23, 42, .12);
    color: #7a4b00;
    display: none;
    left: 0;
    padding: .8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-g8rr44e22d] {
    cursor: pointer;
    position: absolute;
    right: .75rem;
    top: .65rem;
}

@media (min-width: 1101px) {
    .sidebar-toggle:checked ~ .sidebar[b-g8rr44e22d] {
        width: 76px;
    }

    .sidebar-toggle:checked ~ .sidebar[b-g8rr44e22d]  .brand-name,
    .sidebar-toggle:checked ~ .sidebar[b-g8rr44e22d]  .nav-link span {
        display: none;
    }

    .sidebar-toggle:checked ~ .sidebar[b-g8rr44e22d]  .brand-panel,
    .sidebar-toggle:checked ~ .sidebar[b-g8rr44e22d]  .nav-link {
        justify-content: center;
    }

    .sidebar-toggle:checked ~ .sidebar[b-g8rr44e22d]  .brand-mark {
        justify-content: center;
    }
}

@media (max-width: 1100px) {
    .app-shell[b-g8rr44e22d] {
        display: block;
    }

    .sidebar[b-g8rr44e22d] {
        bottom: 0;
        left: 0;
        position: fixed;
        top: 0;
        transform: translateX(-105%);
    }

    .sidebar-toggle:checked ~ .sidebar[b-g8rr44e22d] {
        transform: translateX(0);
    }

    .top-row[b-g8rr44e22d] {
        padding: 0 1rem;
    }
}

@media (max-width: 680px) {
    .top-left div[b-g8rr44e22d],
    .profile-button .user-chip[b-g8rr44e22d],
    .profile-button .bi-chevron-down[b-g8rr44e22d] {
        display: none;
    }

    .content[b-g8rr44e22d] {
        padding: 1rem;
    }
}
/* _content/realtingsql.web/Components/Layout/NavMenu.razor.rz.scp.css */
.brand-panel[b-rs8thv4fb6] {
    align-items: center;
    border-bottom: 1px solid #e5eaf2;
    display: flex;
    padding: 1rem;
}

.brand-mark[b-rs8thv4fb6] {
    align-items: center;
    color: #303642;
    display: flex;
    gap: .75rem;
    text-decoration: none;
    width: 100%;
}

.brand-icon[b-rs8thv4fb6] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
    display: inline-flex;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    padding: 4px;
    width: 48px;
}

.brand-icon img[b-rs8thv4fb6] {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.brand-name[b-rs8thv4fb6] {
    color: #303642;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: -.03em;
}

.nav-scrollable[b-rs8thv4fb6] {
    height: calc(100vh - 72px);
    overflow-y: auto;
    padding: .75rem;
}

.nav-item[b-rs8thv4fb6] {
    margin-bottom: .15rem;
}

.nav-item[b-rs8thv4fb6]  .nav-link {
    align-items: center;
    border-radius: 8px;
    color: #516173;
    display: flex;
    font-size: .92rem;
    font-weight: 650;
    gap: .75rem;
    min-height: 42px;
    padding: .65rem .75rem;
    text-decoration: none;
    transition: background .18s ease, color .18s ease;
}

.nav-item[b-rs8thv4fb6]  .nav-link i {
    color: #7b8da3;
    font-size: 1rem;
    width: 1.25rem;
}

.nav-item[b-rs8thv4fb6]  .nav-link:hover {
    background: #f1f6fb;
    color: #102033;
}

.nav-item[b-rs8thv4fb6]  a.active {
    background: #e8f3ff;
    color: #0f6fd8;
}

.nav-item[b-rs8thv4fb6]  a.active i {
    color: #1E90FF;
}
