@charset "utf-8";

.progress-pie-chart-1 {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #E5E5E5;
	position: relative;
}

.progress-pie-chart-1.gt-50-1 {
	background-color: #4aba4e;
}

.ppc-progress-1 {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 75px);
	top: calc(50% - 75px);
	width: 150px;
	height: 150px;
	clip: rect(0, 150px, 150px, 75px);
}

.ppc-progress-1 .ppc-progress-fill-1 {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 75px);
	top: calc(50% - 75px);
	width: 150px;
	height: 150px;
	clip: rect(0, 75px, 150px, 0);
	background: #4aba4e;
	transform: rotate(45deg);
}

.gt-50-1 .ppc-progress-1 {
	clip: rect(0, 75px, 150px, 0);
}

.gt-50-1 .ppc-progress-1 .ppc-progress-fill-1 {
	clip: rect(0, 150px, 150px, 75px);
	background: #E5E5E5;
}

.ppc-percents-1 {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 130.434782px/2);
	top: calc(50% - 130.434782px/2);
	width: 130.434782px;
	height: 130.434782px;
	background: #fff;
	text-align: center;
	display: table;
}

.ppc-percents-1 span {
	display: block;
	font-size: 2.0em;
	font-weight: bold;
	color: #db9493;
}

.pcc-percents-wrapper-1 {
	font-size: 0.8em;
	display: table-cell;
	vertical-align: middle;
}

.progress-pie-chart-1 {
	margin: 20px 3% 0;
}



.progress-pie-chart-2 {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #E5E5E5;
	position: relative;
}

.progress-pie-chart-2.gt-50-2 {
	background-color: #BC6E2E;
}

.ppc-progress-2 {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 75px);
	top: calc(50% - 75px);
	width: 150px;
	height: 150px;
	clip: rect(0, 150px, 150px, 75px);
}

.ppc-progress-2 .ppc-progress-fill-2 {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 75px);
	top: calc(50% - 75px);
	width: 150px;
	height: 150px;
	clip: rect(0, 75px, 150px, 0);
	background: #BC6E2E;
	transform: rotate(45deg);
}

.gt-50-2 .ppc-progress-2 {
	clip: rect(0, 75px, 150px, 0);
}

.gt-50-2 .ppc-progress-2 .ppc-progress-fill-2 {
	clip: rect(0, 150px, 150px, 75px);
	background: #E5E5E5;
}

.ppc-percents-2 {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 130.434782px/2);
	top: calc(50% - 130.434782px/2);
	width: 130.434782px;
	height: 130.434782px;
	background: #fff;
	text-align: center;
	display: table;
}

.ppc-percents-2 span {
	display: block;
	font-size: 2.0em;
	font-weight: bold;
	color: #db9493;
}

.pcc-percents-wrapper-2 {
	font-size: 0.8em;
	display: table-cell;
	vertical-align: middle;
}

.progress-pie-chart-2 {
	margin: 20px 3% 0;
}
