/*.content-holder,.flag-holder,.logo-holder,.form-holder {
	border:1px green solid;
}*/
/* body {
  	height:100%;
  	width:100%;
  	margin:0;
  	padding:0;
    overflow: auto;
} */

body {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #000;
}

html {
  overflow: hidden;
}

canvas:focus {
  outline: none;
}

#contenttext {
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  align-content: center;
  background-color: #000;
  color: #FFF;
  font-size: 16px;
  opacity: .4;
}

#orientationswipe {
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../swipe.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    z-index: 998;
    display : none;
    visibility: hidden;
    opacity: .3;
}

#rotatescreen {
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../rotate.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    z-index: 998;
    display : none;
    /*opacity: .4;*/
}

#rotatescreenV {
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../rotateV.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  z-index: 998;
  display : none;
  /*opacity: .4;*/
}

#touchfullscreen {
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url(../swipe.gif);*/
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    z-index: 998;
    display : none;
    opacity: .4;
}

#myDIV {
  position: relative;
  z-index: 50;
  height: 8em;
  margin-bottom: 1em;
  margin-top: 2em;
  opacity : 0.4;
}

#myDIV2 {
  position: relative;
  z-index: 50;
  height: 8em;
  margin-bottom: 1em;
  margin-top: 2em;
  opacity : 0.4;
}


#layaCanvas #layaContainer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* position: fixed !important; */
  overflow: hidden;
}

#blue-load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: '100vw';
  max-height: '100vh';
  background-color: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#logoImg {
  width: 30vw;
  height: auto;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

#logoimg.fade-out {
  opacity: 0;
}

.progress-bar {
  width: 250px;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden; /* 防止內部元素超出邊界 */
}

.progress {
  width: 50%; /* 設定內部跑條的初始寬度 */
  height: 100%;
  background-color: #4caf50;
  animation: loading 1s linear infinite; /* 指定動畫 */
}

@keyframes loading {
  0% { transform: translateX(-100%); } /* 從左邊開始 */
  100% { transform: translateX(200%); } /* 移動到右邊 */
}

.progress-container {
  position:absolute;
  height:100vh;
  width:100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
