/* overrides */
.extracontent {
	margin-top: 0;
}
.extracontent h4 {
	margin-bottom: 0;
}

.survey {
}
.survey .extrastableitem:not(:first-child) {
	-webkit-flex: 0 0 220px;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
}
.survey .extrastableitem {
	align-content: center;
}
.survey .extrastableitem.surveyitem {
	padding: 10px;
}

.survey-review-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	justify-content: center;
}
.survey-review-container label {
	cursor: pointer;
	display: block;
	padding: 5px 3px;
	margin-bottom: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.survey-review-container:has(input:checked) label {
	opacity: 0.3;
}
.survey-review-container label:has(input:checked) {
	opacity: 1;
}
.survey-review-container label:not(:has(input:checked)) {
	color: #7d7d7d;
}
.survey-review-container label input {
	position: absolute;
	display: block;
	opacity: 0;
	height: 100%;
	top: 0;
	left: 50%;
	pointer-events: none;
	width: 1px;
}
.survey-review-container label input + span[class^="icon-survey-"] {
	display: block;
	font-size: 24px;
}
.survey-review-container:has(input:checked) label input + span[class^="icon-survey-"], .survey-review-container:has(label:hover) label input + span[class^="icon-survey-"] {
}
.survey-review-container:has(input:checked) label input:checked + span[class^="icon-survey-"], .survey-review-container:has(label:hover) label:hover input + span[class^="icon-survey-"] {
}


.survey-rating-5 {
	color: #2ecc71;
}
/*.survey-rating-5:has(input:checked) {
	background-color: #2ecc71;
	color: #fff;
}*/
.survey-rating-4 {
	color: #a3e635;
}
/*.survey-rating-4:has(input:checked) {
	background-color: #a3e635;
	color: #fff;
}*/
.survey-rating-3 {
	color: #facc15;
}
/*.survey-rating-3:has(input:checked) {
	background-color: #facc15;
	color: #fff;
}*/
.survey-rating-2 {
	color: #f97316;
}
/*.survey-rating-2:has(input:checked) {
	background-color: #f97316;
	color: #fff;
}*/
.survey-rating-1 {
	color: #ef4444;
}
/*.survey-rating-1:has(input:checked) {
	background-color: #ef4444;
	color: #fff;
}*/


@media(max-width: 1080px) {
	.survey .extrastableitem:not(:first-child) {
		-webkit-flex: 1 1 33%;
		-ms-flex: 1 1 33%;
		flex: 1 1 33%;
	}
}
