#vrContainer {

  background: #FFF;

  visibility: hidden;

  display: block;

  position: absolute;

  width: 100%;

  height: 100dvh;

  top: 0;

  left: 0;

  z-index: 210;

}

#vrCanvas {

  background: rgb(221, 221, 221);

  opacity: 0;

  display: block;

  touch-action: none;

  -webkit-tap-highlight-color: transparent;

  width: 100%;

  height: 100%;

  border: 0;

  z-index: 250;

}

#vrCloseBtn {

  border: 0;

  background: none;

  padding: 0;

  position: absolute;

  z-index: 1000;

  top: 150px;

  left: 30px;

  font-weight: 500;

  color: #30495d;

  font-size: 20px;

  cursor: pointer;

  display: flex;

  align-items: center;
}

#vrCloseBtn span {

  margin: 0 0 0 10px;

}

#vrControl {

  position: absolute;

  bottom: 10px;

  left: 50%;

  transform: translate(-50%);

  padding: 5px;

  border-radius: 5px;

  background: #FFF;

  font-size: 20px;

  cursor: pointer;

}

#availableMaterials {

  font-size: 12px;

}

#availableMaterials ul {

  list-style-type: none;

  padding: 0;

  text-align: center;

}

.materialSw {

  display: block;

  cursor: pointer;

}