/* /Components/Adapt/AdaptTH/AdaptTh.razor.rz.scp.css */
[b-avo2d3qf9c] .dense {
    padding: 0 !important;
    color: blue !important;
}
/* /Components/Adapt/Checkbox/RiseCheckbox.razor.rz.scp.css */
.rise-checkbox[b-hdzp7nl9og] {
    margin-top: 8px;
}
.rise-checkbox[b-hdzp7nl9og]  .mud-input-control span {
    padding: 0;
    border-radius: 2px;
}
.rise-checkbox[b-hdzp7nl9og]  .mud-input-control span:hover {
    background-color: transparent;
}
.rise-checkbox[b-hdzp7nl9og]  .mud-input-control .mud-checkbox {
    gap: 8px;
}
.rise-checkbox[b-hdzp7nl9og]  .mud-input-control .mud-checkbox .mud-icon-root {
    color: var(--primary-700);
}

/* /Components/Adapt/TestField/AdaptTestField.razor.rz.scp.css */
[b-kc4t0eafoq] > .mud-typography-body1 {
    color: black !important;
}

[b-kc4t0eafoq] .mud-input-outlined-border {
    border-color: black !important;
    border-radius: 0 !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-1inm3cftci] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1inm3cftci] {
    flex: 1;
}

.sidebar[b-1inm3cftci] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1inm3cftci] {
    position: sticky;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1inm3cftci]  a, .top-row[b-1inm3cftci]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1inm3cftci]  a:hover, .top-row[b-1inm3cftci]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1inm3cftci]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1inm3cftci] {
        display: none;
    }

    .top-row.auth[b-1inm3cftci] {
        justify-content: space-between;
    }

    .top-row[b-1inm3cftci]  a, .top-row[b-1inm3cftci]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1inm3cftci] {
        flex-direction: row;
    }

    .sidebar[b-1inm3cftci] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1inm3cftci] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1inm3cftci]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1inm3cftci], article[b-1inm3cftci] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Menu/NavMenu.razor.rz.scp.css */
.nav-container[b-3l7b85gbas] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nav-container[b-3l7b85gbas]  .mud-nav-link.active {
    background: rgb(74 74 74 / 70%) !important;
}

.nav-container[b-3l7b85gbas]  .mud-nav-item .mud-nav-link > * {
    color: rgba(247, 245, 244, 0.7) !important;
}

.nav-container[b-3l7b85gbas]  .mud-nav-item .mud-nav-link.active > * {
    color: #f7f5f4 !important;
}

.nav-container[b-3l7b85gbas]  .mud-nav-group .mud-nav-link > * {
    color: rgba(247, 245, 244, 0.7) !important;
}

.nav-container[b-3l7b85gbas]  .mud-nav-group .mud-nav-link.active > * {
    color: #f7f5f4 !important;
}

.nav-container[b-3l7b85gbas]  .mud-nav-link {
    display: flex;
    border-radius: 0.25rem;
    color: #f7f5f4b3 !important;
    padding: 1rem;
    font-family: var(--font-family);
    font-size: 1rem;
    align-items: center;
}

.nav-container[b-3l7b85gbas]  .mud-nav-group .mud-navgroup-collapse .mud-nav-link svg {
    height: 10px;
    width: 10px;
}

.nav-container[b-3l7b85gbas]  .mud-nav-link .mud-nav-link-text {
    margin-left: 1.5rem;
    margin-inline-start: 1.5rem;
    display: block;
}

.mud-drawer--closed .nav-container[b-3l7b85gbas]  .mud-nav-link {
    display: flex;
    flex-direction: column;
    padding: 1rem 0.5rem;
}

.mud-drawer--closed .nav-container[b-3l7b85gbas]  .mud-nav-link .mud-nav-link-text {
    display: block !important;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    margin: 0.5rem 0 0;
    font-weight: 700;
}

.mud-drawer--closed .nav-container[b-3l7b85gbas]  .mud-nav-group .mud-nav-item svg {
    display: none;
}

.nav-container[b-3l7b85gbas]  .mud-nav-link:hover:not(.mud-nav-link-disabled) {
    background-color: rgb(74 74 74 / 70%) !important;

}

.mud-drawer--closed .nav-container[b-3l7b85gbas]  .navMenuNameContainer > h5 {
    display: none;
}

.mud-drawer--closed .nav-container[b-3l7b85gbas]  .mud-nav-group .mud-navmenu {
    margin-left: 0;
}


.nav-container[b-3l7b85gbas]  .navMenuNameContainer > button:hover {
    background-color: rgb(74 74 74 / 70%) !important;

}

.mud-drawer--closed .nav-container[b-3l7b85gbas]  .navMenuNameContainer {
    justify-content: center !important;
    width: 100%;
}

