/* Common CSS  */
.disableMouseEvent{
    pointer-events: none;
    cursor: not-allowed;
}
/* COmmon Css  */


/*Name Card */

.magiktouruititlecontainer {
    position: absolute;
    top: 4%;
    left: 1%;
    font-family: OSWALD;
    font-weight: normal;
    color: white;
    line-height: 0.8em;
    width: 15%;
    display: none;
    font-size: 20pt;
    
}

.magiktouruititlecontainer hr {
    display: block;
    border-top: 2.3px solid #eee;
    margin: 10px 0px;
}

.areaName {
    display: block;
    line-height: 1.4em;
    letter-spacing: 2px;
    word-wrap: break-word;
    text-transform: uppercase;
}



.areaNumber {
    display: block;
    letter-spacing: 1.5px;
    line-height: 1.4em;
    word-wrap: break-word;
}
.areaNumber a{
    font-size:15pt;color:white;text-decoration: none;cursor: default;
}

/*Name Card */


/*Bottom Bar  */

.magiktourbottombar {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 50px;
    background-color: #191d29;
    background: #191d29;
    /* Old browsers */
    background: -moz-linear-gradient(top, #191d29 0%, #111728 47%, #191d29 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #191d29 0%, #111728 47%, #191d29 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #191d29 0%, #111728 47%, #191d29 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#191d29', endColorstr='#191d29', GradientType=0);
    /* IE6-9 */
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
}


.left-side-button-container {
    position: absolute;
    height: 28px;
    left: 30px;
}


.style_change_container_magiktour{
    position: absolute;
    height: 28px;
    left: 160px;
    bottom: 10px;
}

.style_change_container_magiktour ul {
    visibility: hidden;
    max-height: 120px;
    opacity: 0;
    position: fixed;
    left: 160px;
    bottom: 40px;
    background: #191d29;
    pointer-events: all;
    cursor: pointer;
    width: 170px;
    overflow-y: auto;
    overflow-x: auto;
    list-style: inside;
    font-family: OSWALD;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    color: white;
	/* line-height: 1.7; */
}

.style_change_container_magiktour ul :hover {
    color: #00acac;
    border-color: #5b5c5e #5b5c5e #5b5c5e;
}

.style_change_container2_magiktour {
    min-height: 20px;
    position: fixed;
    left: 320px;
    bottom: 120px;
    background: #191d29;
    pointer-events: all;
    cursor: pointer;
    max-width: 200px;
    overflow-y: auto;
    overflow-x: auto;
    list-style: none;
    font-family: OSWALD;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    color: white;
}

.style_change_container_magiktour li,
.style_change_container2_magiktour li {
    padding: 0 12px;
}

.style_menu_selected {
    color: #238d8d;
}

.style_change_container_magiktour ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.style_change_container_magiktour ul::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.style_change_container_magiktour ul::-webkit-scrollbar-thumb {
    background-color: #EE4B6E;
}

.toggle_container_magiktour {
    position: absolute;
    height: 28px;
    left: 247px;
    bottom: 10px;
	display: none
}

.download_container_magiktour {
    position: absolute;
    height: 28px;
    left: 360px;
    bottom: 10px;
	display: none;
}

@media only screen and (max-width: 768px) {
    .left-side-button-container {
        left: 20px;
    }
     .magiktourfloorlist button {
        padding: 0px 2px 2px 4px;
    }
     .magiktourfloorlisticon {
        margin: 0px !important;
    }
      .magiktourmenucontainer {
        padding: 10px 20px;
    }
    .magiktour_navigator{
        display: none;
    }
}
/*@media only screen and (min-width: 768px) {*/
    /*.magiktour_navigator{*/
        /*display: none;*/
    /*}*/
/*}    */

@media only screen and (max-width: 530px) {
    .left-side-button-container {
        left: 10px!important;
    }
    .magiktourmenucontainer{
        left: 0px !important;
    }
}


@media only screen and (max-width: 1065px) {
    .magiktouruititlecontainer{
        font-size: 18pt;
        width: 25%;
    }
    .areaNumber a{    font-size:12pt; }
    
}
@media only screen and (max-width: 768px) {
    .magiktourbutton span {
        display: none;
    }
    .magiktouruititlecontainer{
        font-size: 16pt;
        width: 30%;
    }
    .areaNumber a{    font-size:10pt; }

    .magiktourminimap {
        padding: 1px 7px 0px 7px;
    }
}

@media only screen and (max-width: 480px) {
    .magiktourbutton span {
        display: none;
    }
    
}



.magiktourfloorlisticon {
    background-image: url('../images/icons/magiktour/floorlist.png');
}
.magiktourfloorlist button:hover {
    background-color: #238d8d;
    color: #FFF;
}

.minimapbuttoncontainer{
    display: none;
}

.minimapbuttoncontainer button:hover {
    background-color: #238d8d;
    color: #FFF;
}

.magiktourminimapicon {
    background-image: url('../images/icons/magiktour/minimap.png');
}

.magiktourminimap:hover {
    background-color: #e18a8f;
    color: #FFF;
}

.magiktourminimap {
    padding: 1px 12px 0px 9px;
}


.magiktourbutton {
    height: 28px;
    background-color:#191d29;
    color: #4a5266;
    text-transform: uppercase;
    padding: 0px 12px;
    cursor: pointer;
    outline: none;
    border: none;
    box-shadow: 0px 0px 0.1px 0px #949494;
    margin-right: 10px;
}

.magiktourbutton:hover {
background-color: #238d8d;
    color: #FFF;
}
.magiktourbutton:focus {
    background-color: #121828;
    box-shadow: 0px 0px 1px #FFF;
    outline: none;
}

.magiktourbutton i {
    width: 20px;
    height: 20px;
    margin: 0px 8px 0px 0px;
    float: left;
    background-size: 100% 100%;
}



/*Middle Container  */

.magiktourmenucontainer {
    margin: auto;
    padding: 5px 30px;
    background: #1f2533;
    -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);
}

