.offerte-progress-wrapper {
	width: 100%;
	background-color: transparent;
	margin-bottom: 20px;
	.offerte-progress-bar {
		width: 100%;
		height: 10px;
		background-color: #2a2929;
		border-radius: 5px;
		overflow: hidden;
		.offerte-progress-fill {
			height: 100%;
			width: 0%; /* Begin met 0% */
			background-color: var(--primary);
			transition: width 0.3s ease;
		}
	}
	.offerte-progress-text {
		margin-top: 5px;
		font-size: 14px;
		font-weight: bold;
	}
}

.offerte-container {
	&:after {
		content: "";
		display: block;
		clear: both;
	}
	h2.offerte_title {
		display: none;
	}
	.btn {
		cursor: pointer;
		&.btn-prev {
			margin-right: 5px;
		}
	}
}

.uiz_extra-form {
	margin-top: 35px;
}

.offerte-question {
	margin-bottom: 65px;
	.question_number {
		display: inline-block;
		vertical-align: middle;
		background: #005633;
		color: #fff;
		font-weight: 600;
		margin-right: 15px;
		padding: 0 10px;
		position: relative;
		top: -5px;
		padding: 4px 15px;
		.dots {
			display: none;
		}
	}
	.question-description-content {
		margin-top: 15px;
		border: 0;
		padding: 0;
		margin-bottom: 15px;
	}
	.the_question {
		display: inline-block;
		vertical-align: top;
		font-weight: 700;
		font-size: 23px;
		color: #000;
	}
	.toggle-description {
		display: inline-block;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background: #0073aa;
		color: #fff;
		text-align: center;
		line-height: 18px;
		cursor: pointer;
		margin-left: 5px;
	}
	.question-description-content {
		margin-top: -15px;
		border: 1px dotted #ccc;
		padding: 15px;
		margin-bottom: 15px;
	}
	ul.answers {
		list-style-type: none;
		margin: 35px 0 0 0 !important;
		padding: 0;
		display: grid;
		gap: 30px;
		&.answers.columns-1 {
			grid-template-columns: repeat(1, 1fr);
		}
		&.answers.columns-2 {
			grid-template-columns: repeat(2, 1fr);
		}
		&.answers.columns-3 {
			grid-template-columns: repeat(3, 1fr);
		}
		&.answers.columns-4 {
			grid-template-columns: repeat(4, 1fr);
		}
		li {
			display: block;
			margin-bottom: 0;
			padding-left: 0 !important;
			&:before {
				display: none;
			}
			input[type="radio"],
			input[type="checkbox"] {
				display: none;
			}
			input[type="checkbox"]:checked + label,
			input[type="radio"]:checked + label {
				font-weight: 500;
				color: #fff;
				background: #1d823a;
				.answer_title {
					color: #fff;
				}
			}
			label {
				position: relative;
				display: block;
				width: 100%;
				padding: 50px 30px 50px;
				cursor: pointer;
				transition: all 0.25s;
				background: #f1eee3;
				border-radius: 3px;
				height: 100%;
				&.type_voor {
					padding: 30px;
				}
				&:hover,
				&:focus,
				&:active {
					background: #dfdbcd;
				}
				.question_score {
					display: none;
				}
				.text_label {
					position: absolute;
					top: -5px;
					right: -5px;
					pointer-events: none;
					background: #008c2c;
					color: #fff;
					padding: 0 10px;
					font-size: 85%;
				}
				.answer_img {
					display: inline-block;
					vertical-align: middle;
					object-fit: contain;
					object-position: center;
					&.boven {
						display: block;
						margin: 0 auto 25px;
					}
				}
				.answer_title {
					display: inline-block;
					vertical-align: middle;
					font-weight: 500;
					font-size: 1.4rem;
					color: #000;
					&.has_img_above {
						display: block;
						width: 100%;
						text-align: center;
					}
					&.has_img_left {
						padding-left: 15px;
					}
				}
			}
		}
	}
}

.offerte-questions-wrapper {
	float: left;
	width: 60%;
}
.offerte-summary-sidebar {
	float: right;
	width: 40%;
	padding-left: 50px;
	position: sticky;
	top: 65px;
}

