*:not(p) {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
html {
  overflow: hidden;
  overscroll-behavior: none;
}
.v-hide {
  display: none !important;
}
.zzzv-hide-important {
  display: none !important;
}
.m-hide {
  display: none;
}
.v-busy {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.v-busy img {
  position: absolute;
  width: 48px;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 32px;
  cursor: pointer;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
* {
  font-family: 'Montserrat-Regular';
  font-size: 0px;
}
.v-rotate-button {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.v-rotate-button img {
  width: 100%;
}
.v-rotate-button OLDspan {
  color: black;
  font-size: 33px;
}
.v-ime-sku-not-found {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: flex;
  justify-content: center;
  align-items: center;
}
.v-ime-sku-not-found p {
  text-align: center;
  width: 200px;
  height: 50px;
  font-size: 14px;
  padding: 20px;
  color: white;
  background-color: rgba(40, 40, 40, 0.8);
}
.v-ime-room-viewer-uyo .vv-popup-content {
  width: 90%;
  max-width: 400px;
}
.v-ime-room-viewer-uyo .vv-popup-content .vv-popup-text {
  text-align: left;
}
.v-ime-room-viewer-uyo .vv-popup-content .vv-popup-text b {
  font-size: initial;
}
.v-ime-room-viewer-uyo .vv-popup-content .qr-code-container {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.v-ime-room-viewer-uyo .vv-popup-content .qr-code-container img {
  margin-left: 30%;
  width: 40%;
  border: 10px solid white;
}
.v-ime-room-viewer-uyo .vv-popup-content .message-container .vv-popup-text {
  text-align: center;
  zbackground-color: yellow;
}
.v-ime-room-viewer-uyo .vv-popup-content .waiting {
  color: red;
}
.v-ime-room-viewer-uyo .vv-popup-content .found {
  color: #0a0;
}
.v-ime-room-viewer-uyo .v-popup-text-button.load-my-existing-photo,
.v-ime-room-viewer-uyo .v-popup-text-button.load-my-photo {
  width: 150px;
}
.v-ime-room-viewer-uyo .vv-popup-text.center {
  text-align: center !important;
}
.vv-popup-separator {
  width: 100%;
  height: 15px;
  zbackground-color: cyan;
}
.vv-popup-separator-row {
  width: 15px;
  height: 15px;
  zbackground-color: cyan;
}
.vv-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.vv-popup-content {
  display: flex;
  flex-direction: column;
  zjustify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  zzzzdisplay: inline-block;
  padding: 15px 40px 15px 40px;
  padding: 15px;
  zzborder-radius: 12px;
  border-radius: 20px;
  width: 300px;
  background-color: white;
}
.vv-popup-content .vv-popup-close {
  align-self: flex-start;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 11px;
  margin: -15px 0 0 -20px;
  cursor: pointer;
}
.vv-popup-content .vv-popup-close span {
  color: var(--text-colour);
}
.vv-popup-content .vv-popup-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: var(--text-colour);
  margin-left: 30px;
  margin-right: 30px;
  zzbackground-color: cyan;
}
.vv-popup-content .vv-popup-text {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 15px;
  text-align: center;
  color: var(--text-colour);
  zbackground-color: yellow;
}
.vv-popup-content .vv-popup-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.vv-popup-content .vv-popup-buttons.vv-popup-row-buttons {
  display: flex;
  flex-direction: row;
}
.vv-popup-content ul {
  zzzmargin-top: 0;
  font-size: 14px;
  text-align: left;
  color: var(--text-colour);
  zbackground-color: yellow;
}
.vv-popup-content li {
  text-align: left !important;
}
.v-popup-text-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #444;
  cursor: pointer;
}
.v-popup-text-button p {
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.vv-popup-buttons.vv-popup-row-buttons .v-popup-text-button {
  width: 150px;
}
.v-popup-text-button.vv-popup-button-2 {
  background-color: #e6e6e6;
}
.v-popup-text-button.vv-popup-button-2 p {
  color: #444;
}
