/* _content/Screen4Success.Admin.Blazor/Components/MainLayout.razor.rz.scp.css */
.page[b-jm93x653p2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-jm93x653p2] {
    flex: 1;
}

.sidebar[b-jm93x653p2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jm93x653p2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-jm93x653p2]  a, .top-row .btn-link[b-jm93x653p2] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-jm93x653p2] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jm93x653p2] {
        display: none;
    }

    .top-row.auth[b-jm93x653p2] {
        justify-content: space-between;
    }

    .top-row a[b-jm93x653p2], .top-row .btn-link[b-jm93x653p2] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jm93x653p2] {
        flex-direction: row;
    }

    .sidebar[b-jm93x653p2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jm93x653p2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-jm93x653p2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Screen4Success.Admin.Blazor/Components/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gcehpjriiq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gcehpjriiq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

/*.navbar-brand {
    font-size: 1.1rem;
}*/

.oi[b-gcehpjriiq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

/*.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-item:last-of-type {
    padding-bottom: 1rem;
}

.nav-item ::deep a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}*/

/*.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}*/

/*.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}*/

/* Removes mobile button from tablet

    @media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/
/* _content/Screen4Success.Admin.Blazor/Components/Organization/DuaForm.razor.rz.scp.css */
[b-jcr1ih6jkg] .inline-input {
    display: inline;
    width: 10%;
}

ol[b-jcr1ih6jkg] {
    counter-reset: item !important;
    list-style-type: none;
}

ol > li[b-jcr1ih6jkg] {
    display: block;
}

ol > li[b-jcr1ih6jkg] {
    list-style-position: inside;
    padding: 0;
}
ol > li[b-jcr1ih6jkg]:before {
    content: counters(item, ".") " " !important;
    counter-increment: item !important;
    font-weight: bold;
    width: 4rem;
    display: inline-block;
}

ol > li > ol[b-jcr1ih6jkg] {
    margin-left: 0;
    padding-left: 0rem;
}

li > ul[b-jcr1ih6jkg] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    list-style-type: initial;
    margin-left: 1rem !important;
}
li > ul > li[b-jcr1ih6jkg] {
    list-style-position: outside;
    text-indent: 0;
    padding-left: 1rem;
    margin-left: 0rem;
}
li > ul > li[b-jcr1ih6jkg]::before {
/*    content: "";*/
/*    display: inline-block !important;*/
/*    width: 0.5rem;*/
}

.DUA-first-list[b-jcr1ih6jkg] {
    padding-left: 0;
    margin-left: 0;
}

.DUA-first-list > li[b-jcr1ih6jkg] {
    margin-top: 1rem;
}

.DUA-first-list > li > span[b-jcr1ih6jkg] {
    text-indent: 4rem;
}

.DUA-first-list > li > ol > li[b-jcr1ih6jkg] {
    margin-top: 1rem;
    text-indent: 2rem;
}
.DUA-first-list > li > ol > li[b-jcr1ih6jkg]::before {
    width: 6rem;
}
.DUA-first-list > li > ol > li > ol > li[b-jcr1ih6jkg] {
    margin-top: 1rem;
    text-indent: 4rem;
}
.DUA-first-list > li > ol > li > ol > li[b-jcr1ih6jkg]::before {
    width: 8rem;
}

.numbered-heading[b-jcr1ih6jkg] {
    text-decoration: underline;
    font-weight: bold;
    font-size: large;
}
