* {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  background: rgb(40, 40, 40);
}

.disable-select {
  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 */
}

.demo model-viewer {
  cursor: grab;
  display: flex;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
  user-select: none;
  position: relative;
  user-select: none;
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}

model-viewer#ar-object {
  /* --poster-color: transparent; */
  --poster-height: 100vh;
}

.ar-button,
#ar-button {
  /* background-image: url(../../assets/ic_view_in_ar_new_googblue_48dp.png); */
  background-repeat: no-repeat;
  /* background-size: 20px 20px; */
  /* background-position: 12px 50%; */
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* white-space: nowrap; */
  bottom: 160px;
  padding: 0px 40px 0px 40px;
  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color: #cccccc;
  height: 60px;
  line-height: 36px;
  border-radius: 30px;
  border: 1px solid #cccccc;
  z-index: 100;
  /* box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

#ar-button:active {
  background-color: #E8EAED;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}