:root {
  --cc-z-index: 99991;
}
html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #343434;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
* {
  -webkit-tap-highlight-color: transparent;
}
a:hover,
a:visited,
a:link,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
canvas {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  will-change: transform;
}
audio:focus {
  outline: none;
}
video:focus {
  outline: none;
}
.disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
}
.hidden,
.hidden_lc {
  display: none !important;
}
.hidden_m {
  opacity: 0 !important;
  pointer-events: none !important;
}
.hidden_p {
  display: none !important;
}
.hidden_s {
  display: none !important;
}
.hidden_pb {
  opacity: 0 !important;
  pointer-events: none !important;
}
.hidden_icons {
  opacity: 0 !important;
  pointer-events: none !important;
}
.noselect,
a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
}
.small-element {
  position: relative;
}
.small-element:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}
.locked {
  pointer-events: none !important;
}
.locked * {
  pointer-events: none !important;
}
.error_input {
  border: 1px solid red !important;
}
.jconfirm {
  z-index: 88888 !important;
}
.info_box_content {
  width: 90%;
}
.info_panel_content {
  width: calc(100% - 10px);
  margin-top: 18px;
  padding: 5px;
}
.intro_img {
  position: relative;
  z-index: 77777;
  justify-content: center;
  align-items: center;
  display: none;
  height: 100vh;
  cursor: pointer;
}
.intro_img img {
  width: 70%;
  max-width: 400px;
  border-radius: 20px;
}
#flyin {
  position: absolute;
  top: -90px;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100vh;
  opacity: 0;
}
.panorama {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
#vs_before {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: none;
  pointer-events: none;
}
#vs_before .custom-hotspot {
  pointer-events: initial;
}
#vs_slider {
  display: none;
  pointer-events: none;
  position: absolute;
  z-index: 15;
  top: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 100vh;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 70px,
    rgba(255, 255, 255, 0.8) 120px,
    rgba(255, 255, 255, 0.8) 100%
  );
}
#vs_grab {
  display: none;
  position: absolute;
  z-index: 16;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 1);
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
}
#vs_grab i {
  margin: 0 3px;
}
.grabbable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.grabbable:active {
  cursor: ew-resize;
}
.custom-hotspot .div_marker_wrapper {
  padding: 16px 16px;
  border-radius: 80px;
  text-align: center;
  min-width: 50px;
  min-height: 28px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.custom-hotspot-content .div_poi_wrapper {
  padding: 16px 16px;
  border-radius: 80px;
  text-align: center;
  min-width: 50px;
  min-height: 28px;
  font-size: 32px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.div_visitor_wrapper {
  border-radius: 25px;
  text-align: center;
  min-width: 25px;
  min-height: 25px;
  line-height: 23px;
  background: #000000;
  opacity: 0.8;
  border: 1px solid white;
}
.div_visitor_wrapper i {
  margin: 0 auto;
  font-size: 11px;
  color: #ffffff;
}
.pnlm-pointer:not(.poi_not_selectable) .pulse_icon:hover,
.pulse_icon_hover {
  animation: pulse-h 1.2s infinite;
}
.pnlm-pointer:not(.poi_not_selectable) .pulse_image:hover,
.pulse_image_hover {
  animation: pulse-o 1.2s infinite;
}
.no_animation {
  animation: none !important;
}
@keyframes pulse-h {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-o {
  0% {
    opacity: 0.7;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
#background_loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: no-repeat center center fixed;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
  display: none;
}
.background_opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 540px) and (orientation: portrait) {
  #background_loading {
    background: no-repeat top center scroll;
    background-size: cover;
  }
}
#video_loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
}
#skip_video_intro {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  padding: 6px 12px;
  border: 1px solid white;
  color: white;
  font-size: 12px;
  border-radius: 20px;
  cursor: pointer;
}
#icon_play {
  font-size: 66px;
  display: none;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 90px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-radius: 50%;
  padding-left: 5px;
}
.loading {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: white;
}
.div_change_lang {
  display: none;
  position: relative;
  z-index: 9999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 12px;
  pointer-events: none;
}
.div_change_lang div {
  color: white;
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
}
#switching_lang img {
  height: 14px;
  vertical-align: bottom;
}
.loading .progress {
  position: absolute;
  z-index: 999;
  bottom: 12%;
  width: 100%;
}
.loading .progress img {
  max-height: 80px;
}
#pbar {
  margin-top: 20px;
  height: 4px;
}
.progress-circle {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  top: calc(50% - 90px);
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  z-index: 999;
  overflow: visible;
}
#progress_msg {
  width: 100vh;
  margin-top: 10px;
  font-size: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0.75);
}
#progress_msg img {
  height: 20px;
  vertical-align: middle;
}
#progress_msg i {
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
#name_virtualtour {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: default;
}
#author_virtualtour {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  cursor: default;
}
.map {
  position: absolute;
  z-index: 1051;
  opacity: 1;
  display: none;
}
.map_top_right {
  top: 48px;
  right: 6px;
}
.map_top_left {
  top: 48px;
  left: 6px;
}
.map_zoomed {
  position: absolute;
  top: 50% !important;
  right: unset !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  z-index: 1060;
}
#map_zoomed_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1055;
}
.map_zoomed .map_image {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.darker_img {
  filter: grayscale(100%) brightness(0.1);
}
.map_bar {
  display: flex;
  flex-direction: row;
  position: absolute;
  width: calc(100% - 4px);
  height: auto;
  background-color: white;
  opacity: 1;
  border-radius: 0 0 5px 5px;
  padding: 3px 2px;
  white-space: nowrap;
}
.map_zoomed .map_bar {
  padding: 5px 2px;
}
.all_maps {
  text-align: left;
  position: relative;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.map_wrapper {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.map_zoomed .map_wrapper {
  opacity: 1;
}
.map_name {
  font-size: 11px;
  flex-grow: 1;
  padding-left: 6px;
  align-self: center;
  cursor: default;
  font-weight: bold;
  color: #333333;
  line-height: 9px;
  overflow: hidden;
}
.info_map_btn {
  cursor: pointer;
  font-size: 11px;
  color: #333333;
}
.info_map_btn:hover {
  color: #000000;
}
.map_controls_btn {
  width: 120px;
  text-align: right;
}
.map_zoomed .map_controls_btn {
  width: 130px;
}
.map_selector_control {
  width: 24px;
  text-align: center;
  cursor: pointer;
}
.map_selector_control i {
  font-size: 14px;
  padding: 2px;
  color: #333333;
}
.map_zoomed .map_selector_control {
  width: 30px;
}
.map_selector_control:hover i {
  color: #000000;
}
.map_zoom_plus_control {
  display: inline-block;
  width: 24px;
  text-align: center;
  cursor: pointer;
}
.map_zoomed .map_zoom_plus_control {
  width: 30px;
}
.map_zoom_plus_control i {
  font-size: 14px;
  color: #333333;
}
.map_zoom_plus_control:hover i {
  color: #000000;
}
.map_zoom_minus_control {
  display: inline-block;
  width: 24px;
  text-align: center;
  cursor: pointer;
}
.map_zoomed .map_zoom_minus_control {
  width: 30px;
}
.map_zoom_minus_control i {
  font-size: 14px;
  color: #333333;
}
.map_zoom_minus_control:hover i {
  color: #000000;
}
.map_zoom_control {
  display: inline-block;
  width: 24px;
  text-align: center;
  cursor: pointer;
}
.map_zoomed .map_zoom_control {
  width: 30px;
}
.map_zoom_control i {
  font-size: 14px;
  color: #333333;
}
.map_zoom_control:hover i {
  color: #000000;
}
.map_close_control {
  display: inline-block;
  width: 24px;
  text-align: center;
  cursor: pointer;
}
.map_zoomed .map_close_control {
  width: 30px;
}
.map_close_control i {
  font-size: 14px;
  color: #333333;
}
.map_close_control:hover i {
  color: #000000;
}
.map_selector {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 4px);
  overflow-y: scroll;
  z-index: 40;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.map_selector::-webkit-scrollbar {
  display: none;
}
.map_selector ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-self: center;
  width: 100%;
}
.map_selector li {
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  cursor: pointer;
}
.map_selector li a {
  text-decoration: none;
  color: white;
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
  display: block;
  cursor: pointer;
}
.map_selector li a:hover {
  font-size: 18px;
  background: white;
  color: black;
}
.pointer {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  transform: rotate(0deg) scale(1);
  opacity: 0.4;
  text-align: center;
  color: white;
  z-index: 1;
  pointer-events: none;
}
.view_direction__center {
  background: #0061ff;
  border-radius: 13px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 13px;
  left: 13px;
  cursor: pointer;
  pointer-events: initial;
}
.view_direction__arrow {
  background: rgb(0, 97, 255);
  background: linear-gradient(
    -45deg,
    rgba(0, 97, 255, 0) 10%,
    rgba(0, 97, 255, 1) 100%
  );
  border-radius: 0 0 30px;
  display: block;
  height: 23px;
  width: 23px;
  transform: rotate(-45deg);
  position: absolute;
  top: 9px;
  left: 24px;
  pointer-events: none;
}
.logo {
  position: absolute;
  z-index: 30;
  opacity: 1;
  display: none;
  cursor: unset;
  pointer-events: none;
}
.logo_top_right {
  top: 16px;
  left: 10px;

}
.logo_top_left {
  top: 45px;
  left: 6px;
}
.logo_top_center {
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.logo img {
  height: 40px;
}
.poweredby {
  position: absolute;
  opacity: 1;
  z-index: 30;
  display: none;
  cursor: unset;
  pointer-events: none;
  transition: opacity 0.4s;
}
.poweredby_bottom_right {
  bottom: 6px;
  right: 6px;
  text-align: right;
}
.poweredby_bottom_left {
  bottom: 6px;
  left: 6px;
  text-align: left;
}
.poweredby_bottom_center {
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.poweredby img {
  height: 40px;
  vertical-align: bottom;
}
.poweredby span {
  display: inline-block;
  color: white;
  font-size: 12px;
  transform: translateY(4px);
}
.poweredby a:focus,
.poweredby a:active,
.poweredby a:hover,
.poweredby a:visited {
  text-decoration: none;
}
.avatar_video {
  position: absolute;
  opacity: 0;
  z-index: 1001;
  display: none;
  cursor: unset;
  pointer-events: none;
  transition: opacity 0.4s;
}
.avatar_video_bottom_right {
  bottom: 0;
  right: 15%;
}
.avatar_video_bottom_left {
  bottom: 0;
  left: 15%;
}
.avatar_video_bottom_center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.avatar_video video {
  height: 100%;
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
  object-position: center bottom;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.pnlm-title-box {
  font-size: 14px;
}
.list_slider {
  width: max-content;
  height: 100% !important;
  padding: 0;
  position: absolute;
  bottom: -110px;
  opacity: 0;
  background-color: rgb(22 39 59 / 50%) !important;
  top: 0;
  z-index: 10 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.list_slider .slidee {
  margin: 0;
  padding: 0;
  /* height: 100%; */
  list-style: none;
  margin: 0 auto;
  width: 166px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* overflow-y: auto;
    overflow-x: hidden; */
  transform: none !important;
}
.list_slider::-webkit-scrollbar {
  width: 3px;
}

.list_slider::-webkit-scrollbar-track {
  background: #70707031;
}

.list_slider::-webkit-scrollbar-thumb {
  background: #d0cfcf97;
}
.list_slider .slidee li {
  /* float: left; */
  margin: 12px 3px 0 3px;
  padding: 0;
  height: 100px;
  width: 162px;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  /* overflow: hidden; */
  position: relative;
  cursor: pointer;
}
.list_slider .slidee li:first-child {
  margin-left: 6px;
}
.list_slider .slidee li:last-child {
  margin-right: 6px;
}
.list_slider .slidee li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}
.list_slider .slidee li:hover:before {
  background: rgba(0, 0, 0, 0.15);
}
.list_slider .slidee li.active:before {
  background: rgba(0, 0, 0, 0);
}
.list_slider .slidee li.active {
  box-shadow: 0 0 0 1px white;
}
.list_slider .slidee li img {
  /* height: 100px; */
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.list_slider .slidee li .room_name_slider {
  font-size: 12px;
  color: #ffffff;
  text-shadow: 0px 0px 5px #000;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding: 0;
  height: auto;
}
.list_slider #list_left {
  position: absolute;
  top: calc(50% - 12px);
  left: 10px;
  font-size: 24px;
  cursor: pointer;
  width: 20px;
}
.list_slider #list_right {
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  width: 20px;
}
.list_slider .stat_visitors_rt_rooms {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 0px 6px 1px 6px;
  height: 15px;
  border-radius: 15px;
  line-height: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 10px;
}
.list_slider .stat_visitors_rt_rooms i {
  font-size: 8px;
}
.list_slider .stat_visitors_rt_rooms span {
  vertical-align: middle;
}
@media (max-width: 960px) {
  .list_slider {
    height: 96px;
  }
  .list_slider .slidee li {
    width: 144px;
    height: 90px;
  }
  .list_slider .slidee li img {
    height: 90px;
  }
  .list_slider .slidee li .room_name_slider {
    font-size: 11px;
  }
}
@media (max-width: 540px) {
  .list_slider {
    height: 66px;
  }
  .list_slider .slidee li:before {
    background: rgba(0, 0, 0, 0) !important;
  }
  .list_slider .slidee li {
    width: 105px;
    height: 60px;
  }
  .list_slider .slidee li img {
    height: 60px;
  }
  .list_slider .slidee li .room_name_slider {
    font-size: 10px;
  }
}
#floatingSocialShare {
  position: absolute;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
}
#floatingSocialShare .a2a_kit {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2px 3px;
  border-radius: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
#floatingSocialShare a {
  margin: 2px;
  padding: 0;
  width: 32px;
  height: 32px;
}
#floatingSocialShare i {
  position: absolute;
  top: -30px;
  left: 50%;
  font-size: 22px;
  transform: translate(-50%);
  cursor: pointer;
  color: white;
}
#dialog {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  pointer-events: none;
}
#typed {
  color: #fff;
  text-shadow: 0px 0px 2px #000;
  font-size: 24pt;
  text-transform: uppercase;
}
#loading_pano {
  display: none;
  font-size: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  color: white;
  opacity: 0;
  z-index: 12;
}
#background_pano {
  background-image: url(transparent.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
#background_pano_vr {
  background-image: url(transparent.png);
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  display: none;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.p_control {
  border-radius: 8px;
}
.nadir-hotspot {
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
}
.nadir-hotspot-small {
  width: 100px;
  height: 100px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
}
.nadir-hotspot-medium {
  width: 200px;
  height: 200px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
}
.nadir-hotspot-large {
  width: 400px;
  height: 400px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
}

#btn_stop_presentation {
  width: 28px;
  height: 28px;
  text-align: center;
  display: none;
  line-height: 28px;
  position: absolute;
  top: 4px;
  left: 8px;
  z-index: 30;
}
#btn_stop_vr {
  width: 28px;
  height: 28px;
  text-align: center;
  display: none;
  line-height: 28px;
  position: absolute;
  top: 10px;
  left: 16px;
  z-index: 30;
}
#btn_stop_vr_2 {
  width: 28px;
  height: 28px;
  text-align: center;
  display: none;
  line-height: 28px;
  position: absolute;
  top: 10px;
  left: calc(50% + 16px);
  z-index: 30;
}
.header_vt {
  display: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.269) 14.3%,
    rgba(0, 0, 0, 0.24) 26.2%,
    rgba(0, 0, 0, 0.214) 36%,
    rgba(0, 0, 0, 0.19) 44.1%,
    rgba(0, 0, 0, 0.168) 50.6%,
    rgba(0, 0, 0, 0.148) 55.9%,
    rgba(0, 0, 0, 0.129) 60.4%,
    rgba(0, 0, 0, 0.111) 64.3%,
    rgba(0, 0, 0, 0.094) 67.8%,
    rgba(0, 0, 0, 0.078) 71.4%,
    rgba(0, 0, 0, 0.062) 75.3%,
    rgba(0, 0, 0, 0.047) 79.8%,
    rgba(0, 0, 0, 0.031) 85.2%,
    rgba(0, 0, 0, 0.016) 91.9%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 85px;
  padding: 2px 0px;
  position: absolute;
  top: 0;
  z-index: 30;
  width: 100%;
  text-align: center;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.header_vt_vr {
  display: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.269) 14.3%,
    rgba(0, 0, 0, 0.24) 26.2%,
    rgba(0, 0, 0, 0.214) 36%,
    rgba(0, 0, 0, 0.19) 44.1%,
    rgba(0, 0, 0, 0.168) 50.6%,
    rgba(0, 0, 0, 0.148) 55.9%,
    rgba(0, 0, 0, 0.129) 60.4%,
    rgba(0, 0, 0, 0.111) 64.3%,
    rgba(0, 0, 0, 0.094) 67.8%,
    rgba(0, 0, 0, 0.078) 71.4%,
    rgba(0, 0, 0, 0.062) 75.3%,
    rgba(0, 0, 0, 0.047) 79.8%,
    rgba(0, 0, 0, 0.031) 85.2%,
    rgba(0, 0, 0, 0.016) 91.9%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 85px;
  padding: 2px 0px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 30;
  width: 50%;
  text-align: center;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.name_vt {
  padding-top: 5px;
  font-size: 12px;
  font-weight: bold;
  min-width: 150px;
  width: 40%;
  margin: 0 auto;
  vertical-align: middle;
}
.room_vt {
  padding-top: 2px;
  font-size: 12px;
  min-width: 150px;
  width: 40%;
  margin: 0 auto;
  vertical-align: middle;
}
.logo_room_vt {
  height: 16px;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.comments_vt {
  width: fit-content;
  margin: 0 auto;
  padding-top: 2px;
  margin-bottom: 5px;
  pointer-events: initial;
  cursor: pointer;
  display: none;
}
.comments_vt #comments_control {
  font-size: 16px;
  vertical-align: middle;
}
.disqus-comment-count {
  font-size: 12px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  background: #1b1b1b;
  background: rgba(0, 0, 0, 0.6);
}
#controls_bottom_left {
  opacity: 0;
  position: absolute;
  bottom: 6px;
  left: 6px;
  width: auto;
  padding-left: 0;
  height: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
