.stproHideElement{
    display: none;
}
.stproFullScreenView{
    left: 35px !important;
    right: unset !important;
    /* z-index: 9998 !important; */
    /* height: 40px; */
    /* width: 50px; */
    /* bottom: 22px; */
}

.getCallbackTownshipuiClass{
    width: max-content;
    left: 0;
    margin: auto;
    /* border-radius: 9px; */
    right: 0;
    /* height: 40px; */
    /* padding: 10px 20px; */
    position: absolute;
    top: 10px;
}
.getCloseTownshipuiClass{
    /* background-image: url('../images/Gallery/close_btn.png'); */
    /* width: 42px; */
    /* height: 42px; */
    /* cursor: pointer; */
    /* position: absolute; */
    /* top: 10px; */
    z-index: 9999;
    /* left: 10px; */
    /* background-size: 100% 100%; */
    background: url(assets/images/backYellowIcon.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 25px;
    /* margin: auto 0px; */
    position: absolute;
    top: 10px;
    left: 20px;
}
.getAmenitiesCloseIconClass{
    background: url(assets/images/backYellowIcon.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 25px;
    /* margin: auto 0px; */
    position: absolute;
    top: 10px;
    left: 20px;
}

.pauseTownshipIconurl{
    content:url('assets/images/pauseStpro.svg') !important;
}
.playTownshipIconurl{
    content:url('../images/Elements/Play.svg') !important;
}
#loadingPanoSlide{
    display: block;
    width: 100vw;
    height: 100vh;
    position: absolute;
    background: white;
	 z-index: 999999999999999 !important;
    top: 0;
}
.minimap_icon_container_storyteller_mobile_stmtpro{
    background-image: url('../images/intrioricons/minimapSquare.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 37px;
    height: 74px;
    /* border-radius: 48px; */
    position: absolute;
    bottom: 4px;
    left: 88px;
}

.flattypeDivprevcls{
    background-image: url("../images/Elements/Group 72.svg");
    height: 36px;
    width: 36px;
    background-size: 100% 100%;
    z-index: 9999999999;
    position: absolute;
    left: 2vw;
    top: 50%;
}
.flattypeDivnextcls{
    background-image: url("../images/Elements/Group 73.svg");
    height: 36px;
    width: 36px;
    background-size: 100% 100%;
    position: absolute;
    z-index: 9999999999;
    right: 2vw;
    top: 50%;
}

.townshipshareuicls{
    display: grid;
    top: 0;
    z-index: 9999999;
    background: white;
    height: 100vh;
    position: absolute;
    width: 100vw;
    grid-template-rows: 72px 1fr;
    align-items: center;
}
.shareTopBarcls{
    display: grid;
    grid-auto-flow: column;
    /* color: black; */
    height: 100%;
    width: max-content;
    align-items: center;
}
.shareTopbarClose{
    /* background: url(./closeshare.svg); */
    background-image: url("../images/closeshare.svg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 21px;
    margin: 0 0 0 19px;
    position: relative;
    height: 17px;
}
.sharetextDiv{
    position: relative;
    left: 20px;
    font-family: Maven Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}
.shareBodyCls{
    display: grid;
    grid-auto-flow: column;
    height: 132px;
    width: 70%;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    align-items: center;
    justify-items: center;
}
.shareBodysubdivCls{
    display: grid;
    align-items: center;
    justify-items: center;
    text-decoration: none !important;
    height: 100%;
}
.textDivsharecls{
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
}
.copydiviconcls{
     background-image: url("../images/copyclipboard.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
  
}
.emaildiviconcls{
      background-image: url("../images/mail.svg");

    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;

}
.whatsappdiviconcls{
       background-image: url("../images/whatsapp.svg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.fbdiviconcls{
   
    background-image: url("../images/fb.svg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
   
}
.shareTownshipIcons{
	width: 80px;
	height: 80px;
}
#copyClipboardText{
    display: none;
    position: absolute;
    top: 71px;
    right: 0;
    margin: auto;
    width: 150px;
    left: 0;
    z-index: 99999999999;
    height: 50px;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
}
.minimapInIos{
left: 25px !important;
}