.qt-found {
  min-width: 18px;      /* round circle minimum */
  height: 18px;         /* equal height = round */
  padding: 0 6px;       /* for 2-digit numbers */
  font-size: 0.7rem;
  margin-right: 5px;
}
.key-found {
  color: #e6a100;
  font-weight: bold;
}
.mt-8 {
  margin-top: 8rem !important;
}
.progress{
  height: .2rem !important;
}
.keyword-progress {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #eee;
  display: none;
}
.keyword-progress .progress-bar {
  width: 0%;
  height: 100%;
  background: #0d6efd;
  transition: width 0.1s linear;
}
.progress-bar {
  background-color: #0d6efd;
  color: #fff;
}