* { box-sizing: border-box; }
html, body {
  margin: 0;
  min-height: 100%;
  font-family: Tahoma, Arial, sans-serif;
  background: #f4f7fb;
  color: #182230;
}
body { direction: rtl; }
.hidden, .hidden-step { display: none !important; }
.app-container { min-height: 100vh; }
.view-panel { padding: 24px; max-width: 1100px; margin: auto; }
.active-view { display: block; }
.wizard-wrapper { max-width: 760px; margin: 0 auto; padding: 28px 16px; }
.wizard-header { text-align: center; }
.brand-badge, .app-logo-badge {
  display: inline-flex;
  background: #2563eb;
  color: #fff;
  border-radius: 12px;
  padding: 8px 14px;
  font-weight: 700;
  text-decoration: none;
}
.wizard-main-title { margin: 18px 0 8px; }
.wizard-subtitle, .view-subheading { color: #64748b; }
.progress-container { margin: 24px 0; }
.progress-bar-bg { height: 8px; background: #dbe4f0; border-radius: 8px; }
.progress-bar-fill { height: 100%; width: 25%; background: #2563eb; border-radius: 8px; transition: .2s; }
.progress-steps-legend {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
  font-size: 12px;
  color: #64748b;
}
.step-indicator.active { color: #2563eb; font-weight: bold; }
.wizard-card, .section-card, .settings-card, .danger-zone-card, .metric-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 25px #1e293b0b;
}
.step-title { margin-top: 0; font-size: 20px; }
.form-group { margin: 5px 0; }
.form-row { display: flex; gap: 16px; }
.form-col { flex: 1; }
label { display: block; margin-bottom: 8px; font-weight: 700; font-size: 14px; }
.form-input, .form-select {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 12px;
  font: inherit;
  background: #fff;
}
.form-input:focus, .form-select:focus {
  outline: 3px solid #bfdbfe;
  border-color: #2563eb;
}
.required, .input-error { color: #dc2626; }
.input-error { display: block; font-size: 12px; margin-top: 6px; }
.wizard-nav-buttons, .sheet-actions, .modal-actions, .form-actions, .quick-actions-bar {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 24px;
}
.single-btn { justify-content: flex-start; }
.btn {
  border: 0;
  border-radius: 10px;
  padding: 11px 18px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}
.btn-primary { background: #2563eb; color: #fff; }
.btn-accent { background: #059669; color: #fff; }
.btn-secondary { background: #e2e8f0; color: #1e293b; }
.btn-danger { background: #dc2626; color: #fff; }
.btn-outline, .btn-action-outline { background: #fff; color: #2563eb; border: 1px solid #2563eb; }
.btn-action { background: #0f766e; color: #fff; }
.btn-danger-outline { background: #fff; color: #dc2626; border: 1px solid #dc2626; }
.btn-sm { padding: 8px 12px; font-size: 13px; }
.btn-icon { border: 0; background: none; font-size: 28px; cursor: pointer; }
.app-topbar {
  background: #102033;
  color: white;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar-right { display: flex; align-items: center; gap: 12px; }
.topbar-title { font-size: 18px; margin: 0; }
.topbar-subtitle { font-size: 12px; color: #cbd5e1; }
.manager-badge { background: #334155; border-radius: 20px; padding: 7px 12px; font-size: 13px; }
.app-content-area { padding-bottom: 90px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.metric-title { font-size: 13px; color: #64748b; }
.metric-value-row { display: flex; gap: 8px; align-items: baseline; margin-top: 14px; }
.metric-value { font-size: 24px; font-weight: 800; }
.metric-unit { font-size: 12px; color: #64748b; }
.text-teal { color: #0f766e; }
.text-amber { color: #d97706; }
.text-green { color: #059669; }
.section-card { margin-top: 22px; }
.section-card-header, .view-header-bar { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.section-card-title, .view-heading { margin: 0; }
.items-list { display: grid; gap: 10px; margin-top: 18px; }
.item-row {
  border: 1px solid #e2e8f0;
  padding: 14px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.item-title { font-weight: bold; }
.item-meta { font-size: 12px; color: #64748b; margin-top: 5px; }
.empty-state { text-align: center; color: #64748b; padding: 28px; }
.chips-container { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-item {
  border: 1px solid #cbd5e1;
  background: #fff;
  border-radius: 20px;
  padding: 9px 13px;
  cursor: pointer;
}
.chip-item.selected { background: #dbeafe; border-color: #2563eb; color: #1d4ed8; }
.input-inline-btn { display: flex; gap: 8px; }
.summary-card { margin-top: 22px; background: #eff6ff; border-radius: 14px; padding: 16px; }
.summary-title { font-weight: bold; margin-bottom: 10px; }
.summary-item { display: flex; justify-content: space-between; border-bottom: 1px solid #dbeafe; padding: 8px 0; }
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: #0f172a99;
  z-index: 10;
  display: grid;
  place-items: end center;
}
.bottom-sheet, .modal-box {
  background: #fff;
  width: min(680px, 100%);
  padding: 24px;
  border-radius: 20px 20px 0 0;
}
.modal-box { border-radius: 18px; margin: 16px; }
.sheet-header { display: flex; justify-content: space-between; align-items: center; }
.sheet-title { margin: 0; }
.app-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: center;
  z-index: 5;
}
.nav-tab {
  flex: 1;
  max-width: 150px;
  border: 0;
  background: #fff;
  padding: 10px 4px;
  cursor: pointer;
  color: #64748b;
}
.nav-tab.active { color: #2563eb; font-weight: bold; }
.nav-icon, .nav-label { display: block; }
.nav-icon { font-size: 19px; }
.nav-label { font-size: 11px; margin-top: 3px; }
.more-nav-grid { display: grid; gap: 12px; margin-top: 20px; }
.more-nav-item {
  text-align: right;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  cursor: pointer;
}
.more-item-title, .more-item-desc { display: block; }
.more-item-title { font-weight: bold; }
.more-item-desc { color: #64748b; font-size: 12px; margin-top: 5px; }
.danger-zone-card { margin-top: 20px; border-color: #fecaca; }
.danger-zone-title { color: #b91c1c; }
.toast {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 20;
  background: #0f172a;
  color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
}
@media (max-width: 700px) {
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { flex-direction: column; gap: 0; }
  .progress-steps-legend { font-size: 10px; }
  .view-panel { padding: 16px; }
  .view-header-bar { align-items: flex-start; flex-direction: column; }
  .app-topbar { padding: 14px 16px; }
}

.onboarding-view {
  min-height: 100dvh;
  background: #f4f7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.wizard-shell {
  width: 100%;
  max-width: 560px;
  min-height: min(760px, calc(100dvh - 32px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(16, 24, 47, 0.12);
}

.wizard-header {
  padding: 22px 22px 16px;
  border-bottom: 1px solid #edf1f6;
}

.wizard-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wizard-logo {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  background: #10182f;
  border-radius: 14px;
}

.wizard-brand strong,
.wizard-brand span {
  display: block;
}

.wizard-brand strong {
  color: #17213b;
  font-size: 15px;
}

.wizard-brand span {
  margin-top: 3px;
  color: #7a8699;
  font-size: 12px;
}

.wizard-progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  color: #536176;
  font-size: 12px;
}

.wizard-progress {
  height: 7px;
  margin-top: 9px;
  overflow: hidden;
  background: #eaf0f5;
  border-radius: 10px;
}

.wizard-progress span {
  display: block;
  height: 100%;
  background: #0ca6a6;
  border-radius: inherit;
  transition: width 0.25s ease;
}

.wizard-content {
  flex: 1;
  padding: 22px;
  overflow-y: auto;
}

.wizard-step {
  display: none;
  animation: wizardFade 0.2s ease;
}

.wizard-step.active {
  display: block;
}

@keyframes wizardFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wizard-step-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  font-size: 24px;
  background: #e9fbfb;
  border-radius: 17px;
}

.wizard-kicker {
  margin: 0 0 7px;
  color: #0c8f91;
  font-size: 13px;
  font-weight: 700;
}

.wizard-step h1 {
  margin: 0;
  color: #15213a;
  font-size: 23px;
  line-height: 1.5;
}

.wizard-description {
  margin: 10px 0 22px;
  color: #728095;
  font-size: 14px;
  line-height: 2;
}

.form-card,
.summary-card {
  padding: 16px;
  background: #fbfcfe;
  border: 1px solid #e8edf4;
  border-radius: 18px;
}

.field-group {
  margin-bottom: 17px;
}

.field-group:last-child {
  margin-bottom: 0;
}

.field-group label {
  display: block;
  margin-bottom: 8px;
  color: #2e3c55;
  font-size: 13px;
  font-weight: 700;
}

.field-group input,
.field-group select {
  width: 100%;
  height: 48px;
  padding: 0 13px;
  color: #1e2a40;
  font: inherit;
  outline: none;
  background: #fff;
  border: 1px solid #dce4ef;
  border-radius: 12px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.field-group input:focus,
.field-group select:focus {
  border-color: #0ca6a6;
  box-shadow: 0 0 0 3px rgba(12, 166, 166, 0.12);
}

.field-error {
  display: block;
  min-height: 17px;
  margin-top: 5px;
  color: #d94242;
  font-size: 11px;
}

.wizard-footer {
  display: flex;
  gap: 10px;
  padding: 16px 22px 22px;
  border-top: 1px solid #edf1f6;
}

.primary-btn,
.secondary-btn,
.outline-btn {
  min-height: 48px;
  padding: 0 17px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  border-radius: 13px;
}

.primary-btn {
  flex: 1;
  color: #fff;
  background: #10182f;
  border: 1px solid #10182f;
}

.primary-btn:hover {
  background: #1c2a4a;
}

.secondary-btn {
  color: #42516a;
  background: #fff;
  border: 1px solid #dce4ef;
}

.outline-btn {
  color: #0a8c8e;
  white-space: nowrap;
  background: #ecfbfb;
  border: 1px solid #bce9e9;
}

.inline-input {
  display: flex;
  gap: 8px;
}

.currency-chips {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.currency-chip {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 13px;
  cursor: pointer;
  user-select: none;
  background: #fff;
  border: 1px solid #dfe7f0;
  border-radius: 14px;
  transition: 0.2s ease;
}

.currency-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.currency-chip span {
  color: #1e2c47;
  font-size: 14px;
  font-weight: 800;
}

.currency-chip small {
  color: #7b8799;
  font-size: 11px;
}

.currency-chip:has(input:checked) {
  background: #eafafa;
  border-color: #0ca6a6;
  box-shadow: inset 0 0 0 1px #0ca6a6;
}

.custom-currency-field {
  margin-top: 18px;
}

.selected-currency-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.selected-currency-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  color: #087d7f;
  font-size: 12px;
  font-weight: 700;
  background: #e8fafa;
  border-radius: 9px;
}

.selected-currency-item button {
  width: 18px;
  height: 18px;
  padding: 0;
  color: #087d7f;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.summary-card {
  padding: 0 16px;
}

.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 57px;
  border-bottom: 1px solid #e9eef4;
}

.summary-row:last-child {
  border-bottom: 0;
}

.summary-row span {
  color: #78869a;
  font-size: 13px;
}

.summary-row strong {
  color: #1d2b45;
  text-align: left;
  font-size: 13px;
}

.summary-currencies {
  align-items: flex-start;
  padding: 14px 0;
}

.summary-currencies strong {
  max-width: 60%;
  color: #0c8f91;
  line-height: 1.9;
}

@media (max-width: 520px) {
  .onboarding-view {
    padding: 0;
  }

  .wizard-shell {
    min-height: 100dvh;
    border: 0;
    border-radius: 0;
  }

  .wizard-header,
  .wizard-content,
  .wizard-footer {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* ==============================
   Professional Bottom Navigation
   ============================== */

.app-content-area {
  padding-bottom: 112px;
}

.app-bottom-nav {
  position: fixed;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  left: 12px;
  z-index: 100;

  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 4px;

  min-height: 72px;
  padding: 8px 6px;

  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(218, 228, 240, 0.95);
  border-radius: 24px;

  box-shadow:
    0 12px 35px rgba(15, 35, 65, 0.16),
    0 2px 8px rgba(15, 35, 65, 0.06);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nav-tab {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;

  min-width: 0;
  min-height: 55px;
  padding: 6px 3px;

  color: #7a889b;
  font-family: inherit;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;

  background: transparent;
  border: 0;
  border-radius: 16px;
  cursor: pointer;

  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.nav-tab:active {
  transform: scale(0.94);
}

.nav-icon {
  display: grid;
  place-items: center;

  width: 29px;
  height: 29px;
  border-radius: 10px;

  color: currentColor;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.nav-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.nav-label {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* تب فعال */
.nav-tab.active {
  color: #1769e0;
  font-weight: 800;
}

.nav-tab.active .nav-icon {
  color: #ffffff;
  background: linear-gradient(135deg, #2f80ed 0%, #1558cb 100%);
  box-shadow: 0 6px 14px rgba(27, 104, 220, 0.35);
  transform: translateY(-4px);
}

.nav-tab.active::before {
  position: absolute;
  bottom: 1px;

  width: 18px;
  height: 3px;

  content: "";
  background: #1769e0;
  border-radius: 999px;
}

/* حالت hover برای دسکتاپ */
@media (hover: hover) {
  .nav-tab:hover {
    color: #1769e0;
    background: #f1f7ff;
  }

  .nav-tab:hover .nav-icon {
    background: #e7f1ff;
  }

  .nav-tab.active:hover .nav-icon {
    color: #ffffff;
    background: linear-gradient(135deg, #2f80ed 0%, #1558cb 100%);
  }
}

/* سازگاری با صفحه‌های بسیار کوچک */
@media (max-width: 360px) {
  .app-bottom-nav {
    right: 7px;
    left: 7px;
    gap: 0;
    border-radius: 20px;
  }

  .nav-tab {
    font-size: 9px;
  }

  .nav-icon {
    width: 27px;
    height: 27px;
  }

  .nav-icon svg {
    width: 18px;
    height: 18px;
  }
}


.quick-actions-bar {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
  margin: 16px 0 24px;
}

.quick-actions-bar .btn {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;
  padding: 12px 14px;

  border-radius: 15px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.quick-actions-bar .btn:active {
  transform: translateY(1px) scale(0.98);
}

.quick-actions-bar .btn-action {
  color: #ffffff;
  background: linear-gradient(135deg, #149b94 0%, #087d78 100%);
  border: 1px solid #087d78;
  box-shadow: 0 8px 18px rgba(8, 125, 120, 0.24);
}

.quick-actions-bar .btn-action-outline {
  color: #1b67c9;
  background: #ffffff;
  border: 1.5px solid #2678dd;
  box-shadow: 0 5px 12px rgba(32, 94, 166, 0.08);
}

@media (hover: hover) {
  .quick-actions-bar .btn-action:hover {
    box-shadow: 0 10px 22px rgba(8, 125, 120, 0.35);
    transform: translateY(-2px);
  }

  .quick-actions-bar .btn-action-outline:hover {
    background: #eef6ff;
    transform: translateY(-2px);
  }
}

/* ==================================
   Home / Main Navigation Page
   ================================== */

.home-page {
  min-height: 100vh;
  margin: 0;
  color: #17263d;
  background:
    radial-gradient(circle at 90% 0%, #dbeafe 0, transparent 34%),
    radial-gradient(circle at 5% 85%, #d8f5f0 0, transparent 34%),
    #f5f8fc;
  font-family: inherit;
}

.home-shell {
  width: min(100%, 600px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 22px 18px 28px;
  box-sizing: border-box;
}

.home-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
}

.home-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-logo {
  display: grid;
  place-items: center;

  width: 48px;
  height: 48px;

  color: #ffffff;
  background: linear-gradient(135deg, #327fe9, #1759ca);
  border-radius: 15px;
  box-shadow: 0 8px 18px rgba(29, 99, 205, 0.28);

  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.home-brand h1 {
  margin: 0 0 3px;
  font-size: 20px;
  font-weight: 900;
}

.home-brand p {
  margin: 0;
  color: #6c7d93;
  font-size: 12px;
}

.home-status {
  padding: 7px 10px;
  color: #19776f;
  background: #def7f2;
  border: 1px solid #beece3;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 800;
}

.home-welcome-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 26px;
  padding: 20px;

  background: linear-gradient(135deg, #103665, #174f8e);
  border-radius: 22px;
  box-shadow: 0 12px 25px rgba(20, 57, 100, 0.2);
}

.home-welcome-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;

  width: 37px;
  height: 37px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;

  font-size: 20px;
}

.home-welcome-card h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.65;
}

.home-welcome-card p {
  margin: 0;
  color: #d6e5f8;
  font-size: 13px;
  line-height: 1.9;
}

.home-section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 13px;
}

.home-section-header h2 {
  margin: 0;
  color: #1b2c45;
  font-size: 17px;
  font-weight: 900;
}

.home-section-header span {
  color: #8492a4;
  font-size: 11px;
}

.home-menu-grid {
  display: grid;
  gap: 11px;
}

.home-menu-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 12px 14px;

  color: #20324b;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e4ebf3;
  border-radius: 18px;
  box-shadow: 0 6px 14px rgba(30, 55, 87, 0.05);

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.home-menu-card:active {
  transform: scale(0.985);
}

.home-menu-card:hover {
  border-color: #c9dcf7;
  box-shadow: 0 10px 20px rgba(30, 80, 145, 0.1);
  transform: translateY(-2px);
}

.home-menu-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;

  width: 42px;
  height: 42px;

  color: #216bd2;
  background: #eaf3ff;
  border-radius: 13px;
}

.home-menu-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.home-menu-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.home-menu-content strong {
  color: #1d2e47;
  font-size: 14px;
  font-weight: 900;
}

.home-menu-content small {
  overflow: hidden;
  color: #748398;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-menu-arrow {
  display: grid;
  flex: 0 0 auto;
  place-items: center;

  width: 25px;
  height: 25px;

  color: #86a0bf;
  background: #f4f7fb;
  border-radius: 50%;

  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}

.home-menu-primary {
  border-color: #1b7fda;
  background: linear-gradient(135deg, #177ed7, #155bc5);
  box-shadow: 0 10px 22px rgba(29, 102, 204, 0.24);
}

.home-menu-primary .home-menu-icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.home-menu-primary .home-menu-content strong,
.home-menu-primary .home-menu-content small {
  color: #ffffff;
}

.home-menu-primary .home-menu-content small {
  color: #d9eaff;
}

.home-menu-primary .home-menu-arrow {
  color: #1458b5;
  background: #ffffff;
}

.home-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 16px;
  color: #8a98aa;
  border-top: 1px solid #e4ebf2;
  font-size: 11px;
}


/* ==================================
   List Pages: Deals, Funds, People...
   ================================== */

.list-page {
  min-height: 100vh;
  margin: 0;
  color: #1d2d44;
  background: #f4f8fc;
  font-family: inherit;
}

.list-shell {
  width: min(100%, 900px);
  min-height: 100vh;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #f4f8fc;
}

.list-topbar {
  position: sticky;
  top: 0;
  z-index: 20;

  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 12px 16px;

  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #e5edf5;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.icon-back-btn {
  display: grid;
  flex: 0 0 auto;
  place-items: center;

  width: 40px;
  height: 40px;

  color: #2d5f9c;
  background: #edf5ff;
  border-radius: 12px;
}

.icon-back-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.list-topbar-title {
  flex: 1;
  min-width: 0;
}

.list-topbar-title h1 {
  margin: 0 0 3px;
  color: #1a2c46;
  font-size: 18px;
  font-weight: 900;
}

.list-topbar-title span {
  color: #7a8a9f;
  font-size: 11px;
}

.list-add-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;

  padding: 10px 12px;

  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #168f89, #08726d);
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(8, 114, 109, 0.23);

  font-size: 12px;
  font-weight: 900;
}

.list-add-btn span {
  font-size: 20px;
  font-weight: 400;
  line-height: 0.7;
}

.list-content {
  padding: 18px 16px;
}

.list-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 15px;
}

.list-summary-card {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-height: 76px;
  padding: 13px;

  background: #ffffff;
  border: 1px solid #e5edf5;
  border-radius: 16px;
  box-shadow: 0 5px 13px rgba(26, 50, 83, 0.04);
}

.list-summary-card span {
  color: #74839a;
  font-size: 11px;
  line-height: 1.5;
}

.list-summary-card strong {
  color: #223550;
  font-size: 19px;
  font-weight: 900;
}

.list-summary-card small {
  color: #6f829b;
  font-size: 10px;
  font-weight: 700;
}

.list-filter-card {
  margin-bottom: 18px;
  padding: 12px;

  background: #ffffff;
  border: 1px solid #e5edf5;
  border-radius: 17px;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 12px;

  background: #f5f8fc;
  border: 1px solid #e4ebf3;
  border-radius: 12px;
}

.search-box svg {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: #8090a4;
  stroke-linecap: round;
  stroke-width: 2;
}

.search-box input {
  width: 100%;
  color: #1e2f48;
  outline: 0;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 13px;
}

.search-box input::placeholder {
  color: #98a6b7;
}

.filter-row {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  overflow-x: auto;
  padding-bottom: 1px;
}

.filter-select,
.filter-btn {
  flex: 1 0 120px;
  height: 39px;
  padding: 0 10px;

  color: #52657c;
  background: #ffffff;
  border: 1px solid #dbe5f0;
  border-radius: 10px;
  outline: 0;

  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.filter-btn {
  cursor: pointer;
}

.list-section {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5edf5;
  border-radius: 19px;
  box-shadow: 0 6px 15px rgba(26, 50, 83, 0.04);
}

.list-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 15px;
  border-bottom: 1px solid #edf1f6;
}

.list-section-header h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
}

.list-section-header span {
  padding: 5px 8px;
  color: #52708d;
  background: #eef5fc;
  border-radius: 99px;
  font-size: 10px;
  font-weight: 800;
}

.records-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 25px;
  text-align: center;
}

.records-empty-icon {
  display: grid;
  place-items: center;

  width: 60px;
  height: 60px;
  margin-bottom: 15px;

  color: #2c78d9;
  background: #eaf3ff;
  border-radius: 20px;

  font-size: 31px;
  font-weight: 700;
}

.records-empty-state h3 {
  margin: 0 0 8px;
  color: #263852;
  font-size: 15px;
  font-weight: 900;
}

.records-empty-state p {
  max-width: 300px;
  margin: 0 0 18px;
  color: #7d8da1;
  font-size: 12px;
  line-height: 1.9;
}

.floating-create-btn {
  position: fixed;
  bottom: 23px;
  left: 20px;
  z-index: 21;

  display: grid;
  place-items: center;

  width: 56px;
  height: 56px;

  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #168f89, #08726d);
  border-radius: 19px;
  box-shadow: 0 10px 22px rgba(8, 114, 109, 0.34);

  font-size: 34px;
  font-weight: 300;
  line-height: 1;

  transition: transform 0.2s ease;
}

.floating-create-btn:active {
  transform: scale(0.92);
}

@media (max-width: 430px) {
  .list-add-btn strong {
    display: none;
  }

  .list-add-btn {
    width: 40px;
    height: 40px;
    justify-content: center;
    padding: 0;
  }

  .list-summary-grid {
    gap: 7px;
  }

  .list-summary-card {
    min-height: 72px;
    padding: 10px;
  }

  .list-summary-card strong {
    font-size: 16px;
  }

  .list-summary-card span {
    font-size: 10px;
  }
}


/* ==================================
   Deals List Page
   ================================== */

.deals-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.deal-summary-card {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 82px;
  padding: 14px;

  background: #ffffff;
  border: 1px solid #e3ebf4;
  border-radius: 16px;
  box-shadow: 0 5px 14px rgba(25, 52, 87, 0.04);
}

.deal-summary-label {
  color: #74859a;
  font-size: 11px;
  line-height: 1.5;
}

.deal-summary-value {
  color: #1d304a;
  font-size: 22px;
  font-weight: 900;
}

.deal-summary-card small {
  color: #9aa7b6;
  font-size: 10px;
}

.text-teal {
  color: #087d78;
}

.text-blue {
  color: #216bd2;
}

.text-amber {
  color: #d97a00;
}

.deals-records-section {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e3ebf4;
  border-radius: 19px;
  box-shadow: 0 6px 16px rgba(25, 52, 87, 0.04);
}

.list-section-header p {
  margin: 4px 0 0;
  color: #8594a6;
  font-size: 11px;
}

/* جدول معاملات */

.deals-table-wrap {
  overflow-x: auto;
}

.deals-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  text-align: right;
}

.deals-table th {
  padding: 13px 14px;
  color: #78889b;
  background: #f7f9fc;
  border-bottom: 1px solid #e7edf4;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.deals-table td {
  padding: 14px;
  color: #304159;
  border-bottom: 1px solid #edf1f5;
  font-size: 12px;
  vertical-align: middle;
  white-space: nowrap;
}

.deals-table tbody tr {
  transition: background-color 0.18s ease;
}

.deals-table tbody tr:hover {
  background: #f8fbff;
}

.deals-table tbody tr:last-child td {
  border-bottom: 0;
}

.deal-type-badge,
.deal-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 52px;
  padding: 5px 8px;
  border-radius: 99px;

  font-size: 10px;
  font-weight: 900;
}

.deal-type-badge.sell {
  color: #087d78;
  background: #ddf6f1;
}

.deal-type-badge.buy {
  color: #1e66c6;
  background: #e5f0ff;
}

.deal-status.settled {
  color: #347148;
  background: #e6f6e9;
}

.deal-status.open {
  color: #b66b00;
  background: #fff2d9;
}

.currency-pair {
  direction: ltr;
  unicode-bidi: isolate;
  color: #496681;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.currency-pair b {
  margin: 0 4px;
  color: #8aa4c3;
  font-size: 13px;
}

.deal-more-btn {
  padding: 7px 9px;
  color: #236bc8;
  text-decoration: none;
  background: #edf5ff;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 900;
}

.deal-more-btn:hover {
  background: #dfeeff;
}

.deals-mobile-list {
  display: none;
}

.hidden-row {
  display: none !important;
}

/* کارت معامله در موبایل */

@media (max-width: 700px) {
  .deals-summary-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .deal-summary-card {
    min-height: 72px;
    padding: 12px;
  }

  .deal-summary-value {
    font-size: 19px;
  }

  .deals-table-wrap {
    display: none;
  }

  .deals-mobile-list {
    display: grid;
    gap: 10px;
    padding: 12px;
  }

  .deal-mobile-card {
    display: block;
    padding: 14px;

    color: #263951;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #e6edf4;
    border-radius: 15px;

    box-shadow: 0 3px 8px rgba(33, 57, 85, 0.035);
  }

  .deal-mobile-card:active {
    background: #f6faff;
  }

  .deal-card-top,
  .deal-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .deal-card-top > div {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .deal-card-id {
    color: #52677f;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
  }

  .deal-card-amount {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin: 16px 0;

    color: #172f4e;
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: 900;
  }

  .deal-card-amount small {
    color: #8695a8;
    font-family: inherit;
    font-size: 10px;
    font-weight: 600;
  }

  .deal-card-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 11px 0;

    border-top: 1px solid #eef2f6;
    border-bottom: 1px solid #eef2f6;
  }

  .deal-card-details div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
  }

  .deal-card-details span {
    color: #8b99a9;
    font-size: 10px;
  }

  .deal-card-details strong {
    overflow: hidden;
    color: #3a4d65;
    font-size: 11px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .deal-card-footer {
    margin-top: 11px;
    color: #236bc8;
    font-size: 11px;
    font-weight: 900;
  }

  .deal-card-footer span {
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 0.5;
  }
}

@media (max-width: 360px) {
  .deals-summary-grid {
    gap: 7px;
  }

  .deal-summary-card {
    padding: 10px;
  }

  .deal-summary-label,
  .deal-summary-card small {
    font-size: 9px;
  }
}

/* ======================================================
   Deal Create Form Styles (Light & Consistent with App)
   ====================================================== */

.page-body {
  margin: 0;
  padding: 0;
  background-color: #f4f6f9;
  color: #1e293b;
  font-family: inherit;
}

.standard-form-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  padding: 24px;
  margin-bottom: 24px;
}

.form-section {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
}

.form-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 18px;
}

.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #e0f2fe;
  color: #0284c7;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}

.form-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 12px;
}

.form-grid.grid-12 {
  grid-template-columns: repeat(12, 1fr);
}

.form-grid.grid-11 {
  grid-template-columns: repeat(11, 1fr);
}

.form-grid.grid-10 {
  grid-template-columns: repeat(10, 1fr);
}

.form-grid.grid-9 {
  grid-template-columns: repeat(9, 1fr);
}

.form-grid.grid-8 {
  grid-template-columns: repeat(8, 1fr);
}

.form-grid.grid-7 {
  grid-template-columns: repeat(7, 1fr);
}

.form-grid.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.form-grid.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.form-grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.form-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.form-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.form-grid.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}


.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}

.form-label .required {
  color: #ef4444;
  margin-right: 2px;
}

.form-control {
  height: 44px;
  padding: 0 12px;
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 14px;
  color: #1e293b;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus {
  outline: none;
  border-color: #0284c7;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.12);
}

.form-control.textarea {
  height: auto;
  padding: 10px 12px;
  resize: vertical;
  line-height: 1.6;
}

.text-left {
  direction: ltr;
  text-align: right;
}

.input-with-action,
.input-group-badge {
  position: relative;
  display: flex;
  align-items: center;
}

.input-with-action input {
  width: 100%;
  padding-left: 36px;
}

.input-clear-btn {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 14px;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
}

.input-clear-btn:hover {
  color: #ef4444;
}

.input-group-badge input {
  width: 100%;
  padding-left: 70px;
}

.input-badge {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  font-weight: 600;
  background: #f1f5f9;
  color: #475569;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}

.form-error {
  min-height: 16px;
  font-size: 11px;
  color: #ef4444;
  margin-top: 4px;
}

/* کارت محاسبه زنده */
.deal-calculation-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-right: 4px solid #0284c7;
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calc-main {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.calc-label {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}

.calc-number {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  direction: ltr;
}

.calc-currency {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}

.calc-formula {
  direction: ltr;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 6px;
}

.calc-formula .op {
  color: #0284c7;
  font-weight: 700;
}

/* دکمه‌ها */
.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  font-family: inherit;
}

.btn-primary {
  background: #0284c7;
  color: #ffffff;
  border: none;
}

.btn-primary:hover {
  background: #0369a1;
}

.btn-secondary {
  background: #ffffff;
  color: #475569;
  border: 1px solid #cbd5e1;
}

.btn-secondary:hover {
  background: #f8fafc;
  color: #1e293b;
}

.toast-notification {
  position: fixed;
  bottom: 24px;
  right: 50%;
  transform: translateX(50%);
  background: #0f172a;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.hidden {
  display: none !important;
}

/* ریسپانسیو موبایل */
@media (max-width: 680px) {
  .form-grid.grid-12,
  .form-grid.grid-11,
  .form-grid.grid-10,
  .form-grid.grid-9,
  .form-grid.grid-8,
  .form-grid.grid-7,
  .form-grid.grid-6,
  .form-grid.grid-5,
  .form-grid.grid-4,
  .form-grid.grid-3,
  .form-grid.grid-2,
  .form-grid.grid-1 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .deal-calculation-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .form-actions {
    flex-direction: column-reverse;
  }

  .form-actions .btn {
    width: 100%;
  }
}

/* ==================================
   New Deal - Actions
   هماهنگ با طراحی صفحه معاملات
   ================================== */

.deal-form-actions {
  position: sticky;
  bottom: 0;
  z-index: 10;

  display: flex;
  align-items: center;
  gap: 12px;

  margin: 26px -16px -16px;
  padding: 14px 16px 18px;

  background: rgba(250, 252, 255, 0.92);
  border-top: 1px solid rgba(224, 232, 242, 0.9);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.deal-submit-btn,
.deal-cancel-btn {
  min-height: 54px;
  border-radius: 18px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.deal-submit-btn {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 0 16px;

  color: #ffffff;
  background: linear-gradient(135deg, #159e99 0%, #087f7e 100%);
  border: 0;
  box-shadow: 0 8px 18px rgba(9, 132, 130, 0.24);
}

.deal-submit-btn:hover {
  background: linear-gradient(135deg, #0faaa4 0%, #067675 100%);
  box-shadow: 0 10px 22px rgba(9, 132, 130, 0.31);
  transform: translateY(-1px);
}

.deal-submit-btn:active,
.deal-cancel-btn:active {
  transform: scale(0.97);
}

.deal-submit-icon {
  display: grid;
  place-items: center;

  width: 28px;
  height: 28px;

  color: #087f7e;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 10px;
}

.deal-submit-icon svg,
.deal-cancel-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.deal-cancel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  padding: 0 16px;

  color: #4871a8;
  background: #edf4ff;
  border: 1px solid #e1ecfb;
}

.deal-cancel-btn:hover {
  color: #2f619f;
  background: #e4efff;
}

/* ==========================================
   New Deal Header
   هماهنگ با ظاهر صفحه معاملات
   ========================================== */

.new-deal-header {
  position: sticky;
  top: 0;
  z-index: 30;

  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #edf1f7;

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.new-deal-header-content {
  position: relative;

  display: grid;
  grid-template-columns: 56px 1fr 56px;
  align-items: center;

  min-height: 96px;
  padding: 14px 24px;
}

.new-deal-header-title {
  min-width: 0;
  text-align: center;
}

.new-deal-header-title h1 {
  margin: 0;
  color: #182b49;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.4;
}

.new-deal-header-title .header-subtitle {
  display: block;
  margin-top: 4px;
  color: #8291a7;
  font-size: 12px;
  font-weight: 500;
}

.new-deal-header-btn {
  display: inline-grid;
  place-items: center;

  width: 48px;
  height: 48px;

  border-radius: 16px;
  text-decoration: none;

  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.new-deal-header-btn svg {
  width: 23px;
  height: 23px;

  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

/* بازگشت: شبیه دکمه آبی کم‌رنگ صفحه معاملات */
.new-deal-back-btn {
  color: #4d72a6;
  background: #eef5ff;
  border: 1px solid #e4eefb;
}

.new-deal-back-btn:hover {
  color: #345f99;
  background: #e4efff;
  box-shadow: 0 5px 14px rgba(82, 123, 181, 0.14);
  transform: translateX(2px);
}

/* بستن: کم‌تأکیدتر تا با دکمه بازگشت رقابت نکند */
.new-deal-close-btn {
  justify-self: end;

  color: #97a5b8;
  background: #f7f9fc;
  border: 1px solid #edf1f6;
}

.new-deal-close-btn:hover {
  color: #c64f5d;
  background: #fff3f4;
  border-color: #ffe0e4;
}

.new-deal-header-btn:active {
  transform: scale(0.94);
}

@media (max-width: 680px) {
  .new-deal-header-content {
    grid-template-columns: 46px 1fr 46px;
    min-height: 78px;
    padding: 10px 16px;
  }

  .new-deal-header-btn {
    width: 43px;
    height: 43px;
    border-radius: 15px;
  }

  .new-deal-header-btn svg {
    width: 22px;
    height: 22px;
  }

  .new-deal-header-title h1 {
    font-size: 19px;
  }

  .new-deal-header-title .header-subtitle {
    margin-top: 2px;
    font-size: 10px;
  }
}


/* ===================================== */


