<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.JMap-Amenity {
    margin-left: -12px !important;
    margin-top: -5px !important;
}
.JMap-youarehere{margin-right:-7px;}
.JMap-youarehere img{width:35px !important;height:35px !important;}
.marching-ants {
  stroke-dasharray: 4;
  animation-name: marching;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes marching {
  to {
    stroke-dashoffset: -1000;
  }
}
.displayAmenity {
    text-align: center;
}
.displayAmenity svg {
    width: 45px;
    height: 45px;
    border-radius: 35px;
}
.displayAmenity svg .Background {
    fill: #598cab;
    padding: 40px;
}
.displayAmenity svg .Foreground {
    fill: #fff;    
}
.displayAmenity svg path[id^=Background], .displayAmenity svg circle[id^=Background], .displayAmenity svg polygon[id^=Background], .displayAmenity svg path[class^=st0] {
    fill: #598cab;
    padding: 40px;
}
.displayAmenity svg .Foreground {
    fill: #fff;    
}
.BackgroundRed svg .Background {
    fill: #CF344F !important;
    padding: 40px;
}
.BackgroundRed svg .Foreground {
    fill: #ffffff !important;
}
.floor-landmarks svg {
     width: 24px !important; 
     height: 24px !important; 
     border-radius:12px !important; 
     opacity:0.70 !important; 

}

.active-landmarks svg {
   width: 44px !important; 
   height: 44px !important;
   border-radius:23px !important; 
   opacity:0.80 !important; 
}


.markerDialogue {z-index:9999;}
.noResultTxt {
    color: red;
    text-align: center;
}
.moverIconText{display: block;
    margin-top: -15px;
    font-weight: bold;
    color: #d82d4b;
    margin-left: -10px;}
.direction-details ul{list-style:none;}
.direction-details ul li{    border-bottom: 1px solid #DADADA;cursor:pointer;
    margin-bottom: 5px;
    padding-bottom: 10px;width:85%}
.direction-details ul li .destinationText{width:80%;display:inline-block;vertical-align: middle;}
.direction-details ul li .destinationIcon{width:20%;display:inline-block;vertical-align: middle;margin-top: 8px;}
.direction-details .displayFloor{display:block;font-weight:bold;width:100%;text-align:left;padding-bottom:8px}

/*---------------Loading Screen-------------*/

/* Page Loading */
 .pace-activity &gt; div {
    display: inline-block;
    /*margin: 111px 0 0 30px;*/
    /*position: fixed;
    width: 100px;*/
}

.pace {
    -moz-user-select: none;
    pointer-events: none;
}

    .pace .pace-activity {
        
        color: #fff;
        display: block;
        font-size: 48px;
        height: 230px;
        pointer-events: none;
        position: fixed;
        text-align: center;
        top: 40%;
        width: 200px;
        z-index: 4000;
        right: 0;
        left:0;
        margin:0 auto;
    }

    .pace.pace-active .pace-activity {
        bottom: 0;
        position: absolute;
    }
    #resultLoading{width:100%;height:100%;position:fixed;z-index:999;top:0;left:0;right:0;bottom:0;margin:auto;}
    #resultLoading .bg{background:rgba(255, 255, 255, .8) none repeat scroll 0 0;width:100%;height:100%;position:absolute;top:0;}
    #loadingScreen {
  z-index: 9999;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  position: absolute;
  background-image: url("../images/bg-map.png");
}
    @-webkit-keyframes pace-theme-corner-indicator-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes pace-theme-corner-indicator-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}
.dest-img.SearchSwap &gt; img{width:25px;height:25px;}
.about-map p{font-size:14px;}
.attraction-box div span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 25px 8px;
}
.attraction-box{opacity:0.8;top:45% !important;text-align:center;}
.attraction-box p {
    padding: 20px 25px 8px !important;
}

.floor-landmarks .JMap-Amenity[id^=Parking] svg {width:44px !important;height:44px !important;}
.floor-landmarks .JMap-Amenity[id^=Metro] svg {width:44px !important;height:44px !important;}
.destinationText.services{    padding-top: 10px;
    font-weight: bold;
    color: #000;
    font-size: 16px;}

.emptyText{border:solid 1px #e20303 !important;}
.fillText{background-color:#f7eee0 !important;}

.JMap-Amenity.JMap-landmark[id^=Escalator],.JMap-Amenity.JMap-landmark[id^=Elevator]{display:block !important;}
#floorIndicator{display:none;}
/*.JMap-Amenity.JMap-landmark[id^=Escalator] svg,.JMap-Amenity.JMap-landmark[id^=Elevator] svg{width:23px !important;height:23px !important;opacity:0.65 !important}*/</pre></body></html>