/* _content/Web/Pages/Public/Home.razor.rz.scp.css */
.button-row[b-uh04t8mvxl] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
}
/* _content/Web/Shared/CardButton.razor.rz.scp.css */
.button[b-4bwpvoh2u4] {
    min-width: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.button:hover[b-4bwpvoh2u4] {
    filter: blur(50);
    background-color: #DDDDDD;
}

[b-4bwpvoh2u4] .mud-paper.mud-card {
    background-color: red;
}

[b-4bwpvoh2u4] .mud-icon-root.mud-svg-icon {
    font-size: 5rem;
}

[b-4bwpvoh2u4] .mud-icon-root.mud-svg-icon path {
    color: #4a4657;
}
/* _content/Web/Shared/GenericError.razor.rz.scp.css */
div.title[b-ngghkizsqx] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

div.body[b-ngghkizsqx]{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
/* _content/Web/Shared/MainLayout.razor.rz.scp.css */
.title[b-s29s4s63jm] {
    color: white;
}
