body {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#unity-container {
  position: absolute;
}

#unity-container.unity-desktop {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#unity-container.unity-mobile {
  height: 100%;
  width: 100%;
  top: -5%;
}

#unity-canvas {
  background: #000000;
}

.unity-mobile #unity-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

#unity-loading-bar {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

#unity-logo {
  width: 120%;
  height: 65%;
  background: url("unity-logo-dark.png") no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
}

#unity-progress-bar-empty {
  width: 33%;
  height: 30%;
  /* border-radius: 30px;
    margin-top: 10px; */
  background: url("progress-bar-empty-dark.png") no-repeat center;
  position: absolute;
  left: 51%;
  top: 70%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
}

#unity-progress-bar-full {
  width: 0%;
  height: 17%;
  /* margin-top: 70%; */
  border-radius: 10px;
  background: url("progress-bar-full-dark.png") no-repeat center;
  position: absolute;
  top: 42%;
  background-size: cover;
  background-position: left;
}

#unity-footer {
  position: relative;
}

.unity-mobile #unity-footer {
  display: none;
}

#unity-webgl-logo {
  float: left;
  width: 204px;
  height: 38px;
  background: url("webgl-logo.png") no-repeat center;
}

#unity-build-title {
  font-family: "Amboy";
  font-size: 1vw;
  color: white;
  width: 100%;
  text-align: center;
  /* margin-top: 30px;
    margin-left: -44%; */
  position: absolute;
  /* left: 50%; */
  top: 65%;
  line-height: 1.5;
  display: none;
}

#unity-build-loading {
  font-family: "Amboy";
  font-size: 1.2vw;
  color: white;
  width: 100%;
  text-align: left;
  /* margin-top: 10px;
  margin-left: -30%; */
  position: absolute;
  left: -30%;
  top: 44%;
}

#unity-build-loading-percantage {
  font-family: "Amboy";
  font-size: 1.2vw;
  color: white;
  width: 100%;
  text-align: right;
  /* margin-top: 10px;
  margin-left: -30%; */
  position: absolute;
  right: -25%;
  top: 44%;
}

#unity-build-mobilerotatewarning {
  font-family: "Amboy";
  font-size: 20px;
  color: rgb(37, 37, 37);
  width: 100%;
  top: 15%;
  text-align: center;
  line-height: 1.8;
  position: absolute;
}
@font-face {
  font-family: "Amboy";
  src: url("Amboy-Black.otf") format("opentype");
}

#unity-fullscreen-button {
  float: right;
  width: 38px;
  height: 38px;
  background: url("fullscreen-button.png") no-repeat center;
}

#unity-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none;
}

.web3modal-modal-card {
  font-family: sans-serif;
}

#telegram-bot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

#telegram-bot-qr {
  width: 341px;
  height: 341px;
  background: url("QRAkarunOfficialBot.png") no-repeat center;
}
