.color_thank_message .elementor-shortcode {
	color: #fff;
}
body .gform_wrapper .gform_footer input[type=submit] {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	transition: opacity 0.3s ease-in-out;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
	opacity: 0.7 !important;
	cursor: pointer !important;
}
.gfield_checkbox input[type="checkbox"] {
	position: relative !important;
	opacity: unset !important;
	width: 20px;
	height: 20px;
	cursor: pointer;
	left: 10px !important;
	top: 40px !important;
}
.gfield_checkbox .gform-field-label {
	text-align: left !important;
	padding-left: 30px !important;
}