/* svg fill color replace # with %23  $onboardingTextColor f34803, URL-encodeing!  */
.onbo_text li {
  padding: 0px 0px 24px 50px;
  background-repeat: no-repeat;
  background-position: left 0px;
  background-size: 30px auto;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%230096dc"><path d="M16.59 7.58L10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/></svg>');
}
