@import '_content/BlazorSharedComponent/BlazorSharedComponent.5p0t9ju7vl.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9i5ajfo4n1] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--app-bg);
    color: var(--app-text);
}

main[b-9i5ajfo4n1] {
    flex: 1;
}

.sidebar[b-9i5ajfo4n1] {
    background-image: var(--app-sidebar-gradient, linear-gradient(180deg, #1e3a8a 0%, #065f46 70%));
}

.top-row[b-9i5ajfo4n1] {
    background-color: var(--app-topbar-bg, var(--app-surface));
    border-bottom: 1px solid var(--app-border);
    color: var(--app-text);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9i5ajfo4n1]  a, .top-row[b-9i5ajfo4n1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-9i5ajfo4n1]  a:hover, .top-row[b-9i5ajfo4n1]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-9i5ajfo4n1]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

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

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

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

    .sidebar[b-9i5ajfo4n1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

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

#blazor-error-ui[b-9i5ajfo4n1] {
    background: var(--app-danger-bg, #fff9db);
    bottom: 0;
    box-shadow: var(--app-shadow-sm, 0 -1px 2px rgba(0, 0, 0, 0.2));
    box-sizing: border-box;
    color: var(--app-text);
    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-9i5ajfo4n1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NotAuthorizedLayout.razor.rz.scp.css */
.not-authorized-layout[b-52im86js4h] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--app-login-bg, linear-gradient(135deg, #667eea 0%, #764ba2 100%));
    color: var(--app-text);
}

.not-authorized-layout .container[b-52im86js4h] {
    max-width: 500px;
    padding: 2rem;
    background: var(--app-surface, white);
    border-radius: 8px;
    box-shadow: var(--app-shadow-md, 0 10px 25px rgba(0, 0, 0, 0.1));
}
