/* _content/Swiss.Site/Shared/MainLayout.razor.rz.scp.css */
.page[b-gqauju4lz2] {
    display: flex;
    flex-direction: column;
    position: relative;
}

main[b-gqauju4lz2] { flex: 1; }

.sidebar[b-gqauju4lz2] { background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); }

.top-row[b-gqauju4lz2] {
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.top-row[b-gqauju4lz2]  a, .top-row .btn-link[b-gqauju4lz2] {
    margin-left: 1.5rem;
    white-space: nowrap;
}

.top-row a:first-child[b-gqauju4lz2] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-gqauju4lz2] { display: none; }

    .top-row.auth[b-gqauju4lz2] { justify-content: space-between; }

    .top-row a[b-gqauju4lz2], .top-row .btn-link[b-gqauju4lz2] { margin-left: 0; }
}

@media (min-width: 641px) {
    .page[b-gqauju4lz2] { flex-direction: row; }

    .sidebar[b-gqauju4lz2] {
        height: 100vh;
        position: sticky;
        top: 0;
        width: 250px;
    }

    .top-row[b-gqauju4lz2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-gqauju4lz2], article[b-gqauju4lz2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Swiss.Site/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dst9g11waw] { background-color: rgba(255, 255, 255, 0.1); }

.top-row[b-dst9g11waw] {
    background-color: rgba(0, 0, 0, 0.4);
    height: 3.5rem;
}

.navbar-brand[b-dst9g11waw] { font-size: 1.1rem; }

.oi[b-dst9g11waw] {
    font-size: 1.1rem;
    top: -2px;
    vertical-align: text-top;
    width: 2rem;
}

.nav-item[b-dst9g11waw] {
    color: #6b7ebf;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item a > span[b-dst9g11waw] { color: #6b7ebf; }

.nav-item a.nav-link > span[b-dst9g11waw] { color: #6b7ebf !important; }

.nav-link[b-dst9g11waw] { color: #6b7ebf; }

.nav-item::deep a[b-dst9g11waw] {
    align-items: center;
    border-radius: 4px;
    display: flex;
    height: 3rem;
    line-height: 3rem;
}

.nav-item[b-dst9g11waw]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    border-bottom: grey;
    border-bottom-style: solid;
}

.nav-item[b-dst9g11waw]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: azure;
    border-bottom-style: solid;
    /*color: white;*/
}

.nav-item *[b-dst9g11waw] { vertical-align: middle; }

.nav-item span:first-of-type[b-dst9g11waw] { margin-right: 0.25EM; }

@media (min-width: 641px) {
    .navbar-toggler[b-dst9g11waw] { display: none; }

    .collapse[b-dst9g11waw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
