
/*Required CSS*/
svg.radial-progress{
    transform:rotate(-90deg);
    width:100%;
    /* background-image:linear-gradient(-225deg,#FF057C 0%,#8D0B93 50%,#321575 100%); */
    border-radius:50%;
  }
  svg.radial-progress circle{fill:transparent;stroke:white;}
  svg.radial-progress circle.bar-static{stroke:#fafafa!important;}
  svg.radial-progress circle.bar--animated{stroke-dasharray:219.91148575129;stroke:var(--primary);stroke-dashoffset:219.91148575129;stroke-width:4px;stroke-linecap:round;}
  svg.radial-progress text{fill:var(--secondary);font-family:Inter;font-size:16px;font-weight:700;text-anchor:middle;}