/* _content/CompanyHomePage/Layout/MainLayout.razor.rz.scp.css */
.page[b-3w3p5bsu8b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3w3p5bsu8b] {
    flex: 1;
}

.sidebar[b-3w3p5bsu8b] {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    backdrop-filter: blur(20px);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.top-row[b-3w3p5bsu8b] {
    background: #ffffff;
    border-bottom: 1px solid var(--border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3w3p5bsu8b]  a, .top-row[b-3w3p5bsu8b]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3w3p5bsu8b]  a:hover, .top-row[b-3w3p5bsu8b]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3w3p5bsu8b]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3w3p5bsu8b] {
        justify-content: space-between;
    }

    .top-row[b-3w3p5bsu8b]  a, .top-row[b-3w3p5bsu8b]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3w3p5bsu8b] {
        flex-direction: row;
    }

    .sidebar[b-3w3p5bsu8b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3w3p5bsu8b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3w3p5bsu8b]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3w3p5bsu8b], article[b-3w3p5bsu8b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/CompanyHomePage/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6ljha8tacv] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6ljha8tacv] {
    min-height: 3.5rem;
    background: var(--bg-secondary);
    border-bottom: 1px solid var(--border);
}

.navbar-brand[b-6ljha8tacv] {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    transition: var(--transition);
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 3.5rem;
}

.navbar-brand:hover[b-6ljha8tacv] {
    color: var(--primary);
    opacity: 0.9;
}

.navbar-logo[b-6ljha8tacv] {
    width: 100%;
    height: 100%;
    min-height: 3.5rem;
    object-fit: cover;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.nav-item[b-6ljha8tacv]  a i {
    font-size: 1.125rem;
    margin-right: 0.75rem;
    width: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-item[b-6ljha8tacv] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-6ljha8tacv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6ljha8tacv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6ljha8tacv]  a {
        color: rgba(255, 255, 255, 0.65);
        border-radius: var(--radius-md);
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        font-weight: 400;
        letter-spacing: -0.01em;
        font-size: 0.875rem;
        padding: 0 0.75rem;
    }

.nav-item[b-6ljha8tacv]  a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 0;
    background: #ffffff;
    border-radius: 0 2px 2px 0;
    transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-item[b-6ljha8tacv]  a.active {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    color: #ffffff;
    font-weight: 500;
}

.nav-item[b-6ljha8tacv]  a.active::before {
    height: 70%;
    background: #ffffff;
}

.nav-item[b-6ljha8tacv]  a:hover {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.85);
}

.nav-item[b-6ljha8tacv]  a:hover::before {
    height: 50%;
    background: rgba(255, 255, 255, 0.6);
}

@media (min-width: 641px) {
    .navbar-toggler[b-6ljha8tacv] {
        display: none;
    }

    .collapse[b-6ljha8tacv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-6ljha8tacv] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
