/* Font Declarartions */

@font-face {
    /*font-family: 'Bebas Neue Regular';*/
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    src: local('Bebas Neue Regular'), url('../fonts/BebasNeue Regular.woff') format('woff');
}


/* Font Declarartions */


/* Top Bar */

.stmt_topbar {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-family: Bebas Neue Regular;*/
    font-family: 'Nunito Sans', sans-serif;

    visibility: hidden;
    /* background: #FFFFFF; */
    /* box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.33); */
}

.stmt_topbar_container {
    position: absolute;
    height: auto;
    width: 100%;
    float: right;
    /*left: 50px;*/
}
#stmt_Logo{
    background-image: url('../images/icons/clientlogo.png');
    background-size: contain;
    background-repeat: no-repeat;
    width:200px;
    height: 40px;
    float: left;
	margin-left: 50px;
	display:none;
}

.stmt_topbar_container_button {
    padding: 18px 12px !important;
    /* width: 200px; */
    background: transparent;
    /*text-transform: uppercase;*/
    cursor: pointer;
    outline: none;
    border: 1.5px solid;
    border-radius: 5px;
    /*letter-spacing: 1.5px;*/
    line-height: 6px;
    color: rgba(0,0,0,0.87);
    z-index: 4;
    margin-right: 3px;
    font-size: 14px;
    letter-spacing: 0.48px;
    text-align: center;
	display:none;
}

.stmt_topbar_container_button:hover {
    /*background-color: #b4b4b4;*/
    outline: none;
    color: #ed1d53;
}

.stmt_active {
    pointer-events: none;
    cursor: none;
    background-color: #ffffff;
    outline: none;
    font-size: 14px;
    color: #ed1d53;
}


/* Block */

.stmt_areablock {
    height: 200px;
    width: 150px;
    position: absolute;
    border: 0.1px solid;
    top: 50%;
    left: 20%;
    display: none;
}

.stmt_areablock .stmt_areablock_header {
    height: 20%;
    background: #191d29;
    color: white;
    text-align: center;
    padding: 5%;
}

.stmt_areablock_header span {
    margin: auto;
}

.stmt_areablock .stmt_areablock_body {
    height: 80%;
    background: white;
    opacity: 0.5;
}


/* Bottom Bar */

.stmt_bottombar {
    position: fixed;
    /*bottom: 19px;*/
    bottom: 5px;
    right: 0px;
    left: 0px;
    /*height: 50px;*/
    /*background: #222838;*/
    display: none;
    justify-content: center;
    align-items: center;
}

.stmt_bottombar_menucontainer {
    display: none;
    margin: auto;
    padding: 10px 30px;
    -moz-box-shadow: inset 0 0 3px rgba(21, 26, 41, 0.71);
    -webkit-box-shadow: inset 0 0 3px rgba(21, 26, 41, 0.71);
    box-shadow: inset 0 0 3px rgba(21, 26, 41, 0.71);
}

.stmt_bottombar_menucontainer .menu-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline !important;
}

.bottombar_button {
    padding: 0 5%;
    height: 100%;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 6px;
}

.bottombar_button div {
    height: 50%;
    min-width: 25px;
    border: 1px solid white;
}

.stmt_bottombar_rightcontainer {
    position: absolute;
    height: 100%;
    bottom: 40px;
    right: 0px;
    padding: 10px 0 !important;
    display: inline-flex;
}

.stmt_minimap {
    padding: 0px 5px 3px 9px;
    /*background-color: #ffffff;*/
    border-radius: 48px;
    height: 40px;
    width: 40px;
}

.stmt_minimap:hover {
    /*color: #FFF;*/
}