.magiktourmenucontainer>li {
    float: left;
}

.magiktourmenucontainer ul:after {
    clear: both;
}
.magiktourmenucontainer ul:before,
.magiktourmenucontainer ul:after {
    content: " ";
}


.magiktourtooltip {
    position: relative;
    display: inline-block;
    /* If you want dots under the hoverable text */
}


/* Tooltip text */

.magiktourtooltip .tooltiptext {
    min-width: 150px;
    font-size: 12px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
    visibility: hidden;
    /* min-width: 120px; */
    background-color: #191d29;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    border-radius: 2px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 999999;
    box-shadow: 0px 0px 2px 0px #141928;
    bottom: 46px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #191d29 transparent transparent transparent;
}

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}


/* Show the tooltip text when you mouse over the tooltip container */

.magiktourtooltip:hover .tooltiptext {
    visibility: visible;
}

.dropmic--show .tooltiptext {
    display: none;
}
.magiktourmenubtn {
    float: left;
    color: #FFF;
    padding: 7px;
    height: 30px;
    width: 35px;
    cursor: pointer;
    background-size: 100% 100%;
    border: none;
    background: transparent;
    background-size: 100% 100%;
    margin: 4px 2px;
     font-family: OSWALD;
    font-weight: lighter;
    /* transform: matrix(1.1, 0, 0, 1.1, 0, 0); */
}

.magiktourplay{
    height: 40px;
    width: 50px;
    background-size: 100% 99%;
    margin: 0px 2px;
    
}
.still{
    background-image: url('../images/icons/magiktour/play.png');
}
.still:hover{   background-image: url('../images/icons/magiktour/playhover.png')}
.running{   
    background-image: url('../images/icons/magiktour/playclick.png');
}


