.logo{
 	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
 
 .preloader{
	display: none;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: window.innerHeight; 
    hight: window.innerHeight; 
 }
  
canvas {
    display: none;
    cursor: default;
    outline: none;
    width: window.innerHeight;
    hight: window.innerHeight;
}

#embed-html {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.change {
	display: none;
 }

 
body {
   /*  background-color: #000000;#222222;
    background-image: url(html-bg.jpg);
    background-attachment: fixed;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background: none;*/
    background-color: black;
    background-attachment: fixed;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 


}

html, body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#textInput
{
    border: none;
    background-color: transparent;
    color: rgb(81,81,81);
    font-size:24px;
    font-family: Bebas Neue;
    font-weight: bold;
    width: 100%;
    text-align: inherit;
}

footer {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 0 5px;
    background: rgba(0,0,0,.05);
    padding: 10px;
    font-size: 10px;
    line-height: 2.2em;
    position: fixed;
    bottom: 0;
}


/* Playground by EThaiZone */
#parent {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
iframe {
  width:100%;
  height:100%;
  border:0px;
}

#parent > button {
  opacity: 0.3;
    position: absolute;
    top: 15%;
    left: 90%;
    transform: translate(-50%, -50%);
    display: block;
    transition: 0.5s;
}
#parent > button {
  opacity: 1;
}  

#error {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

#error > errorBG {
  opacity: 0.3;
    position: absolute;
    display: block;
    transition: 0.5s;
 	opacity: 1;
 	z-index: 0;
}


#errorTxt{
	
	color: white;
	position: absolute;
	font-weight: bold;
	/* font-size: 16px; */
	font-size: 22px;
	font-family: Arial Nova;
	text-align: left;
	max-width: 90%;
	
	top: 25%;
	left: 15%;

	user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
   
   	z-index: 1;
   
}

#button:hover {
  background: url('./b_reload_hover.png');
  border: none;
  left: 25%;
  top:  65%;
  height: 54px;
  width:  176px;
  display: block;
  position: absolute;
  z-index: 2;
}

#button:active {
  background: url('./b_reload_002.png');
  border: none;
  left: 25%;
  top:  65%;
  height: 54px;
  width:  176px;
  display: block;
  position: absolute;
  z-index: 2;
}

#button {
  background: url('./b_reload.png');
  border: none;
  left: 25%;
  top:  65%;
  height: 54px;
  width:  176px;
  display: block;
  position: absolute;
  z-index: 2;
}

/* New styles for the overlay */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with 50% alpha */
}

/* Playground by EThaiZone */
#parent {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