#controls_bottom_right {
  opacity: 0;
  position: absolute;
  top: 6px !important;
  right: 6px;
  width: auto;
  height: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: right;
}
#controls_bottom_center {
  opacity: 0;
  position: absolute;
  bottom: 32px;
  left: 0px;
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#controls_bottom_center-2 {
  opacity: 0;
  position: absolute;
  bottom: 2px;
  left: 0px;
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.control_center_new_main {
  width:  max-content;     /* 441px;*/   /* 506px;*/
  /* overflow-x: hidden; */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  background: #062039cc;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 1);
  z-index: 11;
  border-radius: 35px;
}
.conrol_slider_hidden{
  width:  max-content;     /* 441px;*/   /* 506px;*/
  overflow-x: hidden;
}
#control_bottom_center_new {
  padding: 6px 14px;
  /* width: 478px; */
  width: max-content;
  /* width: 478px; */
  width: max-content;
  overflow-x: scroll;
  overflow-y: hidden;
}
.control_bottom_center_new_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: max-content;
}
#control_bottom_center_new::-webkit-scrollbar {
  height: 3px;
}
#control_bottom_center_new::-webkit-scrollbar-thumb {
  background: #d0cfcf97;
}
#control_bottom_center_new::-webkit-scrollbar-track {
  background: #70707031;
}

