/* _content/Odeurpt2/Components/Layout/HeaderBar.razor.rz.scp.css */
.headerbar[b-xk9reyoqoq]
{
    background: #1E1E1E;
    width: 100vw;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.h2header[b-xk9reyoqoq]
{
    margin: 0;
}
/* _content/Odeurpt2/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8wkcxcfbjv] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 0 80px 0;
}

.wrapper[b-8wkcxcfbjv] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
}

main[b-8wkcxcfbjv] {
    flex: 1;
}

#blazor-error-ui[b-8wkcxcfbjv] {
    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-8wkcxcfbjv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Odeurpt2/Components/Layout/NavMenu.razor.rz.scp.css */
.navbarbottom[b-wi3w02nrab]
{
    width: 100vw;
    background: #1e1e1e;
    color: #fff;
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.navimages[b-wi3w02nrab]
{
    width: 35px;
    height: 35px;
}

figure[b-wi3w02nrab]
{
    margin: 0;
    text-align: center;
}
