:root {
    --visualbg-e: #E5E5E5;
    --visualbg-b: #B3B3B3;
    --visualbg-b2: #B2B2B2;
    --visual-darktheme: #343a40;
    --visual-lighttheme: #ccc;
    --visualbg-modal: rgba(0,0,0,0.5);
    --visualscroll-h: 10px;
    --visualscroll-w: 5px;
    --visualscroll-m: 5px;
}

.lockedinprocess {
    display: none; !important
}
.vshidden {
    display: none;
}
body p {
    font-family: 'Courier New', monospace;
}
body, html {
    height: 100%;
}

#geolochead {
	display: none;
}

#rightBtn {
	position: fixed;
	top:25%;
	right: 0;
	display: block;
	padding-top: 300px;
	width: 40px;
	height: 100%;
	font-size: 24px;
	border-style: none;
	text-align: center;
    text-decoration: none;
	cursor: pointer;
	color: white;
	text-shadow: 1px 1px 2px var(--visualbg-e), 0 0 25px var(--visual-lighttheme), 0 0 5px var(--visualbg-b);
    border-right: 2px outset var(--visual-lighttheme);
	z-index: 21;
	border-radius: 0px 50px 30px 5px;
    box-shadow: -35px -2px 23px -17px rgba(0,0,0,0.75);
    -webkit-box-shadow: -35px -2px 23px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: -35px -2px 23px -17px rgba(0,0,0,0.75);
}
#leftBtn {
	position: fixed;
	top:25%;
	left:0;
	display: block;
	padding-top: 300px;
	width: 40px;
	height: 100%;
	font-size: 24px;
	border-style: none;
	text-align: center;
    text-decoration: none;
	cursor: pointer;
	color: white;
	text-shadow: 1px 1px 2px var(--visualbg-e), 0 0 25px var(--visual-lighttheme), 0 0 5px var(--visualbg-b);
    border-left: 2px outset var(--visual-lighttheme);
	z-index: 21;
	border-radius: 50px 0px 5px 30px;
    box-shadow: 35px -2px 23px -17px rgba(0,0,0,0.75);
    -webkit-box-shadow: 35px -2px 23px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: 35px -2px 23px -17px rgba(0,0,0,0.75);
}
#rightBtn span:after {
  content: '\00bb';
}
#leftBtn span:after {
  content: '\00ab';
}
#rightBtn:hover {
	padding-left: 10px;
    text-decoration: none;
}
#leftBtn:hover {
	padding-right: 10px;
    text-decoration: none;
}

.left-icon-bar {
	position: fixed;
	top:25%;
	left: 40px;
	width: 90px;
	z-index: 999;
	background-color: #212529;
}

.left-icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px;
}

.left-icon-bar a:hover {
  background-color: #000;
  color: white;
}

.active {
  background-color: #000;
}

.viewmoresection3 {
    display: none;
}
#leftslidertab {
    position: fixed;
	top:25%;
	left: 2%;
    background-color: transparent;
	height: 75%;
	border-style: none;
    overflow-y: auto;
	text-shadow: 1px 1px 2px var(--visualbg-e), 0 0 25px var(--visual-lighttheme), 0 0 5px var(--visualbg-b);
	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: none;
}





#nav_bg {
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
}
#nav_sub_bg {
	height: 1000px; 
    width: auto;
    overflow: hidden;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    background-image: linear-gradient(to bottom, transparent, var(--visual-darktheme) 108%);
    box-shadow: 0px 0px 123px 0px rgba(0,0,0,1) inset;
    -webkit-box-shadow: 0px 0px 123px 0px rgba(0,0,0,1) inset;
    -moz-box-shadow: 0px 0px 123px 0px rgba(0,0,0,1) inset;
}
#nav_sub_bg_zoom {
    height: 1000px; 
    width: auto;
    overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    transition: all .5s;
}
.wrapperbg {
    position: relative;
    overflow: hidden;
}
#nav_sub_bg_zoom:hover, #nav_sub_bg_zoom:focus {
    transform: scale(1.1);
}
.follow_navbg {
	display:inline-block;
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
	width: 175px; 
	padding: 5px;
	font-size: 14px; 
	word-wrap: break-word;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: clip; 
	text-shadow: 6px 12px 9px rgba(0,0,0,0.87);
	border-radius: 5px;
}
.allinteractions {
	display: none;
	
}
.carousel-item {
	background: linear-gradient(to right, transparent 0%, #343a40 108%);
}
.showcarouselheader {
	display: none;
}
.showcarouselheaderalt {
	position: absolute;
	top: 136px;
}




#nav_spc {
    position: relative;
    padding-top: 10px;
	padding-left: 250px;
}




img.logo {
    
}
.profinsetimg {
    background-position: center;
	background-repeat: no-repeat; 
	background-size: cover;
    border: 9px inset var(--visual-darktheme); 
    height: 50px; 
    width: 50px; 
    cursor:pointer;
    transition: border 5s;
}
.profinsetimg:hover {
    border: 9px outset var(--visual-darktheme); 
}


.dark-mode {
  background-color: black;
  color: white;
}





.sidenav {
	height: auto;
	width: 0px;
	max-width: 250px;
	z-index: 2;
	overflow-x: hidden;
    overflow-y: scroll;
	transition: 0.5s;
	padding-top: 60px;
    border-radius: 0px 99px 0px 0px;
    -webkit-border-radius: 0px 99px 0px 0px;
    -moz-border-radius: 0px 99px 0px 0px;
    border-left: 2px outset var(--visual-lighttheme);
	border-top: 2px outset var(--visual-lighttheme);
	border-bottom: 2px outset var(--visual-lighttheme);
    border-right: none;
}
.sidenav::-webkit-scrollbar:horizontal {
    display: none;
}
.sidenav::-webkit-scrollbar:vertical {
    display: none;
}
#resizableNav, #resizableNavalt {
    height: 100%;
	width: 40px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	border-radius: 0px 99px 0px 0px;
	background-color: transparent;
	overflow: hidden;
    border: none;
}
#resizableNav .ui-resizable-handle{
    width: 40px;
    height: 100%;
    cursor: grab;
}
#resizableNavalt .ui-resizable-handle{
    width: 40px;
    height: 100%;
    cursor: grab;
}
#resizableNav .ui-resizable-handle:active{
    cursor: grabbing;
}
#resizableNavalt .ui-resizable-handle:active{
    cursor: grabbing;
}
.sidenav a.dropdown-item {
	width: auto;
	margin: 15px 8px 8px 8px;
  	text-decoration: none;
  	font-size: 24px;
  	font-weight: bold;
  	color: var(--visualbg-e);
  	display: block;
  	transition: 0.3s;
  	text-align: center;
}
.sidenav a.dropdown-item:hover {
	color: #181a1b;
	background-color: var(--visualbg-e);
	border: 2px outset var(--visualbg-e);
	border-radius: 8px;
	text-shadow: 6px 12px 9px rgba(0,0,0,0.87);
}
#headerlink a {
	width: auto;
  	text-decoration: none;
  	font-size: 14px;
  	font-weight: bold;
  	color: var(--visualbg-e);
  	display: block;
  	transition: 0.3s;
}
#headerlink a:hover {
	color: #181a1b;
	background-color: var(--visualbg-e);
	border: 2px outset var(--visualbg-e);
	border-radius: 50rem;
	text-shadow: 6px 12px 9px rgba(0,0,0,0.87);
}
#headerlink .statusloc {
	padding: 8px;
  	border-radius: 50rem;
}
.custsidenav {
    height: 60px;
	max-width: auto;
    overflow: auto;
    white-space: nowrap;
	z-index: 2;
	transition: 0.5s;
}
.custsidenav::-webkit-scrollbar:horizontal {
    display: none;
}
.custsidenav:hover::-webkit-scrollbar:horizontal {
    display: block;
    height: var(--visualscroll-h);
    margin: var(--visualscroll-m);
}
.custsidenav span .nav-link {
    display: inline-block;
    width: 110px;
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  	text-decoration: none;
  	font-weight: bold;
  	transition: 0.3s;
}
.custsidenav span .nav-link:hover {
    overflow: hidden;
    width: 175px;
	background-color: var(--visualbg-e);
	border: 2px outset var(--visualbg-e);
	border-radius: 8px;
	text-shadow: 6px 12px 9px rgba(0,0,0,0.87);
}
.custsidenav span .nav-link.active {
	background-color: var(--visualbg-e);
}
.custsidenav-header {
    height: 60px;
	max-width: auto;
    overflow-x: hidden;
    overflow-y: scroll;
	z-index: 2;
    font-size: 18px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.77);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.77);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.77);
}
.custsidenav-body {
    z-index: 2;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.77);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.77);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.77);
}
.custsidenav-body .tab-pane {
    background-color: white;
}
.custsidenav-body .tab-pane:hover {
    background-color: var(--visualbg-e);
}
.custsidenav-emoji {
    display: inline-block;
    margin: 2px;
}
.custsidenav-emoji .tranbtn {
    border: none;
    transition: 0.3s;
}
.custsidenav-emoji .tranbtn:hover {
    font-size: 18px;
	text-shadow: 2px 8px 5px rgba(0,0,0,0.87);
}
.sidenav-scrollable {
	background-color: var(--visualbg-e);
	color: white;
	padding: 16px 20px;
	border: 2px inset rgba(28,110,164,0.32);
	border-radius: 0px 40px 15px 24px;
	cursor: pointer;
	opacity: 0.8;
	width: 280px;
	height: 250px;
	overflow: auto;
	direction: rtl;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	color: #181a1b;
	margin-left: 50px;
	text-decoration: none;
}
@media screen and (max-height: 450px){
	.sidenav {padding: 15px 5px 15px 5px;}
	.sidenav a.dropdown-item {font-size: 18px;}
}
.screeniconalt {
    display: none;
}
.closenested {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

@keyframes loaderanimate {
  from {text-shadow: 0px 0px 0px #ccc;}
  to {text-shadow: 1px 1px 5px #ccc;}
}

.customalert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.customalertclose {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: 0; 
    background: transparent;
}




#favoritebtn {
	position: fixed;
	z-index: 1;
	top: 25%;
	left: 250px;
}
.sidenavFav {
	display: none;
	height: 100%;
	width: 250px;
    max-height: 500px;
	position: fixed;
	z-index: 9;
	top: 25%;
	left: 250px;
	background-color: var(--visual-darktheme);
	padding-top: 60px;
	border-radius: 0px 24px 0px 0px;
	-webkit-border-radius: 0px 24px 0px 0px;
	-moz-border-radius: 0px 24px 0px 0px;
	box-shadow: 55px 3px 21px -3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 55px 3px 21px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 55px 3px 21px -3px rgba(0,0,0,0.75);
}
.sidenavFavvdiv {
	margin: 15px 8px 8px 8px;
  	display: block;
  	transition: 0.3s;
  	text-align: center;
	cursor: pointer;
	opacity: 0.8;
	width: 280px;
	height: 500px;
	overflow: auto;
}
.sidenavFavdiv:hover {
	background-color: var(--visualbg-e);
	border: 2px outset var(--visualbg-e);
	text-shadow: 6px 12px 9px rgba(0,0,0,0.87);
	border-radius: 8px;
}

#libraryid {
	height:500px; 
	width: 250px;
	overflow-x: hidden;
    overflow-y: scroll;
	direction: rtl;
    white-space: nowrap;
}
#libraryid::-webkit-scrollbar:vertical {
	display: none;
}
#libraryid::-webkit-scrollbar:horizontal {
	display: none;
}
#libraryid:hover::-webkit-scrollbar:vertical {
	display: block;
    height: var(--visualscroll-h);
    margin: var(--visualscroll-m);
}

