@font-face {
    font-family: 'IRANYekanX';
    src: url('fonts/IRANYekanX-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* فونت عمومی */
body, input, textarea, select, button {
    font-family: 'IRANYekanX', sans-serif;
}

/* کانتینر فرم */
.msfo-form-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px;
    background: #FFFFFF00;
    border-radius: 8px;
}

/* عنوان مرحله */
.msfo-step h3 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'IRANYekanX', sans-serif;
}

/* ساختار ردیفی */
.msfo-step .row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.msfo-step .row > * {
    flex: 1;
    min-width: 200px;
}

/* فیلدهای ورودی */
.msfo-step input,
.msfo-step textarea,
.msfo-step select {
    width: 100%;
    padding: 10px 12px;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 28px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'IRANYekanX', sans-serif;
}

/* دکمه‌ها */
.msfo-step button {
    padding: 10px 24px;
    background-color: #d40511;
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: 'IRANYekanX', sans-serif;
    transition: all 0.3s ease;
}

.msfo-step button:hover {
    background-color: #e6bd00;
}

/* ردیف دکمه‌ها */
.msfo-button-row {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 16px;
}

/* خلاصه اطلاعات مرحله سوم */
#msfo-summary {
    font-family: 'IRANYekanX', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}

#msfo-summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#msfo-summary ul li {
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
}

/* پیام موفقیت */
#msfo-success {
    background: #e0ffe0;
    border: 1px solid #88cc88;
    padding: 16px;
    border-radius: 5px;
    text-align: center;
    font-family: 'IRANYekanX', sans-serif;
}

/* پیام‌های عمومی */
.msfo-success {
    color: green;
}

.msfo-error {
    color: red;
}
.msfo-input {
    font-family: 'IRANYekanX', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 28px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.msfo-button {
    background-color: #d40511 !important;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 15px;
    border: none !important;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 24px;
    font-family: 'IRANYekanX', sans-serif;
    transition: background-color 0.3s ease;
}

.msfo-button:hover {
    background-color: #e6bd00 !important;
}
.form#msfo-track-form {
    font-family: 'IRANYekanFN';
}
.msfo-success {
    font-family: 'IRANYekanFN';
}