/* /Pages/Index.razor.rz.scp.css */
@media (max-width: 900px) {
    .responsive-grid[b-605erne4d4] {
        justify-content:center !important;
    }
}
/* /Pages/Onboarding/Accolades.razor.rz.scp.css */

.responsive-layout[b-eka95xssc8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 100%;
}
.columns[b-eka95xssc8] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

@media (min-width: 700px) {
    .columns[b-eka95xssc8] {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }

    .columns > div[b-eka95xssc8] {
        flex: 1 1 45%;
        max-width: 45%;
    }
}
/* /Pages/Onboarding/Onboarding.razor.rz.scp.css */
/* /Pages/Student.razor.rz.scp.css */
.mode-icon[b-50j6qz154h] {
    width: 100px;
    height: 100px;
}

.stat-block[b-50j6qz154h] {
    display:flex;
    flex-direction:column;
    background-color: #e9ecef;
    border-radius: 12px;
    width: 160px;
    height: 160px;
    padding-top:30px;
    text-align: center;
    word-wrap:break-word; 
    overflow-wrap:break-word;
    justify-content:space-between;
    padding-bottom:30px
}

.head-container[b-50j6qz154h] {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-left: 0;
}

.story-image[b-50j6qz154h] {
    max-width: 600px;
}

@media (max-width: 1500px) {
    .container[b-50j6qz154h] {
        flex-direction: column;
    }
}

.responsive-table-text[b-50j6qz154h] {
    text-align: right;
}

@media (min-width: 600px) {
    .responsive-table-text[b-50j6qz154h]{
        text-align: center;
    }
}

[b-50j6qz154h] .mud-table-header {
    border: 1px solid white !important;
    color: white !important;
    background-color: #8188e9 !important;
    text-align: center !important;
}

[b-50j6qz154h] .mud-table-striped tbody tr:nth-of-type(odd) {
    background-color: #efeefa !important;
}
/* /Shared/StudentCard.razor.rz.scp.css */

@media (min-width: 400px) {
    .responsive-student-card[b-j2eh8byuhe] {
        display: flex !important;
        flex-direction: row !important;
    }
}
