/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ihgd73nkgq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ihgd73nkgq] {
    flex: auto;
}

.sidebar[b-ihgd73nkgq] {
    background-color: var(--menuPanel);
}

.sidebar-right[b-ihgd73nkgq]{
    background-color: var(--background-panel);
    border-left:2px solid var(--primary);
   
    position:fixed;
    height:100%;
    z-index:999;
    right:0;
    float:right;
    top:55px;
   
}

.top-row[b-ihgd73nkgq] {
    background-color: var(--menuPanel);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    border-bottom:2px solid var(--primary);
}

    .top-row[b-ihgd73nkgq]  a, .top-row[b-ihgd73nkgq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ihgd73nkgq]  a:hover, .top-row[b-ihgd73nkgq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ihgd73nkgq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ihgd73nkgq] {
        display: none;
    }

    .top-row.auth[b-ihgd73nkgq] {
        justify-content: space-between;
    }

    .top-row[b-ihgd73nkgq]  a, .top-row[b-ihgd73nkgq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ihgd73nkgq] {
        flex-direction: row;
    }


    .top-row[b-ihgd73nkgq] {
        position: static;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ihgd73nkgq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ihgd73nkgq], article[b-ihgd73nkgq] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    article[b-ihgd73nkgq]{
        padding-right:2rem !important;
    }
}
/* /Shared/NavigationMenu/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-olg6fnc4fn] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-olg6fnc4fn] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-olg6fnc4fn] {
    font-size: 1.1rem;
}

.oi[b-olg6fnc4fn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-olg6fnc4fn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-olg6fnc4fn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-olg6fnc4fn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-olg6fnc4fn]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-olg6fnc4fn]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-olg6fnc4fn]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
.longTitle[b-olg6fnc4fn]{
    font-weight:400 !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-olg6fnc4fn] {
        display: none;
    }

    .collapse[b-olg6fnc4fn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

