/* _content/CC.LMS.DevScreen.Web/Pages/Shared/_Footer.cshtml.rz.scp.css */
#footer[b-ssezeqpiwa] {
    font-size: 85%;
    margin: 1rem 0;
    color: var(--text-color-50);
}
/* _content/CC.LMS.DevScreen.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
.page[b-xvfvj8aas5] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--container-color);
}

main[b-xvfvj8aas5] {
    flex: 1;
}

.container[b-xvfvj8aas5] {
    width: 100%;
    min-height: 100vh;
    background-color: #f0f0f0;
    box-sizing: border-box;
    overflow: auto;
    background-color: var(--background-color);
}

.content[b-xvfvj8aas5] {
    padding-top: 1.1rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

.sidebar[b-xvfvj8aas5] {
    background-color: var(--primary-color);
}

.top-row[b-xvfvj8aas5] {
    background-color: yellow;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    /*    height: 3.5rem;
*/ display: flex;
    align-items: center;
}

    .top-row[b-xvfvj8aas5]  a, .top-row[b-xvfvj8aas5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-xvfvj8aas5]  a:hover, .top-row[b-xvfvj8aas5]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-xvfvj8aas5]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-xvfvj8aas5] {
        justify-content: space-between;
    }

        .top-row[b-xvfvj8aas5]  a, .top-row[b-xvfvj8aas5]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-xvfvj8aas5] {
        flex-direction: row;
    }

    .sidebar[b-xvfvj8aas5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xvfvj8aas5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-xvfvj8aas5]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-xvfvj8aas5], article[b-xvfvj8aas5] {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
}
