/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 20 2024 | 12:38:32 */
.custom-form-online .elementor-field-subgroup{
    background: #eee;
    padding: 10px;
}
.custom-form-online .elementor-field-type-html p {
    margin-bottom: 0;
}
.custom-form-online .elementor-field-type-upload input{
    background: #eee;
    padding: 15px;
}

.custom-form-online .elementor-field-type-html {
    display: inline-block;
    border-bottom: 2px solid #ef9908;
    padding-bottom: 5px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.custom-form-online .elementor-field-type-checkbox{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.custom-form-online .elementor-field-type-upload{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

input[type="file"]{
	border: none !important;
}