body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  width: 100vw;
  font-family: DBHelveticaX, Arial, sans-serif;
}

#unity-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

#unity-canvas {
  width: 100%;
  height: 100%;
  background: url("Bg.png") no-repeat center;
  background-size: cover;
}

#rotate-warning {
  display: none !important;
}

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

#unity-logo {
  width: 154px;
  height: 130px;
  background: url("unity-logo-dark.png") no-repeat center;
}

#sec-progress-bar-empty {
  display: block;
  margin: auto;
  margin-top: 5px;
  width: 300px;
  height: 8px;
  background: url("progress-bar-empty-sec.png") no-repeat center;
}

#sec-progress-bar-full {
  width: 0%;
  width: 300px; /* แก้ไข CSS เดิมที่ซ้ำซ้อน */
  height: 8px;
  background: url("progress-bar-full-sec.png") no-repeat center;
}

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

#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: arial;
  font-size: 18px;
}

#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;
}

#web-iframe-container {
  position: absolute;
  left: 10%;
  top: 10%;
  right: 10%;
  bottom: 10%;
  background-color: #fff;
  background-image: url("loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 64px;
  display: none;
  z-index: 10;
}

#web-iframe-container.visible {
  display: flex;
}

#web-iframe-exit-button {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 62px;
  height: 62px;
  display: block;
  background: url("exit-button.png") no-repeat center;
  cursor: pointer;
}

#sec-verse-logo {
  margin: auto;
  width: 352px;
  height: 183px;
  background: url("Logo--EGAT.png") no-repeat center;
}

/* Font Face */
@font-face {
  font-family: DBHelveticaX;
  src: url(DB\ Helvethaica\ X.ttf);
}

input {
  font-family: DBHelveticaX;
  border: 0 !important;
  opacity: 0 !important;
}

input::placeholder {
  font-style: italic;
}

.iframe-coin-page {
  margin: auto;
  width: 900px;
}