h6.allnotifyp {
	opacity: 1;
	word-wrap: break-word;
}

.innercontentfav {
	width 250px;
	height: 250px;
	border: 5px outset hidden;
	margin: 1px;
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover;
	box-shadow: -2px 37px 22px 19px rgba(0,0,0,0.39);
	-webkit-box-shadow: -2px 37px 22px 19px rgba(0,0,0,0.39);
	-moz-box-shadow: -2px 37px 22px 19px rgba(0,0,0,0.39);
}

.innercontentfav2 {
	z-index: 1;
	height: 50px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

div.scrollmenu {
	background-color: var(--visual-darktheme);
  	overflow: auto;
  	white-space: nowrap;
}
div.scrollmenu::-webkit-scrollbar:vertical {
	display: none;
}
div.scrollmenu::-webkit-scrollbar:horizontal {
	display: none;
}
div.scrollmenu:hover::-webkit-scrollbar:horizontal {
	display: block;
    height: var(--visualscroll-h);
    margin: var(--visualscroll-m);
}

div.scrollmenu a {
  	display: inline-block;
  	color: white;
  	text-align: center;
  	padding: 14px;
  	text-decoration: none;
}

div.scrollmenu a:hover {
  	background-color: var(--visualbg-e);
	color: black;
}

.folderFav {
	height: 1822px;
	width: 100%;
	background-image: url('../../../assets/images/2.Props/Web_Images/Folder.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	background-size: cover;
	box-shadow: -4px -44px 8px -32px rgba(0,0,0,0.75);
	-webkit-box-shadow: -4px -44px 8px -32px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px -44px 8px -32px rgba(0,0,0,0.75);
}
.testcss {
	height: 1822px;
	width: 100%;
	background-image: url('../../../assets/images/2.Props/Web_Images/Halls/badge-inner03.png');
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
}


div.vfolder {
	position: relative;
	perspective: 30em;
}
div.vfolder-child {
	transition: transform 1.5s;	//change depending on the speed to rotate
	transform-style: preserve-3d;
}
div.main-vfolder {
	backface-visibility: visible;
    overflow: hidden;
}
div.main-vfolder-alt {
	backface-visibility: visible;
    overflow: scroll;
}
div.main-vfolder-alt::-webkit-scrollbar:vertical {
	display: none;
}
div.main-vfolder-alt::-webkit-scrollbar:horizontal {
	display: none;
}
.front-vfolder {
    position: absolute;
	z-index: 4;
    border-radius: 5%;
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
}
.back-vfolder {
	z-index: 1;
    border-radius: 5%;
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
    box-shadow: 2px 23px 5px -14px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 23px 5px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 23px 5px -14px rgba(0,0,0,0.75);
}
.vfolder:hover .vfolder-child {
    opacity: 0.10;
}

.innercontentspecard, .innercontentspecardalt {
	width: 150px;
	height: 150px;
	display: inline-block;
	border: 5px outset hidden;
	border-radius: 5px;
	margin: 1px;
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover;
	overflow: hidden;
	white-space: nowrap;
	z-index: 10;
	opacity: 1.0;
  	transition: height 2s, box-shadow 2s;
	
}
.innercontentspecard:hover {
	height: 400px;
	width: 400px;
	box-shadow: -2px 42px 15px -13px rgba(0,0,0,0.75);
	-webkit-box-shadow: -2px 42px 15px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 42px 15px -13px rgba(0,0,0,0.75);
}




#mymenuBtn, #mymenuBtnalt {
	text-decoration: none;
	font-size:24px; 
	color: #f5f5f5;
	border: none;	
    display: block;
  	transition: 0.3s;
}
#mymenuClose, #mymenuClosealt {
    position: fixed;
	top: 0;
    margin-top: 10px;
    z-index: 3;
	font-size: 36px;
	color: var(--visualbg-e);
	text-decoration: none;
  	font-weight: bold;
	overflow: hidden;
  	width: 0;
  	transition: 0.3s;
}
#mymenuClose:hover, #mymenuBtn:hover, #mymenuClosealt:hover, #mymenuBtnalt:hover {
	background-color: var(--visualbg-e);
	border: 2px outset var(--visualbg-e);
	border-radius: 8px;
	color: #181a1b;
	text-shadow: 6px 12px 9px rgba(0,0,0,0.87);
}




#section1 {
	background-color: transparent;
	margin-top: 75px;
	padding-top: 20px;
}
#sidelink {
	text-decoration: none;
	font-size:18px; 
	color:var(--visualbg-b);
}
#sidelink:hover {
	color: var(--visualbg-e);
}




input[type=text], input[type=number], input[type=email], input[type=url], input[type=checkbox], input[type=password], input[type=search], input[type=date] {
	border: 3px solid var(--visual-lighttheme);
	border-radius: 8px;
	background-color: var(--visualbg-e);
}
input[type=text], input[type=number], input[type=email], input[type=url], input[type=checkbox], input[type=password], input[type=search], input[type=date]:focus {outline:none;}
input[type=text], input[type=number], input[type=email], input[type=url], input[type=checkbox], input[type=password], input[type=search], input[type=date]:active {outline:none;}
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    cursor: pointer;
    appearance: none;
    height: 15px;
    width: 15px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
    background-size: 15px 15px;
}
button {
	padding: 5px;
	border: 2px outset var(--visualbg-e);
	border-radius: 8px;
	outline:none;
}
a {
    text-decoration: none;
	color: var(--visual-lighttheme);
}

a:link {
    text-decoration: none;
	color: var(--visual-lighttheme);
}

a:visited {
    text-decoration: none;
	color: var(--visualbg-e);
}

a:hover, a:focus {
	text-decoration: none;
	color: var(--visual-lighttheme);
}

a:active {
    text-decoration: none;
    color: var(--visualbg-e);
}

a.genlink{
	text-decoration: none;
	color: var(--visual-lighttheme);
}
a.genlink:link, a.genlink:visited {
	text-decoration: none;
	color: var(--visual-lighttheme);
}

a.genlink:hover, a.genlink:active {
	text-decoration: none;
	color: #9999ff;
}
a.dropdown-item:active {
	text-decoration: none;
	color: #9999ff;
    background-color: var(--visual-lighttheme);
}

a.nav-link:link {
	color: var(--visual-lighttheme);
}
a.nav-link:visited {
	color: var(--visual-lighttheme);
}
a.nav-link:hover {
    color: var(--visual-lighttheme);
}
a.nav-link:active {
	color: var(--visual-lighttheme);
}

#headerlink a {
	text-decoration: none;
	border: 0;
}
#headerlink a:link {
	text-decoration: none;
	border: 0;
}
#headerlink a:visited {
	text-decoration: none;
	border: 0;
}
#headerlink a:hover {
	text-decoration: none;
	border: 0;
	color: black;
}
#headerlink a:active {
	text-decoration: none;
	border: 0;
}

