

.tc-setup-meter{
  width:100%;
  height:8px;
  border-radius:999px;
  background:#e2e8f0;
  overflow:hidden;
  margin-top:10px;
}

.tc-setup-meter span{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#14b8a6,#3b82f6);
}