@import '_content/ReleaseNotes/ReleaseNotes.bundle.scp.css';

/* /Shared/MainLayout.razor.rz.scp.css */
.app[b-hxv3v8fdrb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-hxv3v8fdrb] {
    flex: 1;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth)[b-hxv3v8fdrb] {
        display: none;
    }

    .main .top-row.auth[b-hxv3v8fdrb] {
        justify-content: space-between;
    }

    .main .top-row a[b-hxv3v8fdrb], .main .top-row .btn-link[b-hxv3v8fdrb] {
        margin-left: 0;
    }
}


@media (min-width: 768px) {
    page[b-hxv3v8fdrb] {
        flex-direction: row;
    }

    .sidebar[b-hxv3v8fdrb] {
        width: 255px;
        height: 100vh;
        position: sticky;
        top: 0;
        float: left;
    }

    .main .top-row[b-hxv3v8fdrb] {
        position: sticky;
        top: 0;
    }

    .main > div[b-hxv3v8fdrb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hmxql16vav] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hmxql16vav] {
    background-color: rgba(0, 0, 0, 0.4);
}
.navbar-brand[b-hmxql16vav] {
    font-size: 1.1rem;
}

.nav-link[b-hmxql16vav] {
    display: block;
    padding: 0.1rem 0.1rem;
}

.oi[b-hmxql16vav], .oi-small[b-hmxql16vav] {
    position: relative;
    top: 1px;
    display: inline-block;
    speak: none;
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-item[b-hmxql16vav] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-hmxql16vav] {
        padding-top: 1rem;
    }

.nav-item:last-of-type[b-hmxql16vav] {
        padding-bottom: 1rem;
    }

.nav-item a[b-hmxql16vav] {
        color: #6c6259;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item a.active[b-hmxql16vav] {
            background-color: #00a5d3;
            color: white;
        }

.nav-item a:hover[b-hmxql16vav] {
            background-color: rgba(0, 165, 211, 0.5);
            color: white;
        }

    .nav-item[b-hmxql16vav]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-hmxql16vav]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-hmxql16vav]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }


.nav-link-small[b-hmxql16vav] {
    width: 30px;
}

.oi[b-hmxql16vav] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

@media (min-width: 768px) {
    .navbar-toggler[b-hmxql16vav] {
        display: none;
    }
    .collapse[b-hmxql16vav] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
