.auth-register .referral-applied {
  margin: -2px 0 14px;
  color: #c9c9cf;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.auth-register .referral-applied::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #7733ff;
  box-shadow: 0 0 12px rgba(119, 51, 255, 0.55);
  vertical-align: 1px;
}
