/* استایل دکمه ذخیره */
.gform_save_button {
    background-color: #28a745 !important;
    color: white !important;
    border: 1px solid #28a745 !important;
    cursor: pointer !important;
}

.gform_save_button:hover {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

.gform_save_button:disabled {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    cursor: not-allowed !important;
}