<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ÙØ±Ù… Ú©Ù„ÛŒ */
.fm-form {
  max-width: 840px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  direction: rtl;
  text-align: right;
  box-sizing: border-box;
  margin-right: 140px;
}

/* ØªÛŒØªØ± ÙØ±Ù… */
.fm-form h3 {
  text-align: center;
  margin: 10px 0 30px 0;
  color: #044cae;
}

/* ÙÛŒÙ„Ø¯Ù‡Ø§ */
.fm-form input[type="text"],
.fm-form select,
.fm-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: inherit;
}

/* Ø¯Ú©Ù…Ù‡ Ø§Ø±Ø³Ø§Ù„ */
.fm-form button[type="submit"] {
  padding: 5px 30px;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: inherit;
}

/* Ù¾ÛŒØ§Ù… Ù…ÙˆÙÙ‚ÛŒØª */
.fm-success {
  width: 75%;
  background-color: #dff0d8;
  border: 1px solid #3c763d;
  color: #3c763d;
  padding: 10px;
  border-radius: 5px;
  margin: 0 142px 15px 0;
  text-align: center;
  
}

/* Ø¨Ø±Ú†Ø³Ø¨â€ŒÙ‡Ø§ Ùˆ Ø³ØªØ§Ø±Ù‡ Ø§Ù„Ø²Ø§Ù…ÛŒ */
.fm-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.fm-form label &gt; span {
  color: red !important;
  margin-right: 4px;
}

/* ÙˆØ§Ú©Ù†Ø´â€ŒÚ¯Ø±Ø§ÛŒÛŒ */
@media (max-width: 768px) {
  .fm-form {
    padding: 15px;
    margin: 0 10px;
  }
}
</pre></body></html>