/*
    Customer Satisfaction
*/
.customer-satisfaction {
	padding: 13px;
	h6 {
		text-transform: uppercase;
		font-size: 17px;
		font-weight: 600;
		color: $color_76;
	}
	.c-s-stats {
		font-size: 40px;
		font-weight: 600;
		color: $color_76;
	}
	.progress {
		height: 11px;
		border-radius: 20px;
		.progress-bar {
			border-radius: 20px;
		}
	}
	.c-s-stats-data {
		p {
			font-size: 13px;
			font-weight: 600;
			color: $additional-color-6;
		}
		span {
			font-size: 16px;
			font-weight: 600;
			color: $color_76;
		}
		i {
			color: $color_55;
			font-size: 20px;
		}
	}
}
