.pf_quiz_item_container{
	margin-bottom: 20px;
	cursor: pointer;
}

.pf_quiz_item_container:hover{
	cursor: pointer;
}

.pf_quiz_text_container{
	/* background: #00a695; */
	min-height: 70px;
	display: flex;
	justify-content: center;
	padding: 10px 10px;
	border-radius: 9px;
	box-shadow: 1px 10px 25px -15px rgba(0, 0, 0, 0.75);
}

.pf_quiz_text_container p{
	text-align: center;
	/* color: #fff; */
	line-height: 1.2em;
	padding: 0px;
	margin: 0;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.pf_quiz_text_container.pf_quiz_results_hidden p{
	display: none;
}

.pf_quiz_text_container.pf_quiz_results_shown,
.pf_quiz_text_container.pf_quiz_results_shown p{
	color: #1a3040 !important;
	text-align: left;
	padding: 0;
	background: none !important;
	display: block;
	font-weight: normal;
	box-shadow: none;
	border-radius: 0;
}

.pf_quiz_bar_graph_container,
.pf_quiz_percent{
	display: none;
}

.pf_quiz_percent{
	color: #fff;
	line-height: 40px;
	font-weight: bold;
	margin-right: 20px;
}

.pf_quiz_bar_graph_container{
	height: 40px;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	background: #e8ecef;
}

.pf_quiz_percent_fill{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0%;
	text-align: right;
	overflow: hidden;
	transition: width 1s ease-in-out;
}
