.form.dialog-widget .dialog-lightbox-close-button{
	top: 15px;
	right: 15px;
	transform: all 0.5s ease-in-out;
}
.form.dialog-widget .dialog-lightbox-close-button:hover{
	opacity: 0.5;
}
.form.dialog-widget .eicon-close {
	background: white;
	width: 30px;
	height: 30px;
	border: 1px solid black;
	border-radius: 30px;
	display: block;
}
.form.dialog-widget .eicon-close:before{
	content: "\e906";
	font-family: 'icomoon';
	font-size: 34px;
	position: absolute;
	left: -1.5px;
	top: -2px;
}
.elementor-field-type-acceptance {
	margin-bottom: 8px !important;
}
.elementor-field-option{
	display: flex;
	column-gap: 10px;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.elementor-field-option input{
	flex: 0 0 13px;
}
.elementor-field-option label{
	margin-top: -6px;
	font-size: 12px !important;
	font-weight: 300 !important;
	line-height: 15px !important;
	flex: 0 1 calc(100% - 23px);
}
.elementor-field-option label a{
	color: var(--e-global-color-aeafb43) !important;
	text-decoration: underline !important;
	font-weight: 300 !important;
}
.elementor-field-option .handler{
	line-height: 24px;
	align-items: center;
	gap: 10px;
	display: flex;
	color: #fff;
}
.elementor-field-option .arrow {
	text-decoration: none !important;
	font-size: 8px;
}
.elementor-field-option .arrow:before {
	content: "\e908";
	font-family: 'icomoon';
}
.elementor-field-option.open .arrow{
	transform: rotate(180deg);   
}
.elementor-field-option .content{
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	color: #fff;
}
.elementor-field-option.open .content{
	max-height: 200px;
}

.elementor-field-type-recaptcha_v3{
	margin-bottom: 30px !important;
}
.e-form__buttons{
	width: auto !important;
	margin: auto;
}
.e-form__buttons button{
	min-width: 210px;
	font-weight: 700 !important;
}
.elementor-field-type-checkbox {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	opacity: 0
}
.elementor-message-danger{
	font-size: 12px !important;
	font-weight: 600;
	color: #AF1500 !important;
	margin: 5px 0 0;
}
.elementor-message-danger:before{
	content: none !important;
}
.elementor-field-option .elementor-message-danger{
	margin:0 0 5px;
}
.elementor-form{
	display: flex;
	flex-direction: column-reverse;
}
.elementor-form-fields-wrapper + .elementor-message{
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 16px;
}
.elementor-form-fields-wrapper + .elementor-message:empty{
	display: none;
}

.elementor-error input{
	border: 1px solid #AF1500 !important;
	color: #AF1500 !important;
}

#call_me button[disabled] {
	opacity: 0.5;
	pointer-events: none;
}