.magiktourfloorplan{   background-image: url('../images/icons/magiktour/floorplan.png')}
.magiktourfloorplan:hover{   background-image: url('../images/icons/magiktour/floorplanhover.png')}
.magiktourfloorplan:active{   background-image: url('../images/icons/magiktour/floorplanclick.png')}

.magiktournext{    background-image: url('../images/icons/magiktour/next.png')}
.magiktournext:hover{    background-image: url('../images/icons/magiktour/nexthover.png')}
.magiktournext:active{    background-image: url('../images/icons/magiktour/nextclick.png')}

.magiktourprev{      background-image: url('../images/icons/magiktour/prev.png')}
.magiktourprev:hover{      background-image: url('../images/icons/magiktour/prevhover.png')}
.magiktourprev:active{      background-image: url('../images/icons/magiktour/prevclick.png')}

.magiktourinfo{    background-image: url('../images/icons/magiktour/info.png')}
.magiktourinfo:hover{    background-image: url('../images/icons/magiktour/infohover.png')}
.magiktourinfo:active{    background-image: url('../images/icons/magiktour/infoclick.png')}

.magiktourmenucontainer .dropmic-download{
    width:  auto !important;
}



/*Floor List   */

.magiktourfloorlist ul {
    visibility: hidden;
    height: 160px;
    opacity: 0;
    position: absolute;
    bottom: 29px;
    background: #191d29;
    pointer-events: all;
    cursor: pointer;
    max-width: 200px;
    min-width: 180px;
    overflow-y: auto;
    overflow-x: auto;
    list-style: none;
    font-family: OSWALD;
    font-weight: lighter;
}

/*Floor List   */


.magiktourfloorlist ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.magiktourfloorlist ul::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.magiktourfloorlist ul::-webkit-scrollbar-thumb {
    background-color: #EE4B6E !important;
}


.magiktourfloorlist ul:before,
.magiktourfloorlist ul:after,
.magiktourfloorlist li:first-child:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 15px;
    pointer-events: all;
    /*border: 7px outset transparent;*/
}

.magiktourfloorlist li {
    padding: 0 12px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
}

