/* _content/DIGIITAres/Shared/MainLayout.razor.rz.scp.css */
.page[b-bik6dumwmg] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-bik6dumwmg] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-bik6dumwmg] {
    background-color: #ffffff;
    border-right: 1px solid #e0e0e0;
}

.top-row[b-bik6dumwmg] {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.6rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .top-row[b-bik6dumwmg]  a, .top-row .btn-link[b-bik6dumwmg] {
        white-space: nowrap;
        margin-left: 1rem;
    }

    .top-row a:first-child[b-bik6dumwmg] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-bik6dumwmg] {
        display: flex;
    }

    .top-row a[b-bik6dumwmg], .top-row .btn-link[b-bik6dumwmg] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bik6dumwmg] {
        flex-direction: row;
    }

    main[b-bik6dumwmg] {
        flex: 1;
    }

    .sidebar[b-bik6dumwmg] {
        width: 260px;
    }
}

    }

    .sidebar[b-bik6dumwmg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bik6dumwmg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-bik6dumwmg], article[b-bik6dumwmg] {
        padding-left: 1.2rem !important;
        padding-right: 1rem !important;
    }
}

    .brand-container[b-bik6dumwmg] {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .brand-logo[b-bik6dumwmg] {
        width: 40px;
        height: 40px;
        object-fit: contain;
        display: inline-block;
    }

    .brand-text[b-bik6dumwmg] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 2px;
    }

    .brand-emoji[b-bik6dumwmg] {
        font-size: 28px;
        line-height: 1;
    }

    /* Brand typography and effects */
    .brand-name[b-bik6dumwmg] {
        display: inline-block;
        font-weight: 700;
        font-size: 1.25rem;
        letter-spacing: 0.6px;
        text-transform: none;
        background: linear-gradient(90deg, #1e88e5 0%, #7b1fa2 50%, #ff6f00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        text-shadow: 0 1px 0 rgba(0,0,0,0.04);
    }

    .brand-name:hover[b-bik6dumwmg] {
        filter: brightness(1.05) saturate(1.05);
        transform: translateY(-1px);
    }

    .brand-subtitle[b-bik6dumwmg] {
        display: block;
        font-size: 0.75rem;
        font-weight: 500;
        color: #666666;
        margin-top: 1px;
    }

    /* User account icon styles */
    .user-account .user-icon svg[b-bik6dumwmg] {
        width: 28px;
        height: 28px;
        display: block;
    }

    .user-account .user-name[b-bik6dumwmg] {
        font-weight: 600;
        color: #333333;
    }

    .user-account .user-logout svg[b-bik6dumwmg] {
        vertical-align: middle;
    }

    .user-account .user-logout:hover svg[b-bik6dumwmg] {
        transform: translateX(2px);
    }

    /* small responsive tweak */
    @media (max-width: 640.98px) {
        .brand-logo[b-bik6dumwmg] { width: 34px; height: 34px; }
        .brand-name[b-bik6dumwmg] { font-size: 1rem; }
        .brand-subtitle[b-bik6dumwmg] { font-size: 0.7rem; }
    }
/* _content/DIGIITAres/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-u9j9cbkmx4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-u9j9cbkmx4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-u9j9cbkmx4] {
    font-size: 1.1rem;
}

.oi[b-u9j9cbkmx4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-u9j9cbkmx4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-u9j9cbkmx4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-u9j9cbkmx4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-u9j9cbkmx4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-u9j9cbkmx4]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-u9j9cbkmx4]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-u9j9cbkmx4] {
        display: none;
    }

    .collapse[b-u9j9cbkmx4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
