.tx-container {
  font-family: 'Vazir', sans-serif;
  direction: rtl;
  padding: 20px;
}

.tx-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}

.tx-status.success {
  color: #2e7d32;
  font-weight: bold;
}

.tx-status.failed {
  color: #c62828;
  font-weight: bold;
}

.tx-receipt-btn {
  display: block !important;
  margin: 10px auto !important;
  padding: 6px 20px !important;
  background-color: #2E7D32 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  font-family: 'Vazir', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  white-space: nowrap !important;
  text-align: center !important;
  vertical-align: middle !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.tx-receipt-modern {
  font-family: 'Vazir', sans-serif;
  background: #ffffff;
  border: 2px solid #4caf50;
  border-radius: 16px;
  padding: 20px;
  width: 320px;
  text-align: right;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  position: absolute;
  top: -9999px;
  right: -9999px;
  z-index: -1;
}

.tx-receipt-header {
  text-align: center;
  margin-bottom: 15px;
}

.tx-checkmark {
  font-size: 32px;
  color: #4caf50;
  margin-bottom: 5px;
}

.tx-success {
  color: #4caf50;
  font-weight: bold;
  margin-top: 5px;
}

.tx-receipt-body p {
  margin: 6px 0;
  font-size: 14px;
  color: #333;
}

.tx-receipt-footer {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  color: #4caf50;
}