@-moz-keyframes move {
  0% {
    transform: translateX(-7.5em);
  }
  100% {
    transform: translateX(2.4em);
  }
}

@-webkit-keyframes move {
  0% {
    transform: translateX(-7.5em);
  }
  100% {
    transform: translateX(2.4em);
  }
}

@-o-keyframes move {
  0% {
    transform: translateX(-7.5em);
  }
  100% {
    transform: translateX(2.4em);
  }
}

@keyframes move {
  0% {
    transform: translateX(-7.5em);
  }
  100% {
    transform: translateX(2.4em);
  }
}

.error-text {
  color: #7f7f7f;
  text-align: center;
}

.app-loading {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 10em;
}

.app-loading .sign {
  height: 12.25em;
  width: 12.25em;
  margin: auto;
  background: rgb(255, 255, 255);
  position: relative;
  /*transform: translate(-50%, -50%);*/
  overflow: hidden;
}

.app-loading .sign .moving {
  width: 17.5em;
  position: absolute;
  bottom: 3.25em;
  animation: move 1.2s infinite;
}

.app-loading .sign .moving .suitcase {
  height: 5.1em;
  width: 7.55em;
  background: #005015;
  border-radius: 0.7em;
  float: left;
}

.app-loading .sign .moving .suitcase:nth-child(2) {
  margin-left: 2.35em;
}

.app-loading .sign .moving .suitcase::after,
.app-loading .sign .moving .suitcase::before {
  content: '';
  background: #ffffff;
  height: 7.55em;
  width: 0.4em;
  position: absolute;
}

.app-loading .sign .moving .suitcase::after {
  margin-left: 6.15em;
}

.app-loading .sign .moving .suitcase::before {
  margin-left: 1em;
}

.app-loading .sign .moving .suitcase .handle {
  background: #005015;
  height: 1.5em;
  width: 2.9em;
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  position: absolute;
  margin-left: 2.35em;
  margin-top: -1.45em;
}

.app-loading .sign .moving .suitcase .handle::after {
  content: '';
  background: #ffffff;
  width: 1.7em;
  height: 0.85em;
  position: absolute;
  margin-top: 0.6em;
  margin-left: 0.6em;
}

.app-loading .sign .rollthingy {
  height: 1.45em;
  width: 1.45em;
  border-radius: 50%;
  background: #76b827;
  position: absolute;
  bottom: 0.9em;
}

.app-loading .sign .rollthingy:nth-child(2) {
  left: 0.9em;
}

.app-loading .sign .rollthingy:nth-child(3) {
  left: 3.15em;
}

.app-loading .sign .rollthingy:nth-child(4) {
  left: 5.4em;
}

.app-loading .sign .rollthingy:nth-child(5) {
  left: 7.65em;
}

.app-loading .sign .rollthingy:nth-child(6) {
  left: 9.9em;
}
