ui/components/progressbar.razor.scss
ProgressBar {
	align-self: stretch;
	overflow: hidden;
	width: 100%;
	position: relative;
	color: #fff;

	.progress-fill {
		height: 100%;
		background-color: #999;
	}

	.progress-text {
		justify-content: center;
		align-items: center;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
	}
}