@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
/* Component-scoped styles for Index page */

.home-fullpage-wrapper[b-w7yh59czhy] {
    margin: 0;
    padding: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -64px; /* Negative margin to offset AppBar height */
    padding-top: 64px; /* Padding to push content below AppBar */
}

/* Ensure no padding on container */
.home-fullpage-wrapper .container-fluid[b-w7yh59czhy] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    max-width: 100%;
    margin: 0;
    width: 100%;
}

/* Remove all margin and padding from hero grid and MudBlazor grid spacing */
.hero-section[b-w7yh59czhy] {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    position: relative;
}

.hero-section .mud-grid-spacing-xs-3[b-w7yh59czhy] {
    margin: 0 !important;
    width: 100% !important;
}

.hero-section .mud-grid-item[b-w7yh59czhy] {
    padding: 0 !important;
}

/* Remove carousel container padding */
.glass-carousel-container[b-w7yh59czhy] {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    position: relative;
}

/* Subtle contrast overlay over the hero image to improve logo readability */
.glass-carousel-container .glass-carousel-overlay[b-w7yh59czhy] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    /* Gradient darkens the center slightly and fades to edges */
    background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.18) 35%, rgba(0, 0, 0, 0.08) 65%, rgba(0, 0, 0, 0.00) 100%);
}

/* Ensure glass background spans full width */
.glass-background[b-w7yh59czhy] {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Keep hero image focal point centered for responsive crops */
.hero-section img[b-w7yh59czhy] {
    object-position: center center;
}

/* Add padding only to content sections */
.home-content-section[b-w7yh59czhy] {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 0;
}

/* Add spacing only for non-first content sections */
.home-content-section:not(:first-of-type)[b-w7yh59czhy] {
    margin-top: 3rem;
}

/* Mobile responsive adjustments */
@media (max-width: 960px) {
    .home-fullpage-wrapper[b-w7yh59czhy] {
        margin-top: -56px; /* Smaller AppBar on mobile */
        padding-top: 56px;
    }
    
    .home-content-section[b-w7yh59czhy] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* Slightly stronger center darkening on mobile to preserve contrast */
    .glass-carousel-container .glass-carousel-overlay[b-w7yh59czhy] {
        background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.20) 35%, rgba(0, 0, 0, 0.10) 65%, rgba(0, 0, 0, 0.00) 100%);
    }
}

@media (max-width: 600px) {
    .home-content-section[b-w7yh59czhy] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

/* Authorized user welcome header styles */
.authorized-welcome-header[b-w7yh59czhy] {
    margin-top: 5rem;
    padding-top: 0.5rem;
}
/* /Shared/EmptyLayout.razor.rz.scp.css */
.page[b-poaj9g28cm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-poaj9g28cm] {
    flex: 1;
}

.sidebar[b-poaj9g28cm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-poaj9g28cm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-poaj9g28cm]  a, .top-row .btn-link[b-poaj9g28cm] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-poaj9g28cm] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-poaj9g28cm] {
        display: none;
    }

    .top-row.auth[b-poaj9g28cm] {
        justify-content: space-between;
    }

    .top-row a[b-poaj9g28cm], .top-row .btn-link[b-poaj9g28cm] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-poaj9g28cm] {
        flex-direction: row;
    }

    .sidebar[b-poaj9g28cm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-poaj9g28cm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-poaj9g28cm], article[b-poaj9g28cm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-7oi3g4foje] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7oi3g4foje] {
    flex: 1;
}

.sidebar[b-7oi3g4foje] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7oi3g4foje] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7oi3g4foje]  a, .top-row .btn-link[b-7oi3g4foje] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-7oi3g4foje] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7oi3g4foje] {
        display: none;
    }

    .top-row.auth[b-7oi3g4foje] {
        justify-content: space-between;
    }

    .top-row a[b-7oi3g4foje], .top-row .btn-link[b-7oi3g4foje] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7oi3g4foje] {
        flex-direction: row;
    }

    .sidebar[b-7oi3g4foje] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7oi3g4foje] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-7oi3g4foje], article[b-7oi3g4foje] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t43yp40xxq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-t43yp40xxq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-t43yp40xxq] {
    font-size: 1.1rem;
}

.oi[b-t43yp40xxq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-t43yp40xxq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-t43yp40xxq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-t43yp40xxq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-t43yp40xxq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-t43yp40xxq]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-t43yp40xxq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-t43yp40xxq] {
        display: none;
    }

    .collapse[b-t43yp40xxq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
