.v3d-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  font-family: 'PT Sans', sans-serif;
  color: var(--bs-light);
  line-height: 1.1em;
  /*background-color: #f5f5f5ff;*/
}

.v3d-loader {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.v3d-loader-logo {
  width: 150px;
}

.v3d-loader-icon {
  font-size: 2vmax;
  margin: 15px;
}

.v3d-loader-bar {
  height: 0.5vmax;
  background: #3375c9;
  width: 100%;
  /*left: 10px;*/
  /*bottom: 5px;*/
  /*position: relative;*/
  display: block;
  /*margin: 10px;*/
}

.annotation-dialog {
  /*position: relative;*/
  /*top: 0px;*/
  /*left: 0px;*/
  background: #f5f5f5f0;
  border-radius: 1vmax;
  box-shadow: 2px 2px 6px 1px var(--bs-secondary-color);
  justify-content: flex-start;
  display: flex;
  width: 31vmax;
  margin: 0.3vmax;
  margin-left: 2vmax;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  z-index: 3;
  align-items: center;
}

.top-dialog {
  /*box-shadow: 2px 2px 6px 1px #b1b1b1;*/
  position: absolute;
  top: 11vmax;
  left: 50%;
  margin: 1%;
  z-index: 3;
  transform: translateX(-50%);
}

.right-dialog {
  /*box-shadow: 2px 2px 6px 1px #b1b1b1;*/
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 1%;
  z-index: 3;
}

.left-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  justify-content: flex-start;
  display: flex;
  width: auto;
  margin: 1%;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  z-index: 3;
}

.controls {
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  justify-content: flex-start;
  display: flex;
  width: auto;
  /*margin: 1%;*/
  flex-direction: column;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 3;
}

.center {
  background: #00000033;
  box-shadow: 2px 2px 6px 1px var(--bs-secondary-color);
  border-radius: 1vmax;
  position: relative;
  top: 9vmax;
  justify-content: center;
  display: flex;
  width: 70%;
  /*margin: 1%;*/
  flex-direction: column;
  align-content: center;
  align-items: center;
  max-height: 90%;
  left: 50%;
  transform: translateX(-50%);
}

.product-title {
  font-size: 1.5vmax;
  top: 3vmax;
  position: absolute;
  /*width: 100%;*/
  /*border-bottom-right-radius: 20px;*/
  /*border-bottom-left-radius: 20px;*/
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1em;
  /*min-height: 65px;*/
  /*padding-right: 20px;*/
  /*padding-left: 20px;*/
  /*padding-top: 55px;*/
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  z-index: 3;
}

.top-menu {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-style: none;
}

.bottom-menu {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-style: none;
}

.sub-menu {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  position: absolute;
  display: flex;
  flex-direction: column;
  max-height: 85vh;
}

@media (max-height: 399px) {
  .sub-menu {
    max-height: 65vh;
  }
}

.top-left {
  left: 0%;
  top: 0%;
  display: inline-flex;
  position: absolute;
  z-index: 3;
}

.bottom-left {
  left: 0%;
  bottom: 0%;
  position: absolute;
  display: inline-flex;
  flex-wrap: wrap;
  z-index: 3;
}

.top-right {
  right: 0%;
  top: 0%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 3;
}

.bottom-right {
  right: 0%;
  bottom: 0%;
  position: absolute;
  display: inline-flex;
  z-index: 3;
}

.button {
  background: #f1f1f1;
  padding: 5px;
  margin: 10px;
  border-top-style: none;
  cursor: pointer;
}

.help-icon {
  height: 5vmax;
  width: 4vmax;
}

.qr-icon {
  border-top-style: none;
}

.button-icon {
  width: 3vmax;
  height: 3vmax;
  border-radius: 1vmax;
  font-size: 1.8vmax;
  margin: 1vmax;
  box-shadow: 2px 2px 6px 1px var(--bs-secondary-color);
  display: flex;
  justify-content: center;
  cursor: pointer;
  background: #3375c9;
  align-content: center;
  align-items: center;
  padding: 0.2vmax;
}

.button-text {
  position: relative;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
}

.sub-menu-control {
  font-weight: bold;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.5em;
  line-height: 0.9em;
  cursor: pointer;
}

.arrow {
  text-shadow: 1px 1px 5px rgb(79,75,75);
  font-size: 1.5em;
  margin: -5px;
}

