.loading_container {
  z-index: 9;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #4abbde;
  background-image: url("./background.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.loading_container .runner {
  position: absolute;
  top: 41vh;
  left: 0;
  right: 0;
  width: 60%;
  margin-left: 10%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.loading_container .runner .red {
  position: relative;
  left: 0;
  float: left;
  margin: auto;
  width: 7rem;
  transform: rotateY(180deg);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.loading_container .process {
  position: absolute;
  top: 52vh;
  height: 10px;
  left: 20%;
  background: white;
  border-radius: 5px;
  border: solid black 1px;
  right: 20%;
}

.loading_container .processing {
  height: 100%;
  width: 0%;
  background: #EEB617;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.loading_container .loading__text {
  position: absolute;
  top: 55vh;
  left: 0;
  right: 0;
  width: auto;
  margin: auto;
  text-align: center;
}

.loading_container .loading__number {
  position: relative;
  top: -0.3rem;
  display: inline-block;
  width: 4rem;
  text-align: right;
  font-size: 1.5rem;
  font-weight: bold;
  color: #d6d6d6;
/ / -webkit-text-shadow: #333 1 px 0 0, #333 0 1 px 0, #333 - 1 px 0 0, #333 0 - 1 px 0;
  text-shadow: #333 1px 0 0, #333 0 1px 0, #333 -1px 0 0, #333 0 -1px 0;
}

.hidden {
  display: none;
  width: 0;
  height: 0;
}
