
.footer-btn{
    margin-top: 5px;
    margin-right: 11px;
    font-size: 20px;
}
.footer{
    /* backdrop-filter: blur(10px); */
    /* background-image: linear-gradient(180deg,rgba(97,101,105,.4),rgba(97,101,105,.7) 98%); */
     background: #fff;
    box-shadow: 0 12px 24px 0 rgba(0,0,0,.1);
}
.expired-text {
            color: white;
        }
.optiontr{
    text-align: center;
}

.optionTd{
    /* max-width: 150px;
    max-height: 250px;
    margin-bottom: 10px;
    margin-right: 15px; */
    width: 100px;
    height: 100px;
    border-radius: 10%;
    overflow: hidden;
    background-size: inherit;
    background-position: center center;
    margin: 10px;
}
.optionImg{
    max-height: 170px;
    max-width: -webkit-fill-available;
    overflow: hidden;
}
.optiontbl{
    position: absolute;
    z-index: 99;
    bottom: 1%;
    color: #ffffff;
    background-color: #00000000;
    /* margin: 0px 5%; */
    width: 100%;
}

.optionTitle{
    font-size: 9px;
    /* background: linear-gradient(180deg, #2399D4, #4077DA); */
    margin-bottom: 0;
    padding-bottom: 3px;
    font-weight: 400;
    margin-bottom: 5px;
}

a {
    text-decoration: none;
}

.footerMain {
    /* backdrop-filter: blur(10px);
    background-image: linear-gradient(180deg,rgba(97,101,105,.4),rgba(97,101,105,.7) 98%); */
}

.footerMain {
    color: #ffffff;
    background-color: #27272775;
}
body {
    font-family: Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
}
@media only screen and (max-width: 600px) {
    .optionTd {
        /* max-width: 116px;
        max-height: 150px;
        margin-bottom: 10px;
        margin-right: 15px; */
        width: 78px;
        height: 78px;
        border-radius: 10%;
        overflow: hidden;
        background-size: inherit;
        background-position: center center;
        margin: 7px;
    }
.table-responsive {
    /* max-height: 132px; */
    max-height: fit-content;
}
    .optionTitle{
        font-size: 9px;
    }
    .activelink {
        position: relative;
        border-radius: 10%;
        overflow: hidden;
        background-size: cover;
        background-position: center center;
    }
}
.mainnav {
    display: block;
    z-index: 9999;
    position: fixed;
    right: 0;
    top: 150px; /* Default positioning for non-mobile devices */
}
.infonew {
    border-radius: 5px;
    width: 28px;
    height: 28px;
    align-items: center;
    position: relative;
    background: #fff;
    color: #212121;
    margin-left: 10px;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;
}
.infoicon {
    /*margin-left: 7px;
    margin-top: 7px; */
    font-weight: 900;
}
/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
    .mainnav {
        top: 25px; /* Adjusted positioning for mobile devices */
    }
}
.mainnavlink {
    color: white;
    margin: 15px;
    display: block;
    padding: 3px 0px;
    background: rgba(0, 0, 0, .2);
    border: 0px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    width: 32px;
    height: 32px;
}
.index-module__bottom-container {
    position: absolute;
    visibility: visible;
    bottom: 0;
    /* min-width: calc(100% - 125px); */
    /* min-width: 400px; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    left: 0%;
    height: fit-content;
    z-index: 1001;
    transition: height 1s;
    /* backdrop-filter: blur(10px); */
    /* background-image: linear-gradient(180deg, rgba(97, 101, 105, .4), rgba(97, 101, 105, .7) 98%); */
    /* box-shadow: 0 12px 24px 0 rgba(0,0,0,.1); */
    transform-origin: center bottom;
    
}
.MaintileName {
    font-family: Mulish;
    font-size: 19px;
    font-weight: 800;
    line-height: 20.08px;
    text-align: left;
    filter: drop-shadow(0px 0px 1px black);
}
.maintiledimet {
    font-family: Mulish;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.06px;
    text-align: left;
    filter: drop-shadow(0px 0px 1px black);
}
.index-module__bottom-container .index-module__arrow-container {
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    transition: visibility .7s .5s,opacity .5s;
}
.index-module__bottom-container .index-module__left {
    float: left;
}
.index-module__info-container {
    display: flex;
    align-items: center;
    margin-left: 5px;
    transition: visibility .3s,opacity 1.5s;
    position: relative;
}
.index-module__pc-pano-logo {
    max-height: 42px;
    margin: 10px 18px 10px 0;
}

.index-module__pc-pano-logo {
    display: block;
    max-width: 120px;
    border-right: 1px solid hsla(0,0%,100%,.2);
    padding-right: 18px;
    margin: 20px 18px 20px 0;
}
.index-module__bottom-container .index-module__right {
    float: right;
    max-width: 75%;
}

