body {
      margin: 0;
}
.swipeup {
    display: none;opacity:1;height:90px;
    color:#FFFFFF; font-size:22px; font-weight:bold; text-align:center;
}

.vButton{
  position: fixed;
  display: block;
  background-color: transparent;
  height: 15vh;
  width: 15vh;
  bottom: 1vh;
  z-index: 2147483647;
}

.vProgressBar
{
   position: relative;
   display: block;
   background-color: transparent;
   bottom: 50vh;
   z-index: 2147483647;
}
.mainCanvas {
   width: 100%;
   height: 100%;
}

.miniMapDiv {
    position: fixed;
    top: 20%;
    /* left: 2%; */
    width: 100%;
    height: 60%;
    z-index: 3000000000;
    text-align: center;
    opacity : 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events : none;
}

.miniMapImg {
    height : 100%;
    width : auto;
    margin: auto;
    pointer-events : all;
}

.miniMapWarp {
    position: absolute;
    width: 30px;
    height: auto;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    pointer-events : all;
}
.editorMiniMapWarp {
    position: absolute;
    width: 1.5%;
    height: auto;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    pointer-events : all;
}
.miniMapWarp:hover, .editorMiniMapWarp:hover {
    transform: scale(2,2);
}

.heatWrap {
	position: fixed;
	top: 10%;
	width: 100%;
	height: 75%;
	z-index: 3000000000;
	text-align: center;
	transition: opacity 0.5s ease-in-out;
	pointer-events : none;
	}
	
.heatmapClass {
	width: 70%;
	height: 100%;
	margin-left: 15%;
	pointer-events : all;
	}
 
.canvasBackClass {	
	width: 100%;
	height: 100%;
}
.vrview {
	display:none;
	width:100%;
	height:100%;
	z-index:200;
	opacity : 0;
	transition: opacity 0.5s ease-in-out;
    position: fixed;
}
#krpanoViewerId pre {
	background: none;
}

.hotspot-title {
	font-size: 13px;
}
.hotspot-body {
	font-size: 12px;
}
#consent-body {
	font-size:12px;max-width: 420px;margin:0 auto;
}
#viewerLikeCounter, #viewerLikeCounter > div,
#viewerLikeCounter > div > div, #viewerLikeCounter > div > div > table,
#viewerLikeCounter > div > div > table > tbody, #viewerLikeCounter > div > div > table > tbody > tr,
#viewerLikeCounter > div > div > table > tbody > tr > td, #viewerLikeCounter > div > div > table > tbody > tr > td > div{
    background: none !important;
}