a {
  color: #082141;
  text-decoration: none;
}

a:hover {
  color: #082141;
}

.sub-menu-content {
  overflow: auto;
  overflow-x: hidden;
}

.animation {
  display: flex;
}

.help-content {
  display: inline-flex;
  /*margin-bottom: 15px;*/
}

.animation-control {
  display: inline-flex;
}

.animation-title {
  border-radius: 15px;
  text-align: center;
  box-shadow: 2px 2px 6px 1px var(--bs-secondary-color);
  margin: 6px;
  padding: 14px;
  cursor: pointer;
}

.icon {
  margin: auto;
}

body {
  background-color: transparent;
}

.qr-content {
  /*margin: 15px;*/
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.Logo {
  width: 30vmax;
  /*height: 5%;*/
  margin: 1vmax;
}

.controls-button {
  width: 100%;
  /*height: 45px;*/
  border-radius: 1vmax;
  font-size: 1.5vmax;
  margin: 0.3vmax;
  box-shadow: 2px 2px 6px 1px var(--bs-secondary-color);
  /*display: flex;*/
  /*justify-content: center;*/
  cursor: pointer;
  background: #0072CE;
  padding: 1vmax;
  padding-top: 1.5vmax;
  padding-bottom: 1.5vmax;
  color: var(--bs-light);
}

.videoContainer {
  width: 95%;
  padding: 1vmax;
  position: relative;
  z-index: 3;
}

.poi-annotation {
  position: absolute;
  top: -0.5vmax;
  left: -0.5vmax;
  /*width: auto;*/
  /*min-width: 14px;*/
  /*height: 26px;*/
  padding: 0.2vmax;
  /*border: 1px solid #fff;*/
  border-radius: 1vmax;
  /*font-size: 1vmax;*/
  /*font-family: sans-serif;*/
  line-height: 1vmax;
  /*color: #fff;*/
  text-align: center;
  user-select: none;
  background: #3375c9;
  box-shadow: 2px 2px 6px 1px var(--bs-secondary-color);
  cursor: pointer;
}

.poi-annotation-title {
  position: absolute;
  border-bottom: white 0.1vmax;
  border-bottom-style: solid;
  user-select: none;
  padding: 0.5vmax;
  min-width: 12vmax;
  font-size: 0.8vmax;
  cursor: pointer;
}

.poi-annotation-dialog {
  position: absolute;
  background: #0072CE;
  width: 20vmax;
  font-size: 1.5vmax;
  /*padding: 1vmax;*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  border-top-left-radius: 1vmax;
  border-top-right-radius: 1vmax;
  border-radius: 1vmax;
  align-content: center;
}

.poi-annotation-dialog-left {
  bottom: 2vmax;
  right: 2vmax;
}

.poi-annotation-dialog-right {
  bottom: 2vmax;
  left: 2vmax;
  /*text-align: left;*/
}

.poi-annotation-title-left {
  bottom: 0.5vmax;
  right: 0.5vmax;
  border-bottom-right-radius: 0.5vmax;
  text-align: left;
}

.poi-annotation-title-right {
  bottom: 0.5vmax;
  left: 0.5vmax;
  border-bottom-left-radius: 0.5vmax;
  text-align: right;
}

#QRCode {
  background: white;
  padding: 1vmax;
}

.help-block {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin: 2vmax;
}

.help-title {
  font-size: 1vmax;
}

.qrtext {
  margin-top: 15px;
  font-size: 1vmax;
}

.annotation-dialog-text {
  color: black;
  text-shadow: 2px 2px 6px #b3b3b3;
  padding: 2vmax;
  font-size: 1vmax;
  line-height: 2vmax;
}

.annotation-dialog-top {
  background: #0072CE;
  width: 100%;
  font-size: 1.5vmax;
  /*padding: 1vmax;*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  border-top-left-radius: 1vmax;
  border-top-right-radius: 1vmax;
  border-radius: 1vmax;
  align-content: center;
}

.right-dialog-top-title {
  /*display: inline-block;*/
  margin-right: 4vmax;
  /*margin-left: 2vmax;*/
}

.close-annotation {
  font-size: 1.8vmax;
  cursor: pointer;
  /*position: absolute;*/
  /*right: 0%;*/
  margin: 1vmax;
}

