.audaxco-progress-circle {
	position: relative;
	margin: 0 auto;
}

.audaxco-progress-circle__canvas {
	position: relative;
	width: 100%;
}

.audaxco-progress-circle__canvas svg {
	display: block;
	width: 100% !important;
	height: auto !important;
	overflow: visible;
}

.audaxco-progress-circle .progressbar-text {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: none !important;
}

.audaxco-progress-circle[data-type="semi-circle"] .progressbar-text {
	align-items: flex-end;
	padding-bottom: .5em;
}

.audaxco-progress-circle__icon {
	width: 45%;
	height: 45%;
	object-fit: contain;
	display: block;
}

.audaxco-progress-circle__label {
	margin: 15px 0 0;
	text-align: center;
}