.stmt_minimap_icon {
    background-image: url('../images/icons/magiktour/minimap.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 46px;
    border-radius: 48px;
    display: inline-block;
    margin-right: 30px;
}
.stmt_filter_icon{
    background-image: url('../images/icons/magiktour/filter.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    border-radius: 48px;
    display: inline-block;
    margin-right: 30px;
}
.stmt_middleicons{
position: absolute !important;
width: fit-content;
width: -moz-fit-content;
display: grid;
grid-gap: 25px;
right: 46vw;
grid-auto-flow: column;
margin: auto;
}
.stmt_walkthrough_icon{
    background-image: url('../images/icons/magiktour/Walkthrough.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
	height: 46px;
    border-radius: 48px;
    display: none;
    /* margin-right: 30px; */
}
.stmt_walkthrough_icon:hover {
    background-image: url('../images/icons/magiktour/Walkthroughhover.svg');

}
.stmt_drone_icon{
    background-image: url('../images/icons/magiktour/Drone.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
	height: 46px;
    border-radius: 48px;
    display: none;
    /* margin-right: 420px; */
}
.stmt_drone_icon:hover {
    background-image: url('../images/icons/magiktour/Dronehover.svg');
}

.stmt_chatbot_icon{
    background-image: url('../images/icons/magiktour/chatbot.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
	height: 46px;
    border-radius: 48px;
    display: inline-block;
    margin-right: 30px;
}
.stmt_chatbot_icon:hover {
    background-image: url('../images/icons/magiktour/chatbothover.svg');
}

.stmt_analytics_icon{
    background-image: url('../images/icons/magiktour/Analytics.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 46px;
    border-radius: 48px;
    display: inline-block;
    margin-right: 30px;
}
.stmt_analytics_icon:hover {
    background-image: url('../images/icons/magiktour/Analytics-hover.svg');
}

.stmt_expand_icon{
    background-image: url('../images/icons/magiktour/Expand.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    border-radius: 48px;
    display: inline-block;
    margin-right: 30px;
}
.stmt_expand_icon:hover {
    background-image: url('../images/icons/magiktour/Expandhover.svg');
}
.stmt_minimap_icon:hover {
    background-image: url('../images/icons/magiktour/minimaphover.svg')
}
.stmt_filter_icon:hover {
    background-image: url('../images/icons/magiktour/filter copyhover.svg')
}
.stmt_filter_icon_Click {
    background-image: url('../images/icons/magiktour/filter.svg')
}
.dropmic--show {
    box-shadow: 0px 0px 10px #888888;
}

.stmt_menufiltered {
    box-shadow: 0px 0px 10px #888888;
}

.stmt_help_icon {
    background-image: url('../images/icons/help icon.png');
}

.stmt_help_icon:hover {
    background-image: url('../images/icons/help icon.png')
}


/* Compass_ST */

.stmt_compass {
    position: absolute;
    right: 0;
    top: 70px;
    background: transparent;
    width: 7%;
    margin: 10px 10px;
    display: none;
}

.sticky-container-label {
    font-family: Bebas Neue Regular;
    background-color: #222838;
    position: fixed;
    /*right: -15px;*/
    height: 40px;
    bottom: 80px;
    width: 70px;
    padding: 5px 15px;
    color: white;
    transform: rotate(-90deg);
    letter-spacing: 2px;
    display: none;
}

.sticky-container {
    font-family: Bebas Neue Regular;
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: 0px;
    bottom: 150px;
    width: 200px;
    display: none;
}

.sticky {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sticky li {
    border-radius: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 14em;
    list-style-type: none;
    background-color: #222838;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 160px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    opacity: 0.8;
    letter-spacing: 1.5px;
}

.sticky li:hover {
    margin-left: 5px;
    opacity: 1;
}

.sticky li img {
    float: left;
    margin: 10px 10px;
    margin-right: 11px;
    border: 1px solid#fff;
    /*background: white;*/
    width: 20px;
    height: 20px;
}

.sticky li p {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;
    font-size: 15px
}

.sticky-container .ss-content {
    width: 106% !important;
}


/* Area Details Box */

.stmt_areadetailblock {
    font-family: BabasNeue;
    position: absolute;
    left: 50px;
    top: 70px;
}

.counter span.stmt_area_counter:not(.title_1) {
    color: #FFF;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 1.5px;
}


/* St Popup */

.stmt_popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 5% 20%;
    background: rgba(0,0,0,.5);
    /*padding: 5% 20%;*/
}
.stmt_popupMobile {
    position: fixed;
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    z-index: 99999;
    top: 0;
    /* padding: 5% 15%; */
    /*padding: 5% 20%;*/
}

.stmt_popup_container {
    height: 70vh;
    width: 65vw;
    grid-template-rows: 40px 1fr;
    /*margin: auto;*/
    display: grid;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.83);
    background-color: #fff;
}


.stmt_popup_containerMobile {
    height: 100vh;
    width: 100vw;
    grid-template-rows: 40px 1fr;
    display: grid;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.83);
    background-color: #fff;
}
.stmt_popup_container_header {
    height: auto;
    padding: 0 10px;
    display: inline-block;
    width: 100%;
}

.stmt_popup_container_close {
    float: right;
    position: relative;
    background: #bebebe;
    padding: 5px;
    line-height: 10px;
    cursor: pointer;
    font-size: 20px;
    margin: -5px -10px;
}

.stmt_popup_container_title {
    font-size: 20px;
    display: inline-block;
}
.stmt_popup_container_titleMobile {
    font-size: 16px;
    display: inline-block;
}
.stmt_popup_container_booknow {
    /*float: right;*/
    /*margin: 5px;*/
    /*position: relative;*/
    /*left: 55%;*/
    /*bottom : 5px;*/
    display: grid;
}

.stmt_popup_booknow_panel{
    position: absolute;
    width: 200px;
    padding: 10px 5px;
    border: 1px solid white;
    background: grey;
}

.stmt_popup_booknow_panel input{
    margin: 2px;
}

.stmt_popup_booknow_book{
    margin: 5px 5px;
    float: left;
    padding: 0 15px !important;
    height: 30px !important;
}

.stmt_popup_booknow_cancel{
    margin: 5px 5px;
    float: right;
    padding: 0 15px !important;
    height: 30px !important;
    background: black !important;
}

.stmt_menu_active {
    color: #ed1d53 !important;
}

.stmt_popup_container_booknow button {
    font-family: BabasNeue;
    background: #ed1d53;
    color: white;
    z-index: 501;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 0px 25px;
    line-height: 30px;
    height: 35px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.stmt_popup_container_header2 {
    height: 45px;
    margin: auto;
    background: #bebebe;
}
.stmt_popup_container_header2Mobile {
    height: 30px;
    margin: auto;
    background: #bebebe;
}

.stmt_popup_container_price {
    float: left;
    margin: 10px;
}

.stmt_striked {
    font-size: 15px;
    text-decoration: line-through;
    margin: 0 5px;
}

.stmt_striked::before {
    font-family: FontAwesome;
    content: "\f156";
}

.stmt_nonstriked {
    font-size: 20px;
    margin: 0 5px;
}

.stmt_nonstriked::before {
    font-family: FontAwesome;
    content: "\f156";
}

.stmt_popup_container_body {
    height: auto;
    width: 100%;
    display: inline-block;
}

.stmt_popup_container_body_left {
    height: 400px;
    width: 20%;
    float: left;
}
.stmt_popup_container_body_leftMobile {
    /*height: 400px;*/
    width: 20%;
    float: left;
}
.stmt_popup_container_body_right {
    float: right;
    width: 80%;
    border-left: 1px solid #bebebe;
    max-height: 400px;
    overflow-y: hidden;
    overflow-x: hidden;
    /* padding: 20px; */
}
.stmt_popup_container_body_rightMobile {
    float: right;
    width: 80%;
    border-left: 1px solid #bebebe;
    height: 60vh;
    overflow-y: hidden;
    overflow-x: hidden;
    /* padding: 20px; */
}
.stmt_popup_container_body_left ul {
    overflow-y: auto;
    height: 100%;
    list-style: none;
    padding: 0;
}
.stmt_popup_container_body_leftMobile ul {
    overflow-y: auto;
    height: 100%;
    list-style: none;
    padding: 0;
}
.stmt_popup_panel {
    /*height: 400px;*/
     height: calc(65vh);
    overflow-y: scroll;
    width: auto;
    overflow-x: hidden;

}
.stmt_popup_panelMobile {
    /* height: calc(80vh - 40px); */
	height: calc(65vh);
    overflow-y: scroll;
    width: auto;
    overflow-x: hidden;
}
.stmt_popup_container_body_left li {
    padding: 10px;
    border-bottom: none;
    cursor: pointer;
}

.stmt_popup_container_body_left li a {
    font-size: 16px;
    color: #858da0;
    text-decoration: none;
}

.stmt_popup_container_body_left li a:hover {
    color: #ed1d53;
}
.stmt_popup_container_body_leftMobile li {
    padding: 10px;
    border-bottom: none;
    cursor: pointer;
}

.stmt_popup_container_body_leftMobile li a {
    font-size: 13px;
    color: #858da0;
    text-decoration: none;
}

.stmt_popup_container_body_leftMobile li a:hover {
    color: #ed1d53;
}

.stmt_item {
    display: block;
    margin: 15px;
}

.stmt_uidisable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../images/glass.png');
    z-index: 999;
    pointer-events: none;
    cursor: none;
}


/* Responsive */

@media only screen and (max-width: 768px) {
    .stmt_topbar_container {
        left: 20px;
    }
    .stmt_minimap {
        padding: 1px 7px 3px 10px;
    }
    .stmt_minimap button i {
        margin: 0px !important;
    }
    .stmt_bottombar_rightcontainer {
        right: 20px;
    }
    .stmt_areadetailblock {
        left: 20px
    }
}

@media only screen and (max-width: 530px) {
    .stmt_topbar_container {
        left: 10px!important;
    }
    .stmt_areablock {
        height: 100px;
        width: 75px;
    }
    .stmt_bottombar_rightcontainer {
        right: 10px;
    }
    .stmt_minimap button i {
        margin: 0px !important;
    }
    .stmt_areadetailblock {
        left: 10px
    }
}

@media only screen and (max-width: 480px) {
    .stmt_areablock,
    .stmt_topbar_container_button span {
        display: none;
    }
}

@media only screen and (min-width:568px) and (max-width:736px) {
    .stmt_topbar_container_button {
        /*width: 200px !important;*/
        border: none;
        float: right;
    }
    .sticky-container {
        bottom: 25% !important;
    }
    .sticky {
        max-height: 175px !important;
    }
}

@media only screen and (min-width:736px) {
    .stmt_topbar_container_button {
        /*width: 200px !important;*/
        border: none;
        float: right;
    }
}




/* new DropupUI */

.stmt_new_dropbtn {
    /*background-color: inherit;*/
    font-size: 16px;
    border: none;
    width: 190px;
    height: 34px;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    color: rgba(0,0,0,0.87);
    padding: 5px 1px 1px 22px;

}

.stmt_new_dropup {
    position: absolute;
    display: inline-block;
    /*top:400px;*/
    bottom: 7px;
    left: 51px;
    width: 190px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.54);
    border-radius: 2px;
    color: rgba(0,0,0,0.54);
}
    /*cursor: pointer;*/

.stmt_new_blocks{
    height: 40px;
    width: 190px;
    padding: 10px 2px 1px 24px;
    overflow: hidden;
    color: rgba(0,0,0,0.54);

    text-overflow: ellipsis;
}

.stmt_new_dropup-content {
    cursor: pointer;
    display: none;
    position: absolute;
    /*width: 190px;*/
    bottom: 36px;
    color: rgba(0,0,0,0.54);

    z-index: 1;
    /*text-align: center;*/
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.54);
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;

}
#stmt_selectedTowerName{
    /*height: 50px;*/
    width: 200px;
    position: absolute;
    top: 11px;
    left: 45%;
    /*background-color: #ffffff;*/
    color: #ed1d53;
    display: none;
}
.stmt_new_dropup-content div {

    /*padding: 8px 2px 2px 26px;*/
    text-decoration: none;
    display: block;
    /*width: 160px;*/
    /*height: 32px;*/
    background: #FFFFFF;
    border-radius: 3px 3px 0 0;
    /*font-family: NunitoSans-SemiBold;*/
    font-size: 14px;
    color: rgba(0,0,0,0.54);

}

.stmt_new_dropup-content div:hover {
    background-color: #ffffff;
    color: #ed1d53;
}

.stmt_new_dropup:hover .stmt_new_dropup-content {
    /*display: block;*/

}

.stmt_new_dropup:hover  {
    /*background-color: #3e8e41;*/
}
.stmt_new_show{
    display: block;
}
#stmt_new_symbol{
    background: url("../images/icons/magiktour/Dropup.svg");
    position: absolute;
    top: 12px;
    right: 15px;
    width: 11px;
    height: 6px;
}
#dropDownContainerID{
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    /*bottom: 17px;*/
    width: max-content;
    display: inline-grid;
    grid-auto-flow: column;
    /*grid-template-columns: repeat(3,fit-content(30px));*/
    align-items: center;
    grid-column-gap: 50px;
	width: -webkit-max-content;
	width: -moz-max-content;
}
.dropDownClassContainer{
    left: 40%;
    bottom: 17px;
}
.dropDownContainerClass{
    position: absolute;
    left: 50px;
    top: 215px;
    display: inline-grid;
    grid-auto-flow: column;
    align-items: center;
    grid-column-gap: 50px;
}
.thumbnaildropDownContainerClass{
    position: absolute;
    left: 40%;
    bottom: 17px;
    display: inline-grid;
    grid-auto-flow: column;
    /*grid-template-columns: repeat(3,fit-content(30px));*/
    align-items: center;
    grid-column-gap: 50px;
}

