.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;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select {
    border: 1px solid #E9ECEF;
	min-height: 50px;
	padding: 10px;
    font-family: inherit;
}

.ff-custom-dropdown-style.gfield_error .selected-text,
.gfield_error input,
.gfield_error textarea,
.gfield_error select {
    border-color: #FA7D5A;
}
.gfield_error .gfield_label {
    color: #FA7D5A;
}

.gfield_validation_message {
    font-size: 12px;
	color: #FA7D5A;
	margin: 5px 0;
}

.gform_submission_error {
	color: #FA7D5A;
	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;
}
.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 #495056;
    pointer-events: none;
}
.ginput_container_consent.selected label:before,
.gchoice.selected label:before {
    border-color: #2CC6FA;
}
.ginput_container_consent label:after,
.gchoice label:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: #2CC6FA;
	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%;
}

.ff-custom-dropdown {
    position: relative;
}
.ff-custom-dropdown .selected-text {
    border: 1px solid #E9ECEF;
	min-height: 50px;
	padding: 10px 30px 10px 10px;
	cursor: pointer;
    position: relative;
}
.ff-custom-dropdown .selected-text:after {
	content: '';
	font-family: 'icomoon';
	pointer-events: none;
	position: absolute;
	right: 10px;
}
.ff-custom-dropdown.show-options .selected-text:after {
    content: '';
}
.ff-custom-dropdown .options {
    display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 100;
	border: 1px solid #E9ECEF;
	max-height: 300px;
	overflow: auto;
}
.ff-custom-dropdown.show-options .options {
    display: block;
}
.ff-custom-dropdown .option {
    cursor: pointer;
    padding: 4px 12px;
    border-bottom: 1px solid #E9ECEF;
}
.ff-custom-dropdown .option:last-child {
    border-bottom: none;
}
.ff-custom-dropdown .option.selected,
.ff-custom-dropdown .option:hover {
    background-color: #fafafa;
}

.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;
}