@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* /Features/Pages/ProfileCard.razor.rz.scp.css */
.profile[b-ygx3858ue3] {
    display: flex;
    align-items: center;
}

    .profile .avatar[b-ygx3858ue3] {        
        flex: 1 0 auto;
    }

    .profile .avatar img[b-ygx3858ue3] {
        margin: 15px;
        height: 64px;
        width: 64px;
        border-radius: 32px;
    }

    .profile .info[b-ygx3858ue3] {
        margin: 0 2em;
        flex: 4 0 auto;
    }

        .profile .info > h3[b-ygx3858ue3] {
            margin: 0;
        }

        .profile .info > p[b-ygx3858ue3] {
            margin: 0;
        }
/* /Features/Pages/Tab.razor.rz.scp.css */
.narrow[b-h3ww3d3bqe] {
	max-width: 900px;
	margin: 0 auto;
}

.page-padding[b-h3ww3d3bqe] {
	padding: 4rem;
}

.welcome.page > .narrow > img[b-h3ww3d3bqe] {
	margin: 0 auto;
	display: block;
	width: 200px;
}

.welcome.page > .narrow > ul[b-h3ww3d3bqe] {
	width: 75%;
	justify-content: space-between;
	margin: 4rem auto;
}

	.welcome.page > .narrow > ul > li[b-h3ww3d3bqe] {
		background-color: inherit;
		margin: auto;
	}

		.welcome.page > .narrow > ul > li > a[b-h3ww3d3bqe] {
			font-size: 16px;
			height: 32px;
			border-bottom-color: rgb(98, 100, 167);
		}

.center[b-h3ww3d3bqe] {
	text-align: center;
}

pre[b-h3ww3d3bqe] {
	overflow-x: scroll;
}

pre[b-h3ww3d3bqe],
div.error[b-h3ww3d3bqe] {
	background-color: #e5e5e5;
	padding: 1rem;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	margin: 1rem 0;
}

code[b-h3ww3d3bqe] {
	background-color: #e5e5e5;
	display: inline-block;
	padding: 0px 6px;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.error[b-h3ww3d3bqe] {
	color: red;
}

.profile[b-h3ww3d3bqe] {
	display: flex;
	margin: 1em 0;
	background-color: white;
	width: fit-content;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

	.profile > .avatar[b-h3ww3d3bqe] {
		margin: 2em 1em;
		height: 72px;
		width: 72px;
	}

	.profile > .info[b-h3ww3d3bqe] {
		margin: 2em 2em 0 0;
	}

		.profile > .info > h3[b-h3ww3d3bqe] {
			margin: 0;
		}

		.profile > .info > p[b-h3ww3d3bqe] {
			margin: 0;
		}
/* /Features/Pages/Welcome.razor.rz.scp.css */
.narrow[b-9u72s2ciu9] {
    max-width: 900px;
    margin: 0 auto;
}

.page-padding[b-9u72s2ciu9] {
    padding: 4rem;
}

.welcome.page > .narrow > img[b-9u72s2ciu9] {
    margin: 0 auto;
    display: block;
    width: 200px;
}

.welcome.page > .narrow > .menu[b-9u72s2ciu9] {
    width: 80%;
    justify-content: space-between;
    margin: 4rem auto;
    border-bottom: none;
}

    .welcome.page > .narrow > .menu > .menu-item[b-9u72s2ciu9] {
        background-color: inherit;
        margin: auto;
        font-size: 14px;
        min-height: 32px;
        border-bottom-color: rgb(98, 100, 167);
    }

.center[b-9u72s2ciu9] {
    text-align: center;
}

.sections > *[b-9u72s2ciu9] {
    margin: 4rem auto;
}

.error[b-9u72s2ciu9] {
    color: red;
}
/* /Features/Shared/Autocomplete.razor.rz.scp.css */
.autocomplete[b-60s3bsv2f9] {
    position: relative;
}

    .autocomplete .options[b-60s3bsv2f9] {
        position: absolute;
        top: 40px;
        left: 0;
        background: white;
        width: 100%;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        border-radius: 0.5rem;
        box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    }

    .autocomplete .option[b-60s3bsv2f9] {
        display: block;
        padding: 0.25rem;
    }

        .autocomplete .option .option-text[b-60s3bsv2f9] {
            padding: 0.25rem 0.5rem;
        }

        .autocomplete .option:hover[b-60s3bsv2f9] {
            background: #1E90FF;
            color: #fff;
        }

        .autocomplete .option.disabled[b-60s3bsv2f9] {
            background-color: lightgrey;
            cursor: not-allowed;
        }

            .autocomplete .option.disabled:hover[b-60s3bsv2f9] {
                background: lightgrey;
                color: var(--bs-body);
            }
