html { height:100%; }
body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
ul {
	padding: 0;
}

li {
	list-style: none;
}
::selection {
    background: transparent;
}
::-moz-selection {
    background: transparent;
}
.hover-svg-color {
    fill: #ff3158;
}
.location {
    display: flex;
    position: absolute;
    top: 20px;
    left: 40px;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    text-overflow: ellipsis;
    user-select: none;
    color: #fff;
    z-index: -1;
}
.location.show {
    z-index: 999;
}
.pano.d-flex{
    display: flex;
}
.sidebar.hide {
    width: 0;
    height: 0;
}
.sidebar_container {
    width: 20vw;
    height: 100vh;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
}
.sidebar_header {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: inset 0 -1px 0 #f5f4f3;
}
.sidebar_header_title { font-weight: 400; font-size: 18px; color: #444; transition: 0.25s ease; user-select: none; }
.sidebar_header_button { font-weight: 500; font-size: 20px; color: #191919; cursor: pointer; text-decoration: none; transition: 0.25s ease; user-select: none;}
.sidebar_content { padding: 30px 30px 0; color: black; }
.sidebar_content * { white-space: normal; user-select: unset; }
.sidebar_content h3 {
    margin: 10px 0;
}
.location.hide { display: none }
.sidebar_container * {
    transition: all 0.25s ease-in-out;
}
#googleMap {
    margin: 0 auto; 
    width:90%; 
    height:300px;
    position: relative;
}
#googleMap iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.floorselect_box_ui { display: none; flex-direction: column; font-size: 14px; }
.floorselect_box_ui.show { display: flex; }
a.floor_select_item:first-child { border-top-right-radius: 8px; border-top-left-radius: 8px; }
a.floor_select_item:last-child { border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; }
a.floor_select_item { min-width: 44px; text-decoration: none; color: #f5f4f3; background-color: #222; padding: 12px 18px; }
a.floor_select_item:hover { background-color: #333; }
a.floor_select_item.active { background-color: none; color: #f78; }
.footer_left, .footer_right{
    display: flex;
    position: absolute;
    bottom: 180px;
    transition: all .3s ease;
}
.footer_left.bottom, .footer_right.bottom{
    bottom: 35px;
}
.footer_left > div, .footer_right > div {
    width: 27px;
    height: 27px;
}
.footer_left > div:not(:last-child),
.footer_right > .btn-share,
.footer_right > .btn-view-vr {
    margin-right: 10px;
}
.footer_left img, .footer_right img{
    height: 100%;
    width: 100%;
}
.pseudo-tooltip-wrapper[data-title]:hover::before,
.pseudo-tooltip-wrapper[data-title]:hover::after {
    opacity: 1;
    transition: all 0.1s ease;
    visibility: visible;
}
.pseudo-tooltip-wrapper[data-title]::before {
    content: attr(data-title);
    background-color: #212121;
    position: absolute;
    font-size: 12px;
    padding: 5px 12px;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: .3px;
    white-space: nowrap;
    opacity: 0;
    border-radius: 6px;
    z-index: 99999;
    visibility: hidden;
}
.pseudo-tooltip-wrapper[data-title]::after {
    content: '';
    position: absolute;
    bottom: 39px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #212121;
    opacity: 0;
    visibility: hidden;
}
.pseudo-tooltip-wrapper.hide[data-title]::before,
.pseudo-tooltip-wrapper.hide[data-title]::after{
    display: none;
}
.pseudo-tooltip-wrapper[data-title] {
    position: relative;
}
.pseudo-tooltip-wrapper {
    /*This causes the wrapping element to be the same size as what it contains.*/
    display: inline-block;
    height: 100%;
}
.highlight-container > .pseudo-tooltip-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.footer_left{
    left: 30px;
}
.footer_right{
    right: 50px;
}
.footer_bottom{
    font-size: 14px;
    font-weight: bold;
    display: flex;
    gap: 4px;
    position: absolute;
    bottom: 12px;
    right: 50px;
}
.footer_bottom span {
    transform: scale(0.7);
}
.footer_left.hide,
.footer_right.hide,
.footer_bottom.hide,
.depthmap_navigation.hide{
    display: none;
}
.footer_bottom span:nth-child(2n+1){
    cursor: pointer;
}
.footer_bottom span:nth-child(2n+1):hover,
.footer_bottom span:nth-child(2n+1):focus{
    color: #ff3158;
}
.footer_left > div, .footer_right > div{
    cursor: pointer;
}
.depthmap_navigation{
    position: absolute;
    right: 22px;
    bottom: 175px;
    color: black;
    transition: all .3s ease;
}
.depthmap_navigation.bottom{
    bottom: 17px;
}
.depthmap_navigation > div{
    text-align: center;
    font-size: 12px;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    background: none no-repeat border-box rgb(255, 255, 255);
    visibility: visible;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 0px;
    border-radius: 1px;
    box-shadow: rgb(0, 0, 0) 0px 1px 4px 0px;
    z-index: 14;
    width: 20px;
    height: 20px;
}
.depthmap_navigation .btn-up{
    margin-bottom: 2px;
}
.toggle_footer_right{
    position: absolute;
    right: 48px;
    bottom: 179px;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 38px;
    height: 38px;
    transition: all .3s ease;
}
.toggle_footer_right .dot{
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: white;
}
.highlight-container{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 35px;
    padding: 1px 5px;
    margin-right: 5px;
    background-color: rgba(0,0,0,.5);
    border-radius: 100px;
    pointer-events: auto;
}
.highlight-container.hide{
    display: none;
}
.arrow {
    border: solid white;
    border-width: 0 3.5px 3.5px 0;
    display: inline-block;
    padding: 5px;
    transition: all .1s ease;
}
.arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 6px;
}
.arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 6px;
}
.highlight-container:hover .arrow{
    border-color: #ff3158;
}
.btn-explore-3d-space:hover img, .btn-dollhouse:hover img,
.btn-floorplan:hover img, .btn-select_floor:hover img,
.btn-ruler:hover img, .btn-share:hover img,
.btn-view-vr:hover img, .btn-fullscreen:hover img,
.btn-exit-fullscreen:hover img
{
    filter: invert(33%) sepia(73%) saturate(4041%) hue-rotate(331deg) brightness(102%) contrast(101%);
}
.btn-ruler.active img{
    filter: invert(33%) sepia(73%) saturate(4041%) hue-rotate(331deg) brightness(102%) contrast(101%);
}
.btn-select_floor{
    position: relative;
}
.btn-select_floor .floorselect_box_ui{
    position: absolute;
    top: -128px;
    left: -22px;
}
.btn-dollhouse.hide,
.btn-floorplan.hide,
.btn-explore-3d-space.hide,
.btn-exit-fullscreen.hide,
.btn-fullscreen.hide{
    display: none;
}
.wrapper{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 140px;
    background-color: #00000056;
    padding: 14px 0 14px 34px;
    transition: all .3s ease;
}
.wrapper.close{
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.container{
    width: calc(100% - 65px);
    height: 90%;
    overflow-x: scroll;
    margin-right: 15px;
    cursor: pointer;
}
 /* Designing for scroll-bar */
 .container::-webkit-scrollbar {
    height: 4px;
}
/* Track */
.container::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 5px;
}
/* Handle */
.container::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 5px;
} 
.container:hover::-webkit-scrollbar-thumb {
    background: rgba(181,180,179,.5);
}
.items{
	width: 100%;
	white-space: nowrap;
	font-size: 0;
    padding-bottom: 15px;
}
.items.active{
    cursor: grab;
}
.carousel-item{
    position: relative;
    height: 100px;
    min-width: 155px;
    display: inline-block;
    margin-left: 10px;
}
.carousel-item:after {
    content: url('./images/explore_3d_space.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 8px;
}
.carousel-item:first-child{
    margin-left: 0;
}
.carousel-item img{
    object-fit: cover;
    user-select: none;
    height: 100%;
    min-width: 155px;
    border-radius: 5px;
    border: 2px solid transparent;
}
.carousel-item:hover img,
.carousel-item.active img{
    border-color:#ff3158;
}
.walkinfo_touch{
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%)!important;
    box-sizing: content-box;
    overflow: visible;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    background: none no-repeat border-box rgba(255, 255, 255, 0.3);
    visibility: visible;
    border-color: rgb(0, 0, 0);
    font-size: 12px;
    border-style: solid;
    border-width: 0px;
    border-radius: 180px;
    backdrop-filter: blur(2px);
    z-index: 16;
    width: 140px;
    height: 140px;
    transition: all .3s ease;
}
.walkinfo_touch > div {
    top: 50%!important;
    text-align: center!important;
    transform: translateY(-50%)!important;
}
.walkinfo_touch.top{
    bottom: 225px;
}
@media only screen and (max-width: 1440px) {
    .sidebar_container {
        width: 30vw;
    }
    /* .footer_left{
        left: 20%;
    } */
}
@media only screen and (max-width: 768px) {
    .sidebar_container {
        width: 40vw;
    }
    /* .footer_left{
        left: 15%;
    } */
}
@media only screen and (min-width: 768px) {
    .sidebar_container.hide {width: 0; opacity: 0; position: fixed;}
}
@media only screen and (max-width: 767px) {
    .location {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
    }
    .sidebar_container {
        width: 100vw;
    }
    .sidebar_container.hide {width: 0; opacity: 0; position: absolute;}
}   
@media only screen and (max-width: 374px) {
    .location{
        font-size: 15px;
    }
    .footer_right{
        bottom: 220px;
        padding: 6px 4px;
        flex-direction: column;
        background-color: rgba(0,0,0,.5);
    }
    .footer_right > div{
        margin-top: 5px;
        margin-right: 0!important;
    }
    .footer_right > div:first-child{
        margin-top: 0px;
    }
    .footer_right.hide-small-mobile{
        display: none;
    }
    .footer_right.bottom{
        bottom: 75px;
    }
    .footer_bottom {
        right: 50%;
        transform: translateX(50%);
    }
    .depthmap_navigation.bottom{
        bottom: 34px;
        right: 18px;
    }
    .toggle_footer_right.show{
        display: flex;
    }
    .toggle_footer_right.bottom{
        bottom: 36px;
    }
}

.showcase-modal{
    width: 100%;   
    position: absolute ;
    display: none;

}
.showcase-modal.open{
    display: block;
}
.modal-background{
    background-color: rgba(0,0,0,.5);
    height: 100vh;
    transition: opacity .5s;
}
.modal-share{
    width: 450px;
    background-color: #ffffff;
    position: absolute;
    top:50%; 
    left:50%; 
    transform:translate(-50%, -50%); 
}
.modal-header{
    display: flex;
    width: 88%;
    padding: 10px 20px 10px 32px;
    background-color: #ffffff;
    flex-flow: row nowrap;
       
    justify-content: space-between;
}
.modal-title{
    flex-grow: 1;
    font-weight: 700;
    text-overflow: ellipsis;
    font-family: IBM Plex Sans;
    line-height: 26px;
    letter-spacing: .6px;
    color: #000000;
}
.modal-title h3{
    font-size: 28px !important;
    margin: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.modal-title p{
    margin: 0px;
    font-size: 12px;
    color: #b0b0b0;
}
.button-close i{
    width: 25px;
    cursor: pointer;
    font-size: 30px;
    padding-top: 10px;
}
.social-icons{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 0 30px;
    
}
.icon-button-social{
    width: 60px;
    height: 60px;
    background-color: #f5f4f3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.icon-button-social span{
    font-size: 22px !important;
}
.modal-body{
    padding: 10px 16px 10px 10px;
    margin: 10px 16px 5px 22px;
    padding-bottom: 10px;
}
.button-close span {
    color: black;
    font-size: 20px;
    
   
}
.button-close span i:hover{
    color: #000000;
}
.social-icons-text p{
    color: #7b7977;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.icon-button-social:hover{
    background-color: #ff3158;
    /* color: white; */

}
.icon-button-social:hover span{
    color: white;
}
.icon-button-social span  {
   
    font-size: 22px;
    color: #000000;
}
.input-group{
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    width: 98%;
    border: 1px solid #d7d6d6ff;
    border-radius: 5px;
    height: 50px;
}
.input-group-pos{
    width: 88%;
    height: 21px;
}
.input-coppy{
    border: none;
    font-size: 16px;
    outline: none;
    flex-grow: 1;
    min-width: 0;
    background: white;
    color: #6d6d6d;
    border: 0;
    border-radius: 0;
    width: 91%;
    padding-left: 10px;
}
.data-balloon{
    position: relative;
}
.data-balloon span{
    color: #000000;
    font-size: 20px;
    cursor: pointer;
    padding-left: 10px;
}
.input-addon:hover{
    color: #fe4266;
    border: 2px solid #fe4266;
}
.input-addon{
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #222;
    background: #fff;
    color: #222;
    cursor: pointer;
    user-select: none;
    padding: 12px 20px;
    font-size: inherit;
    outline: none;
}


.checkbox-deeplink{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
/* .checkbox-deeplink input{
    width: 20px;
    height: 20px;
    cursor: pointer;
} */
.checkbox-text{
    margin-left: 5px;
    font-size: 14px;
    color: #444444;
}
.icon-checkmark{ 
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.icon-checkmark:checked {
    background-color: red !important;
  }
.icon-checkmark:checked {
    box-shadow: none;
  }
  .data-balloon-disabled[data-title]::before{
     content: attr(data-title);
    background-color: #212121;
    position: absolute;
    font-size: 12px;
    padding: 5px 12px;
    bottom: 40px;
    left: 68%;
    transform: translateX(-50%);
    letter-spacing: .3px;
    white-space: nowrap;
    opacity: 0;
    border-radius: 6px;
    z-index: 99999;
    visibility: hidden;
    color: white;
}
 .data-balloon-disabled[data-title]::after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 80%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #212121;
    opacity: 0;
    visibility: hidden;
}
.data-balloon-disabled[data-title]:hover::before,
.data-balloon-disabled[data-title]:hover::after {
    opacity: 1;
    transition: all 0.1s ease;
    visibility: visible;
}