#bmk-loader-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #22c55e, #3b82f6);
  z-index: 999999;
  transition: width 0.25s ease, opacity 0.3s ease;
}

#bmk-loader-bar.bmk-hide {
  opacity: 0;
}
