* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

.model-selector {
  position: fixed;
  bottom: 0;
  left: 0;

  background-color: white;
  font-weight: bold;

  padding: 1em;
}

.model-selector.model-5 {
  bottom: 10px !important;
}

.model-selector.model-6 {
  bottom: 50px !important;
}

.model-selector.model-7 {
  bottom: 90px !important;
}

.model-selector.model-8 {
  bottom: 130px !important;
}

.mindar-ui-scanning .scanning {
  display: none;
}

.primer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;

  z-index: 9999;

  background-color: black;
  color: white;

  display: flex;
  justify-content: center;
  align-items: center;
}
