/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2024 | 12:10:06 */
.sp-form input[type="radio"] {
	opacity: 0;
    position: absolute;
}
.sp-form {
	width: 100%;
}
.sp-form input[type="radio"] ~ label {
    padding: 20px 30px;
    border: solid 1px;
    display: block !important;
    margin-bottom: 10px;
	color:#000 !important;
}
.sp-form input[type="radio"]:checked ~ label {
    background-color: var(--e-global-color-52c07d7);
    border-color: var(--e-global-color-52c07d7);
}
.sp-form input[type="text"] {
    padding: 20px;
}
.sp-form .e-form__buttons {
	margin-top:40px;
}
.sp-form .elementor-field-type-step:not(:first-child):not(:last-child):not(:nth-child(5)):not(:nth-child(7)) .e-form__buttons {
	display:none;
}
.sp-form .elementor-field-type-previous {
    display: none;
}