.stmt_new_dropbtnContainer_thumbnail{
    position: absolute;
}
.new_imageNextSTMT{
    background-image: url("../images/icons/magiktour/next.svg");
    width: 46px;
    height: 46px;
    border-radius: 48px;
    background-size: 100% 100%;
    /*position:  absolute;*/
    bottom: 12px;
    left: 60%;
    cursor: pointer;
}
.new_imageNextSTMT:hover{
    background-image: url("../images/icons/magiktour/next copy.svg");
}
.new_imagePrevSTMT{
    background-image: url("../images/icons/magiktour/previous- available copy 2.svg");
    width: 46px;
    height:46px;
    border-radius: 48px;
    background-size: 100% 100%;
    /*position:  absolute;*/
    bottom: 12px;
    left: 39%;
    cursor: pointer;
}
.new_imagePrevSTMT:hover{
    background-image: url("../images/icons/magiktour/previous- hover copy 2.svg");
}
#new_imageUpSTMT{
    background-image: url("../images/icons/magiktour/top- available.svg");
    width: 46px;
    height: 46px;
    border-radius: 48px;
    background-size: 100% 100%;
    /*position:  absolute;*/
    bottom: 12px;
    left: 39%;
    cursor: pointer;
}
#new_imageUpSTMT:hover{
    background-image: url("../images/icons/magiktour/top- hover.svg");
}
#new_imageDownSTMT{
    background-image: url("../images/icons/magiktour/bottom-available.svg");
    width: 46px;
    height: 46px;
    border-radius: 48px;
    background-size: 100% 100%;
    /*position:  absolute;*/
    cursor: pointer;
    bottom: 12px;
    left: 60%;
}
#new_imageDownSTMT:hover{
    background-image: url("../images/icons/magiktour/bottom-hover.svg");
}
.new_closeInnerThumbnailSTMT {
    /*position: absolute;*/
    /*top: 11vh;*/
    /*left: 5vw;*/
    width: 27px;
    height: 20px;
    border-radius: 48px;
    /*z-index: 9998;*/
    cursor: pointer;
    background-image: url('../images/icons/magiktour/back arrow.svg');
    background-size: 100% 100%;
}
#new_closeInnerThumbnailSTMTcontainer {
    position: absolute;
    top: 11vh;
    /*right: 4vw;*/
    left: 5vw;
    display: grid;
    grid-column-gap: 16px;
    grid-auto-flow: column;
    align-items: center;
    justify-items: center;
    z-index: 9998;
    cursor: pointer;

}
#new_closeInnerThumbnailSTMTtext {
    font-size: 15px;
    color: rgba(0,0,0,0.54);
    cursor: pointer;
}
.inner_thumbnailContents{
    /*z-index: 9999;*/
}

