/* _content/Intranet.Frontend/Presentation/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xe81nwsjbc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xe81nwsjbc] {
    flex: 1;
}

#blazor-error-ui[b-xe81nwsjbc] {
    color-scheme: light only;
    background: lightyellow;
    color: black;
    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-xe81nwsjbc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Intranet.Frontend/Presentation/Components/Shared/LeftRightContentWrapper.razor.rz.scp.css */
.content-wrapper[b-geps19tivt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-container[b-geps19tivt] {
    width: auto;
}

.right-container[b-geps19tivt] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.position-container[b-geps19tivt] {
    align-self: flex-start;
}
