
.tooltip-inner {
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, 0.5); 
    opacity: 1 !important;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    box-shadow: 1px 1px 3px #222222;
    text-align: center;
    border-radius: 6px;
    animation: mytitlemove 5s infinite;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: rgba(0, 0, 0, 0.5);
}

@keyframes mytitlemove {
  from {
	  border-style: solid;
	  border-color: #B2B2B2 #ccc #E5E5E5 #ccc;
  }
  to {
	  border-style: solid;
	  border-color: #6c757d #f8f9fa #343a40 #17a2b;
  }
}


.vsLazyobserver-off {
	display: block;
}
.vsLazyobserver-on {
	display: block;
	animation: lzynimate 2s 1;
}
@keyframes lzynimate {
	from {
		opacity: 0.1;
	}
	to {
		opacity: 1;
	}
}
.vsLazycontainer {
	overflow-y: scroll;
	width: auto;
	height: 150px;
}


#navbarlocbottomalt  {
    z-index: 20;
    border-bottom: 2px outset #ccc;
    box-shadow: -2px -26px 21px -9px rgba(0,0,0,0.75);
    -webkit-box-shadow: -2px -26px 21px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px -26px 21px -9px rgba(0,0,0,0.75);
}
#footerLinks {
    display: none;
}
#panel, #flip {
	padding: 5px;
	text-align: center;
	background-color: #E5E5E5;
	border: solid 1px;
	width: 400px;
}
#panel {
	padding: 50px;
	display: none;
	width: 1200px;
}




#allresponses {
	display: none;
}
.modal-content-sub {
	position: relative;
	background-image: url("/static/images/assets/images/1.Logos/Alternative-logo.png");
	background-color: #cccccc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top:50%;
	padding: 0;
	border: 10px inset #888;
	width: 75%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 30px;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

#qdivelement, #qdivelementcount, #qdivelementrequest {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    width: 250px;
    word-break: break-all;
    z-index: 999999;
}
#qdivelement p b strong {
    word-break: break-all;
}
#qdivelementcount p b strong {
    word-break: break-all;
}
#qdivelementrequest p b strong {
    word-break: break-all;
}
.qdivelementmulti {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    width: 250px;
    word-break: break-all;
    z-index: 999999;
}
.qdivelementmulti p b strong {
    word-break: break-all;
}





#visualisink-loader {
  	position: fixed;
  	left: 50%;
  	top: 50%;
 	z-index: 2;
  	width: 150px;
  	height: 150px;
  	background-image: url('/static/images/assets/images/1.Logos/Main_Logo-03.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
  	margin: -76px 0 0 -76px;
  	border: 16px solid #ccc;
  	border-top: 16px solid #B2B2B2;
  	border-bottom: 16px solid #E5E5E5;
  	border-radius: 50%;
  	-webkit-animation: spin 2s linear infinite;
  	animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  	0% { -webkit-transform: rotate(0deg); }
  	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  	0% { transform: rotate(0deg); }
  	100% { transform: rotate(360deg); }
}

.animate-bottom {
  	position: relative;
  	-webkit-animation-name: animatebottom;
  	-webkit-animation-duration: 1s;
  	animation-name: animatebottom;
  	animation-duration: 1s
}
@-webkit-keyframes animatebottom {
  	from { bottom:-100px; opacity:0 } 
  	to { bottom:0px; opacity:1 }
}
@keyframes animatebottom { 
  	from{ bottom:-100px; opacity:0 } 
  	to{ bottom:0; opacity:1 }
}
.mainremove {
    opacity: 1 !important;
    height: auto !important;
}
.main {
    opacity: 0 !important;
    height: 1px !important;
}
#main {
    display: none;
}



.modal-header-sub {
	padding: 16px;
	background-color: #343a40;
	color: white;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
}

