.withdrawal-template .withdrawal-amount {
  color: var(--uc-text);
  font-size: 15px;
  font-weight: 800;
}

.withdrawal-template .withdrawal-status.wait {
  color: var(--uc-orange);
  background: rgba(251, 188, 5, 0.14);
}

.withdrawal-template .withdrawal-status.failed {
  color: var(--uc-red);
  background: rgba(234, 67, 53, 0.08);
}

.withdrawal-template .withdrawal-status.paid {
  color: var(--uc-green);
  background: rgba(52, 168, 83, 0.12);
}

.withdrawal-template .withdrawal-status.default {
  color: var(--uc-muted);
  background: #f1f4f9;
}

.withdrawal-template .finance-pagination button:disabled {
  color: #c0c7d4;
  cursor: not-allowed;
  background: #f7f8fa;
}