button.tranbtn {
 	border: none;
	background-color: transparent;
	outline: none;
}
#expandinner {
    border: none;
	background-color: transparent;
	outline: none;
}
#expandinner:focus {
	border: none;
	outline: none;
}
button.tranbtn:focus {
	border: none;
	outline: none;
}
img.blurImages {
    -webkit-filter: blur(10px); 
    filter: blur(10px);    
}
div.menuitem {
    border-radius: 56px 56px 0px 0px;
    -webkit-border-radius: 56px 56px 0px 0px;
    -moz-border-radius: 56px 56px 0px 0px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
 
 
.genlink div {
    white-space: nowrap; 
    width: 200px; 
    overflow: hidden;
    text-overflow: "----"; 
}
.genlink div:hover {
    overflow: visible;
    word-break: break-all;
}

table.graphTable {
    border: 1px outset var(--visual-lighttheme);
    table-layout: fixed;
}
table.graphTable th {
    font-size: 16px;
}
table.graphTable td {
    opacity: 0.5;
    border: 1px inset var(--visual-lighttheme);
    width: 100px;
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap; 
    text-overflow: ellipsis; 
}
table.graphTable td:hover {
    color: gold;
    opacity: 1;
    text-shadow: 6px 12px 9px rgba(0,0,0,0.87);
    font-weight: bold;
    overflow: visible;
    font-size: 18px;
}

.customSelect {
    overflow: auto;
    height: 250px;
}
.singleSelect, .multiSelect {
    cursor: pointer;
}
.customselectbtnG {
    border: 2px outset var(--visual-lighttheme);
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    border-bottom: none;
}
.customselectbtnG:hover {
    background: linear-gradient(to top, #e5e5e5 0%, var(--visualbg-b) 100%);
    color: black;
    animation: borderglow 3s infinite alternate;
}
.customselectbtnGcontent {
    display: none;
    height: auto;
    width: 100%;
    border: 2px outset var(--visual-lighttheme);
    border-top: none;
    border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
}
.customselectbtnG h3 {
    display: inline-block;
}
.customselectbtnG p {
    display: inline-block;
}
.customselectbtnGcontent ul {
    list-style-type: none;
}
.customselectbtnGcontent ul li {
    padding: 4px;
}
.customselectbtnGcontent ul li:hover {
    background: linear-gradient(to bottom, #e5e5e5 0%, var(--visualbg-b) 100%);
    color: black;
    cursor: pointer;
    text-shadow: 1px 1px 2px var(--visualbg-e), 0 0 25px var(--visual-lighttheme), 0 0 5px var(--visualbg-b);
}
@keyframes borderglow {
    from {
        border: 2px outset var(--visualbg-e);
    }
    to {
        border: 2px outset var(--visual-lighttheme);
    }
}




#searchbar, #searchbar2 {
	text-decoration: none;
	font-size: 24px;
	width: 500px;
	border-radius: 8px;
	border: 3px solid var(--visual-lighttheme);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
    border: 2px outset var(--visualbg-e);
    border-radius: 8px;
}
#searchbar:focus, #searchbar2:focus {
	border: 4px solid var(--visualbg-e);
    outline: none;
}
#searchbar:active, #searchbar2:active {
	border: 4px solid var(--visualbg-e);
    outline: none;
}
#searchbtn, #searchbtnalt, #searchbtn2, #searchbtnalt2 {
	width: 50px;
	margin: 0px 10px 0px 10px;
	color: var(--visualbg-b);
	border: 2px outset var(--visualbg-e);
	border-radius: 8px;
	z-index: 0;
}
#myBtnalt, #adSearchbtn, #adSearchbtn2 {
	margin: 0px 10px 0px 10px;
	color: var(--visualbg-b);
	border: 2px outset var(--visualbg-e);
	border-radius: 8px;
	z-index: 0;
}
.adSearchbtnstat {
    background: var(--visual-darktheme);
	margin: 0px 10px 0px 10px;
	color: var(--visualbg-b);
	border: 2px outset var(--visualbg-e);
	border-radius: 8px;
	z-index: 0;
}




#livesearch, #livesearch2 {
	position: absolute;
	width: 500px;
	z-index: 10;
}




#searchmyModal, #searchmyModal2 {
	width: 800px;
	height: 500px;
	position: fixed;
	top: 0;
	center: 0;
}
#myModalcontent {
	color: var(--visualbg-e);
}
#myModalbody {
	cursor: pointer;
	opacity: 0.8;
	height: 300px;
	overflow: auto;
}
#myModalbody::-webkit-scrollbar:vertical {
	display: none;
}
#myModalbody::-webkit-scrollbar:horizontal {
	display: none;
}
#myModalbody:hover::-webkit-scrollbar:vertical {
	display: block;
    width: var(--visualscroll-w);
    margin: var(--visualscroll-m);
}
#myModalbody:hover::-webkit-scrollbar:horizontal {
	display: block;
    height: var(--visualscroll-h);
    margin: var(--visualscroll-m);
}

::-webkit-scrollbar {
  width: 10px;
}


::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 

::-webkit-scrollbar-thumb {
  background: #888; 
}


::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#adSearchbar, #adSearchbar2 {
	text-decoration: none;
	background-color:var(--visualbg-b);
	color: black;
	width: 250px;
	border-radius: 8px;
	border: 3px solid var(--visual-lighttheme);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
}
#adSearchbar, #adSearchbar:focus {
	border: 4px solid var(--visualbg-e);
	outline: none;
}
select.adSelect {
	text-decoration: none;
	background-color:var(--visualbg-b);
	color: black;
	width: 250px;
	border-radius: 8px;
	border: 3px solid var(--visual-lighttheme);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
}
select.adSelect:focus {
	border: 4px solid var(--visualbg-e);
	outline: none;
}
select.adSelect option:not(:checked){
    background-color: var(--visualbg-b);
}




#myBtn, #myBtn2 {
	text-decoration: none;
	font-size:24px; 
	color: #f5f5f5;
	border: none;	
}
i.myBtn {
	color:var(--visualbg-b);
}
i.myBtn:hover {
	color: var(--visualbg-e);
}

i.myBtn2 {
	font-size: 24px;
	color:var(--visualbg-b);
	margin-right: 25px;
}
i.myBtn2:hover {
	color: var(--visualbg-e);
}




#overlaymsg, #overlaymsgexp, #overlaymsg2, #overlaymsgloader, #overlaylogin {
	position: fixed; 
	display: block; 
	width: 100%; 
	height: 100%; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover;
	background-color: var(--visualbg-modal); 
	z-index: 2; 
	cursor: pointer; 
}
.overlaylvlmsg {
    diaplay: none;
}

#textmsg, #textmsg2 {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;					
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
#msgesetdet:hover {
    color: black;
    opacity: 1;
}
.overlaymsgsection {
    display: none;
}
#perctextmsg {
    position: fixed; 
    top: 35%; 
    left: 65%;
}
#warningtextmsg {
    display: none;
    position:fixed; 
    top:45%; 
    left:65%; 
    width: 250px;
    word-break: break-word;
}
.msgesadmin {
    text-align: center;
    color: black;
    text-shadow: 1px 1px 2px var(--visualbg-e), 0 0 25px var(--visual-lighttheme), 0 0 5px var(--visualbg-b);
}
.sibadmbtn {
    display: none;
}




.innercontentspec3 {
	width: 150px;
	height: auto;
	border: 5px outset hidden;
	border-radius: 5px;
	margin: 1px;
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover;
	opacity: 1.0;
  	transition: height 1.5s, box-shadow 1.5s;
	
}
.innercontentspec3:hover {
	height: 200px;
	width: 200px;
	box-shadow: -2px 42px 15px -13px rgba(0,0,0,0.75);
	-webkit-box-shadow: -2px 42px 15px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 42px 15px -13px rgba(0,0,0,0.75);
}
#message_content {
	z-index: 10;  
	position: fixed; 
	left:80%;
	top:20%;
	width: 250px; 
	height: 390px; 
	border: 16px black solid;
	border-top-width: 60px;
	border-bottom-width: 60px;
	border-radius: 36px;
	overflow-x: scroll;
	overflow-y: scroll;
}
#message_content::-webkit-scrollbar:vertical {
	display: none;
}
#message_content::-webkit-scrollbar:horizontal {
    height: 5px;
}

.switch {
	display: inline-block;
	width: 60px;
	height: 34px;
	border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	border: 4px inset #50d7ff;
}

#Notificationbadge {
  	position: relative;
  	top: -10px;
  	right: 10px;
  	border-radius: 50%;
	margin: 2px;
	padding: 5px 10px;
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, 0.5); 
  	color: var(--visual-lighttheme);
	font-size: 14px;
}
#snotification {
	position: relative;
  	top: -20px;
  	left: -30px;
    padding: 2px;
  	border-radius: 50%;
  	background-color: white;
  	color: black;
    font-weight: bold;
}





.side-zoom2 {
	display:none;
	z-index: 20;  
	position: fixed; 
	left:80%;
	top:50%;
	width: 250px; 
	height: 390px; 
	border-top: 20px solid black;
	broder-radius: 20;
	overflow-x: scroll;
	overflow-y: scroll;
}
.side-zoom2::-webkit-scrollbar:vertical {
	display: none;
}
.side-zoom2::-webkit-scrollbar:horizontal {
	display: none;
}
.side-zoom2:before {
	content:"Drag Here!";
	margin:30%;
	color: black;	
}




