
@import url("https://cdn-lajih.nitrocdn.com/QUArAffDOVeRnTgVtcWuAombiJpPzrRr/assets/static/source/rev-c9bb69a/fonts.googleapis.com/b5dd3b7fced47fe75806003b86ba12b4.css2");

.blog-quiz_link {
	background: #d7536d;
	border: 2px solid #fff;
	outline: 2px solid #d7536d !important;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 20px;
	min-width: 100px;
	text-transform: uppercase;
	transition: all .5s;
}

.blog-quiz_link:is(:hover, :focus) {
	background: #44444c !important;
	outline-color: #44444c !important;
	border-color: #fff !important;
	color: #fff !important;
}

.quiz-layout-wrapper *::selection {
	background-color: #d85674;
	color: #fff;
}

.quiz-layout-wrapper *::-webkit-scrollbar-track {
	background-color: #fff;
}

.quiz-layout-wrapper *::-webkit-scrollbar {
	background-color: #fff;
	width: 15px;
}

.quiz-layout-wrapper *::-webkit-scrollbar-thumb {
	border: 4px solid #fff;
	background-color: #747078;
	border-radius: 50px;
}

.d-none {
	display: none !important;
}

.quiz-wrapper {
	position: relative;
	z-index: 0;
}

.quiz-loader {
	border-radius: 10px;
	position: absolute;
	inset: 0;
	background-color: #f7f7f7;
	box-shadow: rgba(99, 99, 99, .2) 0px 2px 8px 0px;
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	z-index: 2;
	min-height: 500px;
	height: 100%;
}

.quiz-loader-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	transform-origin: center center;
	transition: all .5s ease .3s;
	transform: scale(0);
	position: sticky;
	top: 200px;
	min-height: 500px;
}

.quiz-loader-anim {
	width: 120px;
	height: 120px;
	border: 10px dotted #ddd;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	animation: rotation 3s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.quiz-loader-text {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #ccc;
	letter-spacing: 5px;
}

.quiz-loader.open {
	opacity: 1;
	pointer-events: all;
}

.quiz-loader.open .quiz-loader-box {
	transform: scale(1);
}

.quiz-layout-wrapper {
	position: relative;
	z-index: 0;
}

.quiz-layout-wrapper * {
	font-family: "Poppins", sans-serif;
}

