body {
  font-family: Arial;
}

.barfiller {
  width: 100%;
  height: 10px;
  background: #daebf2;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
  width: 560px;
  display: inline-block;
  @media (min-width: 768px) and (max-width: 991) {
    width: 100%;
  }
  @media screen and (max-width: 575px) {
    width: 100%;
  }
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #2894c8 !important;
  z-index: 1;
  border-radius: 10px;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  margin-top: -30px;
  padding: 2px 4px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #0e374a;
  left: 0px;
  position: absolute;
  z-index: 2;
}