#colorTable {
	background-color: var(--visual-lighttheme); 
	display: none; 
}
#colorTablesub {
	cursor: pointer; 
	overflow-x:hidden;
	overflow-y:scroll;
	background-color: var(--visual-lighttheme); 
} 
#colorTablesub::-webkit-scrollbar {
	display: none;
}
#colorText { 
	border: 2px solid var(--visual-lighttheme);
	text-align: center;
	cursor: pointer; 
} 
.colorpickclass {
	width: 25px;
	height:2 5px;
	display: inline-block;
	padding: 20px;
	border: 1px inset var(--visual-lighttheme);
	border-radius: 50%;
}



#Visualisinkartzone {
	position:absolute;
	top:130px;
	right:20%;
	height: 100%;
	width:250px;
	cursor: pointer;
	transform: skew(-40deg) translate(-6px,-6px);
	-webkit-transform: skew(-40deg) translate(-6px,-6px);
	-moz-transform: skew(-40deg) translate(-6px,-6px);
	overflow: hidden;
}
#Visualisinkartzone:hover, .visualisinkzonebtn:hover {
	animation: mymove 5s infinite;
}
@keyframes mymove {
  from {
	  border-style: solid;
	  border-color: var(--visualbg-b2) var(--visual-lighttheme) var(--visualbg-e) var(--visual-lighttheme);
  }
  to {
	  border-style: solid;
	  border-color: #6c757d #f8f9fa var(--visual-darktheme) #17a2b;
  }
}

.visualisinkzonebtn {
	height: auto;
	box-shadow: 17px 33px 16px 41px rgba(0,0,0,0.42);
	-webkit-box-shadow: 17px 33px 16px 41px rgba(0,0,0,0.42);
	-moz-box-shadow: 17px 33px 16px 41px rgba(0,0,0,0.42);
}
.visualisinkzonebtn-short {
	width: auto;
    height: 50px;
     font-size: 12px;
    border-radius: 0px 0px 51px 51px;
    -webkit-border-radius: 0px 0px 51px 51px;
    -moz-border-radius: 0px 0px 51px 51px;
    box-shadow: -3px 23px 24px 7px rgba(0,0,0,0.75);
    -webkit-box-shadow: -3px 23px 24px 7px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px 23px 24px 7px rgba(0,0,0,0.75);
}
#visualisink-short-img {
    box-shadow: -13px 7px 5px 0px rgba(0,0,0,0.29);
    -webkit-box-shadow: -13px 7px 5px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: -13px 7px 5px 0px rgba(0,0,0,0.29);
}
#visualisink-short-div {
    position: relative;
    top: -10px;
}
#visualisink-short-divd {
    position: relative;
    top: -10px;
}
#visualisink-short-txt {
    font-size: 16px;
    border-radius: 50px;
    box-shadow: 10px 7px 5px 0px rgba(0,0,0,0.29);
    -webkit-box-shadow: 10px 7px 5px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 10px 7px 5px 0px rgba(0,0,0,0.29);
}

#visualstatus-a {
    display: none;
    position: fixed;
    top: 135px;
    right: 0;
    width: 50%;
    height: 100px;
    z-index: 2;
    overflow: hidden;
    border-left: 10px double var(--visualbg-e);
    border-radius: 0px 0px 0px 23px;
    -webkit-border-radius: 0px 0px 0px 23px;
    -moz-border-radius: 0px 0px 0px 23px;
    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);  
}
#visualstatus-b {
    overflow: hidden;
    width: 100%;
    height: 75px;
    padding: 5px;
    overflow: scroll;
}
#visualstatus-b::-webkit-scrollbar {
	display: none;
}

#navbarloc, #navbarlocA {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    border-top: 2px outset var(--visual-lighttheme);
    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);  
}
#navbarlocalt {
    position: -webkit-sticky; 
    position: sticky;
    top: 0;
    left: 0;
    z-index: 20;
    border-top: 2px outset var(--visual-lighttheme);
    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);  
}
#previewImg {
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}
#account-details {
    display: none;
}




.pagination_slider, .pagination_slider_content, .pagination_slider_vid, .pagination_slider_comic, .pagination_slider_library, .pagination_slider_follow {
	width: 100%;
	overflow: auto;
	white-space: nowrap;
	display: inline-block;
	padding: 14px;
	text-decoration: none;
}




.bonusdivshape{
  width: 100%;
  height: 2px;
  background: #32557f;

  &:after {
    content: '';
    left: 0; bottom: 0; width: 0; height: 0;
    border-left: 25px solid #7eb4e2;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }

  &:before {
    content: '';
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #32557f;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
}




.innercontent-lib {
	border: 9px outset var(--visual-lighttheme)ccc;
	box-shadow: 2px 27px 5px 13px rgba(0,0,0,0.21);
	-webkit-box-shadow: 2px 27px 5px 13px rgba(0,0,0,0.21);
	-moz-box-shadow: 2px 27px 5px 13px rgba(0,0,0,0.21);
}
.innercontent-lib:hover {
	border: 9px inset var(--visual-lighttheme)ccc;
	background-color: white;
}




div.alltxt {
	width: 300px; 
	overflow: hidden;
	text-overflow: ellipsis;
}

div.alltxt:hover {
	overflow: visible;
    word-break: break-all;
}

div.alltxtsm {
    font-size: 16px;
	width: 150px; 
	overflow: hidden;
	text-overflow: ellipsis;
}

div.alltxtsm:hover {
	overflow: visible;
    word-break: break-all;
}

#alltxt2 {
  white-space: nowrap; 
  width: 300px; 
  overflow: hidden;
  text-overflow: ellipsis;
}

#alltxt2:focus {
  overflow: visible;
}





#allnotifyid, #allnotifyid2 {
	overflow:auto; 
	height:250px; 
	z-index: 9;
}
#allnotifyid3, #allnotifyid4 {
	overflow:auto; 
	height:500px; 
	z-index: 9;
}
#allnotifyid3::-webkit-scrollbar:vertical {
  display: none;
}
#allnotifyid4::-webkit-scrollbar:vertical {
  display: none;
}


#message_content {
	z-index: 10;  
	position: fixed; 
	left:80%;
	top:20%;
}

.element,
.outer {
	width: 275px;
	height: 250px;
	
}
	  
.outer {
	border: 2px solid var(--visual-lighttheme);
	overflow: hidden;
}

