.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
{
    user-select: none;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	overflow: hidden;
}
#wordEle10,#wordEle00
{
	margin-top: 12vh;
}
#questionDiv
{
	margin-top: -9vh;
	font-size: 3vw;
    font-weight: bold;
    color:black;
	line-height: 22vh;
   
}
.ui-draggable-helper
{
	line-height:8vh !important;
}
#classificationDiv
{
	display: none;
	/* margin-top: 4vh; */
	font-size: 2.5vw;
	color: black;
	font-weight: bold;
	overflow: hidden;
}
.zIndexClass
{
	z-index: 1;
}
.counterClass
{
	border-radius: 10vw;
    border: 2px solid;
    background: burlywood;
}
.boxClass
{
	height: 60vh;
    overflow-x: hidden;
}
.rowClass
{
	margin-top: 3vw;
    height: 8vh;
    border-bottom: 1.5px solid black;
    /* overflow-y: hidden; */
    border-radius: 2vw;
}
.columnCls
{
    background-repeat: no-repeat;
    background-position: center;
	background-size: 100% 100%;
	
}
/* .borderBottomCls
{
	border-bottom: 2px solid black; 
	padding: 1vw;
} */
.noPadding
{
	padding:0px!important;
}
.overlay
{
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}
.modal-content
{
	background-color:rgba(38, 59, 95, 0.611764705882353);
	box-shadow: 17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95);
	border: 4px solid white;
	margin-top: 20vh;
}    
#answerImg
{
	margin-top: 8vh;
}
#modalDiv
{
    height: 49vh;
}
#endPage
{
	display:none;
	margin-top:10vh;
}
#message
{
    font-size: 5vw;
    font-weight: bold;
	color:white;
}
#acknowledgementDiv 
{
	background-color: aliceblue;
    margin-top: 5vh;
    border: 0.22vw solid black;
    border-radius: 3vw;
    box-shadow: 5px 6px 2px black;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.3vw;
	margin-top:1vh;
	color:black;
}
.firstLetter:first-letter
{
	font-size:1.5vw;
}
::-webkit-scrollbar
{
	width: 0.7vw;
}
::-webkit-scrollbar-thumb
{
	background: #31708f;
    border-radius: 2vw;
}
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 5px black;
    border-radius: 2vw;
}
/* .blink_me
{
    animation:blinker 1s linear infinite;
}
@keyframes blinker
{
    50%
    {
        opacity:0.1;
    }
} */

.blink_me
{
    animation:bounceCls 1.5s linear infinite;
}


@keyframes bounceCls{
 0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
}
40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
}
70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
}
90% {
    transform: translate3d(0,-4px,0);
} 
}