.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: center no-repeat #fff;
}
body
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	user-select:none;
}
#equationDiv
{
	border-radius: 7%;
    height: 43vh;
    background-color: #84a56b8f;
}
#noteDiv3
{
	border-top:1px solid black;
}
.heightClass
{
	height: 52vh;
    border: 1px solid;
}
.borderClass
{
	box-shadow: 8px 6px 7px rgb(0, 0, 0), inset -100px 0px 100px rgba(70, 141, 197, 0);
	border: 2px solid black;
}
#nextImg,#checkImg
{
	height: 17vh;
}
.paraClass
{
	text-align: center;
    font-size: 3vw;
    border: 1px solid;
}
/* .coinClass
{
	position:absolute;
	bottom:0;
} */
.blinkMe
{
	background-color:#c08e2d;
	  animation: blinker 1s linear infinite;
}
@keyframes blinker 
{
50% 
{
       opacity: 0.5;
}
}
.default
{
    height: 17vh;
    width: 7.3vw;
    padding: 1%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	color: red;
    text-align: center;
    font-size: 6vw;
}
.EqClass
{
	font-size: 3vw;
    font-weight: bold;
	color:black;
}
#unitDiv,#unitPlacesDiv
{
    text-align: right;
    font-size: 2vw;
    font-weight: bold;
}
.leftClass
{
	text-align:right;
}
.fontClass
{
	font-weight: bold;
    font-size: 2vw;
	text-align:center;
	color:#3d0afd;
	margin:0%;
    z-index: 1;
	position: absolute;
    bottom: 1vh;
}
.noPadding
{
	padding:0px !important;
}
#endPage
{
	margin-top:18%;
}
#message
{
	font-size:6vw;
	font-weight:bold;
}
.closed 
{
	opacity:1 !important;
	color: red;
	float: right;
	font-size: 4vw;
	font-weight: bold;
}
.modal 
{
    display: none; 
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}
.modal-content 
{
    background-color: transparent !important;
	position: relative;
    border: 0px solid rgba(0,0,0,.2)!important;  
    box-shadow: 0px 0px 0px rgba(0,0,0,0)!important;
}