.gfield_required_text {
    font-size: 0;
}
.gfield_required_text:before {
	content: '*';
	font-size: initial;
	margin-left: 3px;
}

.gfield_label {
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 5px;
	display: inline-block;
}
.gform-body input[type="text"], 
.gform-body input[type="email"], 
.gform-body input[type="password"], 
.gform-body textarea, 
.gform-body select {
    /* border: 1px solid transparent; */
    min-height: 50px;
    padding: 16px 15px;
    font-family: inherit;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    /* border-radius: 6px;
    box-shadow: 0 0 17px 0 rgb(2 6 19 / 12%); */
	border: 1px solid #E0E1E4;
    border-radius: 4px;
    box-shadow: none;
}

.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder,
.gform_wrapper select::-webkit-input-placeholder{
	color: #000;
	opacity: 1;
}


.ff-custom-dropdown-style.gfield_error .selected-text,
.gfield_error input,
.gfield_error textarea,
.gfield_error select {
	border-color: #FA7D5A;
	border: 2px solid #FA7D5A;
	color: #FA7D5A;
}
.gfield_error .gfield_label {
    color: #FA7D5A;
}

.gfield_validation_message {
    font-size: 12px;
	color: #FA7D5A;
	margin: 5px 0;
}

.elementor-location-popup .gform_submission_error,
.gform_submission_error {
	color: #FA7D5A;
	font-size: 15px;
}

.gform_wrapper h2.gform_submission_error {
	font-size: 15px;
}

.gform_body {
    margin-bottom: 30px;
}

.gform_body *{
	outline: none;
}

.ginput_complex > div,
.ginput_complex > span {
    display: inline-block;
}
.ginput_complex > span label {
    display: block;
}

.gfield_date_year,
.gfield_date_month,
.gfield_date_day {
    max-width: 80px;
    margin-right: 5px;
}

.gfield_date_dropdown_year,
.gfield_date_dropdown_month,
.gfield_date_dropdown_day {
    margin-right: 5px;
}

.ginput_container_consent input[type="checkbox"],
.gfield-choice-input {
	opacity: 0;
	position: absolute;
}
.gchoice {
	margin: 7px 0;
}
.gchoice.selected{
	font-weight: 700
}

.ginput_container_consent label,
.gchoice label {
    position: relative;
    padding-left: 32px;
    min-height: 20px;
    display: inline-flex;
	align-items: center;
    cursor: pointer;
}
.ginput_container_consent label:before,
.gchoice label:before {
    content: '';
	position: absolute;
    left: 0;
    top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #20A7D5;
    pointer-events: none;
}
.ginput_container_consent.selected label:before,
.gchoice.selected label:before {
    border-color: #20A7D5;
}
.ginput_container_consent label:after,
.gchoice label:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: #20A7D5;
	left: 3px;
	top: 3px;
    transform: scale(0);
    transition: transform .3s ease;
    pointer-events: none;
}
.ginput_container_consent.selected label:after,
.gchoice.selected label:after {
    transform: scale(1);
}
.gfield_radio .gchoice label:before,
.gfield_radio .gchoice label:after {
    border-radius: 50%;
}

.gform_confirmation_message{
    background: #007DC2;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 1px;
    display: flex;
    padding: 15px 20px 15px 35px;
    align-items: center;
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    border-radius: 10px;
}

.gform_confirmation_message:before{
	content: '\e92b';
	font-family: 'icomoon';
	color: #22A768;
	font-size: 24px;
	font-weight: normal;
	/*position: absolute;
	left: 20px;*/
	margin-right: 30px;
}

.ff-custom-dropdown {
    position: relative;
}
.ff-custom-dropdown .selected-text {
    border: 1px solid  #E0E1E4;
    background: #fff;
    font-weight: 500;
    border-radius: 4px;
    min-height: 54px;
    padding: 12px 30px 12px 15px;
    cursor: pointer;
    position: relative;
}
.ff-custom-dropdown .selected-text:after {
	content: '\e90b';
	font-family: 'icomoon';
	pointer-events: none;
	position: absolute;
	right: 10px;
	font-weight: 600;
}
.ff-custom-dropdown.show-options .selected-text:after {
    content: '\e90c';
}
.ff-custom-dropdown .options {
    display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 100;
	border: 1px solid  #E0E1E4;
	max-height: 300px;
	overflow: auto;
}
.ff-custom-dropdown.show-options .options {
    display: block;
}
.ff-custom-dropdown .option {
    cursor: pointer;
    padding: 4px 12px;
}
.ff-custom-dropdown .option:last-child {
    border-bottom: none;
}
.ff-custom-dropdown .option.selected,
.ff-custom-dropdown .option:hover {
    background-color: #CBEDFF;
}

.ui-datepicker-calendar th {
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
.ui-datepicker-calendar td {
	padding: 5px;
	text-align: center;
}
body .ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default,
.ui-datepicker-calendar .ui-state-default {
	font-weight: 700;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.ui-datepicker-calendar span.ui-state-default {
	opacity: .3;
}
.ui-datepicker-header select {
	min-height: initial;
	padding: 8px 12px;
}
.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-prev {
	top: 10px;
	line-height: 1;
}
.ui-datepicker a.ui-state-active,
.ui-datepicker a.ui-state-active:hover,
.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-active,
.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-active:hover {
	background-color: #777;
	color: #fff;
}

.gform_button{
	transition: all 0.3s ease;
}

.honeypot {
	position: absolute!important;
    pointer-events: none!important;
    opacity: 0!important;
}