a, audio, blockquote, body, canvas, dd, div, dl, dt, em, fieldset, footer, form, h1, h2, h3, h4, h5, h6, header, html, img, label, legend, li, ol, p, pre, span, table, tbody, td, tfoot, th, thead, tr, ul {
    margin: 0;
    padding: 0;
    border: 0;
    /* vertical-align: baseline; */
}
.index-module__mainMenu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-right: 8px;
    transition: visibility .3s,opacity 1.5s;
    font-family: auto;
}
[viewer-theme=default] .CommonMainMenuButton, [viewer-theme=default] .mainMenu-button {
    color: #fff;
    font-size: 12px;
}
.mainMenu-button {
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
}
.CommonMainMenuButton, .mainMenu-button {
    width: 89px;
    height: 100%;
    opacity: .6;
    transition: background .4s;
    cursor: pointer;
}
.mainMenu-button .icon-container {
    margin-bottom: 5px;
    height: 20px;
}
.mainMenu-button .tui-icon {
    margin-bottom: 7px;
}
i.tui-icon {
    display: inline-block;
    text-align: center;
    vertical-align: -0.125em;
    line-height: 0;
    text-rendering: optimizelegibility;
}
.tui-icon {
    display: inline-block;
    text-align: center;
    vertical-align: -0.125em;
    line-height: 0;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}
.CommonMainMenuButton .text, .mainMenu-button .text {
    text-align: center;
}
[viewer-theme=default] .CommonMainMenuButton, [viewer-theme=default] .mainMenu-button {
    color: #fff;
    font-size: 12px;
}
.mainMenu-button {
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
}
[viewer-theme=default] .CommonMainMenuButton, [viewer-theme=default] .mainMenu-button {
    color: #fff;
    font-size: 12px;
}
.optiontblbackdesign {
    /* background: #fff; */
    position: absolute;
    visibility: visible;
    bottom: 0;
    /* min-width: calc(100% - 125px); */
    /* min-width: 400px; */
    /* border-top-left-radius: 8px; */
    /* border-top-right-radius: 8px; */
    left: 50%;
    height: fit-content;
    z-index: 1001;
    transition: height 1s;
    backdrop-filter: blur(5px);
    background-image: linear-gradient(180deg,rgba(97,101,105,.4),rgba(97,101,105,.7) 98%);
    box-shadow: 0 12px 24px 0 rgba(0,0,0,.1);
    transform-origin: center bottom;
    padding: 0 10px;
}
.close {
    width: 100%;
    position: fixed!important;
    margin-top: 6px;
    max-width: fit-content;
    margin-right: 6px;
}
.floorplan-guider-level-selector {
    width: 100px;
    margin-top: 10px;
    background: rgba(0,0,0,.2);
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    padding: 6px 8px;
}
.floorplan-guider-level-selector .position {
    display: flex;
    justify-content: space-between;
}

.pano-viewer p {
    margin: 0;
}
.floorplan-guider-level-selector .position .position-text {
    color: #ccc;
}
.floorplan-guider-level-selector .position .position-level {
    text-align: right;
}
.floorplan-guider-level-selector .position-name {
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
    /* width: 80%; */
    word-wrap: break-word;
    max-height: 40px;
    overflow: hidden;
}

.pano-viewer p {
    margin: 0;
}
.floorplan-guider-level-selector .position-pointer {
    /* position: absolute; */
    float: right;
    right: 10px;
    bottom: 6px;
}
i.tui-icon {
    display: inline-block;
    text-align: center;
    vertical-align: -0.125em;
    line-height: 0;
    text-rendering: optimizelegibility;
}
.tui-icon {
    display: inline-block;
    text-align: center;
    vertical-align: -0.125em;
    line-height: 0;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}
.activelink {
    position: relative;
    border-radius: 10%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.activelink::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(26, 122, 251, .5);*/
    border-radius: inherit; 
    border: 3px solid;
    box-shadow: 1px 1px;

}

.activelink i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
}

.optionTitle {
    text-align: center;
    margin-top: 0px;
    color: #fff;
    font-size: 9px;
    filter: drop-shadow(2px 4px 6px black);
}
#musicBtn {
    background-attachment: fixed;
}
.music-icon {
    position: relative;
    cursor: pointer;
}

.music-icon::before {
    content: '|';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-237%, 23%);
    font-size: 30px;
    color: white;
    z-index: 1;
    rotate: 127deg;
    text-shadow: -2px -2px 1px #6c6a6ad6;
}
.pnlm-compass {
    display: none!important;
}
.optionTd {
    transition: transform 0s ease-in-out;
}

.optionTd:hover {
    transform: scale(.9);
    filter: drop-shadow(0px 2px 5px black);
}


		.expired-text {
    				color: white;
  				}
        .modal2 {
          display: none;
          position: fixed;
          z-index: 500;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
        }

        .modal2-content {
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }
