#controls {
    position: absolute;
    bottom: 22px;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-bottom: 3px;
}

.ctrl {
    padding: 8px 5px;
    width: 30px;
    text-align: center;
    background: rgba(200, 200, 200, 0.8);
    display: inline-block;
    cursor: pointer;
}

.ctrl:hover {
    background: rgba(200, 200, 200, 1);
}

/* standalone.css customizations */
/* 2021 CSS */
#app_logo {
    position: absolute;
    /*background: rgb(29 16 16 / 55%);*/
    padding: 4px !important;
    opacity: 1;
    bottom: 2vh;
    left: 1%;
    height: auto;
    z-index: 999;
    max-width:230px;
}

.pnlm-lmsg {
    display: none;
}

.pnlm-orientation-button-active{
display:none !important;
}

.pnlm-orientation-button-inactive{
display:none !important;
}

.pnlm-fullscreen-toggle-button-inactive {
margin-top:12px;
}

.pnlm-load-box {
    background-color: rgb(255 255 255 / 0%) !important;
    height: 15px !important;
    margin: 0 !important;
    top: 0px !important;
    width: 100% !important;
    left: 0% !important;
}

.pnlm-lbar {
    width: 100% !important;
    border: none !important;
    height: 7px !important;
}

.pnlm-load-box p {
    display: none !important;
}

.pnlm-lbar-fill {
    background: #00717f !important;
}

.pnlm-panorama-info {
    bottom: 50% !important;
    left: 50% !important;
}

.pnlm-container {
    background: none !important;
    background-color: #000 !important;
}

.pnlm-about-msg {
    font-size: 15px !important;
    line-height: 11px !important;
    width: 120px !important;
    height: 22px !important;
    color: #fff !important;
    background: rgb(0 0 0) !important;
}

.pnlm-about-msg a {
    text-decoration: none !important;
}

.ctrl.fullscreen {
    position: absolute;
    right: 78px;
    bottom: 10px;
    background: transparent;
    color: #fff;
    z-index: 11;
}

.ctrl-in-center {
    transform: translateX(-50%);
    left: 50%;
    background: #fff;
    width: 30%;
    position: absolute;
    bottom: 5px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 8px 8px;
    opacity:0.7
}

.ctrl-audio {
position: absolute;
margin-top:2px;
right:45px;
}

.ctrl-sensor {
position: absolute;
left:45px;
margin-top:2px;
}

.ctrl-in-center.open {
    bottom: 120px;
    opacity:0.7;
}

.ctrl,
.ctrl:hover {
    background: transparent;
}

.pnlm-panorama-info {
    bottom: 28px !important;
    background-color: transparent;
    color: #000;
}

.pnlm-title-box {
    padding-left: 0;
    display:none !important;
}

.arrow {
    display: flex;
    align-items: center;
    opacity:0.9;
}

.arrow-right {
    transform: rotate(180deg);
}

.audio-btn {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
    border-radius: 70px;
    font-size: 14px;
    cursor: pointer;
    width: 46px;
    height: 23px;
}

@media (min-width: 320px) and (max-width: 374px) {
    .audio-btn {
      font-size: 12px;
    }
}

.audio-btn[data-status="off"] {
    background-color: rgb(0 0 0);
}

.audio-btn[data-status="off"] img {
    width: 22px;
}

.audio-btn[data-status="on"] {
    background-color: #6052ff;
}

.audio-btn[data-status="on"] img {
    width: 22px;
}

.audio-btn img {
    margin-left: 0px;
}

.sensor-btn img {
    margin-left: 0px;
    width:22px;
}

.d-none {
    display: none;
}

.gallery {
   /* width: calc(30% - 4px);*/
    position: absolute;
    bottom: 30px;
    height: 5px;
    background: #f6f6f6;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    padding: 0 8px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.gallery.open {
    width: 30%;
    height: 120px;
}

.gallery-btn {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -17px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0px 0px 13px 0px #0000001a;
}

.gallery-btn img {
    filter: brightness(0);
    width: 13px;
}

.gallery.open .gallery-btn {
    transform: translateX(-50%) rotate(45deg);
    background: #6052ff;
    color: #fff;
}

.gallery.open .gallery-btn img {
    filter: brightness(1);
    width: 14px;
}

