/* _content/ZEB.AssetManagement.Dashboard/Shared/MainLayout.razor.rz.scp.css */
.page[b-2g1opl5zxn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2g1opl5zxn] {
    flex: 1;
}

.redirect-shell[b-2g1opl5zxn],
.login-shell[b-2g1opl5zxn] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

/* Top App Bar */
.zeb-appbar[b-2g1opl5zxn] {
    padding-left: 12px;
    padding-right: 18px;
    background: linear-gradient(90deg, #1565c0 0%, #0d47a1 100%) !important;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-title-wrap[b-2g1opl5zxn] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.topbar-title[b-2g1opl5zxn] {
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.topbar-subtitle[b-2g1opl5zxn] {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.82);
}

.user-chip[b-2g1opl5zxn] {
    background-color: rgba(255,255,255,0.10) !important;
    border-color: rgba(255,255,255,0.22) !important;
    color: #ffffff !important;
    font-weight: 500;
}

.logout-btn[b-2g1opl5zxn] {
    min-width: 110px;
    font-weight: 600;
    box-shadow: none;
}

/* Drawer */
.zeb-drawer[b-2g1opl5zxn] {
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%) !important;
    color: #e2e8f0;
}

.drawer-header[b-2g1opl5zxn] {
    padding: 20px 16px 14px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.drawer-logo-box[b-2g1opl5zxn] {
    width: 220px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    background: rgba(255,255,255,0.06);
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
    overflow: hidden;
}

.drawer-logo-img[b-2g1opl5zxn] {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.drawer-title[b-2g1opl5zxn] {
    font-size: 1rem;
    font-weight: 700;
    color: #f8fafc;
    text-align: center;
}

.drawer-subtitle[b-2g1opl5zxn] {
    font-size: 0.82rem;
    color: #94a3b8;
    text-align: center;
}

/* Main Content */
.main-content-shell[b-2g1opl5zxn] {
    min-height: calc(100vh - 64px);
    background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
    padding: 24px;
}

/* Nav Menu */
[b-2g1opl5zxn] .mud-nav-link {
    margin: 4px 0;
    border-radius: 12px;
    color: #cbd5e1 !important;
    transition: all 0.2s ease;
}

    [b-2g1opl5zxn] .mud-nav-link.active {
        background: rgba(59, 130, 246, 0.18);
        color: #ffffff !important;
    }

    [b-2g1opl5zxn] .mud-nav-link:hover {
        background: rgba(255,255,255,0.06);
        color: #ffffff !important;
    }

/* Divider inside dark drawer */
[b-2g1opl5zxn] .mud-divider {
    border-color: rgba(255,255,255,0.08);
}

@media (max-width: 960px) {
    .main-content-shell[b-2g1opl5zxn] {
        padding: 16px;
    }
}

@media (max-width: 768px) {
    .topbar-subtitle[b-2g1opl5zxn] {
        display: none;
    }

    .user-chip[b-2g1opl5zxn] {
        display: none;
    }

    .logout-btn[b-2g1opl5zxn] {
        min-width: auto;
        padding-left: 12px;
        padding-right: 12px;
    }

    .drawer-logo-box[b-2g1opl5zxn] {
        width: 180px;
        height: 52px;
    }
}
/* _content/ZEB.AssetManagement.Dashboard/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-73r97o1w3p] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-73r97o1w3p] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-73r97o1w3p] {
    font-size: 1.1rem;
}

.oi[b-73r97o1w3p] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-73r97o1w3p] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-73r97o1w3p] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-73r97o1w3p] {
        padding-bottom: 1rem;
    }

    .nav-item[b-73r97o1w3p]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-73r97o1w3p]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-73r97o1w3p]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-73r97o1w3p] {
        display: none;
    }

    .collapse[b-73r97o1w3p] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-73r97o1w3p] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
