#preloader {
  position: fixed;
  inset: 0;
  background: #121C22;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.preloader-inner {
  width: 320px;
  text-align: center;
  color: white;
  font-family: sans-serif;
}

.bar {
  width: 100%;
  height: 6px;
  background: #333;
  border-radius: 3px;
  overflow: hidden;
}

.bar-fill {
  width: 0%;
  height: 100%;
  background: #FEC800;
}

.percent {
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.7;
}
