@import '_content/Sail.Blazor/Sail.Blazor.bundle.scp.css';

/* _content/JZXavius/Components/ZQProgressRing.razor.rz.scp.css */
.circle[b-2iu7nesdsj] {
    fill: transparent;
    stroke: #3388ff;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 251.3;
    stroke-dashoffset: var(--progress, 251.3);
    transition: stroke-dashoffset 0.5s ease;
    transform-origin: center;
    transform: rotate(-90deg);
}

    .circle[data-progress][b-2iu7nesdsj] {
        --progress: calc((1 - var(--percentage, 0) / 100) * 251.3);
    }

.circle-wrap[b-2iu7nesdsj] {
    position: relative;
    text-align: center;
}

    .circle-wrap[b-2iu7nesdsj]:before {
        content: '';
        width: 90px;
        height: 90px;
        border: 8px solid rgba(0,0,0,.05);
        border-radius: 50%;
        position: absolute;
        top: 5px;
        left: calc(50% - 45px);
    }

.text[b-2iu7nesdsj] {
    font-weight: 500;
    font-size: 20px;
}
/* _content/JZXavius/Pages/Organization/PerspectiveInfo.razor.rz.scp.css */
/* RESET STYLES & HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

*[b-iab1h48j3e] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ol[b-iab1h48j3e] {
    list-style: none;
}

body[b-iab1h48j3e] {
    margin: 50px 0 100px;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.level[b-iab1h48j3e] {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
    --level-1: #dc4a47;
    --level-2: #f2ab39;
    --level-3: #42adf8;
    --level-4: #32b16c;
    --black: black;
}


.rectangle[b-iab1h48j3e] {
    position: relative;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}


/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1-wrapper[b-iab1h48j3e] {
    overflow-x: auto;
    /*white-space: nowrap;*/
}

.level-1[b-iab1h48j3e] {
    width: max-content;
    margin: 0 auto 40px;
    background: var(--level-1);
    font-size: 1.125rem;
    color: white;
    visibility: hidden;
}

    .level-1[b-iab1h48j3e]::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--level-2);
    }


/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper[b-iab1h48j3e] {
    position: relative;
    display: flex;
    justify-content: center;
    width: max-content;
}

    .level-2-wrapper[b-iab1h48j3e]::before {
        display: none;
        content: "";
        position: absolute;
        top: -20px;
        left: 25%;
        width: 50%;
        height: 2px;
        background: var(--black);
    }

    .level-2-wrapper[b-iab1h48j3e]::after {
        display: none;
        content: "";
        position: absolute;
        left: -20px;
        bottom: -20px;
        width: calc(100% + 20px);
        height: 2px;
        background: var(--black);
    }

    .level-2-wrapper li[b-iab1h48j3e] {
        position: relative;
        flex: 0 0 240px;
    }

    .level-2-wrapper > li[b-iab1h48j3e]::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--level-2);
    }

    .level-2-wrapper > li[b-iab1h48j3e]::after {
        content: "";
        position: absolute;
        top: -20px;
        left: 50%;
        width: 100%;
        height: 2px;
        background: var(--level-2);
    }

    .level-2-wrapper > li:last-child[b-iab1h48j3e]::after {
        display: none;
    }

.level-2[b-iab1h48j3e] {
    margin: auto 10px;
    margin-bottom: 20px;
    background: var(--level-2);
    font-size: 1rem;
    color: white;
}

    .level-2[b-iab1h48j3e]::before {
        display: none;
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--level-3);
    }

    .level-2[b-iab1h48j3e]::after {
        display: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(-100%, -50%);
        width: 20px;
        height: 2px;
        background: var(--black);
    }


/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper[b-iab1h48j3e] {
    position: relative;
    width: 80%;
    margin-left: auto;
}

    .level-3-wrapper[b-iab1h48j3e]::before {
        content: "";
        position: absolute;
        top: -20px;
        left: -20px;
        width: 2px;
        height: calc(100% + 20px);
        background: var(--level-3);
    }

    .level-3-wrapper li + li[b-iab1h48j3e] {
        margin-top: 20px;
    }

    .level-3-wrapper > li[b-iab1h48j3e]::before {
        content: "";
        position: absolute;
        top: 30px;
        left: 0%;
        transform: translate(-100%, -50%);
        width: 20px;
        height: 2px;
        background: var(--level-3);
    }

.level-3[b-iab1h48j3e] {
    margin-bottom: 20px;
    font-weight: normal;
    background: var(--level-3);
    font-size: .875rem;
    color: white;
}


/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper[b-iab1h48j3e] {
    position: relative;
    width: 80%;
    margin-left: auto;
}

    .level-4-wrapper[b-iab1h48j3e]::before {
        content: "";
        position: absolute;
        top: -20px;
        left: -20px;
        width: 2px;
        height: calc(100% + 20px);
        background: var(--level-4);
    }

    .level-4-wrapper li + li[b-iab1h48j3e] {
        margin-top: 20px;
    }

.level-4[b-iab1h48j3e] {
    font-weight: normal;
    background: var(--level-4);
    font-size: .75rem;
    color: white;
}

    .level-4[b-iab1h48j3e]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(-100%, -50%);
        width: 20px;
        height: 2px;
        background: var(--level-4);
    }


/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 700px) {
    .rectangle[b-iab1h48j3e] {
        padding: 20px 10px;
    }

    .level-1[b-iab1h48j3e],
    .level-2[b-iab1h48j3e] {
        width: 100%;
    }

    .level-1[b-iab1h48j3e] {
        margin-bottom: 20px;
    }

        .level-1[b-iab1h48j3e]::before,
        .level-2-wrapper > li[b-iab1h48j3e]::before {
            display: none;
        }

    .level-2-wrapper[b-iab1h48j3e],
    .level-2-wrapper[b-iab1h48j3e]::after,
    .level-2[b-iab1h48j3e]::after {
        display: block;
    }

    .level-2-wrapper[b-iab1h48j3e] {
        width: 90%;
        margin-left: 10%;
    }

        .level-2-wrapper[b-iab1h48j3e]::before {
            left: -20px;
            width: 2px;
            height: calc(100% + 40px);
        }

        .level-2-wrapper > li:not(:first-child)[b-iab1h48j3e] {
            margin-top: 50px;
        }
}


/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer[b-iab1h48j3e] {
    position: fixed;
    right: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
    padding: 5px;
}

    .page-footer a[b-iab1h48j3e] {
        margin-left: 4px;
    }
/* _content/JZXavius/Shared/MainLayout.razor.rz.scp.css */
.page[b-fzd02zim5f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fzd02zim5f] {
    flex: 1;
}

.sidebar[b-fzd02zim5f] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fzd02zim5f] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fzd02zim5f]  a, .top-row .btn-link[b-fzd02zim5f] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-fzd02zim5f] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fzd02zim5f] {
        display: none;
    }

    .top-row.auth[b-fzd02zim5f] {
        justify-content: space-between;
    }

    .top-row a[b-fzd02zim5f], .top-row .btn-link[b-fzd02zim5f] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fzd02zim5f] {
        flex-direction: row;
    }

    .sidebar[b-fzd02zim5f] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fzd02zim5f] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-fzd02zim5f], article[b-fzd02zim5f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/JZXavius/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xibv1xjod6] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xibv1xjod6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xibv1xjod6] {
    font-size: 1.1rem;
}

.oi[b-xibv1xjod6] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-xibv1xjod6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xibv1xjod6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xibv1xjod6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xibv1xjod6]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-xibv1xjod6]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-xibv1xjod6]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xibv1xjod6] {
        display: none;
    }

    .collapse[b-xibv1xjod6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