.new_Dropup_thumbnail {
    /*position: absolute;*/
    display: inline-block;
    /*top:400px;*/
    bottom: 19px;
    left: 45%;
    width: 190px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.54);
    border-radius: 2px;
    color: rgba(0,0,0,0.54);
}

.stmt_new_symbol_thumbnail{
    /* background: url("../images/icons/magiktour/Dropup.svg"); */
    background: url("../images/icons/magiktour/dropdown.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 12px;
    right: 15px;
    width: 11px;
    height: 6px;
}

.stmt_new_dropbtn_thumbnail {
    background-color: inherit;
    font-size: 16px;
    border: none;
    width: 190px;
    height: 34px;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    color: rgba(0,0,0,0.87);
    padding: 5px 1px 1px 22px;

}

.stmt_new_dropup_thumbnail {
    position: absolute;
    display: inline-block;
    /*top:400px;*/
    bottom: 7px;
    left: 51px;
    width: 190px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.54);
    border-radius: 2px;
    color: rgba(0,0,0,0.54);
}
/*cursor: pointer;*/

.stmt_new_blocks_thumbnail{
    height: 40px;
    width: 190px;
    padding: 10px 2px 1px 24px;
    overflow: hidden;
    color: rgba(0,0,0,0.54);

    text-overflow: ellipsis;
}