.magiktourfloorlist li a {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 0px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.magiktourfloorlist li img {
    /* background: url('./images/Viewer/Floor/DownArrow.png'); */
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8px;
    height: 5px;
    width: 5px
}

.magiktourfloorlist li a:hover {
    color: #00acac;
    border-color: #5b5c5e #5b5c5e #5b5c5e;
}

.magiktourfloorlist li a:hover:after {
    display: block;
}

.magiktourfloorlist li a:after {
    display: none;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -4px;
}


.circle {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-bottom: 5px;
    background: white;
    display: inline-block;
    margin-right: 8px;
    text-align: left;
}
 
.areaList {
    display: none;
    margin: 2px 0 0 10px;
    font-size: 14px;
    width: 100%;
}

.areaList2 {
    font-size: 14px;
    width: 100%;
}

.magiktourfloorlist:hover i{
    background-image: url('../images/icons/magiktour/floorlisthover.png')
}

/*Floor List  */



/*Minimap Cntainer   */


.magiktourminimaplist ul {
    visibility: hidden;
    height: 160px;
    opacity: 0;
    position: absolute;
    bottom: 40px;
    background: #191d29;
    pointer-events: all;
    cursor: pointer;
    width: 150px;
    overflow-y: auto;
    overflow-x: auto;
    right: 0px;
}
.minimapbuttoncontainer:hover i{
    background-image: url('../images/icons/magiktour/minimaphover.png')
}
/*Minimap  */


/*Compasss  */
.magiktourcompass{
    position: absolute;
    right: 10px;
    top: 50px;
    background: transparent;
    background-size: '100% 100%';
    height: 100px;
    width: 100px;
    display: none;
	visibility:hidden;
}


/*Compass  */


/*Close  */

.exitbuttoncontainer{
    display: none;
}

 .magiktour_module_close{
    position: absolute;
    right: 10px;
    top: 5px;
    background: grey;
    opacity: 1;
    font-size: 15px;
    padding: 0px 5px;
    cursor: pointer;
}


.magiktour_floorplan_close{
    position: absolute;
    right: 10px;
    top: 5px;
    background: grey;
    opacity: 1;
    font-size: 15px;
    padding: 0px 5px;
    cursor: pointer;
}
/*Close  */


/* Navigator */


.magiktour_navigator{
    left:50%;bottom:50px;
    position:absolute;
    width:100px;
    display: none;
}

.magiktour_navigator i
{
    background-image: url('../images/arrow.png');
    height: 20px;
    width: 20px;
    display: block;
    background-size: 100%;
}
.magiktour_navigator i:last-child{
    margin: auto;
    margin-top: 20px;
}

.magiktour_navigator i:first-child{
    margin: auto;
}

.magiktour_navigator :nth-child(2) {
     float: left;
}
.magiktour_navigator :nth-child(3) {
    float: right;
}

i[type="right"] {
    visibility: hidden;

}

i[type="left"]
{
    visibility: hidden;
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

i[type="up"]
{
    -webkit-transform:rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

i[type="down"]
{
    -webkit-transform:rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* Area Hover On Minimap */
.magiktour_areahover{
    display: none;
    background:white;
    color:black;
    position:absolute;
}

@media screen and (max-width:800px) {
	.style_change_container_magiktour{
		left: 80px;		
	}
	.style_change_container_magiktour ul{
		left: 80px;		
	}
}


#newmagiktoorplaypauseid{
display: grid;
grid-auto-flow: column;
justify-content: center;
display: none;
align-items: center;
 /* height: 100%;  */
margin: 0 auto;
width: 250px;
text-align: center;
position: absolute;
left: 0;
right: 0;
bottom: 0px;
}

.newmagiktoorleftcls{
cursor: pointer;
height: 30px;
width: 30px;
margin: 10px 20px;
background-size: 100% 100%;
background-image: url("../images/Viewer/Play/prev.svg");
}

.newmagiktoorplaycls{
cursor: pointer;
height: 30px;
width: 30px;
margin: 10px 20px;
background-size: 100% 100%;
background-image: url("../images/Viewer/Play/play.svg");
}

.newmagiktoorrightcls{
cursor: pointer;
height: 30px;
width: 30px;
margin: 10px 20px;
background-size: 100% 100%;
background-image: url("../images/Viewer/Play/next.svg");
}



.newmagiktoorleftcls:hover{
background-image: url("../images/Viewer/Play/prev_hover.svg");
}
.newmagiktoorrightcls:hover{
background-image: url("../images/Viewer/Play/next_hover.svg");
}
.newmagiktoorplaycls:hover{
background-image: url("../images/Viewer/Play/play_hover.svg");
}
.newmagiktoorpausecls{
background-size: 100% 100%;
background-image: url("../images/Viewer/Play/pause.svg");
}
.newmagiktoorpausecls:hover{
background-image: url("../images/Viewer/Play/pause_hover.svg");
}

.newMagiktooroptionsmenu{
position: absolute;
right: 20px;
display: none;
bottom: 55px;
background: white;
width: 200px;
color: black;
text-align: left;
letter-spacing: 1px;
font-size: 14px;
font-weight: 500;
border-radius: 2px;
}
.newMagiktooroptions{
border-bottom: 1px solid #e5e5e5;
padding: 7px 15px;
cursor: pointer;
text-transform: capitalize;
}
.newMagiktooroptionsfp{
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
background: url(../images/Viewer/floorplan.svg);
background-size: contain;
}

.newMagiktooroptionsscreenshot{
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
background: url(../images/Viewer/snapshot.svg);
background-size: contain;
background-repeat: no-repeat;
}
.newMagiktooroptionshelp{
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
background: url(../images/Viewer/info.svg);
background-size: contain;
background-repeat: no-repeat;
}

.newMagiktooroptionsfpcls:hover .newMagiktooroptionsfp{
background: url(../images/Viewer/floorplan_hover.svg);
background-size: contain;
}

.newMagiktooroptionsscreenshotcls:hover .newMagiktooroptionsscreenshot{
background: url(../images/Viewer/snapshot_hover.svg);
background-size: contain;
background-repeat: no-repeat;
}
.newMagiktooroptionshelpcls:hover .newMagiktooroptionshelp{
background: url(../images/Viewer/info_hover.svg);
background-size: contain;
background-repeat: no-repeat;
}

.newMagiktooroptions:hover{
color: #EF4B6E;
}
.newMagiktooroptionsmenucontainercls{
padding: 10px 0px;
bottom: 0;
display: none;
position: absolute;
cursor: pointer;
margin: 0 30px;
width: 50px;
right: 0;
}
.newMagiktooroptionsmenucontainerclselem{
height: 30px;
}
.newMagiktooroptionsmenucontainerclselem:hover{
content: url("../images/Viewer/options_hover.svg");
}

.magiktourHelpscreen{
z-index: 1000;
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
padding: 0;
max-height: 344px;
max-width: 1036px;
width: auto;
}

.magiktourHelpscreenclose{
cursor: pointer;
position: absolute;
right: 20px;
top: -8px;
font-size: 35px;
transform: rotate(45deg);
}

.magiktourHelpscreenimg{
height: 100%;
width: 100%;
}
#magiktourHelpscreenid{
display: grid;
display: none;
position: absolute;
width: 100vw;
height: 100vh;
}
.newmagiktoorfullscreen{
right: 50px;
padding: 10px 0px;
bottom: 0;
position: absolute;
cursor: pointer;
margin: 0 30px;
display: none;
width: 50px;
}
.newmagiktoorfullscreenimg{
height: 30px;
}
.newmagiktoorfullscreen:hover .newmagiktoorfullscreenimg{
content: url("../images/Viewer/fullscreen_hover.svg");
}

.newmagiktoorfullscreenimgselected{
content: url("../images/Viewer/fullscreen_hover.svg");
}

.newcreateminimapui{
right: 30px;
top: 30px;
position: absolute;
transform: scale(0.5);
-webkit-transition: .6s ease-in-out;
-moz-transition: .6s ease-in-out;
-o-transition: .6s ease-in-out;
transition: .6s ease-in-out;
}

.newcreateminimapui:hover{
transform: scale(1);
-webkit-transition: .6s ease-in-out;
-moz-transition: .6s ease-in-out;
-o-transition: .6s ease-in-out;
transition: .6s ease-in-out;
transition: width 0.5s ease-out, height 0.5s ease-out;
-webkit-transition: width 0.5s ease-out, height 0.5s ease-out;
}

.floorlist ul {
max-height: 160px;
min-height: 160px;
width: 255px;
overflow-y: auto;
/* overflow-x: hidden;  */
cursor: pointer;
position: absolute;
bottom: 40px;
letter-spacing: 1px;
color: black;
border-radius: 2px;
background: white;
}

.floorlist .floor-item button {
background: #F5F5F5;
border-radius: 2px 2px 0 0;
width: 100%;
text-align: left;
font-weight: 600;
}

.floorlist .floor-item-sublist {
background: white;
max-height: 90px;
overflow-y: auto;
}

.floor-item-sublist div {
border-bottom: 1px solid #F5F5F5;
padding: 7px 15px;
text-align: left;
font-weight: 500;
}

.floor-item-sublist .selected {
color: #EF4B6E;
}

.floor-item-sublist div:hover {
color: #EF4B6E;
}


.button_viewer_architect {
background: white;
color: black;
cursor: pointer;
padding: 0px 15px;
height: 35px;
box-shadow: 0 0 0.1px 0px grey;
border-radius: 2px;
}

.button_viewer_architect:hover {
color: #EF4B6E;
}

.floorlist .button_viewer_architect span {
width: 140px;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
vertical-align: bottom;
text-align: left;
}

.stylelist .button_viewer_architect span {
width: 140px;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
vertical-align: bottom;
text-align: left;
}
.floorlist {
padding: 10px 10px;
left: 0;
bottom: 0;
position: absolute;
}
#floorlist{
display: none;
}


/*Floor Style Scroll barl*/

.floorlist ul::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #F5F5F5;
}