.modal-body-sub {
	padding: 16px;
  	overflow: auto;
	text-align: center;
	color: white;
	font-size: 32px;
	text-shadow: 1px 1px 2px #E5E5E5, 0 0 25px #ccc, 0 0 5px #B3B3B3;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
}
.modal-body-sub-off {
	padding: 16px;
  	overflow: hidden;
    background: white;
	color: white;
    font-weight: bold;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
}

.modal-footer-sub {
	padding: 16px;
	background-color: #343a40;
	color: white;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
}


.submodal {
    display: none; 
    position: fixed; 
    z-index: 999999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.5); 
}
.submodalmulti {
    display: none; 
    position: fixed; 
    z-index: 999999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.5); 
}

.submodal-content {
    position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
    left: 0;
    top: 15%;
    color: #ccc; 
    margin: 5% auto 15% auto; 
    border: 5px solid #ccc;
    width: 80%; 
    height: 50%;
}
.lockmod {
	margin: 0px; 
	width: 0px;
	left: 7%;
	top: 25%;
	border-left-width: 0px;
	background: transparent;
}
.lockmodbg {
	background: transparent;
}
.lockmod input[type=password], .lockmod input[type=text] {
	text-align: center;
	width: 50px;
	height: auto;
}
.lockmodother {
	border: 5px solid #ccc;
}
.submodal-content-confirm {
    position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
    left: 0;
    top: 15%;
    color: #ccc; 
    margin: 5% auto 15% auto; 
    border: 5px solid #ccc;
    border-radius: 10%;
    width: 50%; 
    height: 25%;
}
.submodal-content-confirm::-webkit-scrollbar, .submodal-content::-webkit-scrollbar {
	display: none;
}

.subnavmodal-content {
	overflow-x: hidden;
	overflow-y: scroll;
    color: #ccc; 
    font-size: 14px;
    width: 250px;
    height: 250px;
}
.subnavmodal-content::-webkit-scrollbar {
	display: none;
}
.subnavmodal-content-mobile, .subnavmodal-studio-mobile {
    display: none;
    overflow-x: hidden;
	overflow-y: scroll;
    color: #ccc; 
    font-size: 12px;
    width: 250px;
    height: 250px;
    transform: scale(0.75, 0.75);
}
.subnavmodal-content-mobile::-webkit-scrollbar, .subnavmodal-studio-mobile::-webkit-scrollbar {
	display: none;
}
.subnavmodal-content-content {
    padding: 5px 5px 5px 22px; 
    margin: 22% 2% 2% auto; 
    border: 5px solid #ccc;
}
.subnavmodal-content-mobile .subnavmodal-content-content {
    padding: 5px 5px 5px 22px; 
    margin: 22% 2% 2% auto; 
    border: 5px solid #ccc;
}
.subnavmodal-content-content-start {
    padding: 5px 5px 5px 22px; 
    margin: 22% auto 2% 22%; 
    border: 5px solid #ccc;
}
.subnavmodal-content-content-end {
    padding: 5px 5px 5px 22px; 
    margin: 22% 22% 2% auto; 
    border: 5px solid #ccc;
}
.subnavmodal-content-content-up {
    padding: 5px 5px 5px 22px; 
    margin: 30% 5% 5% auto; 
    border: 5px solid #ccc;
}
.subnavmodal-content-content-down {
    padding: 5px 5px 5px 22px; 
    margin: 22% 5% 22% auto;
    border: 5px solid #ccc;
}
.navModclass-light {
	position: relative;
	z-index: 9999999;
}
.submodal-overlaymanual {
	display: none; 
    position: fixed; 
    z-index: 99999999; 
    left: 0;
    top: 0;
    background-color: transparent; 
}
.subclose1 {
    position: absolute;
    right: 25px;
    top: 5px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}
.subclose2 {
    padding: 14px 20px;
    margin: 8px 0;
	color: white;
    background-color: #f44336;
	border: 2px outset #E5E5E5;
	border-radius: 8px;
}
.subclose3 {
    position: absolute;
    right: 25px;
    top: 5px;
    color: white;
    background-color: #f44336;
	border: 2px outset #E5E5E5;
	border-radius: 8px;
    cursor: pointer;
}
.subclose4 {
    position: absolute;
    left: 25px;
    top: 5px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}