.stmt_new_dropup-content_thumbnail {
    cursor: pointer;
    display: none;
    position: absolute;
    /*width: 190px;*/
    /*bottom: 37px;*/
    color: rgba(0,0,0,0.54);
    z-index: 1;
    /*text-align: center;*/
    max-height: 60vh;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.54);
    border-radius: 2px;
    overflow-y: scroll;
    text-overflow: ellipsis;
}
.stmt_new_dropup-content_thumbnail div {

    text-decoration: none;
    display: block;
    background: #FFFFFF;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
    color: rgba(0,0,0,0.54);

}

.stmt_new_dropup-content_thumbnail div:hover {
    background-color: #ffffff;
    color: #ed1d53;
}
.stmt_new_dropup-content_thumbnaildown{
    top: 37px;
}
.stmt_new_dropup-content_thumbnailup{
    bottom: 37px;
}
.stmt_new_show_thumbnail{
    display: block;
	overflow-y: scroll;
}

.new_bottomSlideshow_thumbnail {
    position: absolute;
    /*bottom: 50%;*/
    /*height: 15vh;*/
    /*width: 70%;*/
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
    left: 3vw;
    display: grid;
    height: 60vh;
    margin: auto;
    align-items: center;
    justify-items: center;
}
.new_bottomSlideHolder_thumbnail {
    justify-content: center;
    /*display: flex;*/
    display: grid;
}