.floorlist ul::-webkit-scrollbar {
width: 1px;
height: 0px;
background-color: #F5F5F5;
}

.floorlist ul::-webkit-scrollbar-thumb {
background-color: grey;
}
.foyr-font-14{
font-size: 14px;
}
button {
transition: all .2s;
border-color: transparent;
border-radius: 0;
font-weight: 400;
background-color: #3b4553;
padding: 7px 17px;
color: #fff;
font-weight: 400;
text-transform: uppercase;
border-radius: 0;
position: relative;
font-size: 12px;
letter-spacing: 1px;
line-height: 18px;
border: 1px solid transparent;
cursor: pointer;
}
.stylelist .button_viewer_architect span {
width: 140px;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
vertical-align: bottom;
text-align: left;
}

.stylelist ul {
max-height: 160px;
min-height: 160px;
width: 200px;
overflow-y: auto;
overflow-x: hidden;
cursor: pointer;
position: absolute;
bottom: 40px;
letter-spacing: 1px;
color: black;
border-radius: 2px;
background: white;
}



.stylelist {
padding: 10px 10px;
left: 280px;
bottom: 0;
position: absolute;
}

.stylesuistickybutton{
text-align: left !important;
font-weight: 600 !important;
background-color: #F5F5F5 !important;
position: sticky;
top: 0px;
width: 200px;
}
.stylelist-ul{
display: none;
}

