#tdf-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  z-index: 100000;
  transition: width 0.08s linear;
}

.admin-bar #tdf-reading-progress {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar #tdf-reading-progress {
    top: 46px;
  }
}