#control_bottom_center_new .control_bottom_center_new_content > .controls_btn {
  opacity: 1 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#controls_bottom_left .controls_btn {
  margin: 0 2px;
}
#controls_bottom_left .controls_arrows {
  margin: 0 2px;
}
#controls_bottom_right .controls_btn {
  margin: 0 2px;
}
#controls_bottom_right .controls_arrows {
  margin: 0 2px;
}
#controls_bottom_center .controls_btn {
  margin: 0 2px;
}
#controls_bottom_center .controls_arrows {
  margin: 0 2px;
}
.voice_control {
  opacity: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100vw;
  height: 30px;
}
#skitt-ui {
  position: absolute !important;
  left: 12px !important;
  bottom: 75px !important;
  height: 42px !important;
  /* width: 42px !important; */
  border-radius: 40px;
  background-color: rgba(41, 128, 185, 0.8);
}
#skitt-toggle-button {
  width: 42px !important;
  height: 42px !important;
  background-position: 6px 5px !important;
}
#skitt-listening-box {
  line-height: 42px !important;
}
.controls_arrows {
  position: relative;
  z-index: 42;
  width: auto;
  height: 30px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  display: inline-block;
  display: none;
  opacity: 0;
  pointer-events: none;
}
.controls_arrows i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.controls_btn {
  position: relative;
  z-index: 42;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #091239;
  background-color: #e9e7e8;
  display: none;
  opacity: 1;
  /* pointer-events: none; */
  cursor: pointer;
}
/* .whatsapp_control,
.dollhouse_control {
  font-size: 26px;
  color: #091239 !important;
  background-color: #e9e7e8 !important;
}
.facebook_control,
.location_control,
.media_control {
  font-size: 26px;
  color: #091239 !important;
  background-color: #e9e7e8 !important;
} */
#control_bottom_center_new [class*="customcss_control"] {
  font-size: 26px;
  color: #091239 !important;
  background-color: #e9e7e8 !important;
  cursor: pointer;
}
.compass_control {
  font-size: 26px;
  color: #091239 !important;
  background-color: #e9e7e87e !important;
  transform: rotate(0deg);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.nav_control {
  position: absolute;
  left: 6px;
  bottom: 46px;
  z-index: 11;
  display: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: move;
}
.nav_control i {
  font-size: 14px;
  padding: 4px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.nav_control i:hover {
  color: rgba(255, 255, 255, 1);
}
.nav_control .nav_up {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.nav_control .nav_down {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.nav_control .nav_left {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}
.nav_control .nav_right {
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
.nav_control .nav_rotate {
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) perspective(400px) rotateX(50deg);
}
@media (max-width: 480px) {
  .small-element:after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
  }
  #controls_bottom_left,
  #controls_bottom_right,
  #controls_bottom_center {
    height: 27px;
  }
  .voice_control {
    height: 27px;
  }
  #skitt-ui {
    height: 27px !important;
  }
  /* #skitt-toggle-button {
    width: 27px !important;
    height: 27px !important;
    background-position: 3px 2px !important;
  } */
  /* #skitt-listening-box {
    line-height: 27px !important;
  } */
  .controls_btn {
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 11px;
  }
  .controls_arrows {
    height: 27px;
    border-radius: 13.5px;
  }
  .controls_arrows i {
    font-size: 14px;
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
  .whatsapp_control {
    font-size: 12px;
  }
  .facebook_control {
    font-size: 12px;
  }
  /* .compass_control {
    font-size: 14px;
  } */
  .nav_control {
    width: 60px;
    height: 60px;
  }
  .nav_control i {
    font-size: 10px;
  }
  .nav_control .nav_rotate {
    font-size: 10px;
  }
}
@media (max-width: 360px) {
  .small-element:after {
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
  }
  #controls_bottom_left,
  #controls_bottom_right,
  #controls_bottom_center {
    height: 25px;
  }
  .voice_control {
    height: 25px;
  }

  /* #skitt-toggle-button {
    width: 25px !important;
    height: 25px !important;
    background-position: 3px 2px !important;
  } */
  /* #skitt-listening-box {
    line-height: 25px !important;
  } */
  .controls_btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
  }
  .controls_arrows {
    height: 25px;
    border-radius: 12.5px;
  }
  .controls_arrows i {
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .whatsapp_control {
    font-size: 12px;
  }
  .facebook_control {
    font-size: 12px;
  }
  .compass_control {
    font-size: 14px;
  }
  .nav_control {
    width: 60px;
    height: 60px;
  }
  .nav_control i {
    font-size: 10px;
  }
  .nav_control .nav_rotate {
    font-size: 10px;
  }
}
#fb-root {
  opacity: 0;
}
.fb_dialog {
  width: 60px;
  height: 60px;
  top: unset !important;
  bottom: 4px;
  right: 54px;
  z-index: 20 !important;
  transform: scale(0.73);
  transform-origin: bottom right;
  background: none !important;
  opacity: 0;
}
.fb_dialog iframe {
  margin-left: 0 !important;
  margin-right: 0 !important;
  bottom: 0px !important;
  right: 0px !important;
}
.pnlm-compass {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.fullscreen_control {
  display: none;
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 1001;
  color: white;
  cursor: pointer;
  font-size: 26px;
}
.song_control {
  display: none;
  position: absolute;
  top: 8px;
  left: 45px;
  z-index: 1032;
  color: white;
  cursor: pointer;
  font-size: 20px;
}
.map_control {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute;
    top: 10px;
    left: 6px; */
  width: 30px;
  z-index: 1052;
  pointer-events: auto;
  color: #091239 !important;
  background-color: #e9e7e8 !important;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 24px;
  right: 0 !important;
}
.map_tour_control {
  display: none;
  position: absolute;
  top: 9px;
  right: 82px;
  z-index: 1001;
  cursor: pointer;
  color: white;
  font-size: 17px;
}
.language_control {
  display: none;
  position: absolute;
  top: 7px;
  right: 111px;
  z-index: 1001;
  cursor: pointer;
}
.language_control img {
  height: 15px;
  vertical-align: bottom;
}
.list_control {
  /* display: none; */
  position: absolute;
  bottom: 0;
  height: 22px;
  width: 22px;
  /* width: 100%; */
  left: 0;
  z-index: 40;
  color: white;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  /* background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); */
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 8px;
  display: flex;      /* flex !important; */
  align-items: center;
  justify-content: center;
  left: 0;
  top: 18%;
  border-radius: 0 8px 8px 0;
}
.list_control i {
  /* position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%); */
  background-color: transparent !important;
}
.menu_controls {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute;
    top: 10px;
    left: 6px; */
  width: 30px;
  z-index: 1052;
  pointer-events: none;
  color: #091239 !important;
  background-color: #e9e7e8 !important;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  /* font-size: 12px;
    line-height: 30px;
    text-align: center; */
}
.menu_controls .title i {
  /* margin-left: 10px; */
  font-size: 24px;
  cursor: pointer;
  color: #091239 !important;
  pointer-events: initial;
}
.menu_controls .dropdown {
  position: fixed;
  width: auto;
  /*height: 0;*/
  opacity: 1;
  background: #fff;
  border-radius: 5px;
  color: #505050;
  margin-top: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.2s;
  bottom: 66px;
}
.menu_controls .down {
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transform: scaleY(1);
  pointer-events: initial;
}
.menu_controls .down::-webkit-scrollbar {
  width: 0 !important;
}
.menu_controls .arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  opacity: 1;
  position: absolute;
  left: 9px;
  top: 21px;
  display: none;
}
.menu_controls .arrow.gone {
  display: block;
}
.menu_controls p {
  font-size: 12px;
  padding: 6px 14px;
  margin: 0;
  transition: all 0.1s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu_controls p:hover {
  -webkit-transform: scale(1.05);
}
.menu_controls .active {
  color: darkgreen;
  font-size: 8px;
  vertical-align: middle;
  padding-bottom: 2px;
}
.menu_controls .not_active {
  color: lightgray;
  font-size: 8px;
  vertical-align: middle;
  padding-bottom: 2px;
}

.list_alt_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute;
    top: 10px;
    left: 6px; */
  width: 30px;
  z-index: 1052;
  pointer-events: none;
  color: #091239 !important;
  background-color: #e9e7e8 !important;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  z-index: 1053;
  pointer-events: none;
}
.list_alt_menu .title i {
  /* margin-left: 10px; */
  font-size: 26px;
  cursor: pointer;
  color: #091239 !important;
  pointer-events: initial;
}
.list_alt_menu .dropdown {
  position: fixed;
  width: auto;
  opacity: 1;
  background: #fff;
  border-radius: 5px;
  color: #505050;
  margin-top: 11px;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.2s;
  bottom: 66px;
}
.list_alt_menu .down {
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 5px 0;
  transform: scaleY(1);
  pointer-events: initial;
}
.list_alt_menu .down::-webkit-scrollbar {
  width: 0 !important;
}
.list_alt_menu .arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  opacity: 1;
  position: absolute;
  left: 5px;
  top: 21px;
  display: none;
}
.list_alt_menu .arrow.gone {
  display: block;
}
.list_alt_menu p {
  font-size: 12px;
  padding: 6px 14px;
  margin: 0;
  transition: all 0.1s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.list_alt_menu p:hover {
  -webkit-transform: scale(1.05);
}
.list_alt_menu p i {
  font-size: 10px;
  vertical-align: middle;
  padding-bottom: 3px;
}
.list_alt_menu .active {
  color: darkgreen;
}
.list_alt_menu .not_active {
  color: lightgray;
}

.language_menu {
  display: none;
  position: absolute;
  top: 10px;
  right: 108px;
  width: 30px;
  z-index: 1053;
  pointer-events: none;
}
.language_menu .title img {
  margin-left: 6px;
  margin-top: 1px;
  cursor: pointer;
  pointer-events: initial;
}
.language_menu .dropdown {
  position: fixed;
  right: 10px;
  width: auto;
  opacity: 1;
  background: #fff;
  border-radius: 5px;
  color: #505050;
  margin-top: 11px;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s;
}
.language_menu .down {
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 5px 0;
  transform: scaleY(1);
  pointer-events: initial;
}
.language_menu .down::-webkit-scrollbar {
  width: 0 !important;
}
.language_menu .arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  opacity: 1;
  position: absolute;
  left: 5px;
  top: 21px;
  display: none;
}
.language_menu .arrow.gone {
  display: block;
}
.language_menu p {
  font-size: 12px;
  padding: 6px 14px;
  margin: 0;
  transition: all 0.1s;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.language_menu p:hover {
  -webkit-transform: scale(1.05);
}
.language_menu p img {
  vertical-align: middle;
  padding-bottom: 3px;
  width: 22px;
  height: 14px;
}
.language_menu p.active {
  font-weight: bold;
  pointer-events: none;
}
.language_menu .title img {
  width: 23px;
  height: 15px;
}

.loading_vr {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  z-index: 9999;
  background-color: #343434;
  color: white;
}
.hotspots_vr {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cursor_vr {
  display: none;
  z-index: 999;
  color: white;
  font-size: 18px;
  text-shadow: 0px 0px 2px #005eff;
}
.cursor_vr_active {
  color: #005eff;
  text-shadow: 0px 0px 2px white;
}
#cursor_vr_left {
  position: absolute;
  top: calc(50% - 9px);
  left: calc(25% - 9px);
  display: none;
}
#cursor_vr_right {
  position: absolute;
  top: calc(50% - 9px);
  left: calc(75% - 9px);
  display: none;
}
.nadir-hotspot-small_vr {
  width: 80px !important;
  height: 80px !important;
}
.info_icon {
  display: none;
  float: left;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.info_icon i {
  font-size: 24px;
}
.lity-content {
  border-radius: 5px;
}
.lity-content p {
  margin: 0;
  padding: 0;
}
.lity-container {
  padding: 20px;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.lity-container::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.arrows_nav {
  display: none;
}
.arrows_nav .prev_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  left: 8px;
  z-index: 31;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  font-size: 24px;
  background: #062039cc;
  border: 1px solid rgba(255, 255, 255, 1);
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrows_nav .next_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  right: 8px;
  z-index: 29;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  font-size: 24px;
  background: #062039cc;
  border: 1px solid rgba(255, 255, 255, 1);
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.protect {
  display: none;
  position: absolute;
  top: calc(50% - 90px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
}
.meetingForm {
  display: none;
  position: absolute;
  top: calc(50% - 90px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  background: gray; 
  border: aliceblue;
  border-radius: 20px;
  padding: 20px;
}

.livecall_lead {
  display: none;
  position: absolute;
  top: calc(50% - 90px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  background: gray;
  border: aliceblue;
  border-radius: 20px;
  padding: 20px;
}

#message_container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.protect_mc {
  background: white;
  border-radius: 10px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  max-height: calc(100% - 120px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.protect_mc::-webkit-scrollbar {
  display: none;
}
.protect_mc #mc_embed_signup {
  width: 100%;
  max-width: 600px;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.protect_title {
  font-size: 16px;
  font-weight: bold;
  cursor: default;
}
.protect_description {
  font-size: 14px;
  font-weight: normal;
  cursor: default;
}
.password-wrapper {
  width: 300px;
  margin: 20px auto 20px auto;
  border-radius: 40px;
  background: transparent;
  position: relative;
}
.password-wrapper input {
  width: 250px;
  height: 20px;
  padding: 10px 0px;
  text-indent: 20px;
  float: left;
  font-size: 13px;
  border: none;
  border-radius: 40px;
  border-top-style: none;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: white;
}
.password-wrapper input:focus {
  outline: 0;
}
.password-wrapper input::-webkit-input-placeholder {
  color: white;
  font-weight: normal;
  font-style: italic;
  padding-left: 5px;
}
.password-wrapper input:-moz-placeholder {
  color: white;
  font-weight: normal;
  font-style: italic;
}
.password-wrapper input:-ms-input-placeholder {
  color: white;
  font-weight: normal;
  font-style: italic;
  border-style: none;
}
.password-wrapper button {
  overflow: visible;
  position: absolute;
  right: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 40px;
  width: 80px;
  font: 13px/40px "lucida sans", "trebuchet MS", "Tahoma";
  color: #000000;
  text-transform: uppercase;
  border-radius: 40px;
  background-color: white;
}
.password-wrapper button:hover {
  background: #000000;
  color: #ffffff;
}
.password-wrapper button:active,
.password-wrapper button:focus {
  outline: 0;
}
.password-wrapper button::-moz-focus-inner {
  /* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0;
}
#vt_password {
  color: white;
  border: none;
  display: block;
  text-security: disc;
  -webkit-text-security: disc;
  -moz-text-security: disc;
}
.form_poi {
  min-width: 300px;
}
.form_poi button {
  width: 100%;
  background-color: black;
  color: white;
  padding: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.form_main {
  min-width: 300px;
}
.form_main button {
  width: 100%;
  background-color: black;
  color: white;
  padding: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.button_success_form {
  background-color: darkgreen !important;
}
.deo-close-button {
  opacity: 0;
}
@font-face {
  font-family: "icomoon";
  src: url("icomoon.eot?bg5b0v");
  src: url("icomoon.eot?bg5b0v#iefix") format("embedded-opentype"),
    url("icomoon.ttf?bg5b0v") format("truetype"),
    url("icomoon.woff?bg5b0v") format("woff"),
    url("icomoon.svg?bg5b0v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "compass";
  src: url("compass.eot?qqliz0");
  src: url("compass.eot?qqliz0#iefix") format("embedded-opentype"),
    url("compass.ttf?qqliz0") format("truetype"),
    url("compass.woff?qqliz0") format("woff"),
    url("compass.svg?qqliz0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-compass"],
[class*=" icon-compass"] {
  font-family: "compass" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-map_off:before {
  content: "\e900";
  font-weight: bold;
}
.icon-map_on:before {
  content: "\e901";
}
.icon-compass:before {
  content: "\e902";
}
.fa-pulse {
  display: inline-block;
  -moz-animation: pulse 1s infinite linear;
  -o-animation: pulse 1s infinite linear;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
}
@-webkit-keyframes pulse {
  0% {
    color: #005eff;
  }
  50% {
    color: #ffffff;
  }
  100% {
    color: #005eff;
  }
}
@-moz-keyframes pulse {
  0% {
    color: #005eff;
  }
  50% {
    color: #ffffff;
  }
  100% {
    color: #005eff;
  }
}
@-o-keyframes pulse {
  0% {
    color: #005eff;
  }
  50% {
    color: #ffffff;
  }
  100% {
    color: #005eff;
  }
}
@-ms-keyframes pulse {
  0% {
    color: #005eff;
  }
  50% {
    color: #ffffff;
  }
  100% {
    color: #005eff;
  }
}
@keyframes pulse {
  0% {
    color: #005eff;
  }
  50% {
    color: #ffffff;
  }
  100% {
    color: #005eff;
  }
}

.live_call {
  display: none;
}
.live_status {
  background-color: white;
  width: 240px;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 10px;
  border-radius: 15px;
  position: absolute;
  top: 45px;
  left: calc(50% - 120px);
  z-index: 40;
  cursor: default;
}
#btn_live_end {
  float: right;
  margin-left: 10px;
  color: red;
  display: none;
  cursor: pointer;
}
#btn_link_session {
  float: right;
  margin-left: 10px;
  display: none;
  cursor: pointer;
}
#btn_lock_session {
  float: right;
  margin-left: 10px;
  display: none;
  cursor: pointer;
}
#btn_live_status {
  float: left;
  margin-right: 10px;
}
.video_my_wrapper {
  position: absolute;
  bottom: 46px;
  left: 10px;
  z-index: 10;
  max-width: 120px;
  max-height: 120px;
  width: 15vw;
  height: 15vw;
  z-index: 40;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.video_my_wrapper:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.video_remote_wrapper {
  position: absolute;
  bottom: 176px;
  left: 10px;
  z-index: 10;
  max-width: 120px;
  max-height: 120px;
  width: 15vw;
  height: 15vw;
  z-index: 40;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.video_remote_wrapper:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.video_background {
  max-width: 116px;
  max-height: 116px;
  width: 15vw;
  height: 15vw;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ada9a9;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  transform: translate(-50%, -50%) scaleX(-1);
  max-width: 200%;
  min-width: 100%;
  height: 100%;
}
.msg_lock {
  display: none;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 75px;
  z-index: 39;
  color: white;
}
.floating-chat {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  position: fixed;
  bottom: 18px;
  right: 100px;
  width: 40px;
  height: 40px;
  transform: translateY(70px);
  transition: all 50ms ease-out;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 40;
}
.floating-chat.enter:hover {
  opacity: 1;
}
.floating-chat.enter {
  transform: translateY(0);
  opacity: 0.9;
}
.floating-chat.expand {
  width: 250px;
  max-height: 400px;
  height: 400px;
  border-radius: 5px;
  cursor: auto;
  opacity: 1;
}
.floating-chat :focus {
  outline: 0;
}
.floating-chat button {
  background: transparent;
  border: 0;
  color: #000000;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}
.floating-chat .chat {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  transition: all 50ms ease-out;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.floating-chat .chat.enter {
  opacity: 1;
  border-radius: 0;
  margin: 10px;
  width: auto;
  height: auto;
}
.floating-chat .chat .header {
  flex-shrink: 0;
  padding-bottom: 10px;
  display: flex;
  background: transparent;
}
.floating-chat .chat .header .title {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 5px;
}
.floating-chat .chat .header button {
  flex-shrink: 0;
  color: #000000;
}
.floating-chat .chat .messages {
  padding: 10px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-grow: 1;
  border-radius: 4px;
  background: transparent;
}
.floating-chat .chat .messages::-webkit-scrollbar {
  width: 5px;
}
.floating-chat .chat .messages::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(52, 52, 52, 0.1);
}
.floating-chat .chat .messages::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(52, 52, 52, 0.2);
}
.floating-chat .chat .messages li {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 8px;
  margin: 0 0 10px 0;
  font-size: 12px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  word-wrap: break-word;
  max-width: 75%;
}
.floating-chat .chat .messages li:before {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  content: "";
  background-size: cover;
}
.floating-chat .chat .messages li:after {
  position: absolute;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
}
.floating-chat .chat .messages li.other {
  animation: show-chat-odd 0.15s 1 ease-in;
  -moz-animation: show-chat-odd 0.15s 1 ease-in;
  -webkit-animation: show-chat-odd 0.15s 1 ease-in;
  float: right;
  margin-right: 45px;
  color: #ffffff;
}
.floating-chat .chat .messages li.other:after {
  border-right: 10px solid transparent;
  right: -10px;
}
.floating-chat .chat .messages li.self {
  animation: show-chat-even 0.15s 1 ease-in;
  -moz-animation: show-chat-even 0.15s 1 ease-in;
  -webkit-animation: show-chat-even 0.15s 1 ease-in;
  float: left;
  margin-left: 45px;
  color: #ffffff;
}
.floating-chat .chat .messages li.self:after {
  border-left: 10px solid transparent;
  left: -10px;
}
.floating-chat .chat .footer {
  flex-shrink: 0;
  display: flex;
  padding-top: 10px;
  max-height: 90px;
  background: transparent;
}
.floating-chat .chat .footer .text-box {
  border-radius: 3px;
  background: rgba(35, 35, 35, 0.7);
  min-height: 100%;
  width: 100%;
  margin-right: 5px;
  color: #ffffff;
  overflow-y: auto;
  padding: 2px 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar {
  width: 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(52, 52, 52, 0.5);
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(52, 52, 52, 0.5);
}
.floating-chat.blink {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-animation: blink normal 1s infinite ease-in-out;
  -webkit-animation: blink normal 1s infinite ease-in-out;
  -ms-animation: blink normal 1s infinite ease-in-out;
  animation: blink normal 1s infinite ease-in-out;
}
.modal_live_link {
  width: 95%;
  max-width: 800px;
  text-align: center;
}
.modal_live_link i {
  font-size: 24px;
  margin: 10px;
  cursor: pointer;
  color: black;
}
.modal_live_link i:hover {
  color: #0f74a8;
}
.annotation {
  display: none;
  position: absolute;
  min-width: 150px;
  max-width: 280px;
  width: auto;
  z-index: 40;
  padding: 8px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  pointer-events: none;
  cursor: default;
}
.annotation_top_left {
  top: 64px !important;
  left: 5px;
}
.annotation_top_right {
  top: 45px;
  right: 6px;
  text-align: right;
}
.annotation hr {
  border-top: 1px solid #ffffff;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
.annotation_title {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 15px;
}
.annotation_description {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 12px;
}
.marker_preview .div_preview_rm {
  border: 2px solid rgba(255, 255, 255, 0.8);
  transform: scale(0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.marker_preview:hover .div_preview_rm {
  transform: scale(1);
}
.tooltip_text {
  position: absolute;
  z-index: 40;
  max-width: 60%;
  top: 0;
  left: 0;
  margin-left: 0px;
  background-color: white;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 10px;
  transform: translate(0px, 0px) translateZ(9999px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tooltip_text5 {
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.tooltip_text_embed {
  position: absolute;
  z-index: 40;
  top: -60px;
  left: 50%;
  width: max-content;
  transform: translate(-50%, 0);
  background-color: white;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tooltip_text_embed_m {
  position: absolute;
  z-index: 40;
  top: 50%;
  left: 50%;
  width: max-content;
  transform: translate(-50%, -50%);
  background-color: white;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tooltip_text p,
.tooltip_text_embed p,
.tooltip_text_embed_m p {
  margin-bottom: 0;
  margin-top: 0;
}
.tooltip_text h1,
.tooltip_text_embed h1,
.tooltip_text_embed_m h1 {
  margin: 0;
}
.tooltip_text h2,
.tooltip_text_embed h2,
.tooltip_text_embed_m h2 {
  margin: 0;
}
.tooltip_text h3,
.tooltip_text_embed h3,
.tooltip_text_embed_m h3 {
  margin: 0;
}
.tooltip_text h4,
.tooltip_text_embed h4,
.tooltip_text_embed_m h4 {
  margin: 0;
}
.tooltip_text h5,
.tooltip_text_embed h5,
.tooltip_text_embed_m h5 {
  margin: 0;
}
.tooltip_text h6,
.tooltip_text_embed h6,
.tooltip_text_embed_m h6 {
  margin: 0;
}
.tooltip_preview {
  position: absolute;
  z-index: 40;
  top: 0;
  left: 0;
  margin-left: 0px;
  width: 100px;
  height: 100px;
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  transform: translate(0px, 0px) translateZ(9999px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.panorama_preview_tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 5px solid white;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tooltip_preview_m {
  position: absolute;
  z-index: 40;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: white;
  padding: 2px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.panorama_preview_tooltip_m {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid white;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tooltip_preview_square {
  position: absolute;
  z-index: 40;
  top: 0;
  left: 0;
  margin-left: 0px;
  width: 100px;
  height: 100px;
  background-color: white;
  padding: 5px;
  transform: translate(0px, 0px) translateZ(9999px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.panorama_preview_tooltip_square {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 5px solid white;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tooltip_preview_square_m {
  position: absolute;
  z-index: 40;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: white;
  padding: 2px;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.panorama_preview_tooltip_square_m {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid white;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tooltip_preview_rect {
  position: absolute;
  z-index: 40;
  top: 0;
  left: 0;
  margin-left: 0px;
  width: 177px;
  height: 100px;
  background-color: white;
  padding: 5px;
  transform: translate(0px, 0px) translateZ(9999px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.panorama_preview_tooltip_rect {
  position: absolute;
  top: 0;
  left: 0;
  width: 167px;
  height: 90px;
  border: 5px solid white;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tooltip_preview_rect_m {
  position: absolute;
  z-index: 40;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 50px;
  background-color: white;
  padding: 2px;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.panorama_preview_tooltip_rect_n {
  position: absolute;
  top: 0;
  left: 0;
  width: 173px;
  height: 96px;
  border: 2px solid white;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.audio_poi {
  position: absolute;
  z-index: 40;
  max-width: 60%;
  top: 0;
  left: 0;
  margin-left: 0px;
  font-size: 12px;
  padding: 0px;
  border-radius: 10px;
  transform: translate(0px, 0px) translateZ(9999px);
  opacity: 0;
  pointer-events: none;
}
.audio_poi_embed {
  position: absolute;
  z-index: 40;
  top: -60px;
  left: 50%;
  width: max-content;
  transform: translate(-50%, 0);
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.passcode_div {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  max-width: 70%;
  text-align: center;
  z-index: 9998;
  color: black;
  background-color: white;
  border-radius: 10px;
}
.passcode_div h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
.passcode_div p {
  margin-bottom: 25px;
}
#passcode {
  width: calc(100% - 20px);
  text-align: center;
  font-size: 16px;
  padding: 7px;
}
#btn_check_passcode {
  width: 60px;
  font-size: 18px;
  padding: 10px 12px;
  margin: 20px 10px 0px 10px;
  cursor: pointer;
  border: 1px solid green;
  border-radius: 10px;
  color: green;
  background-color: white;
}
#btn_close_passcode {
  width: 60px;
  font-size: 18px;
  padding: 10px;
  margin: 20px 10px 0px 10px;
  cursor: pointer;
  border: 1px solid darkred;
  border-radius: 10px;
  color: darkred;
  background-color: white;
}
.leads_div {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  min-width: 360px;
  max-width: 70%;
  text-align: center;
  z-index: 9998;
  color: black;
  background-color: white;
  border-radius: 10px;
}
#lead_input_privacy_vt a,
#lead_input_privacy a,
#form_input_privacy a {
  color: white;
  color: unset;
  text-decoration: underline;
}
.mailchimp_form_div {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: calc(100% - 120px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-align: center;
  z-index: 9998;
  color: black;
  background-color: white;
  border-radius: 10px;
}
.mailchimp_form_div::-webkit-scrollbar {
  display: none;
}
.mailchimp_form_div #mc_embed_signup {
  width: 100%;
  max-width: 600px;
}
#btn_close_mc_form {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}
.leads_div h2 {
  margin-top: 0;
}
.leads_div p {
  margin-bottom: 20px;
}
#btn_check_leads {
  width: 120px;
  font-size: 18px;
  padding: 10px 12px;
  margin: 20px 10px 0px 10px;
  cursor: pointer;
  background: white;
  color: green;
  border-radius: 10px;
  outline: none;
  border: 1px solid green;
}
#btn_check_leads:hover {
  background: green;
  color: white;
}
#btn_close_leads {
  width: 100px;
  font-size: 18px;
  padding: 10px;
  margin: 20px 10px 0px 10px;
  cursor: pointer;
  background: white;
  color: darkred;
  border-radius: 10px;
  outline: none;
  border: 1px solid darkred;
}
#btn_close_leads:hover {
  background: darkred;
  color: white;
}
.input_material {
  position: relative;
  margin: 5px 0;
}
.input_material textarea {
  resize: none;
}
.input_material input,
.input_material textarea {
  background: none;
  color: #000000;
  font-size: 16px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: calc(100% - 10px);
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}
.input_material input:focus,
.input_material textarea:focus {
  outline: none;
}
.input_material input:focus ~ label,
.input_material input:not(:placeholder-shown) ~ label,
.input_material textarea:focus ~ label,
.input_material textarea:valid ~ label {
  top: -14px;
  font-size: 12px;
  color: #000000;
}
.input_material input:focus ~ .bar:before,
.input_material textarea:focus ~ .bar:before {
  width: 100%;
}
.input_material input[type="password"] {
  letter-spacing: 0.3em;
}
.input_material label {
  color: #c6c6c6;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 300ms ease all;
}
.input_material .bar {
  position: relative;
  display: block;
  width: 100%;
}
.input_material .bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #000000;
  transition: 300ms ease all;
  left: 0%;
}
.button_material {
  cursor: pointer;
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.button_material:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
}
.leads_div .input_material input,
.leads_div .input_material textarea {
  width: calc(100% - 20px);
}
.visitors_rt_stats {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 2px 6px;
  border-radius: 20px;
  font-size: 12px;
  width: fit-content;
  margin: 3px auto;
}
.visitors_block {
  display: none;
}
.views_block {
  display: none;
}
.separator_block {
  display: none;
}
.rooms_view_sel {
  display: none;
  text-align: center;
}
.rooms_view_sel img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: 5px;
  border: 1px solid transparent;
  cursor: pointer;
  pointer-events: initial;
}
.rooms_view_sel img.active {
  border: 1px solid white;
  pointer-events: none !important;
  cursor: default !important;
}
#jitsi_div {
  display: none;
  z-index: 250;
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
#info_panel_div {
  display: none;
  background-color: white;
  z-index: 250;
  position: absolute;
  width: 360px;
  height: 100%;
  top: 0;
  left: -360px;
  opacity: 0;
  overflow-y: scroll;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#info_panel_div::-webkit-scrollbar {
  display: none;
}
#div_close_info_panel {
  position: fixed;
  z-index: 9999999;
  width: 360px;
  height: 22px;
  background-color: white;
}
#close_info_panel_icon {
  float: right;
  margin-top: 3px;
  margin-right: 6px;
  cursor: pointer;
}
#map_tour_div {
  display: none;
  z-index: 250;
  position: absolute;
  width: 360px;
  height: 100%;
  top: 0;
  right: -360px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
#map_tour_div.fullscreen {
  width: 100%;
  z-index: 99999999;
}
.visible_map_tour {
  right: 0 !important;
}
#btn_jitsi_fullscreen {
  position: absolute;
  top: 10px;
  right: 10px;
  right: 10px;
  color: white;
  font-size: 18px;
  cursor: pointer;
}
#btn_jitsi_hide {
  position: absolute;
  top: 10px;
  right: 40px;
  color: white;
  font-size: 18px;
  cursor: pointer;
}
#jitsi_show {
  position: absolute;
  top: 180px;
  left: 6px;
  z-index: 100;
  padding: 2px 6px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  cursor: pointer;
  display: none;
}
.visible_jitsi_meet {
  opacity: 1 !important;
  display: block !important;
  width: 360px !important;
}
.visible_info_panel {
  left: 0 !important;
}
.visible_jitsi_meet_fullscreen {
  opacity: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 10000 !important;
}
#vt_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transition-property: left, right, top, bottom, width, height;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
#draggable_container {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.open_jitsi_meet {
  width: calc(100% - 360px) !important;
  left: 360px !important;
}
.open_jitsi_meet_map_tour {
  width: calc(100% - 720px) !important;
  left: 360px !important;
}
.open_map_tour {
  width: calc(100% - 360px) !important;
  right: 360px !important;
}
.map_tour_icon {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  border: 3px solid white;
}
.map_tour_icon_active {
  opacity: 1 !important;
}
.map_tour_icon_top {
  z-index: 1000 !important;
}
.leaflet-div-icon {
  background: unset;
  border: unset;
}
.leaflet-control-attribution {
  display: none;
}
.view_direction_m__arrow {
  background: rgb(0, 97, 255);
  background: linear-gradient(
    -45deg,
    rgba(0, 97, 255, 0) 20%,
    rgba(0, 97, 255, 1) 100%
  );
  border-radius: 0 0 80px;
  display: none;
  height: 80px;
  width: 80px;
  transform-origin: 0 0;
  position: absolute;
  top: 21.5px;
  left: 21.5px;
  pointer-events: none;
}
#announce_div {
  padding: 0;
  background: transparent;
  text-align: center;
}
#announce_div img {
  width: 100%;
  max-height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
}
#announce_div video {
  width: 100%;
  max-height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
}
#announce_div iframe {
  border: 0;
  margin: 0;
  overflow: hidden;
  width: 80vw;
  height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
}
#announce_div .ad_custom_html {
  border: 0;
  margin: 0;
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
}
#announce_div .linkwrap {
  position: relative;
  display: inline-block;
}
#announce_div .blocker {
  position: absolute;
  height: 80vh;
  width: 100%;
  z-index: 1;
  background: transparent;
}
#announce_div .linkwrap iframe {
  z-index: 2;
}
#announce_close_ad {
  color: white;
  margin: 0 auto;
  margin-top: 10px;
  cursor: default;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: auto;
  max-width: 450px;
}
.jconfirm-audio_prompt .jconfirm-content-pane {
  display: none !important;
}
.jconfirm-deivce_motion_prompt .jconfirm-content-pane {
  display: none !important;
}
#password_meeting,
#password_livesession {
  width: 95%;
  margin: 0 auto;
  -webkit-text-security: disc !important;
}
.jconfirm-type-blue {
  width: 100%;
  max-width: 350px;
}
.poi_google_maps_content {
  width: 90%;
  height: 90%;
  padding: 0 !important;
}
.poi_google_maps_content iframe:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: inline-block;
}
.poi_google_maps_content iframe:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  display: inline-block;
}
.poi_google_maps_content_poi_box {
  width: 100%;
  height: 450px;
  padding: 0 !important;
  text-align: center;
  position: relative;
}
.poi_google_maps_content_poi_box iframe:nth-child(1) {
  width: 90%;
  height: 300px;
  display: inline-block;
}
.poi_google_maps_content_poi_box iframe:nth-child(2) {
  width: 90%;
  height: 300px;
  display: inline-block;
}
#box_poi_fullscreen_div .poi_google_maps_content_poi_box {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  position: absolute;
}
#box_poi_fullscreen_div .poi_google_maps_content_poi_box iframe:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: inline-block;
}
#box_poi_fullscreen_div .poi_google_maps_content_poi_box iframe:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  display: inline-block;
}
.poi_google_maps_full_width {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: inline-block;
}
.poi_object360_content {
  width: 90%;
  height: auto;
  padding: 0 !important;
  overflow: hidden;
}
.poi_object360_content canvas {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: -5px !important;
}
.poi_object3d_content {
  width: 95%;
  height: 95%;
  padding: 0 !important;
  overflow: hidden;
  text-align: center;
  background: transparent;
}
.poi_object3d_content model-viewer {
  width: 100%;
  height: 100%;
  background: transparent;
  --poster-color: transparent;
  --progress-mask: transparent;
  --progress-bar-color: white;
}
.poi_product_content {
  width: 100%;
  padding: 0 !important;
  text-align: center;
}

.pure-material-checkbox {
  z-index: 0;
  position: relative;
  display: inline-block;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  font-family: var(
    --pure-material-font,
    "Roboto",
    "Segoe UI",
    BlinkMacSystemFont,
    system-ui,
    -apple-system
  );
  font-size: 16px;
  line-height: 1.5;
}
.pure-material-checkbox > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  box-shadow: none;
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.2s;
}
.pure-material-checkbox > span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.pure-material-checkbox > span::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 11px 3px 1px;
  border: solid 2px; /* Safari */
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  border-radius: 2px;
  width: 18px;
  height: 18px;
  vertical-align: top;
  transition: border-color 0.2s, background-color 0.2s;
}
.pure-material-checkbox > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 1px;
  width: 10px;
  height: 5px;
  border: solid 2px transparent;
  border-right: none;
  border-top: none;
  transform: translate(3px, 4px) rotate(-45deg);
}
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
  background-color: rgb(var(--pure-material-primary-rgb, 0, 0, 0));
}
.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before {
  border-color: rgb(var(--pure-material-primary-rgb, 0, 0, 0));
  background-color: rgb(var(--pure-material-primary-rgb, 0, 0, 0));
}
.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
  border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}
.pure-material-checkbox > input:indeterminate + span::after {
  border-left: none;
  transform: translate(4px, 3px);
}
.pure-material-checkbox:hover > input {
  opacity: 0.04;
}
.pure-material-checkbox > input:focus {
  opacity: 0.12;
}

.pure-material-checkbox:hover > input:focus {
  opacity: 0.16;
}
.pure-material-checkbox > input:active {
  opacity: 1;
  transform: scale(0);
  transition: transform 0s, opacity 0s;
}
.pure-material-checkbox > input:active + span::before {
  border-color: rgb(var(--pure-material-primary-rgb, 0, 0, 0));
}
.pure-material-checkbox > input:checked:active + span::before {
  border-color: transparent;
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}
.pure-material-checkbox > input:disabled {
  opacity: 0;
}
.pure-material-checkbox > input:disabled + span {
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  cursor: initial;
}
.pure-material-checkbox > input:disabled + span::before {
  border-color: currentColor;
}
.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
  border-color: transparent;
  background-color: currentColor;
}

.select {
  position: relative;
  width: 100%;
}
.select-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  padding: 10px 10px 10px 5px;
  width: calc(100% - 10px);
  font-size: 16px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #c6c6c6;
}
.select-text:focus {
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.select .select-text {
  appearance: none;
  -webkit-appearance: none;
}
.select:after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c6c6c6;
  pointer-events: none;
}
.select-label {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: -14px;
  transition: 0.2s ease all;
}
.select-text[data-chosen=""] ~ .select-label {
  color: #c6c6c6;
  top: 10px;
  font-size: 16px;
}
.select-text:focus ~ .select-label {
  color: #000000;
  top: -14px;
  transition: 0.2s ease all;
  font-size: 12px;
}
.select-bar {
  position: relative;
  display: block;
  width: 100%;
}
.select-bar:before,
.select-bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #000000;
  transition: 0.2s ease all;
}
.select-bar:before {
  left: 50%;
}
.select-bar:after {
  right: 50%;
}
.select-text:focus ~ .select-bar:before,
.select-text:focus ~ .select-bar:after {
  width: 50%;
}
.select-highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.draggable_poi_embed {
  opacity: 0;
  pointer-events: none;
}
.draggable_marker_embed {
  opacity: 0;
  pointer-events: none;
}
.poi_embed {
  top: -9999px;
  left: -9999px;
}
.poi_embed_object3d model-viewer {
  --poster-color: transparent;
  width: 100%;
  height: 100%;
}
.poi_embed .vjs-tech {
  object-fit: fill;
}
.poi_embed video {
  pointer-events: none;
  object-fit: fill;
}
.marker_embed {
  top: -9999px;
  left: -9999px;
}
.poi_embded_helper {
  opacity: 0;
  pointer-events: none;
}
.marker_embded_helper {
  opacity: 0;
  pointer-events: none;
}
.highlight_poi_embed:hover {
  -webkit-filter: drop-shadow(2px 2px 4px white) drop-shadow(-2px 2px 4px white)
    drop-shadow(2px -2px 4px white) drop-shadow(-2px -2px 4px white);
  filter: drop-shadow(2px 2px 4px white) drop-shadow(-2px 2px 4px white)
    drop-shadow(2px -2px 4px white) drop-shadow(-2px -2px 4px white);
}
.box_poi {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 350px;
  border-radius: 10px;
  background: white;
  padding: 25px 10px 10px 10px;
  z-index: 41;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.box_poi .box-arrow-border {
  position: absolute;
  top: calc(50% - 10px);
  left: -14px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  width: 0;
  height: 0;
  transform-origin: center;
  transform: rotate(-90deg);
}
.box_poi .box-arrow-background {
  position: absolute;
  left: -10px;
  top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  width: 0;
  height: 0;
}
.box_poi .box-content {
  border-radius: 0.25rem;
  overflow: hidden;
  max-height: 400px;
  overflow-y: scroll;
  box-sizing: content-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.box_poi_full_btn {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
#box_poi_fullscreen_div {
  display: none;
}
.box_poi_fullscreen {
  position: absolute !important;
  top: 5px !important;
  left: 5px !important;
  width: calc(100% - 30px) !important;
  height: calc(100% - 45px) !important;
  transform: none !important;
  max-width: unset !important;
  z-index: 9999999 !important;
}
.box_poi_fullscreen .box-content {
  max-height: 100% !important;
  height: 100% !important;
}
.box_poi_fullscreen .box-arrow-border {
  display: none;
}
.box_poi_fullscreen .box-arrow-background {
  display: none;
}
.box_poi .box-content p {
  margin: 0;
}
.box_poi .box-content::-webkit-scrollbar {
  display: none;
}
.box_poi .box-caption {
  width: 100%;
  text-align: center;
  margin: 0;
}
.box_poi .box-hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.1)
  );
}
.poi_gallery_container {
  min-height: 120px;
  position: relative;
  width: 100%;
}
#gallery_container {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.nGY2Viewer .title p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
.nGY2Viewer .title h4 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.nGY2Viewer .toolbarContainer {
  cursor: default;
  pointer-events: none;
}
.nGY2GThumbnailTitle {
  display: none !important;
}
.poi_not_selectable {
  cursor: unset !important;
}
.poi_not_selectable .poi_embed_html a {
  pointer-events: initial !important;
}
.poi_embed_object3d.is_interactive model-viewer {
  pointer-events: initial !important;
}
.poi_embed_selection {
  border-style: solid;
}
.poi_embed_text {
  border-style: solid;
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
.poi_embed_text p {
  margin: 0;
  width: 100%;
}
.marker_embed_selection {
  border-style: solid;
}
.poi_embed_gallery {
  background-color: rgba(0, 0, 0, 0.8);
}
.poi_embed_gallery .glide__slides {
  margin: 0;
  height: 100%;
}
.poi_embed_gallery .glide__arrow--left {
  left: 5px;
}
.poi_embed_gallery .glide__arrow--right {
  right: 5px;
}
.poi_embed_gallery .glide__arrow {
  padding: 3px 6px;
  font-size: 1.25rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.poi_embed_gallery .glide__slide {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.poi_embed_gallery .glide__track {
  height: 100%;
}
.div_play_btn {
  display: none;
  pointer-events: initial;
  cursor: pointer;
}
.div_play_btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: white;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5),
    -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.div_loading_avatar {
  display: none;
}
.div_loading_avatar i {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  font-size: 32px;
  color: white;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5),
    -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.autorotate_control .fa-sync-alt {
  transform: perspective(400px) rotateX(45deg);
}
.nav_rotate.active_rotate {
  color: rgba(255, 255, 255, 1);
}
.lottie_icon {
  width: 50px;
  height: 50px;
}
.poi_lottie_content {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  overflow: hidden;
  text-align: center;
  background: transparent;
}
.snipcart-modal__container,
.wc-modal__container {
  z-index: 999999 !important;
}
.snipcart-checkout,
.woocommerce-checkout {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 5px 5px 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  border: none;
  z-index: 41;
  vertical-align: middle;
  opacity: 0;
  pointer-events: none;
  margin-top: 5px;
}
.woocommerce-checkout {
  pointer-events: initial;
}
#cart_url_btn {
  pointer-events: none;
}
.snipcart-checkout i,
.woocommerce-checkout i {
  vertical-align: middle;
}
.snipcart-total-price,
.woocommerce-total-price {
  vertical-align: middle;
}
.snipcart-items-count,
.woocommerce-items-count {
  background-color: white;
  color: black;
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
.controls_btn,
.prev_arrow,
.next_arrow,
.list_control_alt,
.song_control,
.map_control,
.map_tour_control,
.fullscreen_control,
.list_slider #list_left,
.list_slider #list_right,
.list_control i,
.arrows_nav i,
.list_alt_menu .title i,
.menu_controls .title i {
  transition: all 0.4s;
}
#custom_html {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  pointer-events: none;
  display: none;
}
#context_info {
  z-index: 214748364;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid lightgray;
  border-radius: 16px;
  color: #000000;
  font-size: 12px;
  padding: 2px 8px;
  display: none;
  cursor: default;
}
#context_info p {
  margin: 0;
  padding: 0;
}