.magiktour_areahover{
background: white;
position: absolute;
color: #EF4B6E;
min-width: 30px;
padding: 5px 15px;
z-index: 999999;
transform: translate(-50%, 25%);
font-weight: 600;
letter-spacing: 1px;
font-size: 15px;
border-radius: 2px;
}

#left_container_id{
display: none;
}

#style_button_container_id{
display: none;
}
.playpausetooltip1{
position: absolute;
 /* margin: -35px -30px;  */
 /* visibility: hidden;  */
transform: translate(-28%, -150%);
background: transparent;
min-width: 50px;
white-space: nowrap;
color: white;
text-transform: capitalize;
font-size: 13px;
display: none;
}
#newmagiktoorleftid:hover span{
display: block;
}
#newmagiktoorplayid:hover span{
display: block;
}
#newmagiktoorrightid:hover span{
display: block;
}

.newcreateuiTooltip{
background: white;
position: absolute;
color: #EF4B6E;
min-width: 30px;
padding: 5px 15px;
z-index: 999999;
font-weight: 600;
letter-spacing: 1px;
font-size: 15px;
border-radius: 2px;
}
.tooltip1.newcreateuiTooltip:after{
content: none !important;
}
.tooltip1.newcreateuiTooltip:before{
content: none !important;
}


