body .gform_wrapper .gform_page_footer input.gform_next_button,
body .gform_wrapper .gform_page_footer input.gform_previous_button,
body .gform_wrapper .gform_footer input.gform_button,
.gform_button {
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-radius: 16px !important;
    outline: none !important;
    padding: 16px 24px !important;
    font-size: 1rem !important;
    /* موبایل پیش‌فرض */
    font-weight: 400 !important;
    cursor: pointer;
    transition: background-color 0.3s ease !important;
    display: inline-block;
    box-sizing: border-box;
}

/* دکمه مرحله بعد */
body .gform_wrapper .gform_page_footer input.gform_next_button,
.gform_button {
    background-color: #C40504 !important;
    color: #ffffff !important;
}

body .gform_wrapper .gform_page_footer input.gform_next_button:hover,
.gform_button:hover {
    background-color: #AB0909 !important;
}

/* دکمه مرحله قبل */
body .gform_wrapper .gform_page_footer input.gform_previous_button {
    background-color: #F7F7F8 !important;
    color: #1C1917 !important;
}

body .gform_wrapper .gform_page_footer input.gform_previous_button:hover {
    background-color: #EEEEF0 !important;
    color: #1C1917 !important;
}

/* نوار پیشرفت */
.gf_progressbar_percentage.percentbar_custom {
    background-color: #C40504 !important;
}

/* دراپ داون ها */
.gfield_select {
    box-shadow: none !important;
}

/* باکس آپلود فایل */
.gform_drop_area {
    outline: none !important;
    box-shadow: none !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-radius: 16px !important;
    border-color: #F7F7F8 !important;
}

.gform_drop_area ::before {
    color: #C40504 !important;
}

/* باکس آپلود فایل */
.gform_button_select_files {
    outline: none !important;
    background-color: #C40504 !important;
    padding: 16px 24px !important;
    border-radius: 16px !important;
}

.gform_button_select_files :hover {
    background-color: #AB0909 !important;
}

.ginput_container input,
.ginput_container select {
    height: 3rem !important;
    align-items: center !important;
    font-size: 1rem !important;
}