@media screen and (orientation: portrait) {
  #jitsi_div {
    width: 100%;
    height: 280px;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
  #info_panel_div {
    width: 100%;
    height: 280px;
    left: 0 !important;
    top: -280px;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
  }
  #div_close_info_panel {
    width: 100%;
  }
  #map_tour_div {
    width: 100%;
    height: 280px;
    bottom: -280px;
    top: unset !important;
    right: 0 !important;
    -webkit-transition: bottom 0.3s ease-in-out;
    -moz-transition: bottom 0.3s ease-in-out;
    -o-transition: bottom 0.3s ease-in-out;
    transition: bottom 0.3s ease-in-out;
  }
  #map_tour_div.fullscreen {
    height: 100%;
    z-index: 99999999;
  }
  .open_jitsi_meet {
    width: 100% !important;
    height: calc(100% - 280px) !important;
    top: 280px !important;
    left: 0 !important;
  }
  .open_jitsi_meet_map_tour {
    width: 100% !important;
    height: calc(100% - 560px) !important;
    top: 280px !important;
    left: 0 !important;
  }
  .visible_jitsi_meet {
    opacity: 1 !important;
    display: block !important;
    width: 100% !important;
  }
  .visible_info_panel {
    top: 0 !important;
    width: 100% !important;
  }
  .open_map_tour {
    width: 100% !important;
    height: calc(100% - 280px) !important;
    bottom: 280px !important;
    left: 0 !important;
  }
  .visible_map_tour {
    bottom: 0 !important;
    width: 100% !important;
  }
  .poi_google_maps_content iframe:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: inline-block;
  }
  .poi_google_maps_content iframe:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    display: inline-block;
  }
  #box_poi_fullscreen_div .poi_google_maps_content_poi_box iframe:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: inline-block;
  }
  #box_poi_fullscreen_div .poi_google_maps_content_poi_box iframe:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    display: inline-block;
  }
}

@keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
@-moz-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes blink {
  0% {
    background-color: rgba(255, 255, 255, 1);
    color: black;
  }
  50% {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    color: black;
  }
}
@-webkit-keyframes blink {
  0% {
    background-color: rgba(255, 255, 255, 1);
    color: black;
  }
  50% {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    color: black;
  }
}

@media (max-height: 530px) {
  .pnlm-title-box {
    font-size: 12px;
  }
  .menu_controls p {
    font-size: 11px;
    padding: 6px 12px;
  }
}

@media (max-width: 540px) and (orientation: portrait) {
  .pnlm-title-box {
    font-size: 12px;
  }
  .nadir-hotspot-small {
    width: 40px;
    height: 40px;
  }
  .nadir-hotspot-medium {
    width: 80px;
    height: 80px;
  }
  .nadir-hotspot-large {
    width: 140px;
    height: 140px;
  }
  #typed {
    font-size: 18px;
    text-align: center;
  }
  .map_zoomed {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}

@media (max-width: 540px) {
  .name_vt {
    font-size: 10px;
  }
  .room_vt {
    font-size: 10px;
  }
  .logo_room_vt {
    height: 10px;
  }
  .comments_vt {
    padding-top: 1px;
  }
  .comments_vt #comments_control {
    font-size: 12px;
  }
  .disqus-comment-count {
    font-size: 10px;
  }
  .floating-chat {
    right: 10px;
    width: 30px;
    height: 30px;
    bottom: 25px;
  }
  .annotation {
    width: 30%;
    min-width: 100px;
    max-width: 260px;
  }
  .annotation_title {
    font-size: 12px;
  }
  .annotation_description {
    font-size: 9px;
  }
  .rooms_view_sel img {
    width: 20px;
    height: 20px;
  }
  .snipcart-checkout {
    padding: 4px 4px 4px 8px;
    border-radius: 15px;
    font-size: 10px;
  }
  .snipcart-items-count {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}

