.app-splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: left 0.5s;
}

.app-label {
  margin-top: 32px;
  color: #fff;
  font-size: 2.5em;
  font-family: "Roboto", cursive;
}

.app-splash-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.app-logo {
  max-width: 100%;
  background: url("/assets/image/box3.webp") no-repeat center;
  background-size: contain;
  width: 40vh;
  height: 40vh;
}

.app-loader {
  max-width: 100%;
  background: url("/assets/image/three-dots.svg") no-repeat center;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin-top: 80px;
}