.new_prevSmall_thumbnail {
    background-image: url('../images/icons/previousArrow small.svg');
    width: 13.3px;
    height: 23.5px;
    /*position: absolute;*/
    /* bottom: 30px; */
    /* top: 0px; */
    left: 90px;
    transform: rotate(90deg);
    cursor: pointer;
}

.new_nextSmall_thumbnail {
    background-image: url('../images/icons/nextArrow-small.svg');
    width: 13.3px;
    height: 23.5px;
    left: 90px;
    /*position: absolute;*/
    transform: rotate(90deg);
    bottom: 0px;
    cursor: pointer;
}
.new_dot_thumbnail {
    opacity: 0.5;
    cursor: pointer;
    height: 95px;
    width: 135px;
    /*margin: 21px 12px;*/
    /*display: flex;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: background-color 0.6s ease;
}
.new_active_thumbnail,
.new_dot_thumbnail:hover {
    opacity: 1;
}
.imgDivsContainer{
    display: inline-grid;
    /*grid-template-rows: repeat(2,fit-content(27px));*/
    align-items: center;
    justify-items: center;
}
.new_text_thumbnail {
    padding: 8px 12px;
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*width: 100%;*/
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.54px;
    /*text-align: center;*/
    color: rgba(0, 0, 0, 0.54);
}
.new_text_thumbnail:hover{
    color: #ed1d53;
}

#topBarTitleDisplay{
    position: absolute;
    left: 0;
    right: 0;
    top: 1.5vh;
    z-index: 9996;
    color: #ed1d53;
    margin: auto;
    font-size: 17px;
    width: 400px;
    border: 0;
    pointer-events: none;
    background: white;
}
.opacityChange{
    opacity: 1 !important;
}
.changeColorPink{
    color: #ed1d53 !important;
}
.removePointerEvents{
    pointer-events: none !important;
}
.disableUpIcon{
    background-image: url('../images/icons/top - Disable.svg') !important;
}
.disableDwnIcon{
    background-image: url('../images/icons/bottom-disable.svg') !important;
}
.disableLeftIcon{
    background-image: url('../images/icons/previous - Disable Copy 2.svg') !important;
}
.disableRightIcon{
    background-image: url('../images/icons/next copy 2.svg') !important;
}

