@import '_content/Ownamic.Shared/Ownamic.Shared.0kkfxebbnh.bundle.scp.css';

/* /Components/Application/ReactHost/ReactHostComponent.razor.rz.scp.css */
body[b-c96i5w5mqo] {
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4zkveesju8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4zkveesju8] {
    flex: 1;
}

.site-footer[b-4zkveesju8] {
    padding: 0.75rem 1.5rem;
    font-size: 0.8rem;
    opacity: 0.7;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.site-footer a[b-4zkveesju8] {
    text-decoration: none;
}

.footer-divider[b-4zkveesju8] {
    margin: 0 0.5rem;
    opacity: 0.5;
}

@media (max-width: 640.98px) {
    .top-row[b-4zkveesju8] {
        justify-content: space-between;
    }

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

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

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

    .top-row.auth[b-4zkveesju8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4zkveesju8], article[b-4zkveesju8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.header-text-img[b-4zkveesju8] {
    height: 24px;
    padding-right: 5px;
}

.bottom-nav[b-4zkveesju8] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: var(--rz-sidebar-background-color);
    z-index: 1000;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}

/* Canvas covers the full hero-section � direct child of <header position:relative> */
.hero-network-canvas[b-4zkveesju8] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    pointer-events: none;
}


.bottom-nav-item[b-4zkveesju8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--rz-sidebar-color);
    text-decoration: none;
    padding: 8px 16px;
    flex: 1;
    transition: color 0.2s;
}

    .bottom-nav-item .rzi[b-4zkveesju8] {
        font-size: 24px;
    }

#blazor-error-ui[b-4zkveesju8] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4zkveesju8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