.ql-hero {
	background: hsla(345, 50%, 67%, 1);
	background: radial-gradient(circle, hsla(345, 50%, 67%, 1) 0%, hsla(346, 63%, 59%, 1) 100%);
	background: -moz-radial-gradient(circle, hsla(345, 50%, 67%, 1) 0%, hsla(346, 63%, 59%, 1) 100%);
	background: -webkit-radial-gradient(circle, hsla(345, 50%, 67%, 1) 0%, hsla(346, 63%, 59%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#D58297", endColorstr="#D85674", GradientType=1);
	border-radius: 10px;
	padding: 80px 20px;
	width: 95%;
	min-height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: rgba(99, 99, 99, .2) 0px 2px 8px 0px;
	margin: 0 auto -50px auto;
	position: relative;
	z-index: 1;
}

.qlh-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
}

.qlh-topbar-title h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.qlh-topbar-text p {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}

.qlh-score-inner {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.qlh-score-inner p {
	color: #fff;
	font-size: 14px;
}

.qlh-score-area {
	border-radius: 50%;
	background: #fff;
	width: 120px;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
}

.qlh-score-area:before, .qlh-score-area:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgba(255, 255, 255, 15%);
	transform: translate(-50%, -50%);
	width: 150%;
	height: 150%;
	border-radius: 50%;
	z-index: -1;
}

.qlh-score-area:after {
	content: "";
	width: 125%;
	height: 125%;
	background: rgba(255, 255, 255, 25%);
}

.qlh-score-area h5 {
	color: #d7536d;
	font-size: 13px;
	font-weight: 500;
	margin: 0;
}

.qlh-score-area span {
	color: #d7536d;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}

.qlh-bbar {
	width: 500px;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.qlh-bbar-counter {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.qlh-bbar-counter h5 {
	color: #747078;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	margin: 0;
}

.qlh-bbar-counter span {
	color: #d85674;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}

.qlh-bbar:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #ddd;
	width: 2px;
	height: 100%;
}

.ql-body {
	background-color: #f7f7f7;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 80px 20px 20px 20px;
	box-sizing: border-box;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.qlb-toparea {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin: 30px 0;
}

.qlbta-title {
	padding-bottom: 10px;
	position: relative;
	z-index: 0;
}

.qlbta-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #747078;
}

.qlbta-title:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 30px;
	height: 5px;
	background-color: #747078;
}

.qlbta-title h2 {
	color: #44444c;
	font-size: 30px;
	font-weight: 400;
	font-variant: small-caps;
	margin: 0;
}

.qlbta-btns {
	flex-shrink: 0;
	display: flex;
	justify-content: end;
	gap: 10px;
	flex-wrap: wrap;
}

.qlb-items-wrapper {
	margin-bottom: 40px;
}

.qlb-title h3 {
	color: #747078;
	font-size: 20px;
	font-weight: 500;
	font-variant: small-caps;
	margin: 0 0 12px 0;
	display: inline-block;
}

.primary-bt {
	all: unset;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color: #fff;
	background: #d85674;
	border: 1px solid #d85674;
	padding: 12px;
	border-radius: 5px;
	transition: all .5s;
	outline: none !important;
}

.primary-bt i {
	font-size: 20px;
}

.primary-bt:is(:hover, :focus) {
	background: #d85674;
	border-color: #d85674;
	color: #fff;
}

.qlb-items {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.qlb-item {
	flex-shrink: 0;
	width: 150px;
	height: 120px;
	padding: 5px;
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	z-index: 0;
	box-shadow: rgba(0, 0, 0, .1) 0px 4px 12px;
	transition: all .3s;
}

.qlb-item:is(:hover, :focus) {
	box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px;
}

.qlb-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.qlb-item-img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.qlb-item-complete {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	background-color: #fff;
	color: #d7536d;
	opacity: 85%;
}

.qlb-item-overlay {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 85%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 0;
	opacity: 0;
	transition: all .5s;
}

.qlb-item:is(:hover, :focus) .qlb-item-overlay {
	top: 0;
	opacity: 1;
}

.qlb-item-overlay button {
	all: unset;
	color: #d85674;
	background-color: transparent !important;
	border-color: transparent !important;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	transition: all .5s;
}

.qlb-item-overlay button:is(:hover, :focus) {
	color: #44444c;
	background-color: transparent !important;
	border-color: transparent !important;
}

.qlb-item-overlay button i {
	font-size: 34px;
	line-height: 34px;
}

.qlh-shapes {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.qlh-shapes span {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	opacity: 7%;
	line-height: 0;
}

.qlh-shapes span:nth-child(1) {
	font-size: 100px;
	top: 30%;
	left: 67%;
	transform: rotate(-35deg);
}

.qlh-shapes span:nth-child(2) {
	font-size: 150px;
	top: 13%;
	left: 5%;
	transform: rotate(30deg);
}

.qlh-shapes span:nth-child(3) {
	font-size: 60px;
	top: 70%;
	left: 8%;
	transform: rotate(30deg);
}

.qlh-shapes span:nth-child(4) {
	font-size: 50px;
	top: 60%;
	left: 74%;
	transform: rotate(20deg);
}

.qlh-shapes span:nth-child(5) {
	font-size: 80px;
	top: 40%;
	left: 18%;
	transform: rotate(-25deg);
}

.qlh-shapes span:nth-child(6) {
	font-size: 200px;
	top: 94%;
	left: 80%;
	transform: rotate(70deg);
}

.qlh-shapes span:nth-child(7) {
	font-size: 150px;
	top: 30%;
	left: 80%;
	transform: rotate(50deg);
}

.qlh-shapes span:nth-child(8) {
	font-size: 50px;
	top: 50%;
	left: 2%;
	transform: rotate(10deg);
}

.qlh-shapes span:nth-child(9) {
	font-size: 80px;
	top: 14%;
	left: 30%;
	transform: rotate(10deg);
}

.qlh-shapes span:nth-child(10) {
	font-size: 250px;
	top: 90%;
	left: 16%;
	transform: rotate(10deg);
}

.qlh-question-info {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	z-index: 0;
}

.qlh-question-info:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgba(255, 255, 255, 15%);
	transform: translate(-50%, -50%);
	width: 120%;
	height: 120%;
	border-radius: 50%;
	z-index: -1;
}

.qlh-qi-counter h5 {
	color: #747078;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	margin: 0;
}

.qlh-qi-counter h4 {
	color: #d85674;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.qlh-qi-counter sub {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
}

.qlb-questions-container {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgba(99, 99, 99, .2) 0px 2px 8px 0px;
	border: 1px solid #ddd;
	position: relative;
	z-index: 0;
	display: flex;
	align-items: stretch;
	min-height: 500px;
}

.qlb-questions-container:before, .qlb-questions-container:after {
	content: "?";
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 400px;
	line-height: 200px;
	color: #747078;
	opacity: 5%;
	transform: rotate(-15deg);
	pointer-events: none;
	z-index: -1;
}

.qlb-questions-container:after {
	top: 120px;
	font-size: 180px;
	line-height: 90px;
	right: -30px;
	transform: rotate(-20deg);
}

.quiz-questions-lcontain {
	width: 40%;
	flex-shrink: 0;
}

.qqlc-image {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}

/* .qqlc-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(346, 63%, 59%, 1);
    background: linear-gradient(90deg, hsla(346, 63%, 59%, 1) 0%, hsla(270, 6%, 28%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(346, 63%, 59%, 1) 0%, hsla(270, 6%, 28%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(346, 63%, 59%, 1) 0%, hsla(270, 6%, 28%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#D85674", endColorstr="#48444C", GradientType=1);
    opacity: 80%;
} */
.qqlc-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.quiz-questions-rcontain {
	padding: 25px;
}

.qqrc-content p {
	color: #666;
	font-size: 13px;
	margin-bottom: 5px;
}

.qqrc-head {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.qqrc-title {
	color: #44444c;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.qqrc-questions-wrapper {
	overflow: hidden;
}

.qqrc-question-box {
	display: none;
}

.qqrc-question-box.active {
	display: block;
}

.qqrc-question-box h3 {
	color: #747078;
	font-size: 18px;
	line-height: normal;
	font-weight: 500;
	margin: 0 0 15px 0;
}

.qqrc-answers {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.quiz-radiobox {
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	padding: 15px 15px 15px 40px;
	border-radius: 5px;
	position: relative;
	z-index: 0;
	transition: all .3s;
}

.quiz-radiobox input[type="radio"] {
	display: none;
}

.quiz-radiobox:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	width: 16px;
	height: 16px;
	outline: 1px solid #cdcdcd;
	border: 3px solid #fff;
	background: #fff;
	color: #fff;
	box-sizing: border-box;
	border-radius: 50px;
	transition: all .3s;
}

.quiz-radiobox:is(:hover, :focus), .quiz-radiobox:has(>input[type="radio"]:checked) {
	outline-color: #d85674;
	background-color: #fff;
}

.quiz-radiobox:is(:hover, :focus):before {
	outline-color: #d85674;
}

.quiz-radiobox:has(>input[type="radio"]:checked):before {
	background: #d85674;
	outline-color: #d85674;
}

.quiz-radiobox:is(:hover, :focus) span, .quiz-radiobox:has(>input[type="radio"]:checked) span {
	color: #d85674;
}

.quiz-radiobox span {
	color: #747078;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	display: block;
	transition: all .3s;
}

.qqrc-questions-btns {
	display: flex;
	gap: 10px;
	margin-top: 30px;
}

.primary-bts2 {
	background-color: #d7536d;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	padding: 12px 20px;
	text-transform: uppercase;
	box-sizing: border-box;
	border: 1px solid #d7536d;
	transition: all .5s;
}

.primary-bts2:is(:hover, :focus) {
	border-color: #d7536d;
	background-color: #d7536d;
	color: #fff;
}

.primary-outline-bts2 {
	background-color: transparent;
	color: #d7536d;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	padding: 12px 20px;
	text-transform: uppercase;
	box-sizing: border-box;
	border: 1px solid #d7536d;
	transition: all .5s;
}

.primary-outline-bts2:is(:hover, :focus) {
	background-color: transparent;
	border-color: #d7536d;
	color: #d7536d;
}

.qqrc-questions-content {
	padding: 20px 0;
	margin: 0 auto;
}

.qqrc-questions-content h3 {
	color: #d7536d;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.qqrc-questions-content p {
	color: #747078;
	font-size: 14px;
	line-height: normal;
}

.qqrc-review-answers {
	padding: 15px 15px 15px 0;
	max-height: 500px;
	overflow-y: auto;
}

.qqrc-review-answers-title h3 {
	color: #44444c;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.qqrc-review-answer {
	margin-bottom: 20px;
	padding-left: 50px;
	position: relative;
	z-index: 0;
}

.qqrc-review-answer h4 {
	color: #d7536d;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 15px 0;
}

.qqrc-review-answer .qqrcra-num {
	position: absolute;
	top: 2px;
	left: 0;
	color: #000;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	opacity: 20%;
	z-index: -1;
}

.qqrcra-ans-area {
	border: 1px solid rgba(0, 0, 0, 5%);
}

.qqrcra-ans {
	color: #44444c;
	font-size: 14px;
	line-height: normal;
	padding: 15px 15px 15px 40px;
	position: relative;
	z-index: 0;
	transition: all .3s;
}

.qqrcra-ans:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: 1px solid #cdcdcd;
	background: #fff;
	border-radius: 50px;
}

.qqrcra-ans.right {
	background: #dbf3e9;
}

.qqrcra-ans.wrong {
	background: #fee4e6;
}

.qqrcra-ans.right:before {
	content: "";
	background: #4ec595;
	border-color: #4ec595;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

.qqrcra-ans.wrong:before {
	content: "";
	background: #f96b75;
	border-color: #f96b75;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

.error-notice {
	color: #747078;
	font-size: 13px;
	border: 1px solid #ddd;
	border-left: 5px solid #d7536d;
	padding: 12px;
	background: #fff;
	width: 100%;
	margin: 15px 0;
}

.alert {
	position: relative;
	padding: 12px 15px;
	margin-bottom: 15px;
	border: 1px solid transparent;
	border-radius: 15px;
	font-size: 13px;
}

.alert.alert-danger {
	color: #d7536d;
	background-color: #fff;
	border-color: #d7536d;
}

.quiz-layout-wrapper a, .quiz-layout-wrapper button {
	cursor: pointer;
}

.qqrc-question-counter {
	width: 100%;
	height: 5px;
	background: #ddd;
	border-radius: 50px;
	margin: 20px 0 40px 0;
	position: relative;
	z-index: 0;
}

.qqrc-question-counter-bar {
	border-radius: 50px;
	background: #d7536d;
	height: 100%;
	display: block;
	transition: all .5s;
	position: relative;
	z-index: 0;
}

.qqrc-question-counter-num {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 13px;
	font-weight: 500;
	color: #48444c;
	border-radius: 3px;
}

.qqrc-question-counter-bar:before {
	content: "";
	position: absolute;
	top: -14px;
	right: 0;
	border-width: 8px 6px;
	border-style: solid;
	border-color: #d7536d transparent transparent transparent;
	transition: all .5s;
}

.notice {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #eee;
	border-left: 5px solid #ccc;
	background-color: #f7f7f7;
	padding: 15px;
	margin: 20px 0;
	gap: 25px;
}

.notice p {
	color: #48444c;
	font-size: 14px;
	line-height: normal;
	margin: 0;
}

.notice-btn {
	all: unset;
	flex-shrink: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	border: none !important;
	background-color: #6b7280;
	padding: 8px 10px;
	border-radius: 3px;
	cursor: pointer;
	transition: all .3s;
}

.notice-btn:disabled {
	opacity: .6;
	cursor: no-drop;
}

.notice-btn:hover {
	background: #6b7280;
	color: #fff;
}

.notice.notice-primary {
	border-left-color: #d7536d;
	background-color: rgba(215, 83, 109, 10%);
}

.notice.notice-primary .notice-btn {
	background-color: #d7536d;
}

.notice.notice-primary .notice-btn:hover {
	background-color: #d7536d;
}

.notice.notice-success {
	border-left-color: #0e9f6e;
	background-color: #f3faf7;
}

.notice.notice-success .notice-btn {
	background-color: #0e9f6e;
}

.notice.notice-success .notice-btn:hover {
	background-color: #0e9f6e;
}

.notice.notice-danger {
	border-left-color: #f05252;
	background-color: #fdf2f2;
}

.notice.notice-danger .notice-btn {
	background-color: #f05252;
}

.notice.notice-danger .notice-btn:hover {
	background-color: #f05252;
}

.notice.notice-info {
	border-left-color: #3f83f8;
	background-color: #ebf5ff;
}

.notice.notice-info .notice-btn {
	background-color: #3f83f8;
}

.notice.notice-info .notice-btn:hover {
	background-color: #3f83f8;
}
