body {
  margin: 0;
  padding: 0;
}

#app-standalone {
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: row-reverse;
}

model-viewer {
  width: 100%;
  height: 100%;
}

#enterFullscreen {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 40px;
  height: 40px;
  background: #dbdbdb url('https://static.vntana.com/assets/images/enter_fullscreen_icon.svg') no-repeat center;
  background-size: 25px auto;
  cursor: pointer;
  z-index: 1;
  border: none;
  outline: none;
}

#exitFullscreen {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 40px;
  height: 40px;
  background: #dbdbdb url('https://static.vntana.com/assets/images/exit_fullscreen_icon.svg') no-repeat center;
  background-size: 25px auto;
  display: none;
  cursor: pointer;
  z-index: 1;
  border: none;
  outline: none;
}

#vntana-test-editor {
  right: 0;
  background: white;
  padding: 16px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 12%;
  min-width: 12%;
}

fieldset {
  width: 90%;
  display: flex;
  flex-direction: column;
}
