/* _content/SmartAffiliate.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-v2j2qxlpfj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v2j2qxlpfj] {
    flex: 1;
}

.sidebar[b-v2j2qxlpfj] {
    background: linear-gradient(180deg, #ff6b35 0%, #f7931e 50%, #ffd700 100%);
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.top-row[b-v2j2qxlpfj] {
    background: linear-gradient(90deg, #fff 0%, #f8f9fa 100%);
    border-bottom: 2px solid #ff6b35;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-v2j2qxlpfj]  a, .top-row .btn-link[b-v2j2qxlpfj] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-v2j2qxlpfj] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-v2j2qxlpfj] {
        display: none;
    }

    .top-row.auth[b-v2j2qxlpfj] {
        justify-content: space-between;
    }

    .top-row a[b-v2j2qxlpfj], .top-row .btn-link[b-v2j2qxlpfj] {
        margin-left: 0;
    }
}

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

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

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

    .top-row[b-v2j2qxlpfj], article[b-v2j2qxlpfj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SmartAffiliate.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y0unptf8ga] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-y0unptf8ga] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-y0unptf8ga] {
    font-size: 1.1rem;
}

.oi[b-y0unptf8ga] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-y0unptf8ga] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-y0unptf8ga]  a {
        color: #fff;
        border-radius: 8px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-weight: 500;
        transition: all 0.3s ease;
    }

.nav-item[b-y0unptf8ga]  a.active {
    background-color: rgba(255,255,255,0.3);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.nav-item[b-y0unptf8ga]  a:hover {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    transform: translateX(5px);
}

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

    .collapse[b-y0unptf8ga] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-y0unptf8ga] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
