.zendesk-form-error,
.zendesk-form-success,
.zendesk_form_loading {
	display: none;
	margin-top: 25px;
}

.zendesk_ztrax {
	display: none;
}

.zendesk_form_loading {
	margin-left: auto;
	margin-right: auto;
}

.zresearch-zendesk-form {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 40px;
	background-color: #fff;
	border-radius: 3px;
	border-top: solid 5px #0074e4;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.zresearch-zendesk-form input.hp {
	opacity: 0;
	position: absolute;
	top: -9999px;
	left: -9999px;
	height: 0;
	width: 0;
	z-index: -1;
}

.zresearch-zendesk-form input.form-control {
	border-radius: 5px;
	height: 40px;
	color: #000;
}

.zresearch-zendesk-form select.form-control {
	border-radius: 5px;
	height: 40px;
	color: #000;
}

.zresearch-zendesk-form input.form-control::placeholder,
.zresearch-zendesk-form select.form-control::placeholder,
.zresearch-zendesk-form textarea.form-control::placeholder {
	color: #cecece;
}

.zresearch-zendesk-form select:invalid {
	color: #848484;
}

.zresearch-zendesk-form textarea.form-control {
	border-radius: 5px;
	color: #000;
}

.zresearch-zendesk-form input[type="file"].inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.zresearch-zendesk-form input[type="submit"] {
	font-size: 16px;
	font-weight: 600;
	color: white;
	padding-bottom: 35px;
}

.zresearch-zendesk-form input[type="submit"]:hover {
	background-color: #3da1ff;
}

.zresearch-zendesk-form label.input_file {
	color: white;
	background-color: #0074e4;
	padding: 10px;
	padding-right: 15px;
	cursor: pointer;
	display: inline-block;
	border-radius: 5px;
	margin-top: 2rem;
}

.zresearch-zendesk-form label.input_file svg {
	fill: white;
	margin-right: 0.5rem;
}

.zresearch-zendesk-form label:hover.input_file {
	background-color: #3da1ff;
}

.zresearch-zendesk-form label {
	color: #707070;
	font-weight: 600;
	font-size: 14px;
	margin-top: 1.5rem;
}