.gallery__list {
    display: none;
}

.gallery.open .gallery__list {
    display: flex;
    padding: 10px 0;
    overflow-x: auto;
}

.gallery__list .gallery__item {
    width: 33%;
    min-width: 33.5%;
    height: 92px;
    padding: 0 5px;
    box-sizing: border-box;
    cursor: pointer;
}

.gallery__list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
    cursor: pointer;
    border: 3px solid #fff;
}

.gallery__list img.active {
    border-color: #6052ff;
}

.ctrl-c-center {
    display: flex;
    align-items: center;
}

.ctrl-c-center .title {
    margin-right: 0px;
    font-weight:600;
}

.pnlm-about-msg {
    display: block;
    background-color: #000;
    min-width: 200px;
    width: 330px;
    height: auto !important;
}

.pnlm-about-msg--active {
    display: block;
}

.pnlm-about-msg ul {
    list-style: none;
    padding-left: 0;
    width: auto;
    margin: 0;
}

.pnlm-about-msg ul li {
    padding: 10px 10px;
    cursor: pointer;
    line-height: 1rem;
}

.pnlm-about-msg ul li,
.pnlm-about-msg ul li a {
    font-size: 16px;
    font-style: italic;
    color: #dadada;
}

.pnlm-about-msg ul li a {
    text-decoration: none;
}

.pnlm-about-msg ul li:hover {
    color: #fff;
}

.pnlm-about-msg ul li:hover a {
    text-decoration: underline;
    color: #fff;
}

.pnlm-about-msg ul li:last-child {
    border-top: 1px solid #ccc;
}

.pnlm-about-msg {
    width: auto !important;
    width: auto !important;
}

.pnlm-about-msg.show {
    display: block !important;
    opacity: 1 !important;
    width: auto !important;
    width: auto !important;
}

/* .ctrl-in-center.open .audio-btn {
  background-color: #6052ff;
} */

.sensor-btn {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
    border-radius: 70px;
    font-size: 14px;
    cursor: pointer;
    width: 46px;
    height: 23px;
    background-color:#6052ff;
}

.sensor-btn.off{
    background-color:#000 !important;
}


/* Repsonsive Styles */

@media (max-width: 1024px) {
    #app_logo {
        top: 7px;
        right: 2%;
        left: auto;
    }
}

@media (max-width: 1024px) {
    .ctrl.fullscreen {
        top: 6%;
        display: none;
        margin-left: 5px;
        right: auto;
    }
}

@media (max-width: 900px) {
.ctrl-c-center .title{
font-size:13px;
}
    }

@media (max-width: 1024px) {
    .ctrl-in-center, .gallery.open{
        width: 60%;
    }
}

@media (max-width: 1024px) {
    .ctrl-in-center, .gallery.open{
        width: 90%;
    }
}

@media (max-width: 600px) {
.gallery.open {
height:84px;
    }
}

@media (max-width: 600px) {
.gallery__list .gallery__item{
height: 60px;
    }
}

@media (max-width: 600px) {
.ctrl-in-center.open{
bottom:84px;
}
    }

@media (min-width: 640px){
.ctrl-in-center, .gallery.open {
    width: 58%;
    }
}

@media (min-width: 640px){
.gallery__list .gallery__item{
height:68px;
    }
}

@media (min-width: 640px){
.gallery.open{
height:92px;
     }
}

@media (min-width: 640px){
.ctrl-in-center.open{
bottom:92px;
}
}

@media (min-width: 1000px) {
    .ctrl-in-center, .gallery.open{
        width: 35%;
    }
}

@media (min-width: 1000px) {
.pnlm-fullscreen-toggle-button-inactive {
display:none !important;
}
}


@media (min-width: 1440px) {
    .ctrl-in-center, .gallery.open{
        width: 30%;
    }
}

@media (min-width: 1440px) {
.gallery__list .gallery__item{
height: 98px;
   }
}

@media (min-width: 1440px){
.gallery.open {
    height: 120px;
}
}

@media (min-width: 1440px){
.ctrl-in-center.open {
    bottom: 120px;
}
}

@media (min-width: 900px){
.gallery.open .gallery__list {
    overflow-x: hidden;
}