.survey-form .wp-block-jet-forms-radio-field .checkradio-wrap label :checked + span::before {
	border-width: 1px 1px 1px 1px !important;
}
.survey-form .field-type-checkbox-field .checkradio-wrap label :checked + span::before {
	border-width: 1px 1px 1px 1px !important;
	background-image: none;
}
.rank-up:focus, .rank-down:focus {
	border-color: #AB0B7B  !important;
}
button.jet-form-builder__submit{
	cursor:pointer;
}
.jet-popup .jet-popup__container-inner {
	padding: 0 !important;
}
.jet-popup .jet-popup__container-inner .elementor-element-populated {
	padding: 0 0 0 58px;
}
.page-id-12479 .survey-form .field-type-text-field {
	margin-top: 0;
}
.survey-form.was-validated .field-has-error .jet-form-builder__field-label span .inner-checkbox a {
	color: #E90725 !important;
}
.field-type-checkbox-field .jet-form-builder__field-label.for-checkbox > span::before,
.field-type-radio-field .jet-form-builder__field-label.for-radio > span::before {
	width: 21px !important;
	height: 21px !important;
}
/* .survey-form .jet-form-builder__field-wrap label .radio-field:checked + span::after {
	left: 6.5px;
}
.survey-form .jet-form-builder__field-wrap label .checkboxes-field:checked + span::after {
	left: 5px;
} */


@media(max-width:767px){
	.jet-popup .jet-popup__container-inner {
		padding: 0 !important;
	}
	.jet-popup .jet-popup__container-inner .elementor-element-populated {
		padding: 20px 29px !important;
	}
}

@media(max-width:1024px){
	.survey-form .jet-form-builder__field-wrap label .checkboxes-field:checked + span::after {
		top: -3px;
	}
	.field-type-checkbox-field .jet-form-builder__field-label.for-checkbox > span::before,
	.field-type-radio-field .jet-form-builder__field-label.for-radio > span::before {
		width: 21px !important;
		height: 21px !important;
/* 		top: calc(50% - 11.5px); */
	}
	.survey-form .jet-form-builder__field-wrap label .radio-field:checked + span::after {
		top: 5px;
	}
	.survey-form .jet-form-builder__field-wrap label .checkboxes-field + span::before {
		border-radius: 2px;
	}	
	
	.survey-form form {
		overflow-x: hidden;
	}
}
@media(max-width:767px){
/* 	.survey-form .field-type-checkbox-field .checkradio-wrap label input + span::before,
	.survey-form .field-type-checkbox-field .checkradio-wrap label input + span::before, */
	
	.survey-form .custom-dropdown.age-dropdown {
		border-radius: 7px;
	}
}
