/* UU PROGRESS CIRCLE WIDGET */

.data-circles {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.data-circle {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 20px auto;
}

.data-circle .progressbar-text {
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	font-size: 80px;
	line-height: 30px;
	text-align: center;
}

.data-circle .progressbar-text span {
	font-size: 21px;
	line-height: 21px;
}
