ui/progressbarattemption.razor.scss
ProgressBarAttemption
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: all;
	/* overflow: auto; */
	align-items: center;

	.title
	{
		font-size: 25px;
		font-family: Poppins;
		color: #fff;
	}

	.containsPb
	{
        /* height: 200px; */
        width: 100%;
        align-items: center;
        flex-direction: column;
        overflow: auto;
	}
}