/**
 * NC Jet Elements 2.6.4 - Circle Progress
 *
 * Portado de `jet-circle-progress.css` de JetElements con los mismos selectores,
 * sin prefijos de proveedor.
 */

.circle-progress {
	border-radius: 50%;
	transform: rotate( -90deg );
}

.circle-progress-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

.circle-progress-bar {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.circle-progress-bar .position-in-circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.circle-progress-bar .position-in-circle .circle-counter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.circle-progress__meter,
.circle-progress__value {
	transition-property: all;
	transition-timing-function: cubic-bezier( 0.28, 0.77, 0.39, 0.95 );
	fill: none;
	stroke-linecap: butt;
}

.circle-counter .circle-val {
	display: flex;
	justify-content: center;
	align-items: center;
}