.inner {
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

.inner::-webkit-scrollbar {
	display: none;
}

p.allnotifyp {
	opacity: 0.5;
	word-wrap: break-word;
	color:  var(--visual-lighttheme);
}
p.allnotifyp:hover, a.allnotifyp:hover {
	color:  white;
	opacity: 1;
	text-decoration: none;
}
.allnotifyp {
	opacity: 0.5;
	word-wrap: break-word;
	color:  var(--visual-lighttheme);
}
.allnotifyp:hover {
	color:  white;
	opacity: 1;
}
.allnotifyp-b {
    white-space: nowrap; 
    overflow: hidden;
    width: 200px; 
    text-overflow: ellipsis;
}
a.allnotifyp  {
	opacity: 1;
	word-wrap: break-word;
	color:  var(--visual-lighttheme);
	text-decoration: none;
}
.allnotifymsg {
	z-index: 9;
}



.subnottabs {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    background: black;
    opacity: 0.25;
    color: var(--visual-lighttheme);
    border-bottom: 2px solid var(--visual-lighttheme);
    border-top: 2px solid var(--visual-lighttheme);
    padding: 2px;
    cursor: pointer;
}
.subnottabs:hover {
    text-decoration: none;
    opacity: 2;
    font-size: 12px;
    color: white;
}
.menu-subnot {display: none;}
.menu-subnot li{
    list-style-type: none;
}



#watchstyle {
	position: absolute; 
	top: 25px; 
	left:50%; 
	height: auto; 
	width: 100%;
	background-image: url('../../../assets/images/2.Props/Web_images/watch.png');
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover;
	z-index: -1;
}
#min, #sec {
	font-size: 18px;
	color: white;
	text-shadow: 1px 1px 2px var(--visualbg-e), 0 0 25px var(--visual-lighttheme), 0 0 5px var(--visualbg-b);
	font-family: Audiowide, Verdana, sans-serif;
	font-weight: bold;
}
h1.header, h2.header, h3.header, h4.header,  h5.header, h6.header  {
	color: white;
	text-shadow: 1px 1px 2px var(--visualbg-e), 0 0 25px var(--visual-lighttheme), 0 0 5px var(--visualbg-b);
	font-family: Audiowide, Verdana, sans-serif;
	font-weight: bold;
}
h1.glowheader, h2.glowheader, h3.glowheader, h4.glowheader,  h5.glowheader, h6.glowheader {
    color: white;
	font-family: Audiowide, Verdana, sans-serif;
	font-weight: bold;
    animation: headerglow 1s infinite alternate;
}
h1.headerspec, h2.headerspec, h3.headerspec, h4.headerspec,  h5.headerspec, h6.headerspec  {
	color: white;
	text-shadow: 1px 1px 2px var(--visualbg-e), 0 0 25px var(--visual-lighttheme), 0 0 5px var(--visualbg-b);
	font-weight: bold;
}
h1.glowheaderspec, h2.glowheaderspec, h3.glowheaderspec, h4.glowheaderspec,  h5.glowheaderspec, h6.glowheaderspec {
    color: white;
	font-weight: bold;
    animation: headerglow 1s infinite alternate;
}
p.glowheader {
    color: white;
	font-family: Audiowide, Verdana, sans-serif;
	font-weight: bold;
    animation: pheaderglow 1.5s 14 alternate;
}
p.glowheaderspec {
    color: white;
	font-weight: bold;
    animation: pheaderglow 1.5s 14 alternate;
}
i.glowheader {
	font-family: Audiowide, Verdana, sans-serif;
	font-weight: bold;
    animation: pheaderglow 1.5s 14 alternate;
}
i.glowheaderspec {
	font-weight: bold;
    animation: pheaderglow 1.5s 14 alternate;
}
hr.header {
	font-family: Audiowide, Verdana, sans-serif;
	font-weight: bold;
}
.containtext {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    width: 250px;
    word-break: break-word;
    color: white;
    font-family: Audiowide, Verdana, sans-serif;
    font-weight: bold;
    animation: headerglow 1s infinite alternate;
}
.containtext:empty:before {
    content: attr(data-placeholder);
}
.customup-textarea-from:empty:before {
    content: attr(data-placeholder);
}
.containtextalt {
    width: 250px;
    word-break: break-word;
    color: white;
    font-family: Audiowide, Verdana, sans-serif;
}
@keyframes headerglow {
    to {
        text-shadow: 1px 1px 2px var(--visualbg-e), 0 0 25px var(--visual-lighttheme), 0 0 5px var(--visualbg-b);
    }
}
@keyframes pheaderglow {
    from {
        text-shadow: 1px 1px 2px var(--visualbg-e), 0 0 25px var(--visual-lighttheme), 0 0 5px var(--visualbg-b);
        font-size: 12px;
    }
    to {
        text-shadow: 1px 1px 2px  #FFD700, 0 0 25px var(--visual-lighttheme), 0 0 5px #FFD700;
        font-size: 24px;
    }
}
.pollimg {
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover;
}
.loadProgress {
    width: 100%;
    background-color: transparent;
}
.loadProgress:hover {
    border-radius: 10px;
    border: 2px inset var(--visualbg-b);
}
.loadBar {
    width: 0%;
    height: 18px;
    background-color: var(--visualbg-e);
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.views_style {
	display: none;
	position: relative;
	top: 0;
}
.views_style_alt {
	display: none;
	position: relative;
	top: 0;
}
.popover-header {
	background-color: var(--visualbg-b);
	width: 225px;
	height: auto;
    color: black;
	font-size: 15px;
    padding: 0;
    margin: 0;
}
.popover-header h6 {
    color: black;
}
.popover-body {
	color: black;
	overflow: auto;
	width: 225px;
	height: 250px;
	border: 20px inset #cccccc;
	box-shadow: -15px 20px 8px -1px var(--visualbg-modal);
	-webkit-box-shadow: -15px 20px 8px -1px var(--visualbg-modal);
	-moz-box-shadow: -15px 20px 8px -1px var(--visualbg-modal);
	z-index: auto;
}
.popover-body div {
	padding: 5px;
}
.popover-body h6 {
    color: black;
}
.truepopover {
	display: none;
}
.cust-popover-header {
	background-color: var(--visualbg-b);
    color: black;
    padding: 0;
    margin: 0;
}
.cust-popover-header h6 {
    color: black;
}
.cust-popover-body {
	overflow: auto;
	width: 225px;
	height: 250px;
	border: 20px inset var(--visual-lighttheme);
	box-shadow: -15px 20px 8px -1px var(--visualbg-modal);
	-webkit-box-shadow: -15px 20px 8px -1px var(--visualbg-modal);
	-moz-box-shadow: -15px 20px 8px -1px var(--visualbg-modal);
	z-index: 1070;
}
.cust-popover-body h6:hover {
    color: black;
}
.contentcollapse-header {
	background-color: var(--visualbg-b);
    color: black;
}
.contentcollapse-body {
    display: none;
    overflow: auto;
	height: 250px;
	border: 20px inset var(--visual-lighttheme)ccc;
	box-shadow: -15px 20px 8px -1px var(--visualbg-modal);
	-webkit-box-shadow: -15px 20px 8px -1px var(--visualbg-modal);
	-moz-box-shadow: -15px 20px 8px -1px var(--visualbg-modal);
	z-index: auto;
}
.visualpopover {
    display: none;
	max-height: auto;
	z-index: 9;
}
.visualpopover-body {
    overflow: auto;
    background-color: var(--visual-lighttheme);
    padding: 2px;
    width: auto;
	height: 250px;
	border: 20px inset var(--visual-lighttheme);
	box-shadow: -15px 20px 8px -1px var(--visualbg-modal);
	-webkit-box-shadow: -15px 20px 8px -1px var(--visualbg-modal);
	-moz-box-shadow: -15px 20px 8px -1px var(--visualbg-modal);
}
.visualpopover:before {
    content: "";
    position: relative;
    top: 0px;
    left: 47%;
    border-style: solid;
    border-width: 0px 15px 20px;
    border-color: var(--visualbg-modal) transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.CellComment{
    display:none;
    position:absolute; 
    top: 50%;
    left: 80%;
    z-index:100;
    border:1px;
    background-color:white;
    border: 5px solid var(--visual-lighttheme);
    padding:3px;
}
.CellCommentA{
    display:none;
    position:absolute; 
    top: 30%;
    left: 80%;
    z-index:100;
    border:1px;
    background-color:white;
    border: 5px solid var(--visual-lighttheme);
    padding:3px;
}

.scroll-div-end {
	display: flex; 
	flex-direction: row-reverse;
}
.scroll-div-start {
	display: flex; 
	flex-direction: column-reverse;
}


.defaultbtn {
    border: 5px outset var(--visualbg-e);
    border-radius: 15px;
    z-index: 1;
    opacity: 1;
    box-shadow: 0 5px #999;
}
.defaultbtn:active {
    box-shadow: 0 2px #666;
    transform: translateY(4px);
}






#head-title {
	word-break: break-all; 
	font-size: 24px; 
	border-radius: 5px;
	font-weight: bold;
}
#head-title:hover {
	animation: headmove 5s infinite;
}
@keyframes headmove {
  from {
	  border-style: solid;
	  border-color: var(--visualbg-b2) var(--visual-lighttheme) var(--visualbg-e) var(--visual-lighttheme);
  }
  to {
	  border-style: solid;
	  border-color: #6c757d #f8f9fa var(--visual-darktheme) #17a2b;
  }
}

.customFilelabel3::-webkit-scrollbar {
  display: none;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e0115f, 0 0 40px #e0115f, 0 0 50px #e0115f, 0 0 60px #e0115f, 0 0 70px #e0115f;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

span.borderimg-vote {
	display: inline-block;
	margin: 6px;
	border-radius: 10px;
	border: dashed 2px var(--visual-lighttheme);
	cursor: pointer;
	background-image: url("../../../assets/images/1.Logos/Alternative-logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition-duration: 2s;
}
span.borderimg-vote:hover {
    height:500px;
	width:500px;
	border-radius: 10px;
	border: 25px outset var(--visual-lighttheme);
	cursor: pointer;
	background-color: var(--visual-lighttheme);'
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
span.borderimg-vote2 {
	display: inline-block;
	margin: 6px;
    height:475px;
	width:475px;
	border-radius: 10px;
	border: 25px outset var(--visual-lighttheme);
	cursor: pointer;
	background-color: var(--visual-lighttheme);'
	background-image: url("../../../assets/images/1.Logos/Alternative-logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
 	transition: 0.3s;
}
span.borderimg-vote3 {
	display: block;
	overflow: auto;
	margin: 6px;
    height:auto;
	width:100%;
	border-radius: 10px;
	border: 25px outset var(--visual-lighttheme);
	cursor: pointer;
	background-color: var(--visual-lighttheme);'
	background-image: url("../../../assets/images/1.Logos/Alternative-logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
 	transition: 0.3s;
}
.rsctcard {
	overflow: hidden;
	max-height: 150px;
}
#defaulticoncolor, #canvas-icon {
	display: none;
}
input[type="radio"]:checked+label {
	background-color: #aa0000; 
	animation-name: radioexample;
	animation-duration: 4s;
} 
@keyframes radioexample {
  0%   {background-color:#aa0000;}
  25%  {background-color:#C0C0C0;}
  50%  {background-color:#8a0303;}
  75%  {background-color:#d3af37;}
  100% {background-color:#E0115F;}
}




video {
	width: 100%;
	height: auto;
}

.views_style {
    display: none;
    position: absolute;
    top: 0;
    left: 75%;
    color: white;
    
}



.skillcontainer {
    overflow: hidden;
    width: 100%;
    height: 50px;
    margin: 10px;
    background-color: transparent;
    border-radius: 19px 19px 19px 19px;
    -webkit-border-radius: 19px 19px 19px 19px;
    -moz-border-radius: 19px 19px 19px 19px;
    border: 5px outset var(--visual-lighttheme);
}
.skillcontainer:hover {
	animation: myskillmove 5s infinite;
}
@keyframes myskillmove {
  from {
	  border-style: outset;
	  border-color: var(--visual-darktheme) var(--visualbg-e) var(--visual-lighttheme) var(--visualbg-b);
  }
  to {
	  border-style: inset;
	  border-color: var(--visualbg-b) var(--visual-lighttheme) var(--visualbg-e) var(--visual-darktheme);
  }
}

.skillbar {
    text-align: right;
    color: white;
    width: 1%; 
    height: 50px;
    padding: 10px;
	font-family: Audiowide, Verdana, sans-serif;
	font-weight: bold;
    animation: headerglow 1s infinite alternate;
}

.skillslider {
    position: relative;
    top: -100%;
    -webkit-appearance: none;
    overflow: hidden;
    width: 100%;
    height: auto;
    opacity: 0;
}
.skillslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 75px;
    height: 25px;
    background-image: url('../../../assets/images/2.Props/Web_Images/articon.png');
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    cursor: grabbing;
}
#skillbar {
    text-align: right;
    color: white;
    width: 1%; 
    height: 50px;
    padding: 10px;
	font-family: Audiowide, Verdana, sans-serif;
	font-weight: bold;
    animation: headerglow 1s infinite alternate;
}

#skillslider {
    position: relative;
    top: -100%;
    -webkit-appearance: none;
    overflow: hidden;
    width: 100%;
    height: auto;
    opacity: 0;
}
#skillslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 75px;
    height: 25px;
    background-image: url('../../../assets/images/2.Props/Web_Images/articon.png');
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    cursor: grabbing;
}
#skillDemo {
    opacity: 0.7;
}
#skillDemo:hover {
    opacity: 1;
}
#skillcard {
    background-color: transparent;
    border: none;
    transition: 0.3s;
}
#skillcard:hover {
    box-shadow: -29px 21px 12px -14px rgba(0,0,0,0.75);
    -webkit-box-shadow: -29px 21px 12px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: -29px 21px 12px -14px rgba(0,0,0,0.75);
}

.sectionfreg, #sectionfreg {
    display: block;
}
.sectionfsmall, #sectionfsmall {
    display: none;
}

