<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  position: relative;
}
span.arrow_animate
{
    -moz-animation: ani_bounce 1s infinite;
    -webkit-animation: ani_bounce 1s infinite;
    animation: ani_bounce 1s infinite;   
}
.question
{
	font-family: 'source_serif_problack';
}
.quiz-option-bfr li
{
	padding: 5px 0;
	/*font-family: 'source_serif_problack';*/
	font-size: 0.9em;
}
.quiz-dropdown .dropdown-menu, #quiz-category .dropdown-menu
{
	z-index: 9999;
	width: 100%;
}
.quiz-dropdown button
{
	font-size: 1em;
	font-family: 'source_serif_problack';
}
/* #quiz-category button
{
	font-size: 1em;
	font-family: 'source_serif_problack';
} */

.quiz-dropdown .dropdown-toggle::after, #quiz-category .dropdown-toggle::after
{
	border-top: 0.6em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    margin-bottom : -0.25em;
}
#navigation-controls a.navigation
{
	padding-top: 9px;
  padding-bottom: 3px
}
#navigation-controls a.navigation i.fa
{
	font-size: 1.30em;
}
#quiz-answerble
{
	display: block;
}
#quiz-answerble .list-group-item
{
	font-family: 'source_serif_prosemibold';
	font-size: 0.85em;
}
#quiz-answerble .icon-wrapper
{
	float: left;
	margin-top: 0px;
}
#quiz-answerble .icon-wrapper i
{
	font-size: 20px;
}
#quiz-answerble .list-group-item span.icon-wrapper input
{
	width: 20px;
	height: 20px;
	margin-top: 0;
}
#quiz-answerble .list-group-item.correct-answer
{
	background: #6ece53;
	color: #FFF;
}
#quiz-answerble .list-group-item.wrong-answer
{
	background: #f35f5d;
	color: #FFF;
}
#quiz-answerble .question-feedback
{
	display: none;
}
#quiz-answerble-questions
{
	position: relative;
}
.source_serif_problack
{
	font-family: 'source_serif_problack';
}
.source_serif_prosemibold
{
	font-family: 'source_serif_prosemibold';
}
.faqDetails
{
	overflow: unset !important;
}
#quiz-types-tabs li &gt; a
{
	font-family: 'source_serif_problack';
	font-size: 12px;
	padding: 5px;
}
#quiz-types-tabs li &gt; a.active
{
	color : #50af37 !important;
	background: unset;
	border-radius: unset;
	border-bottom : 2px solid #50af37;
}
#tab-content-right-pane a:hover
{
	background: #F8F9FA;
} 
#tab-content-right-pane .d-flex .canvas-image-wrap
{
	position: relative;
}
#tab-content-right-pane .d-flex .question-number-circle
{
	width: 20px;
  height: 20px;
  font-family: 'source_serif_problack';
  font-size: 0.70em;
  position: absolute;
  left: -5px;
  padding: 0;
}
#tab-content-right-pane .d-flex .canvas-image-wrap img
{
	width: 80px;
}
#tab-content-right-pane .d-flex .question-text
{
	font-size: 0.90em;
	font-family: 'source_serif_prosemibold';
	line-height: 1;
	margin : 0;
}
#quiz-answerble-questions .question-answerble-card
{
	min-height: 500px;
	padding-top: 55px;
}
#quiz-msg
{
	font-size: 14px;
}
.emoji-answer img
{
	width: 30px;
}
.question-feedback .feedback-para
{
	font-size: 14px;
}
.quiz-result a
{
	font-size: 14px;
  	padding: 8px 4px 7px !important;
}
.btnPronounciation img
{
	width: 35px;
	cursor: pointer;
}

@media only screen and (max-width: 991px)
{
	#quiz-answerble-questions .question-answerble-card
	{
		padding-top: 90px;
	}
}
@media only screen and (max-width: 767px)
{
	.content-wrapper .faqDetails {
		padding : 20px 5px;
	}
	#start-quiz-btn.w-50
	{
		width: 100% !important;
	}
	.quiz-dropdown button
	{
		font-size: 0.9em;
	}

}

@media only screen and (max-width: 575px)
{
	#quiz-answerble-questions .question-answerble-card
	{
		padding-top: 130px;
	}

}</pre></body></html>