#financial-questionnaire-form {
    background-color: #494949F5;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    max-width: 90%;
    margin: auto;
  color: #fff;
}

.label {
  font-weight: bold;
}

input[type="radio"] {
    margin-right: 10px;
}

input[type="submit"] {
    background-color: #D31734;
    color: white;
    border: none;
    border-radius: 15px;
    padding: 10px 15px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #354873;
}

.message {
    background-color: #e0e0e0; /* طوسی روشن */
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-weight: bold; /* بولد کردن متن */
}

.message {
    MARGIN-BOTTOM: 20PX;
    background: #e1e1e2;
    padding: 20px;
    border-radius: 20px;
    line-height: 50px;
    width: 80%;
}

#financial-questionnaire-form label {
    display: block; /* نمایش بر روی یک خط جدید */
    margin-top: 35px; /* فاصله بین سوال و گزینه‌ها */
    margin-bottom: 10px;
}

#financial-questionnaire-form input[type="radio"] {
    margin-right: 8px; /* فاصله بین دکمه‌های رادیویی و متن */
}

#financial-questionnaire-form br {
    line-height: 10px; /* تنظیم ارتفاع خط br به صفر */
    margin: 0; /* حذف فاصله اضافی */
}

/* فاصله بین سوالات */
#financial-questionnaire-form .question {
    margin-bottom: 20px; /* فاصله بین سوالات */
}