.skillslidersmall {
    width: 100%;
    height: 5px;
    margin: 5px 0px 5px 0px;
    background-image: none;
}
.skillslidersmall::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 50px;
    height: 50px;
    background-image: url('../../../assets/images/2.Props/Web_Images/articon.png');
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    cursor: grabbing;
}
#skillslidersmall {
    width: 100%;
    height: 5px;
    margin: 5px 0px 5px 0px;
    background-image: none;
}
#skillslidersmall::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 50px;
    height: 50px;
    background-image: url('../../../assets/images/2.Props/Web_Images/articon.png');
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    cursor: grabbing;
}
.skillbarsmall {
    text-align: right;
    color: white;
    padding: 5px;
	font-family: Audiowide, Verdana, sans-serif;
	font-weight: bold;
    animation: headerglow 1s infinite alternate;
}

.rangecontainer {
  width: 100%;
}
.rangeCoord {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.rangeCoord:hover {
  opacity: 1;
}
.rangeCoord::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background-image: url('../../../assets/images/2.Props/Web_Images/articon.png');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: grabbing;
}




#vlevelbadge {
    position: fixed;
    top: 135px;
    right: 50%;
}
.front-coin {
    height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
    cursor: pointer;
}
.glowlvl {
    color: #C0C0C0;
	font-family: Audiowide, Verdana, sans-serif;
    animation: levelglow 5s infinite alternate;
}
.glowlvl2 {
    color: #C0C0C0;
	font-family: Audiowide, Verdana, sans-serif;
    animation: levelglow2 5s infinite alternate;
}
@keyframes levelglow {
    to {
        text-shadow: 1px 1px 2px #FFD700, 0 0 25px #FFD700, 0 0 5px #FFD700;
    }
}
@keyframes levelglow2 {
    to {
        text-shadow: 1px 1px 2px #b9f2ff, 0 0 25px #b9f2ff, 0 0 5px #b9f2ff;
    }
}

div.coinModal {
	position: absolute;
	top: 10%;
	left: 50%;
	width:10em;
    height:10em;
	perspective: 30em;	
}
div.coinModal-childY {
	width: 100%;
	height: auto;
	position: relative;
	animation: spinningcoinY 10s infinite;	
	transform-style: preserve-3d;	
}
div.coinModal-childX {
	width: 100%;
	height: auto;
	position: relative;
	animation: spinningcoinX 10s infinite;	
	transform-style: preserve-3d;	
}
div.coinModal-childZ {
	width: 100%;
	height: auto;
	position: relative;
	animation: spinningcoinZ 10s infinite;	
	transform-style: preserve-3d;	
}

div.main-coinModal {
	position: absolute;
	height: 250px;
	width: 250px;
	backface-visibility: visible; 
	text-align: center;
	line-height:15em;
}
.front-coinModal {
    background: linear-gradient(to bottom, #b9f2ff 10%, #FFD700 81%);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
    border-radius: 50%;
    border: 14px solid transparent;
    border-image: url(../../../assets/images/2.Props/Web_Images/gold2.png) 30 round;
	transform: translate3d(20px, 20px, 250px);
}
.front-coinModalalt {
    background: linear-gradient(to bottom, #b9f2ff 10%, #FFD700 81%);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
    border-radius: 50%;
    border: 14px outset #FFD700;
	transform: translate3d(20px, 20px, 250px);
}

@keyframes spinningcoinY {
	from  { transform: translateZ(-5em) rotateY(0deg);   }
	to    { transform: translateZ(-5em) rotateY(360deg); }
}
@keyframes spinningcoinX {
	from  { transform: translateZ(-5em) rotateX(0deg);   }
	to    { transform: translateZ(-5em) rotateX(360deg); }
}
@keyframes spinningcoinZ {
	from  { transform: translateZ(-5em) rotateZ(0deg);   }
	to    { transform: translateZ(-5em) rotateZ(360deg); }
}

.skillcardnadge {
    height: 350px;
    width: 250px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.skillcardnadge::-webkit-scrollbar {
	display: none;
}
.badgezoom {
    position: relative;
    top: 30%;
    left: 30%;
}

.vlevelnotification {
	display: none;
	position: absolute;
	top: 0;
	left: -10%;
	width: auto;
	height: auto;
}



#nav_sub_bg_lvl {
    overflow: hidden;
	height: auto;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    background-image: linear-gradient(to bottom, transparent, var(--visual-darktheme) 108%);
    box-shadow: 22px 21px 354px 0px rgba(0,0,0,1) inset;
    -webkit-box-shadow: 22px 21px 354px 0px rgba(0,0,0,1) inset;
    -moz-box-shadow: 22px 21px 354px 0px rgba(0,0,0,1) inset;
}
#ftuserlvl {
	display: none; 
	position: fixed; 
	z-index: 999; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	overflow: auto; 
	background-color: var(--visualbg-modal);
	padding-top: 60px;
}
#ftuserlvl::-webkit-scrollbar:horizontal {
    display: none;
}
#ftuserlvl::-webkit-scrollbar:vertical {
    display: none;
}
#ftuserlvldiv {
	background-color: var(--visual-darktheme);
	margin: 5% auto 15% auto; 
	border: 1px solid #888;
	width: 80%; 
}
.ftuserlvlbg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ftuserlvlbgheader {
    background-image: url('../../../assets/images/2.Props/Web_Images/Halls/Hall-01.png');
    width: 1920px; 
    height: 538px;
}
.ftuserlvlbgbody {
    background-image: url('../../../assets/images/2.Props/Web_Images/Halls/Hall-02.png');
    width: 1920px; 
    height: 1240px; 
}
.ftuserlvlbgsubbody {
    overflow-x: auto;
    position: relative; 
    left: 30%;
    width: 40%; 
    height: auto;
    padding: 5%;
    background-image: url("../../../assets/images/2.Props/Web_Images/Halls/Curtain-A.png");
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ftuserlvlbgsubbody::-webkit-scrollbar:horizontal {
    display: none;
}
.ftuserlvlbgsubbody::-webkit-scrollbar:vertical {
    display: none;
}
.ftuserlvlbgfooter {
    background-image: url('../../../assets/images/2.Props/Web_Images/Halls/Hall-03.png');
    width: 1920px; 
    height: 291px;
}
.error_hallreport, .easeldisplay {
    display: none;
}
.easeldisplaynot {
  	position: relative;
  	top: -100px;
  	right: 10px;
  	border-radius: 50%;
	padding: 5px 10px;
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, 0.5); 
  	color: var(--visual-lighttheme);
	font-size: 14px;
}
.easeldisplay {
    text-overflow: ellipsis;
	margin: 50% 30% auto;
	width: 100%;
	height: auto;
    max-width: 3rem;
    max-height: 6rem;
    transform: skew(-11deg);
    -webkit-transform: skew(-11deg);
    -moz-transform: skew(-11deg);
    //animation: easelmove 5s 1 normal forwards;
    //animation-delay: 2s;
}
@keyframes easelmove {
    from {
        overflow: visible;
        max-width: 3rem;
        max-height: 6rem;
        transform: skew(-11deg);
        -webkit-transform: skew(-11deg);
        -moz-transform: skew(-11deg);
    }
    to {
        overflow: visible;
        max-width: 250px;
        max-height: auto;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }
}
.halltxt {
	word-break: break-all;
}

.glowlvlheader {
    text-shadow: 0px 0px 0px, 0 0 1px, 0 0 1px;
    letter-spacing: 0px;
}
.glowlvlheader:hover {
	animation: mymovetxt 10s infinite;
}
@keyframes mymovetxt {
  from {
    text-shadow: 0px 0px 0px, 0 0 1px, 0 0 1px;
    letter-spacing: 0px;
  }
  to {
    text-shadow: 1px 1px 2px black, 0 0 6px black, 0 0 5px black;
    letter-spacing: 2px;
  }
}

.close-ftuserlvl {
	position: absolute;
	right: 25px;
	top: 0;
	color: #000;
	font-size: 35px;
	font-weight: bold;
}

