/**Quiz**/
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 300;
	src: url("/wp-content/themes/livewall/dist/fonts/Poppins-Light.ttf") format("ttf");
	font-display:swap;

}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	src: url("/wp-content/themes/livewall/dist/fonts/Poppins-Medium.ttf") format("ttf");
	font-display:swap;
}

.quiz__container {
	max-width:874px;
	width:100%;
	margin:15px auto;
}


.quiz__steps {

	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.quiz__step {
	width: 100%;
	box-shadow: 0px 8px 24px 0px rgba(18, 18, 18, 0.10);
	border: 1px solid #EEE;
	border-radius: 16px;
	padding:24px 48px;
}
.quiz__step.quiz_start .quiz__left{
	display:flex;
	flex-direction:column;
	gap:24px;
}

.quiz__step.quiz_start .btns__wrapper {
	display:flex;
	align-items:center;
	column-gap:24px;
}
.quiz__step.quiz_start .btns__wrapper .btn_start {
	border-radius: 16px;
	border:1px solid #6406DC;
	background:#6406DC;
	padding:12px 24px;	
	color:#fff;
}
.quiz__step .quiz__btn{
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
	font-family: "Poppins";
	background:transparent;
	border:1px solid transparent;
	transition:all .3s;
}
.quiz__step .quiz__btn:hover {
	transition:all .3s;
}


.quiz__step.quiz_start .btns__wrapper .btn_start:hover {
	background:#fff;
	color:#6406DC;
}
.quiz__step.quiz_start .btns__wrapper .register_btn {
	display:flex;
	align-items:center;
	color:#6406DC;
	column-gap:8px;
	position: relative;

}
.quiz__step.quiz_start .btns__wrapper .register_btn::after {
	content:'';
	position: absolute;
	left:0;
	top:100%;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(#6406DC,#6406DC);
	background-size: 0% 1px;
	background-position-y: 100%;
	background-position-x: 50%;
	background-repeat: no-repeat;
	transition: background-size 0.3s ease-in-out;
}
.quiz__step.quiz_start .btns__wrapper .register_btn:hover::after {
	background-size: 100% 1px;
}
.quiz__step .quiz__btn.quiz_results:not([disabled]) {
	color:#121212;
	background:#1DDDA9;
}


.quiz__step:not(.quiz_start){
	display:none;
}
.result_content,
.quiz__result_data{
	display:none;
}

.quiz__step.quiz__options_slider .quiz__options {
	height: 100%;
	justify-content: center;
}
.quiz__step.quiz__options_slider .ui-slider {
	height:6px;
	border-radius: 8px;
	border: 1px solid #FFF;
	background:#121212;
}
.quiz__step.quiz__options_slider .ui-slider .ui-slider-handle {
	outline:none;
	width: 22px;
	height: 22px;
	border-radius:100%;
	background:#121212;
	top: -.55em;
}
.quiz__step.quiz__options_slider .ui-slider .ui-slider-handle.active{
	background:#6406DC;
}
.quiz__step.quiz__options_slider .quiz__option_value {
	text-align:center;
	color: #121212;
	font-family: "Poppins";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor:pointer;
}
.quiz_top,
.quiz_center,
.quiz_bottom,
.quiz__result_wrapper{
	display:flex;
	gap:24px;
}
.quiz__left,
.quiz__right {
	flex:0 1 50%;
}
.quiz_center img.step__img,
.step__video{
	border-radius: 15px;
	height:100%;
	max-width:100%;
	width:100%;
	object-fit:cover;
}
.step__video_container {
	position:relative;
	height: 100%;
	width:100%;
	max-width:100%;
	display: flex;
} 
.step__video_container:not(.playing)::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius:15px;
	background:rgb(0 0 0 / 0.15)
}
.step__video_container .play_btn{
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	top: calc(50% - 20px);
	align-items: center;
	justify-content: center;
	left: calc(50% - 20px);
	cursor: pointer;
	z-index: 1;
} 
.step__video_container.playing .play_btn{
	visibility:hidden;
	opacity:0;
}
.quiz__step h2{
	color: #1E1E1E;
	font-family: "Poppins";
	font-size: 24px;
	font-weight: 700;
	line-height: 133%;
}
.quiz__step.quiz_start h2{
	font-size: 32px;
	margin-bottom:0;
	line-height: 125%;
}
.quiz__step h2 span {
	color: #6406DC;
}
.qiuz__content {
	color: #000;
	font-family: "Poppins";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	height: 100%;
}
.quiz_start .qiuz__content {

}
.quiz__step:not(.quiz_start) .quiz_center {
	flex-direction: row-reverse;
}
.qiuz__content strong {
	font-weight:400;
	color: #6406DC;
}
.qiuz__content ul li {
	list-style:disc;
}
.qiuz__content ol li {
	list-style:decimal;
}

.quiz_bottom > div {
	display:flex;
	align-items:center;
}
.quiz_bottom .quiz__left {
	justify-content:flex-start;
}
.quiz_bottom .quiz__right {
	justify-content:flex-end;
}
.quiz_bottom .quiz__right.align-right {
	margin-left: auto;
}
.quiz_bottom .quiz_next,
.quiz_bottom .quiz_results {
	border-radius: 16px;
	background:#6406DC;
	padding:12px 24px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	color:#fff;
}
.quiz_bottom .quiz_next:not(.btn_active) {
	display:none;
}
.quiz_bottom .quiz__btn[disabled],
.quiz_bottom .quiz_results[disabled]{
	background: rgba(18, 18, 18, 0.15) !important;
}
.quiz_bottom .quiz_back {
	display:flex;
	align-items:center;
	column-gap:8px;
	color:#616161;
}
.quiz__options {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.quiz__options .quiz__option {

}
.quiz__options .quiz__option label{
	color: #121212;
	font-family: "Poppins";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 157.143%;
	border-radius: 8px;
	border: 1px solid #616161;
	box-shadow: 0px 4px 12px 0px rgba(18, 18, 18, 0.10);
	padding: 12px 16px;
	width: 100%;
	cursor: pointer;
	min-height: 46px;
	display: flex;
	align-items: center;
	transition:all .3s;
}
.quiz__options  input{
	visibility:hidden;
	position:absolute;
	opacity:0;
	width:0;
	height:0;
}
.quiz__options .quiz__option label:hover {
	background:#E0E0E0;
	border-color:#6406DC;
	transition:all .3s;
}

.quiz__options .quiz__option input:checked + label{
	background: #6406DC;
	color:#fff;
}
.quiz__progress {
	display:flex;
	align-items:center;
	justify-content:center;
	column-gap:36px;
	counter-reset: step;
}
.quiz_top.quiz__progress_wrapper {
	justify-content: center;
	padding-bottom:12px;
}
.quiz_top.quiz__progress_wrapper,
.quiz_top.quiz__title_wrapper,
.quiz__step:not(.quiz_start) .quiz_center{
	margin-bottom:24px;
}
.quiz__progress span {
	width:36px;
	height:36px;
	background:rgba(18, 18, 18, 0.15);
	border-radius:32px;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	color: #FFF;
	text-align: center;
	font-family: "Poppins";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.quiz__progress span::after{
	content:'';
	background:rgba(18, 18, 18, 0.15);
	height:4px;
	width:36px;
	display:block;
	position: absolute;
	left: 100%;
}

.quiz__progress span:last-child::after{
	content:none !important;
}
.quiz__progress span.current {
	background:#6406DC;
	width:36px;
	height:36px;
}
.quiz__progress span.active {
	background:#6406DC;
}
.quiz__progress span.active::after{
	background:#6406DC;
}
.quiz__result_data {
	margin-top:40px;
}
.quiz__result_container {
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	width: 100%;
	height: 100%;
	min-height:100px;
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	padding: 0px;

}
.quiz__result .quiz_bottom {
	margin-top: 24px;
}
.quiz__result_container .bar {
	width: 11px;
	background-color: #A7A7A7;
	text-align: center;
	color: white;
	font-size: 14px;
	border-radius: 3px 3px 0px 0px;
	position:relative;
	cursor:pointer;
}
.quiz__result_container .highlight {
	background-color: #6406DC;
}
.quiz__result_container .bar span {
	color: #000;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	position: absolute;
	top: -25px;
	width: max-content;
	left: 50%;
	transform: translateX(-50%);
}
.quiz__result .qiuz__content,
.quiz__result .qiuz__content p{
	font-size: 12px;
	font-weight: 300;
}
.quiz__result .quiz__right img {
	height:100%;
	width:100%;
	max-width:100%;
	border-radius: 16px;
	object-fit:cover;
}
.quiz__result_description {
	text-align: center;
	font-family: "Poppins";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 10px; 
	margin-top:7px;
}

.qiuz__content p:last-child {
	margin-bottom:0;
}

.quiz__slider__wrapper {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.quiz__slider__wrapper .quiz__option_value.active {
	color:#6406DC;
}

.quiz__step.quiz__result {
	background:#6406DC;

}
.quiz__step.quiz__result .quiz__result_content,
.quiz__step.quiz__result h2,
.quiz__step.quiz__result .qiuz__content{
	color:#fff;
}
.quiz__step.quiz__result h2 {
	margin-bottom:24px;
}
.quiz__step.quiz__result h2 span {
	color:#1DDDA9;
}
.result_content__header {
	display:none;
}
.result_content#content_1,
.result_content__header#result_header_1{
	/*display:block;*/
}
.quiz__step.quiz__result .quiz_bottom .quiz__left .quiz__btn {
	display: flex;
	align-items: center;
	line-height: 1;
	color: #fff;
	gap: 8px;
}
.quiz__step.quiz__result .quiz_bottom .quiz__right .quiz__btn {
	display: flex;
	align-items: center;
	column-gap: 8px;
	border-radius: 16px;
	background: #1DDDA9;
	padding: 12px 24px;
	color:#121212;
}
.quiz__step.quiz__result .quiz_bottom .quiz__right .quiz__btn:hover {
	background:#fff;
	color:#121212;
}
.article-txt--section .container .holder p.add_text--mobile,
.quiz__step.quiz__result .add_text--mobile {
	margin-bottom:12px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	color:#fff;
}
@media only screen and (min-width:768px) {
	.quiz__title_wrapper img,
	.quiz__title_wrapper .step__video_container,
	.quiz__step.quiz_start .quiz_center .quiz__left img,
	.step__img_result--mobile{
		display:none;
	}
	
	.quiz__wrapper.align-left {
		float:left;
	}
	.quiz__wrapper.align-right {
		float:right;
	}
	.quiz__wrapper.align-left  {
		padding-right:25px;
	}
	.quiz__wrapper.align-right {
		padding-left:25px;
	}
	.quiz__wrapper.align-center {
		
	}
}
@media only screen and (max-width:767px) {
	.quiz_center .qiuz__content img,
	.quiz_center .qiuz__content .step__video_container,
	.quiz__right img,
	.quiz_center .step__video_container{
		display:none;
	}
	.quiz__step.quiz__result .add_text--mobile,
	.article-txt--section .container .holder p.add_text--mobile{
		font-size:14px;
	}
	.quiz__step {
		padding:24px 16px;
	}
	.quiz_top {
		flex-direction:column;
		gap:12px;
	}
	.quiz_top.quiz__progress_wrapper {
		padding-bottom:0;
		margin-bottom:24px;
	}
	.quiz_center {
		flex-direction:column;

	}
	.quiz__title_wrapper img {
		height:auto;
		max-width:100%;
		width:100%;
	}
	.quiz__step.quiz__options_slider .quiz__options {
		padding:48px 0;
	}
	.quiz_center .quiz__left, 
	.quiz_center .quiz__right {
		flex:0 1 100%;
	}
	.quiz_bottom .quiz__left {
		flex-shrink:1;
		flex-basis:auto;
	}
	.quiz_bottom .quiz__right {
		flex-grow:1;
	}
	.quiz__step.quiz_start .quiz__right,
	.quiz__step.quiz__result .quiz__result_wrapper .quiz__right,
	.quiz__step:not(.quiz_start) .quiz_center .quiz__left{
		display:none;
	}
	.quiz__step.quiz_start .quiz_center {
		margin-bottom:0;
	}
	.quiz__result_wrapper {
		flex-direction:column;
	}
	.quiz_bottom {
		justify-content:center;
		gap:0;
	}
	.quiz__step h2 {
		margin-bottom:0;
	}
	.quiz__step.quiz_start h2 {
		font-size:24px;
	}
	.step__img_result--mobile {
		height: auto;
		width: 100%;
		border-radius: 16px;
		margin-bottom: 12px;
		max-width: 100%;
	}
	
}
@media only screen and (max-width: 500px) {
	.quiz_bottom .quiz_back {
		gap:4px;
	}
	.quiz_bottom .quiz_results {
		padding:12px 14px;
	}
	.quiz__step.quiz_start .btns__wrapper{
		flex-direction:column;
		gap:16px;
	}
	.quiz__step.quiz__result .quiz_bottom {
		flex-direction:column-reverse;
		gap:16px;
	}
	.quiz__step.quiz__result .quiz_bottom .quiz__left,
	.quiz__step.quiz__result .quiz_bottom .quiz__right {
		flex:0 1 100%;
		width: 100%;
	}
	.quiz__step.quiz_start .btns__wrapper .quiz__btn,
	.quiz__step.quiz__result .quiz_bottom  .quiz__btn{
		width:100%;
		max-width:375px;
		margin:0 auto;
		justify-content: center;
	}
	.quiz__step.quiz__result .quiz_bottom {
		align-items:center;
	}

}