/* /Components/Cards/CardTile.razor.rz.scp.css */
.card-header-bold[b-qqsawdgl78]{
	font-weight: 800;
}

.card-body-item[b-qqsawdgl78]{
	justify-self: center;
	margin: 5px;
}

.card-row[b-qqsawdgl78] {
	justify-content: space-between;
}

.card-text-center[b-qqsawdgl78] {
	text-align: center;
}
/* /Pages/Profile/ProfilePage.razor.rz.scp.css */
/* /Shared/Alert.razor.rz.scp.css */
.alert-container[b-ppergzr11y] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 99990;
    display: flex;
    justify-content: center;
}

    .alert-container > div[b-ppergzr11y] {
        max-width: 550px;
        min-width: 350px;
    }

    .alert-container .close[b-ppergzr11y] {
        margin-left: 10px;
    }

.btn-close[b-ppergzr11y] {
    box-sizing: content-box;
}
/* /Shared/Loader.razor.rz.scp.css */
.app-loader-wrapper[b-it0gvorm0p] {
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.9);
    position: absolute;
}
/* /Shared/Menu/SidebarMenu.razor.rz.scp.css */
.oi[b-n31mzvhfu9] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}