.new_bottomSlideshow_thumbnail::-webkit-scrollbar {
    width: 0px;
}
.stmt_popup_panelMobile::-webkit-scrollbar {
    width: 0px;
}
.stmt_popup_container::-webkit-scrollbar {
    width: 0px;
}
.stmt_new_dropup-content_thumbnail::-webkit-scrollbar {
    width: 0px;
}
.stmt_popup_panel::-webkit-scrollbar {
    width: 0px;
}
.new_tower_topBarClass{
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    display: inline-flex;
    height: 50px;
    /* grid-template-columns: 7% 60% 30%; */
    grid-auto-flow: column;
    justify-items: center;
    align-items: center;
    background: #FFFFFF;
    z-index: 999;
}
.new_tower_closeFullScreen {
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 20px;
    justify-self: flex-start;
    display: grid;
    margin-left: 2%;
    background-image: url("../images/icons/back arrow.svg");
}
.new_tower_titleFullScreen{
    /*width: 80vw;*/
    /* height: 7vh; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    justify-self: flex-start;
    display: grid;
    margin-left: 2%;
    font-size: 18px;
}

.new_tower_topBarMobile{
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    display: inline-flex;
    height: 25px;
    grid-auto-flow: column;
    justify-items: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.33);
    z-index: 999;
}
.new_tower_closeFullScreenMobile {
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 16px;
    justify-self: flex-start;
    display: grid;
    margin-left: 2%;
    background-image: url("../images/icons/back arrow.svg");
}
.new_tower_titleFullScreenMobile{
    /*width: 80vw;*/
    /* height: 7vh; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    justify-self: flex-start;
    display: grid;
    margin-left: 2%;
    font-size: 13px;
}

.stmtnewflatpopup{
    background: #F5F5F5;
    grid-auto-flow: column;
    display: grid;
    border-radius: 2px;
    /*height: 40px;*/
}
.flatpopuptitleleft{
    display: grid;
    grid-gap: 13px;
    grid-auto-flow: column;
    justify-items: center;
    grid-auto-columns: max-content;
    align-items: center;
    font-size: 16px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0.54px;
    text-align: center;
    padding-left: 10px;
}
.flatpopuptitleright{
    display: grid;
    grid-gap: 35px;
    grid-auto-flow: column;
    justify-self: end;
    grid-auto-columns: max-content;
    align-items: center;
    font-size: 16px;
    color: #ed1d53;
    letter-spacing: 0.54px;
    text-align: center;
    padding-right: 24px;
}
.flatpopuptitle{
    border-right: 1px solid;
    padding-right: 10px;
    font-size: 16px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0.54px;
}
.flatpopupvalue{
    font-size: 16px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0.54px;
}
.flatpopupclose{
    /* font-family: NunitoSans-SemiBold; */
    background: url("../images/icons/magiktour/close.svg");
    width: 15.5px;
    height: 15.5px;
	cursor: pointer;
}
#zoomindivid{
background-image: url("../images/storyteller/Zoom in.svg");
width: 50px;
height: 50px;
background-size: contain;
background-repeat: no-repeat;
position: absolute;
bottom: 100px;
cursor: pointer;
left: 50px;
box-shadow: 0 2px 4px 2px rgba(0,0,0,0.30);
border-radius: 28px;
}
#zoomoutdivid{
background: url("../images/storyteller/Zoom out.svg");
width: 50px;
height: 50px;
background-size: contain;
background-repeat: no-repeat;
position: absolute;
bottom: 30px;
cursor: pointer;
left: 50px;
box-shadow: 0 2px 4px 2px rgba(0,0,0,0.30);
border-radius: 28px;
}
#zoomindivid:hover{
background-image: url("../images/storyteller/Zoom in hover.svg");
}
#zoomoutdivid:hover{
background-image: url("../images/storyteller/Zoom out-hover.svg");
}
#slidepopupcontainer{
    /*visibility: hidden;*/
    position: absolute;
    top: 55px;
    height: 100%;
    right: -300px;
    width: 300px;
    display: grid;
    grid-template-rows: 50px 1fr;
}
#slidepopuptopbar{
display: grid;
align-items: center;
justify-items: center;
grid-auto-flow: column;
background: #F5F5F5;
}
#slidepopuptopbartext{
font-size: 16px;
color: rgba(0,0,0,0.87);
text-transform: capitalize;
letter-spacing: 0.54px;

}
#slidepopuptopbarclose{
background-size: contain;
    width: 15.5px;
    height: 15.5px;
    align-self: center;
    margin-left: 50px;
    cursor: pointer;
    /* top: 1vh; */
    display: grid;
    background-repeat: no-repeat;
	background: url("../images/icons/magiktour/close.svg");
}
#slidepopupimgcontainer {
background-size: contain;
width: 100%;
background-position-x: center;
height: 100%;
background-repeat: no-repeat;
background-image: url('../download/Analytics.jpg');
}
.stmt_popup_panelMobile::-webkit-scrollbar {
    width: 0px;
}

