/* _content/IdentityServer/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9ay8zptip1] {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
    padding-top: 75px; /* Height of the topbar */
    padding-bottom: 50px; /* Height of the bottombar */
    box-sizing: border-box;
    flex: 1;
    overflow-y: auto;
}

.page[b-9ay8zptip1], .topbar[b-9ay8zptip1], .bottombar[b-9ay8zptip1] {
    flex-direction: column;
}

.container[b-9ay8zptip1], .topnav[b-9ay8zptip1], .bottomnav[b-9ay8zptip1] {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.container[b-9ay8zptip1] {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 40px;
}


#blazor-error-ui[b-9ay8zptip1] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-9ay8zptip1] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/IdentityServer/Components/Layout/NavMenu.razor.rz.scp.css */
nav[b-w3mr8hkioy] {
    display: flex;
    flex: 1; /* Allows nav to expand and take available space */
    align-items: center; /* Ensures all items are centered vertically */
    flex-wrap: nowrap; /* Prevents wrapping */
}

.navbar-right[b-w3mr8hkioy] {
    display: flex;
    align-items: center; /* Centers items vertically */
    margin-left: auto; /* Pushes the navbar-right to the far right */
}

.brand[b-w3mr8hkioy] {
    display: flex;
    align-items: center; /* Vertically centers the content */
    margin-right: 50px; /* Optional spacing adjustment */
}

    .brand img[b-w3mr8hkioy] {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }

.title[b-w3mr8hkioy] {
    font-size: 20px;
    color: white;
    padding: 0;
}
