.helpdesk_grade_form {

}

.helpdesk_grade_row {
	padding: 10px 0;
}
.helpdesk_grade_question {
	font-size: 20px;
	text-align: center;
}
.helpdesk_grade_answer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}
.helpdesk_grade_answer_grid {}
.helpdesk_grade_answer_grid_btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}
.helpdesk_grade_answer_grid_text {
	text-align: center;
	padding: 30px 0 0 0;
}



.helpdesk_grade_answer textarea {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #b2b8bf ;
	border-radius: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 16px 0;
	padding: 10px 20px;
	width: 100%;
}

.helpdesk_grade_frustrations {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}
.helpdesk_grade_frustration {
	margin: 0 20px;

}
.helpdesk_grade_frustration label {
	display: block;
	margin: 10px 0;
}
.feedback-form-submits {
	display: -ms-flexbox;
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}
.helpdesk-stars {
	width: 80px;
	height: 80px;
}
.helpdesk_grade_answer_btn svg {
	fill: #5046e5;
}
.helpdesk_grade_answer_star {
	background: none;
	border: none;
	position: relative;

	margin: 0 40px 0 40px;
}
.helpdesk_grade_answer_star:hover {
	cursor: pointer;
}
.helpdesk_grade_answer_star span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 16px;
	height: 30px;
	margin-left: -8px;
	margin-top: -12px;
	font-size: 25px;
	color: #FFF;
}
.helpdesk_grade_answer_star:hover span {
	color: #2675f4;
}
.helpdesk_grade_answer_star.active span {
	color: #2675f4;
}

.helpdesk_grade_answer_btn {
	display: block;
	margin: 16px 0;
	cursor: pointer;

	padding: 11px 30px;
	width: -moz-max-content;
	width: max-content;
	background: #FFFFFF;
	box-shadow: 0 4px 24px rgb(0 0 0 / 8%);
	border-radius: 60px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #1F1F22;

	border: 1px solid #c3c3c3;

	margin: 0 40px 0 40px;
}
.helpdesk_grade_answer_btn:hover {
	background: linear-gradient(272.97deg, #2870f6 0%, #0fa8e0 58.6%, #20b5b6 79.28%, #25bc98 95.45%);
	opacity: 0.65;
	box-shadow: 0 4px 24px rgb(0 0 0 / 8%);
	border-radius: 60px;
	color: #FFFFFF;
}
.helpdesk_grade_answer_btn.active {
	background: linear-gradient(272.97deg, #2870f6 0%, #0fa8e0 58.6%, #20b5b6 79.28%, #25bc98 95.45%);
	opacity: 0.65;
	box-shadow: 0 4px 24px rgb(0 0 0 / 8%);
	border-radius: 60px;
	color: #FFFFFF;
}
#helpdesk_frustration,
#helpdesk_comment {
	padding-top: 10px;
}
#helpdesk_frustration h4 {
	margin-top: 0px;
}

.feedback-form__submit:disabled {
	background: gray;
}
.helpdesk_grade_row .feedback-form__submit {
	margin: 10px 0;
}

@media (max-width:961px)  {
	.helpdesk_grade_answer {
		display: block;
	}
	.helpdesk_grade_answer_grid_btn {
		display: block;
		width: 100%;
	}
	.helpdesk_grade_answer_star {
		display: block;
		width: 100%;
		margin: 20px 0;
	}
}
.form-block__privacy-policy {
    margin-top: 30px;
}
input[type=checkbox].sc--field--error {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
}