.subsubmit {
    padding: 14px 20px;
    margin: 8px 0;
	color: black;
	border: 2px outset #E5E5E5;
	border-radius: 8px;
}



.submodalTime {
  display: none; 
  position: fixed; 
  z-index: 999999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.5); 
}

.submodal-content-Time {
    position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
    left: 0;
    top: 75%;
    color: #ccc; 
    margin: 5% auto 15% auto; 
    border: 5px solid #ccc;
    width: 25%; 
    height: 15%;
}
.submodal-content-confirm {
    position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
    left: 0;
    top: 15%;
    color: #ccc; 
    margin: 5% auto 15% auto; 
    border: 5px solid #ccc;
    border-radius: 10%;
    width: 50%; 
    height: 25%;
}
.submodal-content-Time::-webkit-scrollbar {
	display: none;
}

.subclose3 {
    padding: 14px 20px;
    margin: 8px 0;
	color: white;
    background-color: #f44336;
	border: 2px outset #E5E5E5;
	border-radius: 8px;
}
@media screen and (max-width: 300px){
  .subsubmit, .subclose2, .subclose3  {
    width: 100%;
  }
}




section.pageMarquees::-webkit-scrollbar:horizontal, 
section.animateMarquees::-webkit-scrollbar:horizontal,
.leaderboardbody::-webkit-scrollbar:horizontal,
.defaultiframe::-webkit-scrollbar:horizontal,
#comictruescroll::-webkit-scrollbar:horizontal,
.videotoolcover::-webkit-scrollbar:horizontal,
.videotoolcover::-webkit-scrollbar:vertical,
.modal-bodyacc-more::-webkit-scrollbar:vertical,
.showcaseheader::-webkit-scrollbar:horizontal,
.libraryTab::-webkit-scrollbar:horizontal,
.libraryTab::-webkit-scrollbar:vertical,
#libraryid::-webkit-scrollbar:horizontal,
#libraryid::-webkit-scrollbar:vertical,
.scrollmenu::-webkit-scrollbar:horizontal,
div.exploremoreFav::-webkit-scrollbar:vertical,
div.exploremoreFav2::-webkit-scrollbar:vertical,
.comment::-webkit-scrollbar:vertical,
#message_content::-webkit-scrollbar:horizontal,
.allnotifymsg::-webkit-scrollbar:vertical,
.content2::-webkit-scrollbar:vertical,
.content2::-webkit-scrollbar:horizontal,
.sectionexploregen::-webkit-scrollbar:vertical,
#purchasescroll::-webkit-scrollbar:horizontal,
#purchasescroll::-webkit-scrollbar:vertical,
.cust-popover-body::-webkit-scrollbar:vertical,
.side-zoom2inner::-webkit-scrollbar:vertical,
.side-zoom2inner::-webkit-scrollbar:horizontal,
.genreoverf::-webkit-scrollbar:vertical,
.customup-textarea-from::-webkit-scrollbar:vertical,
.customup-textarea-from::-webkit-scrollbar:horizontal,
.messageTab::-webkit-scrollbar:vertical,
.messagesubTab::-webkit-scrollbar:vertical,
.messagesubTab::-webkit-scrollbar:horizontal,
#regBody::-webkit-scrollbar:horizontal,
.input-container-update::-webkit-scrollbar:horizontal,
.clonestyle-sh::-webkit-scrollbar:horizontal,
.clonestyle-sv::-webkit-scrollbar:vertical,
.clonestyle-shv::-webkit-scrollbar:horizontal,
.clonestyle-shv::-webkit-scrollbar:vertical,
.edresultimgAB::-webkit-scrollbar:horizontal,
.tpresultimgAB::-webkit-scrollbar:horizontal,
.edresultimgV::-webkit-scrollbar:horizontal,
.edresultimgV::-webkit-scrollbar:vertical,
.edresultimgVS::-webkit-scrollbar:horizontal,
.edresultimgVS::-webkit-scrollbar:vertical,
.expandscptdiv::-webkit-scrollbar:horizontal,
.expandscptdiv::-webkit-scrollbar:vertical,
.modal-bodyacc-more::-webkit-scrollbar:vertical,
.refinedSelectpanelspec::-webkit-scrollbar:horizontal {
    height: var(--visualscroll-h);
    margin: var(--visualscroll-m);
}
section.pageMarquees::-webkit-scrollbar-track:horizontal, 
section.animateMarquees::-webkit-scrollbar-track:horizontal,
.leaderboardbody::-webkit-scrollbar-track:horizontal,
.leaderboardbody::-webkit-scrollbar-track:vertical,
.defaultiframe::-webkit-scrollbar-track:horizontal,
.defaultiframe::-webkit-scrollbar-track:vertical,
#comictruescroll::-webkit-scrollbar-track:horizontal,
.videotoolcover::-webkit-scrollbar-track:horizontal,
.videotoolcover::-webkit-scrollbar-track:vertical,
.modal-bodyacc-more::-webkit-scrollbar-track:vertical,
.showcaseheader::-webkit-scrollbar-track:horizontal,
.libraryTab::-webkit-scrollbar-track:horizontal,
.libraryTab::-webkit-scrollbar-track:vertical,
#libraryid::-webkit-scrollbar-track:horizontal,
#libraryid::-webkit-scrollbar-track:vertical,
.scrollmenu::-webkit-scrollbar-track:horizontal,
div.exploremoreFav::-webkit-scrollbar-track:vertical,
div.exploremoreFav2::-webkit-scrollbar-track:vertical,
.comment::-webkit-scrollbar-track:vertical,
#message_content::-webkit-scrollbar-track:horizontal,
.allnotifymsg::-webkit-scrollbar-track:vertical,
.content2::-webkit-scrollbar-track:vertical,
.content2::-webkit-scrollbar-track:horizontal,
.sectionexploregen::-webkit-scrollbar-track:vertical,
#purchasescroll::-webkit-scrollbar-track:horizontal,
#purchasescroll::-webkit-scrollbar-track:vertical,
.cust-popover-body::-webkit-scrollbar-track:vertical,
.side-zoom2inner::-webkit-scrollbar-track:vertical,
.side-zoom2inner::-webkit-scrollbar-track:horizontal,
.genreoverf::-webkit-scrollbar-track:vertical,
.customup-textarea-from::-webkit-scrollbar-track:vertical,
.customup-textarea-from::-webkit-scrollbar-track:horizontal,
.messageTab::-webkit-scrollbar-track:vertical,
.messagesubTab::-webkit-scrollbar-track:vertical,
.messagesubTab::-webkit-scrollbar-track:horizontal,
#regBody::-webkit-scrollbar-track:horizontal,
.input-container-update::-webkit-scrollbar-track:horizontal,
.clonestyle-sh::-webkit-scrollbar-track:horizontal,
.clonestyle-sv::-webkit-scrollbar-track:vertical,
.clonestyle-shv::-webkit-scrollbar-track:horizontal,
.clonestyle-shv::-webkit-scrollbar-track:vertical,
.edresultimgAB::-webkit-scrollbar-track:horizontal,
.tpresultimgAB::-webkit-scrollbar-track:horizontal,
.edresultimgV::-webkit-scrollbar-track:vertical,
.edresultimgV::-webkit-scrollbar-track:horizontal,
.edresultimgVS::-webkit-scrollbar-track:vertical,
.edresultimgVS::-webkit-scrollbar-track:horizontal,
.expandscptdiv::-webkit-scrollbar-track:vertical,
.expandscptdiv::-webkit-scrollbar-track:horizontal,
.modal-bodyacc-more::-webkit-scrollbar-track:vertical,
.refinedSelectpanelspec::-webkit-scrollbar-track:horizontal {
    background: rgba(0, 0, 0, 0.5);
}
section.pageMarquees::-webkit-scrollbar-thumb:horizontal, 
section.animateMarquees::-webkit-scrollbar-thumb:horizontal,
.leaderboardbody::-webkit-scrollbar-thumb:horizontal,
.leaderboardbody::-webkit-scrollbar-thumb:vertical,
.defaultiframe::-webkit-scrollbar-thumb:horizontal,
.defaultiframe::-webkit-scrollbar-thumb:vertical,
#comictruescroll::-webkit-scrollbar-thumb:horizontal,
.videotoolcover::-webkit-scrollbar-thumb:vertical,
.videotoolcover::-webkit-scrollbar-thumb:horizontal,
.modal-bodyacc-more::-webkit-scrollbar-thumb:vertical,
.showcaseheader::-webkit-scrollbar-thumb:horizontal,
.libraryTab::-webkit-scrollbar-thumb:vertical,
.libraryTab::-webkit-scrollbar-thumb:horizontal,
#libraryid::-webkit-scrollbar-thumb:vertical,
#libraryid::-webkit-scrollbar-thumb:horizontal,
.scrollmenu::-webkit-scrollbar-thumb:horizontal,
div.exploremoreFav::-webkit-scrollbar-thumb:vertical,
div.exploremoreFav2::-webkit-scrollbar-track:vertical,
.comment::-webkit-scrollbar-thumb:vertical,
#message_content::-webkit-scrollbar-thumb:horizontal,
.allnotifymsg::-webkit-scrollbar-thumb:vertical,
.content2::-webkit-scrollbar-thumb:vertical,
.content2::-webkit-scrollbar-thumb:horizontal,
.sectionexploregen::-webkit-scrollbar-thumb:vertical,
#purchasescroll::-webkit-scrollbar-thumb:horizontal,
#purchasescroll::-webkit-scrollbar-thumb:vertical,
.cust-popover-body::-webkit-scrollbar-thumb:vertical,
.side-zoom2inner::-webkit-scrollbar-thumb:vertical,
.side-zoom2inner::-webkit-scrollbar-thumb:horizontal,
.genreoverf::-webkit-scrollbar-thumb:vertical,
.customup-textarea-from::-webkit-scrollbar-thumb:vertical,
.customup-textarea-from::-webkit-scrollbar-thumb:horizontal,
.messageTab::-webkit-scrollbar-thumb:vertical,
.messagesubTab::-webkit-scrollbar-thumb:vertical,
.messagesubTab::-webkit-scrollbar-thumb:horizontal,
#regBody::-webkit-scrollbar-thumb:horizontal,
.input-container-update::-webkit-scrollbar-thumb:horizontal,
.clonestyle-sh::-webkit-scrollbar-thumb:horizontal,
.clonestyle-sv::-webkit-scrollbar-thumb:vertical,
.clonestyle-shv::-webkit-scrollbar-thumb:horizontal,
.clonestyle-shv::-webkit-scrollbar-thumb:vertical,
.edresultimgAB::-webkit-scrollbar-thumb:horizontal,
.tpresultimgAB::-webkit-scrollbar-thumb:horizontal,
.edresultimgV::-webkit-scrollbar-thumb:horizontal,
.edresultimgV::-webkit-scrollbar-thumb:vertical,
.edresultimgVS::-webkit-scrollbar-thumb:horizontal,
.edresultimgVS::-webkit-scrollbar-thumb:vertical,
.expandscptdiv::-webkit-scrollbar-thumb:horizontal,
.expandscptdiv::-webkit-scrollbar-thumb:vertical,
.modal-bodyacc-more::-webkit-scrollbar-thumb:vertical,
.refinedSelectpanelspec::-webkit-scrollbar-thumb:horizontal {
    background-color: var(--visualbg-e);
    border-radius: 20px;      
    border: 3px solid var(--visualbg-b); 
}



