#splash {
  width: 100%;
  height: 100%;
}

#splash .image {
  margin: 0;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#splash .image > img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

#splash .progressBar {
  margin-top: 64px;
  width: 240px;
  max-width: 80%;
  height: 6px;
  position: absolute;
  top: calc(50%);
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #333333;
  border-radius: 20px;
  overflow: hidden;
}

#splash .version {
  margin-bottom: 24px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#splash #splashBarStatus {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #d0d0d0;
}


.shimme {
  animation : shimmer 2.5s infinite linear;
  -webkit-mask:linear-gradient(90deg,#0004 30%,#000,#0004 70%) right/500px 100%;
  background-repeat: no-repeat;
  background-size: 500px 100%;
}

@keyframes shimmer {
  0% {-webkit-mask-position:right}
  100% {-webkit-mask-position:left}
}