.left_container_mobile {
height: auto;
left: 20px;
bottom: 15px;
position: absolute;
color: white;
font-size: 18px;
}
.foyr-elipsis {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.foyr-elipsis-style {
max-width: 85px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.left_container_top_expanded_mobile ul,
li {
list-style-type: none;
}

.left_container_top_expanded_mobile .areas_list li {
margin: 20px 10px;
}
.left_container_top_expanded_mobile .areas_list li a {
text-decoration: none;
font-size: 17px;
color: black;
}
.left_container_top_expanded_mobile {
top: 0;
bottom: 0;
left: 0;
position: absolute;
color: black;
background: white;
font-size: 18px;
font-weight: 500;
width: 40%;
z-index: 9;
}

.left_container_top_expanded_mobile div.header_menu_mobile {
padding: 15px 5px 5px 10px;
margin: 0;
height: 50px;
background: #ee4b6e;
color: white;
}

#left_container_top_expanded_mobileclose {
background: url('../images/Viewer/close_white.svg');
background-size: 100% 100%;
background-repeat: no-repeat;
height: 20px;
width: 20px;
 /* margin-top: 5px;  */
 /* float: right;  */
position: absolute;
right: 12px;
top: 18px;

}

.left_container_top_expanded_mobile div {
height: calc(100% - 50px);
width: 100%;
overflow: auto;
}
.floor-item {
background: #e5e5e5;
padding: 10px 10px;
}

.newmagiktoorcreatefloorlistelemmobile .selected{
color: #EF4B6E !important;
}

.style_container_top_expanded_mobile {
top: 20px;
bottom: 50px;
left: 30px;
position: absolute;
color: black;
background: white;
font-size: 18px;
font-weight: 500;
width: 40%;
z-index:9;
}

.style_container_top_expanded_mobile div.header_menu_mobile {
padding: 15px 5px 5px 10px;
margin: 0;
height: 50px;
background: #ee4b6e;
color: white;
}

.style_container_top_expanded_mobile div.header_menu_mobile i {
background: url('../images/Viewer/close_white.svg');
background-size: 100% 100%;
background-repeat: no-repeat;
height: 20px;
width: 20px;
margin-top: 5px;
float: right;
}

.style_container_top_expanded_mobile div {
height: calc(100% - 50px);
width: 100%;
overflow: auto;
}

.style_container_top_expanded_mobile ul,
li {
list-style-type: none;
}

.style_container_top_expanded_mobile .styles_list li {
margin: 20px 10px;
}

.style_container_top_expanded_mobile .styles_list li a{
text-decoration: none;
color: #000000;
font-size: 18px;
}
.style_container_top_expanded_mobile .styles_list li .selected{
color: #EF4B6E;
}
#style_container_top_expanded_mobileid{
display: none;
}
#left_container_top_expanded_mobile{
display: none;
}
#style_container_mobilebuttonid{
display: none;
}
#left_container_mobile_id{
display: none;
}
.style_container_mobile {
height: auto;
left: 164px;
bottom: 15px;
z-index: 99999;
position: absolute;
color: white;
font-size: 18px;
}

.style_container_mobile span {
padding: 0 5px;
display: inline-block;
vertical-align: bottom;
}

.right_container_top_expanded_mobile {
height: auto;
right: 0;
top: 0;
bottom: 0;
position: absolute;
background: white;
width: 50%;
font-size: 16px;
font-weight: 600;
z-index: 999;
display: none;
}

.right_container_top_expanded_mobile div:first-child {
padding: 15px 15px;
background: #ee4b6e;
color: white;
}

.right_container_top_expanded_mobile div {
width: auto;
padding: 10px 15px;
}

.right_container_top_expanded_mobile i {
height: 25px;
width: 25px;
margin-right: 15px;
display: inline-block;
vertical-align: text-bottom;
}

.right_container_top_expanded_mobile div:first-child i {
float: right;
}

.option_close {
background: url('../images/viewermobile/close_white.svg');
background-size: 100%;
background-repeat: no-repeat;
}

.option_floorplan {
background: url('../images/viewermobile/floorplan.svg');
background-size: 100%;
background-repeat: no-repeat;
}

.option_help {
background: url('../images/viewermobile/help.svg');
background-size: 100%;
background-repeat: no-repeat;
}

.option_capture {
background: url('../images/viewermobile/snapshot.svg');
background-size: 100%;
background-repeat: no-repeat;
}

.option_info {
background: url('../images/viewermobile/info.svg');
background-size: 100%;
background-repeat: no-repeat;
}

