.barfiller {
  width: 100%;
  height: 12px;
  background: #3B3E3F;
  position: relative;
  margin-bottom: 20px;
  border-radius: 40px;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
  border-radius: 40px;
}

.barfiller .fill::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--colorPrimary);
  top: -8px;
  right: 0;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  margin-top: -36px;
  padding-left: 10px;
  position: absolute;
  z-index: 2;
  background: var(--colorWhite);
  color: var(--colorBlack);
  font-size: 18px;
  font-weight: 600;
}

.barfiller .tip:after {
  border: solid;
  border-color: rgba(0, 0, 0, .8) transparent;
  border-width: 6px 6px 0 6px;
}
/*
     FILE ARCHIVED ON 12:23:57 Jul 14, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:27:27 Jun 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.818
  exclusion.robots: 0.075
  exclusion.robots.policy: 0.054
  esindex: 0.014
  cdx.remote: 5.24
  LoadShardBlock: 189.379 (3)
  PetaboxLoader3.datanode: 180.675 (5)
  PetaboxLoader3.resolve: 77.998 (2)
  load_resource: 181.121
  loaddict: 71.855
*/