.offerte-question[data-question="result"] {
	background: #fff;
	border: 1px solid #ddd;
	margin-top: 30px;
	border-radius: 0;
	&.position_right {
		float: right;
		width: 100%;
	}
	h3.your_result {
		margin: 0;
		padding: 25px 30px 25px;
	}
	#score-text {
		position: relative;
		.summary_inner {
			display: block;
			margin: 0 30px 25px;
			line-height: 25px;
		}
		ul:not(:empty) {
			padding: 15px 30px;
			margin: 0 0 20px 0;
			background: #f5f3ed;
			li {
				display: block;
				line-height: 23px;
				margin-bottom: 9px;
				&:before {
					display: none;
				}
				&:last-of-type {
					border: 0;
				}
				strong {
					display: block;
					color: #000;
				}
			}
		}
		#reset-form-btn {
			position: absolute;
			top: -10px;
			right: 10px;
			padding: 8px;
			font-size: 13px;
			background: #f9dddd;
			color: #ac1212;
			border: none;
			border-radius: 3px;
			cursor: pointer;
			line-height: 1;
		}
	}
	#summary-container {
		padding: 0;
	}
	#add-new-set {
		margin: 17px 23px 23px 23px;
	}
	#offerte_extra-form {
		padding: 18px;
	}
}

.summary-set {
	background: #f1eee3;
	border: 0 dotted #ddd;
	padding: 15px 30px;
	border-radius: 0;
	position: relative;
	margin: 0 0 20px 0;
	.remove-set {
		position: absolute;
		top: -10px;
		right: 10px;
		padding: 8px;
		font-size: 13px;
		background: crimson;
		color: white;
		border: none;
		border-radius: 3px;
		cursor: pointer;
		line-height: 1;
	}
	ul {
		li {
			display: block !important;
			line-height: 23px !important;
			margin: 0 0 9px;
			&:before {
				display: none;
			}
			strong {
				display: block;
				margin-right: 6px;
				color: #000;
			}
		}
	}
}

.offerte-advisor-card {
	display: flex;
	align-items: center;
	gap: 22px;
	background: #fff;
	padding: 0 24px;
	margin-top: 22px;
	border-radius: 0;
}

.offerte-advisor-avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	background: linear-gradient(140deg, #1ab8a6, #0a9e62);
	border: 2px solid #c8ced1;
	flex: 0 0 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	span {
		color: #fff;
		font-size: 56px;
		font-weight: 700;
		line-height: 1;
	}
	img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center 22%;
		transform: scale(1.14);
	}
}

.offerte-advisor-content {
	flex: 1;
}

.offerte-advisor-name {
	font-family: Roboto, sans-serif !important;
	margin-top: 0.5rem !important;
	font-size: 22px !important;
	line-height: 1.5 !important;
	font-weight: 700;
	margin-bottom: 0 !important;
	color: #000;
}

.offerte-advisor-subtitle {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.25;
	color: #000;
	margin-bottom: 10px !important;
}

.offerte-advisor-contact {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #119244;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;

	.contact-value {
		white-space: nowrap;
	}
}

.offerte-advisor-contact.type_phone .contact-icon {
	display: inline-block;
	width: 14.005px;
	height: 15.674px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('data:image/svg+xml,<svg role="icon" xmlns="http://www.w3.org/2000/svg" width="14.005" height="15.674" viewBox="0 0 14.005 15.674"><path d="M12.668,11.38l1.089,1.6c.612.855-.017,1.405-.737,1.766a5.754,5.754,0,0,1-3.489.9c-2.383-.254-3.826-1.8-5.365-3.448C2.774,10.708-.966,6.7.233,2.521a6.373,6.373,0,0,1,.9-1.87C1.59-.016,2.264-.344,3.1.529L4.76,2.051C5.767,3,5.8,3.44,5.4,4.2a1.862,1.862,0,0,1-.314.421,3.556,3.556,0,0,1-.746.589L3.9,5.567c-.021.012.228-.228.21-.211-.716.66-.52,1.53.094,2.3l2.423,3.048a1.985,1.985,0,0,0,2.675.4l.182-.125c1.276-1.356,2.14-1.093,3.188.4" transform="translate(0 0)" fill="%231d823a"></path></svg>');
}

@media (max-width: 768px) {
	.offerte-advisor-card {
		margin-bottom: 2rem;
	}
}
