body.hyperspace .nav-sticky {
  height: 75px !important;
  box-shadow: none;
  background: linear-gradient(to bottom, rgba(0,-16,15,1) 81%,rgba(0,16,15,0) 0%,rgba(0,16,15,0) 100%) !important;
}
body.hyperspace .nav-sticky__bar {
  height: 75px !important;
}
body.hyperspace .nav-sticky__progress-bar {
  width: 100% !important;
  background: transparent !important;
  height: 20px !important;
}
body.hyperspace .nav-sticky__progress-bar #lightsaber {
  position: relative !important;
  top: -9px !important;
  max-height: 100% !important;
  left: 4px !important;
  height: 20px !important;
  z-index: 2;
}
body.hyperspace .nav-sticky__progress-bar__fill {
  z-index: 1;
  bottom: 24px !important;
  position: relative !important;
  left: 96px !important;
  border-radius: 41px 26px 26px 15px !important;
  box-shadow: white 0px 0px 5px, white 0px 0px 8px, white 0px 0px 12px, #0DBE98 0px 0px 15px, #0DBE98 0px 0px 25px !important;
  background: white !important;
  width: 100%;
  height: 35% !important;
  max-width: 100% !important;
}

body.nav-sticky__title {
  padding-top: 0px !important;
}
