/* Start custom CSS for shortcode, class: .elementor-element-42a2475 */.gform_required_legend {
    display: none !important;
}
.gform_fileupload_rules {
    display: none !important;
}
/* مخفی کردن پیام‌های خطا */
.gform_required_legend {
    display: none !important;
}

.gform_fileupload_rules {
    display: none !important;
}

/* مخفی کردن پیام "Please complete the following fields:" */
.gform_validation_message {
    display: none !important;
}

.gform_validation_message::after {
    content: "Please complete the following fields: Month, Day, Year.";
    font-size: 16px;
    color: red;
    display: block;
    font-family: "Arial", sans-serif;
}

/* مخفی کردن پیام "مشکلی با این ارسال پیش آمده است." */
.gform_validation_message {
    display: none !important;
}

.gform_validation_message::after {
    content: "There was a problem with this submission. Please review the fields below.";
    font-size: 16px;
    color: red;
    display: block;
    font-family: "Arial", sans-serif;
}/* End custom CSS */