.option_comment {
background: url('../images/viewermobile/comment.svg');
background-size: 100%;
background-repeat: no-repeat;
}
.help_container_mobile {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: white;
background-image: url(../images/viewermobile/help_popup.svg);
background-repeat: no-repeat;
background-size: 90% 90%;
background-position: center;
z-index: 100;
}
.help_container_close_mobile1 {
position: absolute;
left: 20px;
bottom: 20px;
background: url(../images/viewermobile/back.svg);
background-size: contain;
background-repeat: no-repeat;
height: 25px;
width: 25px;
}
.help_container_close_mobile_text {
position: absolute;
left: 60px;
bottom: 15px;
font-size: 24px;
font-weight: bolder;
color: black;
}

.help_container_close_mobile2 {
position: absolute;
right: 20px;
bottom: 20px;
background: url(../images/viewermobile/close.svg);
background-size: contain;
background-repeat: no-repeat;
height: 25px;
width: 25px;
}
#help_container_mobilecreateuiid{
display: none;
z-index: 999999;
}


.right_container_top_mobile {
height: auto;
right: 15px;
top: 40px;
position: absolute;
}

.right_container_top_mobile img {
height: 30px;
/*  left: 56px;  */
/*  position: relative;  */
}
.right_container_top_mobiletext {
/*  height: 30px;  */
right: 56px;
position: relative;
}
.newcreateminimapuimobile{
/* display: none;  */
top: 45px;
right: 45px;
position: absolute;
transform: scale(1.2) translate(0px, 8vh);
}
#right_container_top_mobilecreateid{
display: none;
}
@media screen and (max-width: 570px) and (max-height: 320px) {
.style_container_mobile {
display: none;
}
}
.listclsmagiktourfloorlistcls .floor-item{
    padding: unset;
    background: #F5F5F5;
}
.left_container_mobile span {
max-width: 120px;
padding: 0 5px;
display: inline-block;
vertical-align: bottom;
}

.left_container_mobile span {
max-width: 120px;
padding: 0 5px;
display: inline-block;
vertical-align: bottom;
}

.floorplancreateuifloorplan {
/* background: url(../images/Viewer/floorplan/background.svg); */
width: 1400px;
height: 738px;
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
z-index: 99999;
pointer-events: none;
display: none;
}

.viewer_clientlogo {
position: absolute;
left: 50px;
top: 30px;
height: 30px;
width: 70px;
}

.viewer_clientlogo img {
max-width: 250px;
max-height: 50px;
}
.viewer_clientlogomobile img {
height: 40px !important;
max-width: 120px !important;
z-index: 999;
}
.viewer_clientlogomobile{
left: 20px !important;
top: 25px !important;
}

.projectnamecard {
position: absolute;
top: 85px;
left: 20px;
font-weight: normal;
color: white;
max-width: 240px;
font-size: 18px;
letter-spacing: 1px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
#viewer_clientlogocrnkid{
display: none;
}

#projectnamecardcreatemkid{
display: none;
}

.gmaps{
	background-image: url('../images/storyteller/Maps Icon.svg');
	background-repeat: no-repeat;
    right: 150px;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 45px;
}
.gmapsmobile{
	background-image: url('../images/storyteller/Maps Icon.svg');
	background-repeat: no-repeat;
    right: 150px;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 45px;
}

#imageModalMoreInfoId{
background-color: white;
color: #238d8d;
position: fixed;
width: max-content;
padding: 2px 9px;
bottom: 5px;
border-radius: 8px;
display:none;
}

#imageModalMoreInfoId:hover {
background-color: #238d8d;
color: white;
}
.new_text {
	cursor:pointer;
}
	
.externalurltextimgmodal{
background-color: white;
color: #238d8d;
 /* position: fixed;  */
width: max-content;
padding: 2px 9px;
left: 23px;
bottom: 5px;
border-radius: 8px;
}

#videoPlayLoopOnStartId {
z-index:9999;
background: white;
 object-fit: cover;
/* object-fit: fill; */
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
