/* /Pages/LayoutFooter.razor.rz.scp.css */
.LayoutFooter[b-l0pzjlyz8i] {
    color: #555;
    font-size: 0.85rem;
    padding: 6px 10px;
    border-top: 1px solid #bbb;
    background: #f5f5f5;
}
/* /Pages/LayoutTopMenu.razor.rz.scp.css */
ul.LayoutTopMenu[b-f8ki9mpid2] {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    background: #054b83;
    background: linear-gradient(180deg, rgba(3,48,90,1.0) 0%, rgba(6,84,147,1.0) 100%);
    line-height: 1.0em;
    top: 0px;
    position: sticky;
    z-index: 98;
    min-height: var(--top-menu-height);
    padding-top: 4px;
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
}

ul.LayoutTopMenu li[b-f8ki9mpid2] {
    display: inline-block;
    padding: 0px 5px;
    margin: 8px 0px;
}

ul.LayoutTopMenu li.Logout[b-f8ki9mpid2] {
    margin: 0px;
    padding: 0px 10px;
}

ul.LayoutTopMenu a[b-f8ki9mpid2],
ul.LayoutTopMenu li.Logout button[b-f8ki9mpid2] {
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    border-radius: 15px;
    padding-bottom: 6px;
    background: rgba(0, 0, 0, 0.5);
}

ul.LayoutTopMenu li.Logout button[b-f8ki9mpid2] {
    color: #000;
    background: #ddd;
    font-weight: bold;
    display: inline-block;
    padding: 1px 12px;
    margin: 5px 0px;
    border: 2px solid #999;
    font-size: 0.9em;
}

ul.LayoutTopMenu li.Logout button:hover[b-f8ki9mpid2] {
    background: #ddd;
    color: #000;
    border-color: #fff;
}

ul.LayoutTopMenu a:hover[b-f8ki9mpid2] {
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
}

ul.LayoutTopMenu li.Logo a[b-f8ki9mpid2] {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    font-weight: bold;
}

ul.LayoutTopMenu li.Logo a:hover[b-f8ki9mpid2] {
    text-decoration: none;
    background: rgba(255, 255, 255, 1.0);
}

ul.LayoutTopMenu > li.Right[b-f8ki9mpid2] {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
}
/* /Pages/MainLayout.razor.rz.scp.css */
.MainLayout[b-wj12rtivx5] {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100vh;
    width: 100%;
}

.TopLayout[b-wj12rtivx5] {
    grid-row: 1;
}

.PageLayout[b-wj12rtivx5] {
    grid-row: 2;
    overflow-y: hidden;
    display: flex;
}

.TitleLayout[b-wj12rtivx5] {
    top: 0px;
    position: sticky;
    z-index: 99;
    min-height: 36px;
    border-bottom: 1px solid #999;
    background: linear-gradient(180deg, #4b5563 0%, #374151 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    flex-wrap: wrap;
    padding: 1px 10px;
    letter-spacing: 0.7px;
    font-weight: 600;
}

.BottomLayout[b-wj12rtivx5] {
    grid-row: 3;
}

.ContentLayout[b-wj12rtivx5] {
    flex-grow: 1;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
}

.ContentLayout .ScrollableContent[b-wj12rtivx5] {
    flex-grow: 1;
    overflow-y: auto;
}

#DdtScrollableContent *[b-wj12rtivx5] {
    overflow-anchor: none;
}

#DdtScrollableContent.pinned #DdtEndOfPage[b-wj12rtivx5] {
    overflow-anchor: auto;
    height: 10px;
}