#stmtpdfID{
    /*position: absolute;*/
    /*top: 50px;*/
    width: 100%;
    height: 100%;
    /*height: calc(100% - 50px);*/
}
#anchortagpdfstmt{
    text-decoration: none;
}
#pdiv_inpdf{
    position: relative;
    top: 20vh;
    left: 30%;
}
#pdfcontainerstmt{
    background: white;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 50px;

}
.pdfcontainerstmtMobile{

    background: white;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 14vh !important;
}
#pdfcontainerstmtfullscreen{
    background: white;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    display: grid;
    grid-template-rows: 50px 1fr;
}
#pdfcloseContainerstmtmobile{
    background-image: url('../images/icons/close menu.svg');
    position: absolute;
    top: 1vh;
    right: 20px;
    height: 12vh;
    width: 8vw;
    /*z-index: 9998;*/
    cursor: pointer;
    background-size: 100% 100%;
}
#pdfcloseContainerstmtfullscreen{
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 28px;
    align-self: center;
    margin-left: 50px;
    cursor: pointer;
    /*top: 1vh;*/
    display: grid;
    background-image: url('../images/icons/back arrow.svg');
}
#pdfcloseContainerdivstmtfullscreen{
    display: grid;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.33);
}
#icon360{
    background-image: url('../images/icons/360-small.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: absolute;
    top: 80px;
    left: 30px;
}
.dropDownClassContainerleftside{
    left: 51px!important;
    bottom: 17px !important;
    margin: unset !important;
}
.custombottomiconsmain{
    display: grid;
    position: absolute;
    bottom: 5px;
    width: fit-content;
    width: -moz-fit-content;
    left: 0px;
    right: 0px;
    margin: auto;
    grid-auto-flow: column;
    grid-gap: 30px;
}
.custombottomicons{
    width: 50px;
    height: 46px;
    border-radius: 48px;
}
.custombottomiconsmainmobile{
    display: grid;
    position: absolute;
    bottom: 5px;
    width: fit-content;
    width: -moz-fit-content;
    left: 0px;
    right: 0px;
    margin: auto;
    grid-auto-flow: column;
    grid-gap: 20px;
}
.custombottomiconsmobile{
    width: 50px;
    height: 46px;
    border-radius: 48px;
}
#bottomicon_walkthroughid{
    background-image: url('../images/icons/magiktour/Walkthrough.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
#bottomicon_walkthroughid:hover {
    background-image: url('../images/icons/magiktour/Walkthroughhover.svg');
}
#bottomicon_droneid{
    background-image: url('../images/icons/magiktour/Drone.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
#bottomicon_droneid:hover {
    background-image: url('../images/icons/magiktour/Dronehover.svg');
}

.minimap_iconmobile_stmtiframe{
right: 14vw !important;
}
.filters_button_container_storyteller_mobile_stmtiframe{
right: 4vw !important;
}

.stmt_new_heading{
background: #ed1d53 !important;
color: white !important;
height: 40px;
width: 280px;
padding: 10px 2px 1px 50px;
}
.stmt_new_Mobileheading{
background: #ed1d53 !important;
color: white !important;
padding: 0px 0px 0px 50px;
width: 35.1vw;
display: grid;
align-items: center;
height: 13.3vh;
font-size: 16px;
}
