body {
  height: 100vh;
  width: 100vw;
  font-family: "Ubuntu", sans-serif;
  background: rgb(12, 12, 12);
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.headercontainer {
  box-sizing: border-box;
  padding: 20px;
  position: sticky;
  top: 0;
  background: rgb(43, 43, 43);
  width: 100vw;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

input {
  margin: 5px 5px 5px 0;
  padding: 8px 16px;
  border: none;
  width: 400px;
  vertical-align: middle;
  font-size: 1rem;
}

#qrcode {
  width:128px;
  height:128px;
  margin: 10px auto;
}

button {
  margin: 5px;
  padding: 8px 16px;
  background-color: rgb(228, 30, 30);
  border: none;
  border-radius: .4cap;

  font-size: 1rem;
  color: #fff;

  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

button:hover {
  background-color: rgb(189, 24, 24);
}

.smart {
  margin: 50px auto;

  border-color: #444;
  background-color: #333;

  width: 375px;
  height: 667px;
  border-radius: 40px;
  border: 2px solid #ddd;
  padding: 60px 10px;

  position: relative;
}

#acenzione-button {
  background-color: #333;

  height: 20px;
  left: -5px;
  top: 59px;
  border-radius: 4px 0 0 4px;

  width: 3px;
  background: #333;
  position: absolute;
}

#volume-su {
  height: 40px;
  width: 3px;
  left: -7px;
  top: 110px;
  border-radius: 4px 0 0 4px;

  width: 5px;
  background: #333;
  position: absolute;
}

#volume-giu {
  height: 40px;
  width: 3px;
  left: -7px;
  top: 155px;
  border-radius: 4px 0 0 4px;

  width: 5px;
  background: #333;
  position: absolute;
}

#dettaglio {
  position: absolute;
  left: 0;
  top: 17px;
  width: 100%;
}

#fotocamera {
  background: #111;
  height: 7px;
  width: 7px;
  margin: auto;

  border-radius: 100px;
  display: block;
}

#sensore {
  background: #111;
  height: 7px;
  width: 7px;
  margin: 12px 100px;

  border-radius: 100px;
  display: block;
}

#microfono {
  background: #111;
  height: 7px;
  width: 90px;
  margin: -19px auto 0;
  border-radius: 100px;
}

#schermo {
  height: 667px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  overflow: hidden;
  position: relative;
}

iframe {
  height:667px;
  width: 100%;
  border: none;
}

#bottone {
  height: 40px;
  width: 40px;
  background: #111;
  margin: 17px auto;
  border-radius: 100px;
}

.frame-posizione {
  margin-left: 0px;
  margin-right: -1px;
  display: block;
}

#header {
  background: #555;
  box-shadow: 1px 2px 7px #333;
}

.wrap {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

#menu {
  position: relative;
  height: 60px;
}

#menu ul {
  list-style: none;
}

#menu ul li {
  float: left;
  padding: 3px;
}

#menu ul li a {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

#menu ul li a:hover {
  background: #444;
  transition-property: background-color;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  color: #fff;
}

.three-lines-menu {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 32px;
  display: none;
}

#menu ul {
  display: none;
  padding: 60px;
}

#menu ul li {
  float: none;
  background: #555;
}

.three-lines-menu {
  display: block;
  cursor: pointer;
}

#menu ul.menu-responsive {
  display: block;
  width: 100%;
  margin-top: 0;
}

.puce-logo:hover,
.tab-selected .puce-logo {
  filter: grayscale(0);
  opacity: 100%;
}

.tab-selected .puce-logo {
  opacity:100%!important;
}

.puce-logo[data-v-31033b00] {
  opacity: 100%!important;
}