.nav-container[b-3l7b85gbas]  .navMenuNameContainer svg {
    height: 18px;
    width: 18px;
}

.nav-container[b-3l7b85gbas]  .mud-nav-link .mud-nav-link-expand-icon {
    color: currentColor !important;
    fill: currentColor !important;
}

.nav-container[b-3l7b85gbas]  .mud-nav-group .mud-navmenu {
    margin-left: 2rem;
    border-radius: 0.25rem;
}

.nav-container[b-3l7b85gbas]  .mud-nav-group .mud-navmenu .mud-nav-link {
    padding-left: 1rem;
    padding-inline-start: 1rem;
}

.nav-container[b-3l7b85gbas]  .mud-nav-group .mud-navmenu .mud-nav-link.active {
    background: rgb(74 74 74 / 70%);
}

.drawer-toggle[b-3l7b85gbas] {
    position: fixed;
    top: calc(96px + 0.25rem);
    left: calc(2rem / 2 * -1);
    color: #fff;
    background: var(--mud-palette-primary);
    z-index: calc(var(--mud-zindex-drawer) + 202);
}

.nav-container[b-3l7b85gbas]  .mud-nav-link svg {
    height: 20px;
    width: 20px;
}

.drawer-toggle[b-3l7b85gbas]  .mud-fab {
    color: #fff;
    width: 2rem;
    height: 2rem;
    min-height: 2rem;
}
/* /Shared/Projects/Step.razor.rz.scp.css */
.is-completed[b-p560l0ydlo] {
    --h5-color: #000000;
    --subtitle-color: #707070;
    --body-color: #707070;
    border: 2px solid #C4D9BE;
    background: #F1F6EF;
}

    .is-completed[b-p560l0ydlo]  .mud-fab {
        background: #90B885;
        color: white;
    }

    .is-completed[b-p560l0ydlo]  .mud-button {
        background-color: #90B885 !important;
        color: white !important;
        padding-top: 4px;
        padding-bottom: 4px;
    }

.is-upcoming[b-p560l0ydlo] {
    --h5-color: #000000;
    --subtitle-color: #707070;
    --body-color: #707070;
    --line-color: #DCE2DC;
    border: 2px solid #C8C8C8;
    background: #F0F0F0;
}

    .is-upcoming[b-p560l0ydlo]  .mud-fab {
        background: #FFFFFF;
        color: black;
    }

    .is-upcoming[b-p560l0ydlo]  .mud-button {
        background-color: #C8C8C8 !important;
        color: #828282 !important;
        padding-top: 4px;
        padding-bottom: 4px;
    }

.is-current[b-p560l0ydlo] {
    --h5-color: #FFFFFF;
    --subtitle-color: #FFFFFF;
    --body-color: #FFFFFF;
    border: 2px solid #154348;
    background: #0E4E65;
}

    .is-current[b-p560l0ydlo]  .mud-fab {
        background: #29708A;
        color: white;
    }

    .is-current[b-p560l0ydlo]  .mud-button:not(.mud-button-text) {
        background-color: #29708A !important;
        color: #FFFFFF !important;
        padding-top: 4px;
        padding-bottom: 4px;
    }
        .is-current[b-p560l0ydlo]  .mud-button:not(.mud-button-text).primary {
            background-color: #308E9A !important;
        }
    .is-current[b-p560l0ydlo]  .mud-button.mud-button-text {
        color: #FFFFFF !important;
        padding-top: 4px;
        padding-bottom: 4px;
    }

.d-flex[b-p560l0ydlo]  .mud-typography-subtitle1 {
    font-size: 15px;
    color: var(--subtitle-color);
}

.d-flex[b-p560l0ydlo]  .mud-typography-h3 {
    font-size: 17px;
    color: var(--h5-color);
}

.d-flex[b-p560l0ydlo]  .mud-typography-body1 {
    font-size: 13px;
    color: var(--body-color);
}

.d-flex[b-p560l0ydlo]  .mud-button-root {
    text-transform: unset;
    transition: none !important;
}

.d-flex[b-p560l0ydlo] {
    position: relative;
}

    .d-flex:not(:first-child):not(.align-center)[b-p560l0ydlo]::before {
        content: '';
        position: absolute;
        top: -34px;
        left: 50%;
        transform: translate(-50%, 0);
        background: var(--line-color, #308E9A);
        width: 3px;
        height: 32px;
    }

    .d-flex.align-center[b-p560l0ydlo] {
        width: 100%;
    }


/* /Shared/Projects/TestData/DataRange.razor.rz.scp.css */
[b-d6z4fb48d6] .mud-radio-group[role=radiogroup] {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