@media (max-width: 400px) {
  .name_vt {
    max-width: 120px;
    min-width: unset;
    font-size: 8px;
  }
  .room_vt {
    font-size: 8px;
    max-width: 120px;
    min-width: unset;
  }
  .logo_room_vt {
    height: 10px;
  }
  .annotation {
    width: 28%;
    min-width: 100px;
    max-width: 200px;
  }
}

.product-wrapper {
  width: 100%;
  height: auto;
  padding: 10px;
}
.product-wrapper .product-slider {
  height: 100%;
}
.product-wrapper .product-slider .carousel {
  background: #efefef;
  border-radius: 5px;
}
.product-wrapper .product-content {
  background: #fff;
  position: relative;
}
.product-wrapper .product-title {
  width: 100%;
  height: auto;
  font-size: 25px;
}
.product-wrapper .product-title span {
  display: block;
}
.product-wrapper .product-price {
  font-size: 30px;
  color: #444;
  padding-top: 10px;
  padding-bottom: 5px;
}
.product-wrapper .product-description {
  font-size: 14px;
  color: #6b6b6b;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.product-wrapper .btn-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.product-wrapper .btn-wrapper .btn {
  box-shadow: 2px 5px 10px rgba(30, 30, 30, 0.1);
  background: #000000;
  border-radius: 32px;
  color: #fbfbfb;
  font-size: 14px;
  padding: 8px 48px;
  cursor: pointer;
}
.product-wrapper .one {
  padding-left: 14px;
  padding-right: 14px;
}
.product-wrapper .carousel-item {
  height: 400px;
}
.product-wrapper .carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}
.fancybox-content {
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .fancybox-content {
    padding: 20px;
  }
  .product-wrapper .carousel-item {
    height: 200px;
  }
  .product-wrapper .carousel-item img {
    height: 200px;
  }
}

