.preloader-wrap {
  position:fixed;
  width:100%;
  height:100%;
  background:rgba(255,255,255,1);
  z-index:1000;
  transition:1s 0.4s;
}

.progress-header {
  height:1rem;
  color:rgb(0,0,0);
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  text-align:center;
}

.progress {
  width:8rem;
  height:0.7rem;
  margin-top:1.5rem;
  margin-left:auto;
  margin-right:auto;
  background:rgb(255,255,255);
  border-radius:0.35rem;
  border:1px solid rgb(164,164,164);
  box-shadow:0px 4px 6px 1px rgba(0,0,0,0.5);
}

.progress-bar {
  background:rgb(128,128,128);
}

.progress-percentage {
  color:rgb(255,255,255);
  font-family:sans-serif;
  line-height:0.7rem;
  font-size:0.6rem;
  padding:0;
  margin:0;
}

div#preload {
  height:0;
}