.close-ftuserlvl:hover,
.close-ftuserlvl:focus {
	color: red;
	cursor: pointer;
}

.cancelbtnlvl, .ftuserbtnlvl, .ftimagebtnlvl {
	border-radius: 10px;
	background-color: #f8f9fa;
	border: 10px outset white;
	color: black;
	text-align: center;
	padding: 14px 20px;
	margin: 8px 0;
	cursor: pointer;
	width: 100%;
}

.cancelbtnlvl:hover, .ftuserbtnlvl:hover, .ftimagebtnlvl:hover {
    opacity: 0.8;
}

.cancelbtnlvl {
	background-color: #f44336;
}
.ftimagebtnlvl {
	height: auto;
	width: 100%;
}

.imglvlcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}

.easeldisplay {
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


#regFormPay {
	display: none;
}
.bot-div {
	display:none;
	background-color:var(--visualbg-b2);	
}
.bot-div2 {
	display:none;
	background-color:var(--visualbg-e);	
}
.bot-div3 {
	display:none;
	background-color:var(--visualbg-b2);	
}

.bot-btn {
	cursor:pointer;
	background-color: Transparent;
	box-shadow: 10px 10px 5px var(--visualbg-b2);
}
.bot-btn:hover {
	animation: mymove 5s infinite;
}
@keyframes mymove {
  from {
	  border-style: solid;
	  border-color: #3cc0f0 #b3baba #02c2f7 #ed778c;
  }
  to {
	  border-style: solid;
	  border-color: #02c2f7 #96d6d6 #91eb00 #d3f5f5;
  }
}



.adminDiv, .adminDivB {
    overflow: auto;
	color: white; 
} 
.adminDiv::-webkit-scrollbar {
	display: none;
}
.adminDivB::-webkit-scrollbar {
	display: none;
}
.extendcolumnfix {
    position: fixed;
    top: 0%;
}
#sortload4, #sortload4_1, #sortload5, #sortload6 {
    color: var(--visual-lighttheme);
    font-size: 24px;
}  
#contactModal {
    display: none; !important
}
#translate_element {
    display: block;
    width: 25%;
}




@keyframes svgglowc {
    from {
        text-shadow: 1px 1px 2px var(--visualbg-e), 0 0 25px var(--visual-lighttheme), 0 0 5px #00ffff;
        font-size: 5px;
    }
    to {
        fill: #00ffff;
        text-shadow: 1px 1px 2px  #FFD700, 0 0 25px var(--visual-lighttheme), 0 0 5px #00ffff;
        font-size: 7px;
    }
}
@keyframes svgglowp {
    from {
        text-shadow: 1px 1px 2px var(--visualbg-e), 0 0 25px var(--visual-lighttheme), 0 0 5px #ff0000;
        font-size: 5px;
    }
    to {
        fill: #ff0000;
        text-shadow: 1px 1px 2px  #FFD700, 0 0 25px var(--visual-lighttheme), 0 0 5px #ff0000;
        font-size: 4px;
    }
}


.animateElemOn {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 0;
    background: transparent;
    border: none;
    font-size: 1.25rem;
    height: 0%;
    width: 0%;
    opacity: 0;
    animation-name: bonusanimate;
    animation-duration: 15s;
}
.animateElemOff {
    display: none;
}

.animateElemOnalt {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    background: transparent;
    border: none;
    font-size: 1.25rem;
    height: 0%;
    width: 0%;
    opacity: 0;
    animation-name: bonusanimate;
    animation-duration: 15s;
}
.animateElemOffalt {
    display: none;
}

.animateElemiconOn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: transparent;
    border: none;
    font-size: 1.50rem;
    height: 0%;
    width: 0%;
    opacity: 0;
    animation-name: bonusanimate;
    animation-duration: 15s;
}
.animateElemOfficon {
    display: none;
}
.animateParaicon {
    display: none;
}

@keyframes bonusanimate {
    from {
        opacity: 0;
        font-size: 150px;
        color: #17a2b8;
    }
    to {
        opacity: 1;  
        font-size: 0px;
    }
}

.defaulttotalicon {
    display: none;
}

@keyframes bonusdefaultanimate {
    0% {
        top: 100%;
        left: 50%;
        opacity: 0;
        height: auto;
        width: auto;
        transform: scale(0.5, 0.5);
    }
    25% {
        top: 25%;
        left: 50%;
        opacity: 1;
        height: auto;
        width: auto;
        transform: scale(1, 1);
    }
    50% {
        top: 25%;
        left: 50%;
        opacity: 0;
        height: auto;
        width: auto;
        transform: scale(1.5, 1.5);
    }
    75% {
        top: 25%;
        left: 50%;
        opacity: 1;
        height: auto;
        width: auto;
        transform: scale(1, 1);
    }
    100% {
        top: -100%;
        left: 50%;
        opacity: 0;
        height: auto;
        width: auto;
        transform: scale(0.5, 0.5);
        display: none;
    }
}




.useroption {
    display: none;
    z-index: 9;
    padding: 2px;
}
.useroption div.dropdown-menu {
    z-index: 9999;
    border: 2px outset var(--visual-lighttheme);
}
.customMarquee {
    font-family: Traditional Chinese Sans;
    font-size: 18.72px;
}
.reposition {
    margin: 10% 0 0 0;
}

#msidemenu {
    position: fixed;
    top: 30%;
    left: 2%;
    width: 250px;
    z-index: 1;
}
#msidemenu-mobile {
    display: none;
}




.switch2 {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch2 input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--visual-lighttheme);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.default, .dissection_default {
	cursor: -webkit-grabbing; 
	cursor: grabbing;
	color: var(--visual-lighttheme);
	border-top: 10px outset var(--visual-lighttheme);
	border-bottom: 10px outset white;
	border-radius: 10px;
}

.menu-tab h5 {
	font-family: Audiowide, Verdana, sans-serif;
	font-weight: bold;
	text-shadow: 6px 12px 9px rgba(0,0,0,0.87);
}




.dissectionloader {
	display: none;
}
.innerdiveffect {
	box-shadow: 7px 7px 16px 7px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 7px 7px 16px 7px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 7px 7px 16px 7px rgba(0,0,0,0.75) inset;
}
#bubblebox-left { 
    position: absolute;
    top: 30%;
    left: -12px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
#bubblebox-left::before { 
    content: "◄";
}
#bubblebox-right { 
    position: absolute;
    top: 30%;
    right: 12px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}  
#bubblebox-right::before { 
    content: "►";
}
#bubblebox-top { 
    position: absolute;
    top: -25px;
    left: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
#bubblebox-top::before { 
    content: "▲";
}

.backingupimg {
    position: absolute;
    top: -10px;
    left: 40px;
    animation: imagemove 5s 2;
}
@keyframes imagemove {
    50% {transform: rotate(360deg);}
}

#carouselgen-icon-right {
    width: 100px;
    height: 100px;
    border-radius: 15px 15px 15px 15px;
    opacity: 0.5;
    z-index: 0;
    box-shadow: -17px 23px 12px -7px rgb(0 0 0 / 56%);
    -webkit-box-shadow: -17px 23px 12px -7px rgb(0 0 0 / 56%);
    -moz-box-shadow: -17px 23px 12px -7px rgba(0,0,0,0.56);
}
.loadmoregen-control-down-icon {
    background-image: url(../../../assets/images/2.Props/Web_Images/down-arrow-svgrepo-com.svg);
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

#loadmoregen-icon-down {
	width: 75px;
	height: 75px;
	border-radius: 15px 15px 15px 15px;
	opacity: 0.5;
	box-shadow: -17px 23px 12px -7px rgba(0,0,0,0.56);
	-webkit-box-shadow: -17px 23px 12px -7px rgba(0,0,0,0.56);
	-moz-box-shadow: -17px 23px 12px -7px rgba(0,0,0,0.56);
}
#loadmoregen-icon-down:hover {
	border: 7px outset var(--visual-lighttheme)ccc;
	opacity: 1;
}

.visualibtnglow {
    text-decoration: none;
    animation: vbtnmove 5s infinite;
}
@keyframes vbtnmove {
  from {
    box-shadow: 0px 0px 59px 0px rgba(204,204,204,1);
    -webkit-box-shadow: 0px 0px 59px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 59px 0px rgba(204,204,204,1);
  }
  to {
    box-shadow: 0px 0px 59px 10px rgba(204,204,204,1);
    -webkit-box-shadow: 0px 0px 59px 10px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 59px 10px rgba(204,204,204,1);
  }
}

#exploreChart, .mainCharts {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    background-image: linear-gradient(to bottom, transparent, var(--visual-darktheme) 108%);
    box-shadow: 22px 21px 354px 0px rgba(0,0,0,1) inset;
    -webkit-box-shadow: 22px 21px 354px 0px rgba(0,0,0,1) inset;
    -moz-box-shadow: 22px 21px 354px 0px rgba(0,0,0,1) inset;
}
.exploreChartpos {
    position: fixed;
    top: 10%;
    left: 40px;
    width: 30%;
    z-index: 4;
}
#resetstg_chartcoord, #resetstg_chartreset {
    display: none;
}

.visualsinktxtshad {
    text-shadow: 0px 0px 35px rgba(0,0,0,0.89);
}

#frameloader {
    overflow: hidden;
}

.loadcircle {
    display: none;
}




.visualiavatar {
    width: 150px;
    height: 150px;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
}