.product-wrapper .carousel .carousel-indicators {
  bottom: 0px;
}
.product-wrapper .carousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
}
.product-wrapper .carousel .carousel-indicators li img {
  display: block;
  width: 105%;
  height: 105%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.product-wrapper .carousel .carousel-indicators li.active {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(30, 30, 30, 0.3);
}
.product-wrapper .carousel-control-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 10px;
  z-index: 999999;
}
.product-wrapper .carousel-control-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 10px;
  z-index: 999999;
}
.product-wrapper .carousel-control-prev-icon,
.product-wrapper .carousel-control-next-icon {
  background-image: none;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.product-wrapper .carousel-control-prev-icon {
  border-left: 2px solid black;
  border-bottom: 2px solid black;
}
.product-wrapper .carousel-control-next-icon {
  border-top: 2px solid black;
  border-right: 2px solid black;
}
@media only screen and (max-width: 767px) {
  .product-wrapper .product-content {
    margin-top: 10px;
    text-align: center;
  }
  .product-wrapper .carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
  }
  .product-wrapper .product-price {
    font-size: 18px;
  }
  .product-wrapper .product-title {
    font-size: 16px;
  }
  .product-wrapper .product-description {
    font-size: 12px;
  }
  .product-wrapper .product-price {
    padding: 0;
  }
  .product-wrapper .product-description {
    padding: 0;
  }
  .product-wrapper .btn-wrapper .btn {
    font-size: 12px;
    padding: 4px 24px;
    margin: 0 auto;
  }
  .product-wrapper .btn-wrapper a {
    margin: 0 auto;
  }
}
.poi_product_content .product-wrapper {
  padding: 0;
  width: 100%;
  background-color: transparent !important;
}
.poi_product_content .bootstrap-iso .col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.poi_product_content .product-wrapper .carousel-item {
  height: 180px;
}
.poi_product_content .product-wrapper .carousel-item img {
  height: 180px;
}
.poi_product_content .product-wrapper .product-content {
  margin-top: 10px;
  text-align: center;
  background-color: transparent !important;
}
.poi_product_content .product-wrapper .carousel .carousel-indicators li {
  width: 15px;
  height: 15px;
}
.poi_product_content .product-wrapper .product-price {
  font-size: 18px;
}
.poi_product_content .product-wrapper .btn-wrapper .btn {
  margin: 0 auto;
}
.poi_product_content .product-wrapper .product-title {
  font-size: 16px;
}
.poi_product_content .product-wrapper .product-description {
  font-size: 12px;
}
.poi_product_content .product-wrapper .product-price {
  padding: 0;
}
.poi_product_content .product-wrapper .product-description {
  padding: 0;
}
.poi_product_content .product-wrapper .btn-wrapper .btn {
  font-size: 12px;
  padding: 4px 24px;
  margin-bottom: 20px;
}
.poi_product_content .product-wrapper .btn-wrapper a {
  margin: 0 auto;
}
.label_pointer_dollhouse {
  font-size: 14px;
  color: #fff;
  font-family: sans-serif;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  margin-top: -20px;
  display: none;
  pointer-events: initial;
  text-align: center;
}
.label_pointer_dollhouse span {
  font-size: 12px;
}
.label_pointer_dollhouse_active {
  display: block !important;
  pointer-events: initial;
}
#button_level_dollhouse {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  transform: none !important;
  pointer-events: initial;
  z-index: 3;
  border: 1px solid white;
  padding: 4px 8px;
  cursor: pointer;
  color: #ffffff;
}
#button_level_dollhouse i {
  font-size: 12px;
  margin-bottom: 2px;
  vertical-align: middle;
}
#button_close_dollhouse {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: none !important;
  pointer-events: initial;
  z-index: 3;
  border: 1px solid white;
  padding: 4px 8px;
  cursor: pointer;
  color: #ffffff;
}
#button_close_dollhouse i {
  font-size: 16px;
  margin-bottom: 2px;
  vertical-align: middle;
}
#dollhouse {
  z-index: -100;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
}
.help_dollhouse {
  position: absolute;
  bottom: 12px;
  left: 10px;
  font-size: 20px;
  z-index: 10;
  cursor: pointer;
  color: #cccccc;
}
.info_dollhouse {
  display: none;
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  left: 40px;
  z-index: 10;
  color: #cccccc;
  font-size: 12px;
}
#record_button {
  z-index: 9999999;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  background-color: red;
  padding: 15px;
  font-size: 16px;
  color: white;
  cursor: pointer;
}
.product-slider .zoom_product {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 5px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  color: #606060;
}
#video_viewer .vjs-volume-panel {
  display: none;
}
#container_ar_simulator {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.2;
}
#webcam_ar_simulator {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
#msg_camera_ar_simulator {
  display: none;
  position: absolute;
  z-index: 12;
  width: 100%;
  text-align: center;
  top: 70px;
  left: 50%;
  padding: 10px 0;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#msg_camera_ar_simulator span {
  color: white;
  font-size: 16px;
}
#activate_ar_simulator {
  display: none;
  position: absolute;
  z-index: 12;
  width: 100%;
  text-align: center;
  top: 70px;
  left: 50%;
  padding: 10px 0;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#activate_ar_simulator span {
  color: white;
  font-size: 16px;
}
#btn_ar_simulator {
  background-color: white;
  color: black;
  border: none;
  box-shadow: none;
  padding: 10px 20px;
  border-radius: 15px;
  font-size: 18px;
  display: none;
  position: absolute;
  z-index: 12;
  text-align: center;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#btn_toggle_camera_ar_simulator {
  background-color: white;
  color: black;
  border: none;
  box-shadow: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  display: none;
  position: absolute;
  z-index: 12;
  text-align: center;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#unsupported_ar_simulator {
  display: none;
  position: absolute;
  z-index: 12;
  width: 100%;
  text-align: center;
  top: 70px;
  left: 50%;
  padding: 10px 0;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#unsupported_ar_simulator span {
  color: white;
  font-size: 16px;
}
#loading_ar {
  display: none;
  font-size: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  color: white;
  z-index: 13;
}
#select_level_dollhouse li span,
#button_level_dollhouse span {
  font-size: 12px;
}
.callout:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: -16px;
  left: -16px;
  border-radius: 50%;
}
@keyframes callout_blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  1000% {
    opacity: 0;
  }
}
@-webkit-keyframes callout_blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.callout_blink {
  -webkit-animation: callout_blink 1.5s linear infinite;
  -moz-animation: callout_blink 1.5s linear infinite;
  animation: callout_blink 1.5s linear infinite;
}
.callout_description_text p {
  margin: 0;
}
.panorama_preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.panorama_preview_marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.pnlm-load-box {
  display: none !important;
  opacity: 0 !important;
}
svg.leader-line {
  pointer-events: none !important;
}
.tooltip_preview .tooltip_visited,
.tooltip_preview_m .tooltip_visited {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip_preview_square .tooltip_visited,
.tooltip_preview_square_m .tooltip_visited {
  position: absolute;
  top: 6px;
  right: 10px;
}
.tooltip_preview_rect .tooltip_visited,
.tooltip_preview_rect_m .tooltip_visited {
  position: absolute;
  top: 6px;
  right: 10px;
}
.room_visited {
  display: none;
  position: absolute;
  top: 4px;
  left: 6px;
  font-size: 10px;
  color: white;
}
.vjs-default-skin.small-video.video-js .vjs-progress-control .vjs-load-progress,
.vjs-default-skin.small-video.video-js .vjs-progress-control .vjs-play-progress,
.vjs-default-skin.small-video.video-js
  .vjs-progress-control
  .vjs-progress-holder {
  height: 100%;
}
.vjs-default-skin.small-video.video-js .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.5em;
  top: -0.5em;
}
.vjs-default-skin.small-video.video-js
  .vjs-progress-control
  .vjs-progress-holder {
  margin: 0;
}
.vjs-default-skin.small-video.video-js .vjs-progress-control:hover {
  height: 1em;
  top: -1em;
}
.vjs-default-skin.small-video.video-js .vjs-time-control {
  display: none;
}
.vjs-default-skin.small-video.video-js .vjs-spacer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.vjs-default-skin.small-video.video-js .vjs-control-bar {
  height: 2em;
}
.vjs-default-skin.small-video.video-js .vjs-play-control,
.vjs-default-skin.small-video.video-js .vjs-volume-control,
.vjs-default-skin.small-video.video-js .vjs-fullscreen-control {
  width: 3em;
}
.vjs-default-skin.small-video.video-js
  .vjs-button
  > .vjs-icon-placeholder:before {
  font-size: 1rem;
  line-height: 1.4;
}
.control_bar_visible .vjs-volume-control {
  display: none !important;
}
.control_bar_visible .vjs-mute-control {
  display: flex !important;
}
.vjs-theme-city .vjs-mute-control > .vjs-icon-placeholder::before {
  line-height: 22px;
}
#box_poi_fullscreen_div .poi_product_content .product-wrapper .carousel-item {
  height: 360px;
}
#box_poi_fullscreen_div
  .poi_product_content
  .product-wrapper
  .carousel-item
  img {
  height: 360px;
}
@media only screen and (max-width: 767px) {
  .product-wrapper .carousel-item img {
    height: 200px;
  }
}
.pnlm-pointer[data-open="lookat"] .callout {
  pointer-events: none !important;
}
.compass_control {
  transition: none;
}
.form_leads_vt {
  margin-top: 10px;
}
.lead-wrapper {
  width: 300px;
  margin: 5px auto 10px auto;
  border-radius: 40px;
  background: #410f0f;
  position: relative;
}
.lead-wrapper input {
  width: 100%;
  height: 20px;
  padding: 5px 0px;
  text-align: center;
  float: left;
  font-size: 12px;
  border: 1px solid transparent;
  border-radius: 40px;
  border-top-style: none;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: white;
}
.lead-wrapper input:focus {
  outline: 0;
  border: 1px solid lightgray;
}
.lead-wrapper input::-webkit-input-placeholder {
  color: white;
  font-weight: normal;
  font-style: italic;
}
.lead-wrapper input:-moz-placeholder {
  color: white;
  font-weight: normal;
  font-style: italic;
}
.lead-wrapper input:-ms-input-placeholder {
  color: white;
  font-weight: normal;
  font-style: italic;
  border-style: none;
}
.lead_already_msg {
  font-size: 14px;
}
#btn_check_leads_vt {
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  margin-top: 5px;
  padding: 7px;
  cursor: pointer;
  background: white;
  color: black;
  border-radius: 40px;
  outline: none;
  border: none;
}
#btn_check_leads_vt:hover {
  background: black;
  color: white;
}
.error_lead {
  color: white !important;
  background-color: red !important;
}
.ok_lead {
  color: white !important;
  background-color: green !important;
}
.tooltip_error {
  border-radius: 5px;
  border: 2px solid red;
  background: white;
  color: red;
}
.tooltip_error .tooltipster-content {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}
#comments_div {
  display: none;
  position: absolute;
  z-index: 9999999;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  height: calc(100% - 110px);
  background-color: white;
  padding: 10px;
  max-width: 600px;
  color: black;
  border-radius: 10px;
}
#disqus_thread {
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#disqus_thread::-webkit-scrollbar {
  display: none;
}
.control_bar_visible .vjs-control-bar {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: initial !important;
}
.always-visible {
  opacity: 1 !important;
  visibility: visible !important;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.85;
}
.wc_select_wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.wc_select_wrapper select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 1px solid #000000;
  border-radius: 0px;
  background: #ffffff;
  color: #000000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wc_select_wrapper select::-ms-expand {
  display: none;
}
.wc_select_wrapper select:hover,
.wc_select_wrapper select:focus {
  color: #000000;
  background: #fafafa;
}
.wc_select_wrapper select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.wc_select_wrapper .select_arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.wc_select_wrapper select:hover ~ .select_arrow,
.wc_select_wrapper select:focus ~ .select_arrow {
  border-top-color: #000000;
}
.wc_select_wrapper select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}
@media only screen and (max-width: 767px) {
  .wc_select_wrapper select {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.poi_product_content .wc_select_wrapper select {
  font-size: 12px;
  padding: 5px 10px;
}
.object3d_loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.object3d_loading i {
  color: white;
  font-size: 24px;
}
.fancybox-caption__body {
  overflow: hidden;
}
#cookie_consent_preferences {
  position: absolute;
  z-index: 999;
  bottom: 150px;
  right: 0;
  padding: 2px 6px;
  background: white;
  color: black;
  cursor: pointer;
  font-size: 12px;
  border-radius: 10px 0 0 10px;
}
#cookie_consent_preferences span {
  display: none;
}
#cookie_consent_preferences:hover span {
  display: inline-block;
}
.disabled_cookie {
  opacity: 0.7;
  cursor: not-allowed;
}
.loading_spinner_icon {
  pointer-events: none !important;
}
.controls_btn.loading_spinner_icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 1px solid transparent;
  border-top-color: #ffffff;
  animation: spin 1s linear infinite reverse;
}
.menu_controls .loading_spinner_icon i,
#comments_control.loading_spinner_icon {
  position: relative;
}
.menu_controls .loading_spinner_icon i::after,
#comments_control.loading_spinner_icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid transparent;
  border-top-color: #ffffff;
  animation: spin 1s linear infinite reverse;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-black {
  background-color: #34495e;
  color: #fff;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.grouped_poi {
  transition: opacity 0.3s;
}
.hidden_grouped {
  opacity: 0 !important;
  pointer-events: none !important;
}
.grouped_disabled {
  pointer-events: none !important;
}
@media only screen and (max-width: 620px) {
  #control_bottom_center_new [class*="customcss_control"] {
    font-size: 20px;
  }
  .list_alt_menu .title i,
  .menu_controls .title i {
    font-size: 18px;
  }
  .controls_btn,
  .menu_controls,
  .map_contr,
  .list_alt_menu,
  .profile_background {
    height: 36px !important;
    width: 36px !important;
  }
  .controls_btn,
  .control_center_new_main {
    width: fit-content;
    max-width: 96%;
  }
  #control_bottom_center_new {
    width: auto;
  }

  .control_bottom_center_new_content {
    gap: 16px;
  }

  .compass_box_main > .controls_btn {
    height: 48px !important;
    width: 48px !important;
  }

  .compass_control {
    font-size: 28px;
  }
  .profile_bg_main {
    bottom: 76px !important;
  }
  .compass_box_main {
    bottom: 118px !important;
    right: 6px !important;
  }

  #skitt-ui {
    height: 36px !important;
    bottom: 75px !important;
    left: 10px !important;
    border-radius: 20px !important;
  }
  #skitt-toggle-button {
    width: 36px !important;
    height: 36px !important;
    background-position: 5px 4px !important;
  }
  #skitt-listening-box {
    line-height: 34px !important;
  }
}

@import url("./custom.css");
