.barfiller {
  width: 100%;
  height: 8px;
  position: relative;
  background: rgba(23, 23, 24, 0.06);
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 2px;
  background: var(--colorBlack) !important;
  z-index: 1;
  top: 3px;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  margin-top: -30px;
  position: absolute;
  z-index: 2;
  color: var(--colorBlack);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  left: auto !important;
  right: 0;
}