@media screen and (max-width: 750px) and (max-height: 1334px){
	.lockmod input[type=password], .lockmod input[type=text] {
		width: 25px;
	}
    #navbarloc {
        height: 200px;
    }
    #visualstatus-a {
        top: 200px;
    }
    #fsearchbtn, #leftBtn, #rightBtn, #searchbtn, #searchbtn2, .screenicon{
        display: none;
    }
    .screeniconalt {
        display: block;
    }
    .left-icon-bar {
        width: 50px;
        position: fixed;
        top:15%;
        left: 0px;
        opacity: 0.25;
    }
    .left-icon-bar:hover {
        opacity: 1;
    }
    .left-icon-bar i {
        font-size: 18px;
    }
	.sdevice {
		display: block;
	}
	.ldevice {
		display: none;
	}
	.sdevicesub {
		display: block;
	} 
	.ldevicesub {
		display: none;
	}
    .extenddropdown {
        height: 300px;
        overflow-y: scroll;
    }
    .extenddropdown::-webkit-scrollbar:vertical {
        display: none;
    }
    .extenddropdown::-webkit-scrollbar:horizontal {
        display: none;
    }
    #searchmyModal, #searchmyModal2 {
        width: 400px;
    }
    #favoritebtn {
        top: 35%;
    }
    #main2, #main {
        position: absolute;
        top: 30%;
        width: 100%;
    }
    #nav_sub_bg {
        width: 600px;
    }
    #livesearch, #livesearch2 {
        width: 100%;
    }
    .altcontrol {
        display: block;
    }
    
    #showcarousel {
        display: none;
    }
    #navbarlocalt {
        position: fixed;
    }
    #logo-menu {
        transform: scale(0.5, 0.5);
    }
    #leftslidertab {
        position: fixed;
        top:25%;
        left:-2%;
        background-color: transparent;
        height: 75%;
        border-style: none;
        overflow-y: auto;
        text-shadow: 1px 1px 2px #E5E5E5, 0 0 25px #ccc, 0 0 5px #B3B3B3;
        z-index: 999;
        text-shadow: 6px 12px 9px rgba(0,0,0,0.87);
        border-radius: 0px 50px 5px 30px;  
    }
    #leftslidertab::-webkit-scrollbar:horizontal {
        display: none;
    }
    #leftslidertab::-webkit-scrollbar:vertical {
        display: block;
    }
    
    #qdivelement {
        top: 30%;
        left: 0%;
        z-index: 9999;
    }
    .sectionfreg, #sectionfreg {
        display: none;
    }
    .sectionfsmall, #sectionfsmall {
        display: block;
    }
    #expandtab {
        position: absolute;
        top: 15%;
        left: 90%;
        z-index: 9;
    }
    
    .subnavmodal-content {
        display: none;
    }
    .subnavmodal-content-mobile  {
        display: block;
    }
    
    .screencard {
        display: none;
        position: absolute; 
        z-index: 3;
        top:30%; 
        left:0%;
        transform: scale(0.75, 0.75);
    }
    #Visualisinkartzone {
        top:130px;
        right:30%;
        height: 90%;
        width:200px;
        cursor: pointer;
    }
    #account-details {
        display: block;
    }
    .popover-body {
        width: 150px;
        height: 200px;
    }
	.cust-popover-body {
		width: 150px;
        height: 200px;
	}
	.contentcollapse-body {
		width: 150px;
        height: 200px;
	}
	.visualpopover-body {
		width: 150px;
        height: 200px;
	}
    .input-container-shop, .defaultcard{
        overflow: auto;
        width: 575px;
    }
    
    .gen-notification-tab {
        display: none;
    }
    
    .genre_chart {
        display: none;
    }
   .exploreChartopt {
        position: relative;
        overflow-x: scroll;
        overflow-y: scroll;
    }
   .exploreChartopt::-webkit-scrollbar:horizontal {
        display: none;
    }
    .exploreChartopt:hover::-webkit-scrollbar:horizontal {
        display: block;
        height: 10px;
    }
   .exploreChartopt::-webkit-scrollbar:vertical {
        display: none;
    }
    
    .tablinks {
        overflow: hidden;
    }
    .modal-contentacc {
        position: absolute;
        top: 0; 
        left: 0;
        width: 100%;
    }
    
    #customFilelabel, #customFilelabel2, #customFilelabel3 {
        height:250px;
        width:100%;
        transition-duration: 2s;
    }
    #customFilelabel:hover, #customFilelabel2:hover, #customFilelabel3:hover {
        height:250px;
        width:100%;
    }
    .subclose3 {
        position: relative;
        top: 10px;
        left: 75%;
        z-index: 99999;
    }
    #warningtextmsg, #perctextmsg {
        left:25%; 
    }
    #frameloader {
        overflow: auto;
    }
    
    #openoptions span {
        display: none;
    }
    #msweepbox {
        display: none;
    }
    #msidemenu {
        display: none;
    }
    #msidemenu-mobile {
        display: block;
    }
    
    table {
        table-layout: fixed;
        word-wrap: break-word;
    }
    .mobileadjust{
        overflow: auto;
        width: 100%;
        height: auto;
    }
    
    #highlightbg {
        display: none;
    }
    span.borderimg {
        display: inline-block;
        height: 75%;
        width: 75%;
        margin: 0 5% auto;
        overflow: hidden;
        background-color: none;
    }
    
    div.exploremore {
        height: 500px;
        border: 10px inset #ccc;
        border-radius: 10px;
        overflow: auto;
    }
    #titleBg, #titledivBg {
        overflow: scroll;
        height: 150px;
        font-size: 12px;
    }
    #titleBg::-webkit-scrollbar:vertical {
        display: none;
    }
    #titleBg::-webkit-scrollbar:horizontal {
        display: none;
    }
    #titledivBg::-webkit-scrollbar:vertical {
        display: none;
    }
    #titledivBg::-webkit-scrollbar:horizontal {
        display: none;
    }
    .mobile-sets-txt {
        font-size: 12px;
    }
    .mobile-sets-hide, .mobile-sets-options-b {
        display: none;
    }
    .mobile-sets-icon {
        transform: scale(0.5, 0.5);
    }
    .mainbadge {
        width: 50px;
        height: 50px;
    }
    #comicscrollbadge {
        height: 150px;
    }
    #propimg {
        display: none;
    }
    div.mainprofimg img {
        transition: width 2s, height 2s;
    }
    div.mainprofimg img:hover {
        width: 50px;
        height: 50px;
        box-shadow: 3px 67px 16px 15px rgba(0,0,0,0.75);
        -webkit-box-shadow: 3px 67px 16px 15px rgba(0,0,0,0.75);
        -moz-box-shadow: 3px 67px 16px 15px rgba(0,0,0,0.75);
    }
    .commentnested {
        width: 150px;
    }
    .nestedsort2, .nestedsort3, .nestedsort4 {
        transform: scale(0.5, 0.5);
    }
    .mobile-col-slash-4, .mobile-col-slash {
        display: inline-block;
    }
    .loadmoregenrebtn {
        transform: scale(0.5, 0.5);
    }
    div.exploremore3 {
        display: none;
    }
    div.exploremore::-webkit-scrollbar:vertical {
        display: none;
    }
    div.exploremore2::-webkit-scrollbar:vertical {
        display: none;
    }
    div.exploremore3::-webkit-scrollbar:vertical {
        display: none;
    }
    div.exploremoreFav::-webkit-scrollbar:horizontal {
        display: none;
    }
    div.exploremoreFav2::-webkit-scrollbar:horizontal  {
        display: none;
    }
    
    .mobile-votepoll {
        overflow-x: scroll;
        overflow-y: scroll;
        height: 500px;       
    }
    .mobile-votepoll::-webkit-scrollbar:vertical {
        display: none;
    }
    .mobile-votepoll::-webkit-scrollbar:horizontal {
        display: none;
    }
    #leaderboardTable, #leaderboardTableTwo {
        table-layout: auto;
        word-wrap: break-word;
    }
    
    div.borderimgcard {
        display: inline-block;
        height: 100%;
        width: 100%;
        margin: 6px;
    }
    div.borderimgcardV2 {
        display: block;
        height: 100%;
        width: 100%;
        margin: 6px;
    }
    div.borderfavimg {
        display: block;
        height: 100%;
        width: 25%;
        margin: 6px;
    }
    div.borderfavimgV2 {
        display: inline-block;
        height: 100%;
        width: 100%;
        margin: 6px;
    }
    .loadmorefollowbtn{
        transform: scale(0.5, 0.5);
    }
    
    .info-section {
        top: 40%;
        left: 0%; 
        z-index: 9;
        transform: scale(0.75, 0.75);
        border: 2px solid black;
    }
    .info-sub-section {
        overflow-x: scroll;
        overflow-y: scroll;
        height: 250px;
    }
    .info-sub-section::-webkit-scrollbar:vertical {
        display: none;
    }
    .info-sub-section::-webkit-scrollbar:horizontal {
        display: none;
    }
    .info-sub-section:hover::-webkit-scrollbar:vertical {
        display: block;
        height: 10px;
        margin: 5px;
    }
    .closeoptionspurchase {
        display: block;
        width: 10px;
    }
    .generaldata2 {
        display:none;
        top: 20%;
        left: 0%; 
        background: white;
    }
    .stopdrag {
        display: none;
    }
    .mobile-purch-A {
        overflow-x: scroll;
        overflow-y: scroll;
        height: 500px;  
    }
    .mobile-purch-A::-webkit-scrollbar:vertical {
        display: none;
    }
    .mobile-purch-A::-webkit-scrollbar:horizontal {
        display: none;
    }
    .mobile-purch-A:hover::-webkit-scrollbar:horizontal {
        display: block;
        height: 10px;
        margin: 5px;
    }
    .mobile-purch-B {
        overflow-x: scroll;
        overflow-y: scroll;
        height: 500px;  
    }
    .mobile-purch-B::-webkit-scrollbar:vertical {
        display: none;
    }
    .mobile-purch-B::-webkit-scrollbar:horizontal {
        display: none;
    }
    .mobile-purch-B:hover::-webkit-scrollbar:horizontal {
        display: block;
        height: 10px;
        margin: 5px;
    }
    .mobile-purch-Boxview {
        top:0%; 
        left:0%;
    }
    .customcropzoom {
        z-index: 9;
    }
    
    .ftuserlvlbgheader {
        background-image: url('/static/images/assets/images/2.Props/Web_Images/Halls/Hall-mobile-01.png');
        width: 750px;
        height: 210px;
    }
    .ftuserlvlbgbody {
        background-image: url('/static/images/assets/images/2.Props/Web_Images/Halls/Hall-mobile-02.png');
        width: 750px;
        height: 482px;
    }
    .ftuserlvlbgfooter {
        background-image: url('/static/images/assets/images/2.Props/Web_Images/Halls/Hall-mobile-03.png');
        width: 750px; 
        height: 114px;
    }
    #ftuserlvl::-webkit-scrollbar:horizontal {
        display: block;
    }
	.hallstyle-size, .hallstyle-size-header {
		width: 100%;
		height: auto;
	}
	.flip-hall-front.hallstyle-size {
		overflow: visible;
		background-image: none;
		background-position: center; 
		background-repeat: no-repeat; 
		background-size: cover; 
	}
	.flip-hall-back.hallstyle-size {
		overflow: visible;
		background-image: none;
		background-position: center; 
		background-repeat: no-repeat; 
		background-size: cover; 
	}
	.easeldisplay {
		text-overflow: ellipsis;
		margin: 0;
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: auto;
		transform: skew(-11deg);
		-webkit-transform: skew(-11deg);
		-moz-transform: skew(-11deg);
	}
}