@import "flive-vars";

.container{
  display: flex;
  align-items: baseline;
}
.progress {
  background: $medium-light-grey;
  height: 2px;
  position: relative;
  display: inline-block;
}
.bar{
  position: absolute;
  height: 2px;
  background: $flive-purple;
}
.percentage{
  font-size: $smaller-font-size;
  margin-left:10px;
}