/* _content/SimpleCRM/Shared/MainLayout.razor.rz.scp.css */
.page[b-wlv6zpl2db] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wlv6zpl2db] {
    flex: 1;
}

.sidebar[b-wlv6zpl2db] {
    background-color: #0f172a;
}

.top-row[b-wlv6zpl2db] {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    justify-content: flex-end;
    height: 4.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-wlv6zpl2db]  a,
.top-row .btn-link[b-wlv6zpl2db] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-wlv6zpl2db] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wlv6zpl2db] {
        display: none;
    }

    .top-row.auth[b-wlv6zpl2db] {
        justify-content: space-between;
    }

    .top-row a[b-wlv6zpl2db],
    .top-row .btn-link[b-wlv6zpl2db] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wlv6zpl2db] {
        flex-direction: row;
    }

    .sidebar[b-wlv6zpl2db] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wlv6zpl2db] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-wlv6zpl2db],
    article[b-wlv6zpl2db] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SimpleCRM/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yndtppi76y] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-yndtppi76y] {
    height: 4.5rem;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
}

.navbar-brand[b-yndtppi76y] {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.oi[b-yndtppi76y] {
    width: 1.5rem;
    font-size: 1rem;
    margin-right: 0.75rem;
}

.nav-item[b-yndtppi76y] {
    font-size: 0.95rem;
    margin: 0.25rem 0.75rem;
}

.nav-item[b-yndtppi76y]  a {
    color: #94a3b8;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.nav-item[b-yndtppi76y]  a.active {
    background-color: rgba(59, 130, 246, 0.15);
    color: #fff;
    font-weight: 600;
}

.nav-item[b-yndtppi76y]  a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}

@media (min-width: 641px) {
    .navbar-toggler[b-yndtppi76y] {
        display: none;
    }

    .collapse[b-yndtppi76y] {
        display: block;
    }
}
