/* Form Styles */
::-webkit-input-placeholder { opacity: 0.5; color: inherit; }
:-moz-placeholder { opacity: 0.5; color: inherit; }
::-moz-placeholder { opacity: 0.5; color: inherit; }
:-ms-input-placeholder { opacity: 0.5; color: inherit; }

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type=email], input[type=number], input[type=password],
input[type=search], input[type=tel], input[type=text],
textarea, select {
	background-color: #FFFFFF;
	outline: none;
	line-height: 1;
	padding: 10px 15px;
	border: 1px solid #E0E1E4;
	font-family: inherit;
	font-size: inherit;
	height: 50px;
	box-sizing: border-box;
	border-radius: 0;
	max-width: 100%;
}
textarea {
	height: initial;
}
textarea,
select.large,
input.large {
	width: 100%;
}
label {
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
}
div.gform_wrapper textarea,
div.gform_wrapper.gf_browser_chrome select {
    padding: 10px 15px;
}

.hide-label .gfield_label {
	display: none;
}

ul.gform_fields {
	list-style: none;
	padding: 0;
}
.gfield {
	position: relative;
}
div.gform_wrapper .gfield_required {
	color: #FA7D5A;
	margin-left: 4px;
}
div.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
div.gform_wrapper li.gfield_error textarea {
	border-color: #FA7D5A;
}

.error label,
div.gform_wrapper .gfield_error .gfield_label {
	color: #FA7D5A;
}
div.gform_wrapper .validation_message {
	font-size: 12px;
	font-weight: 700;
	color: #FA7D5A;
	padding: 5px 0;
	margin-bottom: 10px;
}
div.gform_wrapper div.validation_error {
	color: #FA7D5A;
	border-color: #FA7D5A;
	padding: 10px;
	margin-bottom: 10px;
}
.gform_ajax_spinner {
	position: absolute;
	padding-left: 10px;
}
.ginput_recaptcha {
	overflow: hidden;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
div.gform_wrapper .field_description_below .gfield_description {
	background: #fff;
	padding: 1px 10px;
	position: absolute;
	display: inline-block;
	width: initial;
	z-index: 2;
	box-shadow: 0 0 5px 0 hsl(0 0% 0% / 0.1);
	bottom: -20px;
	border: none;
}
.error-cascade .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.error-cascade .gform_wrapper .field_description_below .gfield_description {
	position: relative;
	bottom: 0;
	margin: 0;
}
div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: none;
	border: none;
}
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0;
}

.gform_wrapper .checkbox-style-1 .gfield_checkbox li label,
.gform_wrapper .radio-style-1 .gfield_radio li label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	min-height: 20px;
}

.checkbox-style-1 .gfield_checkbox input,
.radio-style-1 .gfield_radio input {
	display: none!important;
}
.radio-style-1 .gfield_radio label:before,
.checkbox-style-1 .gfield_checkbox label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	border: 1px solid #6923F4
}
.radio-style-1 .gfield_radio label:before,
.gfield_radio .tick {
	border-radius: 50%;
}
.gfield_radio .tick,
.gfield_checkbox .tick {
	position: absolute;
	background: #2CC6FA;
	transition: all .3s ease;
	opacity: 0;
	transform: scale(0);
}
.gfield_radio .tick {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 4px;
	left: 4px;
}
.gfield_checkbox .tick {
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 20px;
}

.gfield_checkbox .tick:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #fff;
}
.gfield_radio .checked .tick,
.gfield_checkbox .checked .tick {
	opacity: 1;
	transform: scale(1);
}

/* Clubware  */
.radio-style-1 .gfield_radio .checked label:before{
	background:#6923F4;
}
.radio-style-1 .gfield_radio .tick{
	background:#fff;
}

#ui-datepicker-div {
    margin-top: -32px;
    box-shadow: 0 0 17px rgb(2 6 19 / 12%);
}
div .ui-datepicker-title select {
    height: initial;
	padding: 4px;
    margin: 7px 0;
}
div .ui-datepicker-header {
    background: #f9fafc;
    border: none;
	text-shadow: none;
    line-height: 40px;
    min-height: 40px!important;
}
div .ui-datepicker-next,
div .ui-datepicker-prev {
    background: none;
    font-size: 0;
    line-height: 40px;
    width: 40px;
	height: 40px;
}
.ui-datepicker-next:after,
.ui-datepicker-prev:after {
	color: #495056;
	font-size: 20px;
	font-family: "FontAwesome";
	font-weight: 500;
}
.ui-datepicker-next:hover:after,
.ui-datepicker-prev:hover:after {
    opacity: .7;
}
.ui-datepicker-prev:after {
    content: '';
}
.ui-datepicker-next:after {
    content: '';
}
div .ui-datepicker-calendar .ui-state-default {
    background: #fbfbfb;
	box-shadow: none;
}
div td.ui-datepicker-unselectable.ui-state-disabled {
    background: #e4e4e4;
}
div .ui-datepicker-calendar .ui-state-default:hover,
div .ui-datepicker-calendar .ui-state-active {
	margin: 0;
    background: #40434c;
	color: #fff;
	text-shadow: none;
	border-color: #ffff;
}
div.ui-datepicker tbody td {
    border-color: #e0e1e4;
}
div.ui-datepicker th {
    text-shadow: none;
}
div.ui-datepicker td a, 
div.ui-datepicker td span {
    text-shadow: none;
}