/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 07 2025 | 01:18:59 */
.the-form {
	
}
.the-form .gform_heading {
	display: none;
}
.the-form .spacer.gfield {
	display: none;
}
.the-form input {
	box-shadow: none !important;
}
.the-form input[type="text"] {
	padding: 16px  !important;
    height: 45px !important;
	border-radius: 30px;
}
.the-form .ginput_counter {
	text-align: left;
    padding-left: 5px;
    margin-top: -4px;
    font-size: 12PX;
}
.the-form .gform_fields {
	row-gap: 15px;
}
.the-form .gfield_consent_label {
	font-size: 13px;
}
.the-form .gfield_consent_label .gfield_required {
	margin-left: 10px;
}
.the-form .gform-footer input[type="submit"] {
	background-color: #ffdc58 !important;
	color: #000 !important;
	padding: 14px 30px !important;
	border-radius: 50px !important;
	box-shadow: none !important;
	font-size: 15px !important;
	font-weight: 700 !important;
}
.the-form .gform_wrapper {
	margin-top: 0px;
}
.the-form .gfield--type-submit {
    grid-column: span 6 !important;
}

.form-hidden {
	display: none !important;
}

/*.the-form-container:has(.gform_confirmation_message) {
  display: none !important;
}*/

/*
.the-form-container:has(.gform_confirmation_message) + .thank-you {
  display: block !important;
}*/


