@import '_content/Client.SharedComponents/Client.SharedComponents.pijjcsy3it.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
html[b-9dbyg2aasg], body[b-9dbyg2aasg], #app[b-9dbyg2aasg] {
    height: 100%;
}

/*in use*/
.app-shell[b-9dbyg2aasg] {
    height: 100%;
}

/*in use*/
.app-main[b-9dbyg2aasg] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.drawer-open-button[b-9dbyg2aasg] {
    position: fixed;
    left: 12px;
    top: 12px; /* adjust if you still have an appbar */
    z-index: 1300; /* above content */
    border-radius: 10px;
}

/*in use*/
/* Drawer layout zones */
.app-drawer[b-9dbyg2aasg] {
    display: flex;
    flex-direction: column;
}

/*in use*/
.drawer-identity[b-9dbyg2aasg] {
    position: relative;
    display: flex;
    gap: 12px;
    padding: 14px 12px;
    align-items: center;
    min-height: 72px;
    border-right: 1px solid var(--mud-palette-divider);
}

/*in use*/
/* Make nav area scroll while auth stays fixed */
.drawer-nav[b-9dbyg2aasg] {
    flex: 1 1 auto;
    /*overflow: auto;*/
    overflow-x: auto;
    overflow-y: scroll;
    padding-bottom: 6px;
    border-right: 1px solid var(--mud-palette-divider);
}

/*in use*/
.drawer-auth[b-9dbyg2aasg] {
    flex: 0 0 auto;
    padding: 8px;
    border-right: 1px solid var(--mud-palette-divider);
}
