.dialog-widget .dialog-lightbox-close-button{
		top: 15px;
		right: 15px;
		transform: all 0.5s ease-in-out;
	}
	.dialog-widget .dialog-lightbox-close-button:hover{
		opacity: 0.5;
	}
	.dialog-widget .eicon-close:before{
		content: "";
		background: white;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMjg1NjQgMS42MzQ4OUwxMy44NTcxIDE0LjU4NzMiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEzLjg1NzEgMS42MzQ4OUwxLjI4NTY0IDE0LjU4NzMiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
		width: 30px;
		height: 30px;
		border: 1px solid black;
		border-radius: 30px;
		display: block;
		background-repeat: no-repeat;
    background-position: center;
	}
	.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;
	}
	.elementor-field-option .arrow{
		width: 10px;
		height: 10px;
		display: inline-block;
		background-image: url('/wp-content/uploads/2023/09/arrow.svg');
		filter: invert(1);
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
		transition: all 0.5s ease-in-out;
		transform: rotate(0deg); 
	}
	.elementor-field-option .content{
		max-height: 0;
    overflow: hidden;
		transition: all 0.5s ease-in-out;
	}
	
	.elementor-field-option.open .content{
		max-height: 100px;
	}
	.elementor-field-option.open .arrow{
		transform: rotate(180deg);   
	}
	.elementor-field-type-recaptcha_v3{
		margin-bottom: 30px !important;
	}
	.e-form__buttons{
		width: auto !important;
    margin: auto;
	}
	.e-form__buttons button{
		min-width: 210px;
	}
	.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;
	}

