.pace .pace-progress {
  background: rgba(29, 211, 176, 1);
  position: fixed;
  z-index: 99999999999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;

  border-radius: 0 100px 100px 0;
}
