@import 'ZiePieUI.Web.Client.cst42y7b3o.bundle.scp.css';

/* /Components/Account/AccountLayout.razor.rz.scp.css */
.account-page[b-1lva8v8fz4] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Same gradient as the app sidebar (MainLayout.razor.css) so the auth surface carries the
   brand identity without carrying the navigation. */
.account-brand[b-1lva8v8fz4] {
    height: 3.5rem;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.account-brand .navbar-brand[b-1lva8v8fz4] {
    font-size: 1.1rem;
}

main[b-1lva8v8fz4] {
    flex: 1;
}

@media (min-width: 641px) {
    .content[b-1lva8v8fz4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-1lva8v8fz4] {
    color-scheme: light only;
    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-1lva8v8fz4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
