/* _content/InvoiceAutomationUI/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-p9x82vbm0i] {
    min-height: 100vh;
    background-color: #f4f6f8;
}

.topbar[b-p9x82vbm0i] {
    min-height: 72px;
    z-index: 1030;
}

.brand-logo[b-p9x82vbm0i] {
    height: 30px;
    width: auto;
    object-fit: contain;
}

.brand-mark[b-p9x82vbm0i] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0d6efd, #3d8bfd);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.18);
}

.brand-title[b-p9x82vbm0i] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #212529;
    line-height: 1.1;
}

.brand-subtitle[b-p9x82vbm0i] {
    font-size: 0.74rem;
    line-height: 1.1;
}

.nav-link[b-p9x82vbm0i] {
    color: #495057;
    font-weight: 500;
    border-radius: 0.5rem;
    transition: background-color 0.18s ease, color 0.18s ease;
}

    .nav-link:hover[b-p9x82vbm0i] {
        background-color: #f1f3f5;
        color: #212529;
    }

    .nav-link.active[b-p9x82vbm0i] {
        background-color: #e9f2ff;
        color: #0d6efd !important;
        font-weight: 600;
    }

.dropdown-menu[b-p9x82vbm0i] {
    border-radius: 0.9rem;
    padding: 0.5rem;
    min-width: 220px;
}

.dropdown-item[b-p9x82vbm0i] {
    border-radius: 0.6rem;
    padding: 0.6rem 0.85rem;
    font-size: 0.92rem;
}

    .dropdown-item:hover[b-p9x82vbm0i] {
        background-color: #f5f7fa;
    }

.search-input[b-p9x82vbm0i] {
    min-width: 220px;
    border-radius: 0.75rem;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
}

.icon-btn[b-p9x82vbm0i] {
    width: 38px;
    height: 38px;
    border-radius: 0.75rem;
    border: 1px solid #dee2e6;
}

.user-menu[b-p9x82vbm0i] {
    border: 1px solid #dee2e6;
    border-radius: 0.9rem;
    background-color: #fff;
}

.user-avatar[b-p9x82vbm0i] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #dbeafe;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.82rem;
}

.user-name[b-p9x82vbm0i] {
    font-size: 0.88rem;
    font-weight: 600;
    color: #212529;
    line-height: 1.1;
}

.user-role[b-p9x82vbm0i] {
    font-size: 0.72rem;
    color: #6c757d;
    line-height: 1.1;
}

.page-content[b-p9x82vbm0i] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (max-width: 991.98px) {
    .topbar-right[b-p9x82vbm0i] {
        margin-top: 1rem;
        width: 100%;
        justify-content: space-between;
    }

    .search-input[b-p9x82vbm0i] {
        min-width: 160px;
    }
}
