div.block-progress-bar {
  max-width: 100vw;
  width: calc(100vw * var(--progress, 0) / 100);
  height: 5px;
  background-color: var(--wp--preset--color--primary);
  position: fixed;
  z-index: 9999;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 80px);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}