.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;
}
.heightClass
{
	height: 18vh;
}
#teacherImg
{
	display:none;
}
#tableDiv
{
	display:none;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	height:20vh;
}
.noPadding
{
	padding:0px !important;
}
.textClass
{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	text-align:center;
	font-size: 3.4vw;
    font-weight: bold;
	color:white;
}
#questionDiv
{
	display:none;
}
#bordImg
{
	height:77vh;
}
#characterDiv
{
	display: none;
    position: fixed;
    right: 7vw;
    top: 10vh;
}
.blink_me
{
animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
50% { opacity: 0.5; }
}
#endpage
{
	display:none;
}
#message
{
    font-size: 7vw;
    font-weight: bold;
    margin-top: 5vh;
	color:black;
}
.overlay
{
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}
#questionMsg
{
font-size:3.5vw;
}
#responseBox {
   margin-top: 25vh;
   background-color: #185b94;
   color: white;
	position:relative;
	top:0;
	left:0;
	height: 45vh;
	padding:2vh;
}
#btnDiv
{
margin-top:6vh;
}
#Yes,#No
{
background-color:rgb(249,185,0);
color:black;
font-size:2.5vw;
font-weight:bold;
}
.modal-content
{
	background-color: white;
	box-shadow:17px 25px 13px rgb(0, 0, 0), inset -98px 0px 180px rgb(60, 59, 130) ;
	border: 4px solid white;
	position: fixed;
   top: 25vh;
   right: 0;
   bottom: 0;
	left: 25vh;
	height:fit-content;
}
#machineImg
{
	box-shadow: 9px 14px 8px black;
}