html, body {
  margin: 0;
  min-width: 1920px;
  min-height: 1080px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(202, 220, 240);
  color: #fff;
  font-family: Monospace;
  font-size: 13px;
  line-height: 24px;
  overscroll-behavior: none;
  overflow: hidden;
}

a {
	color: #ff0;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a, button, input, select {
	pointer-events: auto;
}

@media all and ( max-width: 640px ) {
	.lil-gui.root { 
		right: auto;
		top: auto;
		max-height: 50%;
		max-width: 80%;
		bottom: 0;
		left: 0;
	}
}

.button {
  margin-left:8px;
  background-color: #ffff80;
  cursor: pointer;
  border:2px solid #777;
  border-radius: 4px;
}

#VRButtonIcon {
  position: absolute;
  right:15px;
  bottom:84px;
  visibility: hidden;
}

.lil-gui {
  --background-color:rgba(44, 44, 44, 0.6);
  --title-background-color:rgba(44, 44, 44, 0.6);
  --widget-color: rgba(75, 75, 75, 0.7);
  --number-color: #ccc;
  --title-text-color: #ccc;
  --text-color: rgb(190, 190, 190);
  --name-width: 20%;
  --widget-height: 24px;
  --slider-knob-width: 5px;
  --slider-input-width: 60px;
  --slider-input-min-width: 60x;
  --font-size: 16px;
  --input-font-size: 16px;
  --font-family: Monospace;
  --width: 340px;
  z-index: 2 !important;
  transform:translate(0, 56px);
}

.dialog
{
  width: fit-content;

  -moz-box-shadow: 5px 5px 7px #535353;
  -webkit-box-shadow: 5px 5px 7px #535353;
  box-shadow: 5px 5px 7px #535353;

  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px 8px 8px;

  border-width: 0px;
  font-size: 16px;
  color:rgba(255, 255, 255, 0.8);
  background-color:rgba(75, 75, 75, 0.8);

  padding: 30px;
  padding-bottom: 20px;
}

#form_upload {
  position: absolute;
  top: calc(50vh - 200px);
  left: calc(50vw - 100px); 
  border-radius: 4px;
  color: #ff9127;
  background-color:rgba(75, 75, 75, 0.7);
  font-size: 16px;
  padding: 30px;
  padding-top: 20px;
  padding-left: 40px;
  visibility: hidden;
  z-index: 999;
}

#design_name {
  position: absolute;
  left: 24px;
  top: 42px;
  /* color: #ff9127; */
  color:rgba(255, 255, 255, 0.5);
  margin: 10px;
  font-size: 160%;
  visibility: hidden; 
}

#main {
position: absolute;
width: 726px;
height: 884px;
top: 20px;
left: 16px;
background-color:white;
/* visibility: hidden; */
}

#logo {
  display:inline-block;
  padding-top: 12px;
  padding-left: 26px;
  font-size: 28px;
  color: #3b3b3b;
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
}

#version {
  margin-right:12px; 
  font-size: 16px;
  font-weight: bold;
  z-index: 2;
  color: #3b3b3b;
  cursor: pointer;
  text-decoration: none;
}

#studio {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  z-index: 2;
  color: #3b3b3b;
}

.year {
  width:30px;
}

#code {
  width:50px;
}

#name {
  width:80px;
}

#designer {
  width:80px;
}

.label {
  margin-left:5px;
  margin-right:-3px;
  font-size: 16px;
  font-weight: bold;
  z-index: 2;
  color: #3b3b3b;
  text-decoration: none;
}

#slots {
  position: absolute;
  top:55px;
  left:20px;
  width: 280px;
  height: 892px;
  overflow: auto;
  direction: rtl;
  display:none;
}

.slot {
  position:normal;
  top:552px;
  left:760px;
  height:170px;
  opacity:1.0;
  border:1px solid #aaaaaa;
  display:none;
}

.vp{
  position:absolute;
  width:360px;
  height:270px;
  border:solid;
  border-width:1px;
  border-color:#888888;
}

.vplabel{
  position:absolute;
  left:25px;
 	color: rgb(90, 90, 90);
  font-size: 16px;
}