.flip-station {display: inline-block;}
.flip-size {
    display: inline-block;
    width: 300px;
    height: 200px;
    background-color: #bbb;
    color: black;
    text-align: center;
}
.flip-outer-content {
    background-color: transparent;
    border: none;
}
.flip-inner-content  {
    width: 100%;
    height: auto;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-content {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.flip-outer-content-hall {
    background-color: transparent;
    border: none;
	perspective: 1000px;
}
.flip-inner-content-hall {
	position: relative;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-size-hall { 
	background-color: #bbb;
    color: black;
    text-align: center;
	-webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.flip-hall-front, .flip-hall-back {
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flip-hall-back {
	transform: rotateY(180deg);
}

.hallstyle-size, .hallstyle-size-header {
	width: 100%;
	height: 1000px;
}
.flip-hall-front.hallstyle-size {
	overflow: hidden;
	background-image: url('../../../assets/images/2.Props/Web_Animate/Easel/Easel_seperated_transparent/Artboard-Animations-01-500.png');
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
}
.flip-hall-back.hallstyle-size {
	overflow: hidden;
	background-image: url('../../../assets/images/2.Props/Web_Animate/Easel/Easel_seperated_transparent/Artboard-Animations-02-500.png');
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
}
@keyframes fliphallanimate {
    0% {
		display: block;
        transform: rotateY(180deg);
    }
    25% {
		transform: rotateY(90deg);
    }
    50% {
		transform: rotateY(60deg);
    }
    75% {
		transform: rotateY(45deg);
    }
    100% {
		transform: rotateY(0deg);
    }
}






.centered-img, .centered-img-alt, #exploresectB {
    display: none;
}




#comment {
	overflow: auto;
    max-height: 250px;
	outline: none;
	text-align: center;
	border-radius: 8px;
	background-color: #343a40;
	color: #ccc;
	font-family: Audiowide, Verdana, sans-serif;
	font-size: 18px;
}
#comment:focus {
	border: 3px solid #ccc;
	outline: none;
}
#commentdark {
	overflow: auto;
    max-height: 250px;
	outline: none;
	text-align: center;
	border-radius: 8px;
	background-color: #343a40;
	color: #ccc;
	font-family: Audiowide, Verdana, sans-serif;
	font-size: 18px;
}
.commentdark {
	overflow: auto;
    max-height: 250px;
	outline: none;
	text-align: center;
	border-radius: 8px;
	background-color: #343a40;
	color: #ccc;
	font-family: Audiowide, Verdana, sans-serif;
	font-size: 18px;
}
#commentdark:focus {
	border: 3px solid #ccc;
	outline: none;
}
.commentdark:focus {
	border: 3px solid #ccc;
	outline: none;
}
#commentlight {
	overflow: auto;
    max-height: 250px;
	outline: none;
	text-align: center;
	border-radius: 8px;
	background-color: #fff;
	color: #212529;
	font-family: Audiowide, Verdana, sans-serif;
	font-size: 18px;
}
.commentlight {
	overflow: auto;
    max-height: 250px;
	outline: none;
	text-align: center;
	border-radius: 8px;
	background-color: #fff;
	color: #212529;
	font-family: Audiowide, Verdana, sans-serif;
	font-size: 18px;
}
#commentlight:focus {
	border: 3px solid #ccc;
	outline: none;
}
.commentlight:focus {
	border: 3px solid #ccc;
	outline: none;
}
.sdevice, .sdevicesub {
	display: none;
}
.ldevice, .ldevicesub {
	display: block;
}


.vssnackbar, .vssnackbardec {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: var(--visualbg-modal);
	color: var(--visual-lighttheme);
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 999999;
	left: 50%;
	bottom: 30px;
	font-size: 24px;
	box-shadow: 0px 17px 14px -7px rgba(0,0,0,0.76);
	-webkit-box-shadow: 0px 17px 14px -7px rgba(0,0,0,0.76);
	-moz-box-shadow: 0px 17px 14px -7px rgba(0,0,0,0.76);
}
.vssnackbardec {
	color: #ffc107;
	z-index: 999999;
}
.vssnackbar.snackshow, .vssnackbardec.snackshow {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;} 
	to {bottom: 30px; opacity: 1;}
}
@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;} 
	to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}
.delaytxtsend, .delaytxtpass {
	position: relative;
	left: 30%;
	font-size: inherit;
}

.edresultimgV {
	display: none;
}
.container-iframe {
	position: relative;
	padding-top: 56.25%; 
	border: 2px solid;
	padding: 20px; 
	width: 1058px;
	height: 647px;
	resize: both;
	overflow: auto;
	max-height: 5000px;
	max-width: 1500px;
}
.container-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.edresultimgVS {
	background: #333;
	color: var(--visual-lighttheme);
	border: 2px solid;
	resize: both;
	width: inherit;
	height: 647px;
	max-height: 5000px;
	max-width: 1500px;
	overflow-y: scroll;
	overflow-x: scroll;
	font-family: courier;
	padding: 0.25rem;
}
.edresultimgVScx, .edresultimgVScxlist {
	background: #333;
	color: var(--visual-lighttheme);
	border: 2px solid;
	font-family: courier;
	padding: 0.25rem;
}
.edresultimgVScxlist-d {
	display: none;
	border: 2px solid;
	border-top: 0px;
	height: auto;
}
.edresultimgVScx pre {
	color: var(--visual-lighttheme);
	overflow-x: scroll;
}
.edresultimgVScxlist p  {
	color: var(--visual-lighttheme);
	overflow-x: scroll;
	height: 347px;
	overflow-x: scroll;
}
.edresultimgVScxlist p::-webkit-scrollbar:vertical {
    display: none;
}
.expandscptdiv {
	overflow-x: scroll;
	height: 350px; 
	overflow-x: scroll;
	width: 100%;
	margin: 25px 2px 2px 2px; 
}
.expandscptdiv pre {
	overflow: visible;
	width: 100%;
	height: 100%;
}

.edresultimgFilelabel {
	border-radius: 10px;
	border: dashed 2px #ccc;
	cursor: pointer;
	background-image: url("../../../assets/images/1.Logos/Alternative-logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-shadow: 1px 1px 2px white, 0 0 25px #71eef5, 0 0 5px #04afb8;
	transition-duration: 2s;
}
.edresultimgFilelabel:hover{
	border-radius: 10px;
	border: 50px inset #ccc;
	cursor: pointer;
}

.edresultVS-typewriter {
	display: inline-block;
	overflow: hidden;
	width: fit-content;
	word-break: break-all;
}
.edresultVS-typewriter::after {
	content: url('../../../assets/images/2.Props/Web_Images/pencil-svgrepo-com.svg');
	display: inline-block;
	height: 14px;
	width: 14px;
	margin-left: 5px;
}
.edresultVS-typewriter-blink {
	display: inline-block;
	overflow: hidden;
	width: fit-content;
	word-break: break-all;
}
.edresultVS-typewriter-blink::after {
	content: " _";
	display: inline-block;
	height: 14px;
	width: 14px;
	margin-left: 5px;
	color: var(--visual-lighttheme);
	animation: vsblink-caret 0.75s step-end infinite;
}
@keyframes vsblink-caret {
	from,
	to {
		content: " ";
	}
	50% {
		color: var(--visual-lighttheme);
		content: " _";
	}
}
.genscrollarrow {
	position: fixed;
	top: 15%;
	left: 15%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
}
.brand img {
	filter: drop-shadow(8px 8px 10px black);
	-webkit-filter: drop-shadow(8px 8px 10px black);
}
.img-vsblur {filter: blur(4px);}
.img-vsbrightness {filter: brightness(250%);}
.img-vscontrast {filter: contrast(180%);}
.img-vsgrayscale {filter: grayscale(100%);}
.img-vshuerotate {filter: hue-rotate(180deg);}
.img-vsinvert {filter: invert(100%);}
.img-vsopacity {filter: opacity(50%);}
.img-vssaturate {filter: saturate(7);}
.img-vssepia {filter: sepia(100%);}
.img-vsshadow {filter: drop-shadow(8px 8px 10px black); -webkit-filter: drop-shadow(8px 8px 10px black);}

.pointoutElem {
	box-shadow: 3px 26px 11px 10px rgba(0,0,0,0.75);
	-webkit-box-shadow: 3px 26px 11px 10px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 26px 11px 10px rgba(0,0,0,0.75);
	border: 6px double white;
}

.optionbtn-guide1, .optionbtn-guide2 {
	background-color: #E5E5E5;
	box-shadow: 0 8px 6px -6px #ccc;
	background:linear-gradient(to bottom, 5%, 100%);
	border-radius:5px;
	border:1px solid #ccc;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:50px;
	font-weight:bold;
	padding:12px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
	height: 250px;
	width: 100%;
}
.optionbtn-guide1::before {
	content: ""; 
}
.optionbtn-guide2::before {
	content: ""; 
}
#backspace-guide {
	font-size: 18px;
}
#backspace-guide::before {
	font-size: 18px;
}
.optionbtn-guide1:hover, .optionbtn-guide2:hover {
	background-color: #B3B3B3;
	background:linear-gradient(to bottom, 5%, 100%);
	color:#ffffff;
	text-decoration: none;
}
#regBody-guide {
	background-color: var(--visual-lighttheme);
	margin-bottom: 50px;
	margin-top: 30px;
	padding: 25px 25px 25px 25px;
	border-radius: 3px;
}


.signup-container {
	display: none;
}