/* /Layout/MainLayout.razor.rz.scp.css */
.main-layout-container[b-vm64ceiomc]  * {
    --rz-layout-body-margin: 0.75rem 0.75rem;
}


.main-layout-container[b-vm64ceiomc]  img {
    width: 4rem;
    border-radius: 20px;
    padding: 7px !important;
}

.header-title[b-vm64ceiomc] {
    color: var(--light);
    flex-grow: 1;
    text-align: center;
    font-size: 2.3rem;
}
/* /Pages/Assessment/Components/AssessmentComponent.razor.rz.scp.css */
/* /Pages/Home.razor.rz.scp.css */

*[b-ihwzkintxm] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img[b-ihwzkintxm]{
    width: 50%;
    aspect-ratio: 1/1;
}

.home-content[b-ihwzkintxm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1[b-ihwzkintxm] {
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
}

    h1 span[b-ihwzkintxm] {
        display: inline-block;
        opacity: 0;
        transform: translateY(20px) rotate(90deg);
        transform-origin: left;
        animation: in-b-ihwzkintxm 0.5s forwards;
    }

        h1 span:nth-child(1)[b-ihwzkintxm] {
            animation-delay: 0.1s;
        }

        h1 span:nth-child(2)[b-ihwzkintxm] {
            animation-delay: 0.2s;
        }

        h1 span:nth-child(3)[b-ihwzkintxm] {
            animation-delay: 0.3s;
        }

        h1 span:nth-child(4)[b-ihwzkintxm] {
            animation-delay: 0.4s;
        }

        h1 span:nth-child(5)[b-ihwzkintxm] {
            animation-delay: 0.5s;
        }

        h1 span:nth-child(6)[b-ihwzkintxm] {
            animation-delay: 0.6s;
        }

        h1 span:nth-child(7)[b-ihwzkintxm] {
            animation-delay: 0.7s;
        }


@keyframes in-b-ihwzkintxm {
    0% {
        opacity: 0;
        transform: translateY(50px) rotate(90deg);
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(0);
    }
}
/* /Pages/ReportSection/ReportLandingPage.razor.rz.scp.css */


[b-be15f8tz3g] .clear-assessments-radio-btn {
    font-size: 1rem;
    padding: 0;
    height: min-content;
    aspect-ratio: 1 / 1;
}
/* /Pages/ReportSection/Reports/AssessmentReportComp.razor.rz.scp.css */



 .outcome-cell[b-0n1x8ahtl8] {
width: 70px;
}



.skill-td[b-0n1x8ahtl8] {
    background-color: var(--light);
}

.area-th[b-0n1x8ahtl8] {
    background-color: #87b7e3;
}

.unit-th[b-0n1x8ahtl8] {
    background-color: #b0b5ba;
}

.milestone-th[b-0n1x8ahtl8] {
    background-color: #d6d7d8;
}

.skill-cell[b-0n1x8ahtl8]{ 
    text-align:start;}
/* /Pages/ReportSection/Reports/Report.razor.rz.scp.css */



.outcome-cell[b-iubi74wzs1] {
    width: 70px;
}



.skill-td[b-iubi74wzs1] {
    background-color: var(--light);
}

[b-iubi74wzs1] .grey-th {
    background-color: #1f3864;
}

.unit-th[b-iubi74wzs1] {
    background-color: #b0b5ba;
}

.milestone-th[b-iubi74wzs1] {
    background-color: #d6d7d8;
}

.skill-cell[b-iubi74wzs1] {
    text-align: start;
}
/* /Pages/ReportSection/Reports/ReportCoverPageComp.razor.rz.scp.css */
.org-logo[b-wbq46wlqze] {
    width: 100%;
    border-radius: 200px;
}

.a4[b-wbq46wlqze] {
}
/* /Pages/ReportSection/Reports/ReportEndPageComp.razor.rz.scp.css */
.org-logo[b-khg8f2utl1] {
    width: 100%;
    border-radius: 200px;
}

.a4[b-khg8f2utl1] {
}

.indented-list[b-khg8f2utl1] {
    margin-left: 20px; /* Adjust for desired indentation */
    list-style-position: inside; /* Align bullets inside the margin */
}
/* /Pages/ReportSection/Reports/ReportMainReportComp.razor.rz.scp.css */
.org-logo[b-bp8kxbq03b] {
    width: 100%;
    border-radius: 200px;
}

.a4[b-bp8kxbq03b] {
}

.indented-list[b-bp8kxbq03b] {
    margin-left: 20px; /* Adjust for desired indentation */
    list-style-position: inside; /* Align bullets inside the margin */
}
