
:root{
  --amber:#10b981;
  --amberDark:#059669;
  --bg:#0f172a;
  --fg:#e5e7eb;
}
.nx-btn,.nx-btn:link,.nx-btn:visited{
  background:#10b981 !important;
  border-color:#10b981 !important;
  color:#0f172a !important;
}
.nx-btn:hover,.nx-btn:focus{
  background:#059669 !important;
  border-color:#059669 !important;
}
.nx-title,.nx-h1,.nx-h1 span,a,.nx-muted strong{
  color:#10b981 !important;
}
.nx-sms i{ color:#10b981 !important; }
.nx-card:hover{ outline:2px solid #059669 !important; outline-offset:2px; }
::selection{ background:#10b981; color:#0f172a; }
