.single-custom_quiz .quiz-container {
	padding-top: 100px;
	color: #FFF;
}

.quiz-item-start .start-content h2{
	text-transform: uppercase;
	font-size: clamp(21px, 4vw, 24px);
	font-weight: 700;
}

.quiz-item-start .start-content p{
	font-size: clamp(16px, 3vw, 22px);
  line-height: 1.5;
}

.quiz-item_content .quiz-options {
	padding: 0;
  list-style: none;
}

.quiz-item_footer {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-end;
	margin-top: 15px;
}

.quiz-item_footer .button {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
	opacity: .7;
	transition: all .2s linear;
	background: transparent;
	border: none;
	color: #FFF;
	align-items: center;
}

.quiz-item_footer .button.btn-next {
	display: none;
}

.quiz-item_footer .button:hover {
	opacity: 1;
}

#question-register input.error {
	border-color: red;
}

#form-quiz-finish {
	width: auto;
}

.s-quiz .form-step .progress.gradient-default {
	background: rgb(0,190,130);
	background: linear-gradient(90deg, rgba(0,190,130,1) 0%, rgba(0,255,174,1) 55%, rgba(0,255,244,1) 100%);
}