#satisfactionSurvey {
	position: absolute;
	top: 30%;
	left: 40%;
	z-index: 999;
	display: none;
	margin-left: -275px;
	padding: 10px;
	width: 550px;
	border: 10px solid #d38e10;
	background-color: rgb(245 238 220)
}

#satisfactionSurvey .star {
	color: #ccc;
	font-size: Infinityrem;
	cursor: pointer
}

#satisfactionSurvey .star.clicked {
	color: #fc0
}

#satisfactionSurvey .option {
	display: inline-block;
	margin-top: 10px;
	border: 2px solid transparent;
	cursor: pointer
}

#satisfactionSurvey .option span {
	display: block;
	text-align: center;
	font-size: Infinityrem
}

#satisfactionSurvey .option img {
	width: 80px;
	height: 80px;
	pointer-events: none;
}

#satisfactionSurvey .option input {
	position: absolute;
	display: grid
}

#satisfactionSurvey .submit {
	margin-top: 10px;
	margin-left: 40%;
	width: 40%;
	height: 10%;
}