.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;
	overflow:hidden;
}
.noPadding
{
	padding : 0%;
}
#playGame
{
	 margin-top:19%;
}
#homeDiv{
	margin-top:1vh;
}
.wrongClass
{
	animation: red_blinker 0.5s linear infinite;
}

.rightClass{
	animation: green_blinker 0.5s linear infinite;
}
.ui-draggable-helper{
font-size:1vw !important;
z-index:999;
position:absolute;
}
#navigationDiv{
	margin-top:20vh;
}
#checkDiv{
	margin-top:5vh;
}
#nextDiv{
	margin-top:2vh;
}
#sentenceDiv{
	padding: 0.5vw;
}
.mainDivs{
	margin-top:-10vh;
}
/* #soundDiv{
	visibility: hidden;
} */
#characterDiv{
	margin-top: 68vh;
}
#splitSentencesDiv,#sentenceDiv{
	display:none;
    background-position: center;
    background-size: 100% 100%;
	height: 93%;
	overflow-x:none;
	overflow-y: auto; 
    padding: 5% 10%;


	/* -moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000; */
}
#splitSentencesDiv::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 2vw;
}

#splitSentencesDiv::-webkit-scrollbar
{	
	width: 1vw;
}
#splitSentencesDiv::-webkit-scrollbar-thumb
{
	border-radius: 2vw;
    background-color: black;
}
#sentenceDiv::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 2vw;
}

#sentenceDiv::-webkit-scrollbar
{
	width: 1vw;
}

#sentenceDiv::-webkit-scrollbar-thumb
{
	border-radius: 2vw;
    background-color: black;
}
/* #splitSentencesDiv::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 2vw;
}

#splitSentencesDiv::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#splitSentencesDiv::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
	border-radius: 2vw;
} */

/* #sentenceDiv::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 2vw;
}

#sentenceDiv::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#sentenceDiv::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
	border-radius: 2vw;
} */
.storyWords{
	color: #fff;
	font-size:2.3vw !important;
	margin: 0px 0px 1px 0px;
	margin-left:2%;	
	word-break: break-all;
	display: -webkit-inline-box;
	display: inline-box;
	text-align:center;
}
.wordsClass
{
	color: #fff;
    font-size:2.02vw !important;
    text-align:center;
    display:block;
}
/* 
.storyWords{
	color: #fff;
	margin-left:1.7%;	
    font-size:2.02vw !important;
    text-align:center;
} */
/* .transperantStoryText{
	color:rgba(0,0,0,0);
} */
.transperant{
	color:rgba(0,0,0,0);
	margin: 0%;
	border-bottom:2px dashed #fff;
}

.bottomSentences{
display:block;	
margin-left: -2vw;
/* font-size:2.1vw !important;
text-align:center;
display:block; */
margin-bottom:1vh;
}
.numbers{
	font-size:2.1vw !important;
	color:#fff;
}

@keyframes red_blinker
{
	50% { 
	opacity: 0.7;
	background-color : red;
	}
}
@keyframes green_blinker
{
	50% { 
	opacity: 0.9;
	background-color : green;
	}
}


.spanClass
{
font-size: 2.5vw;
font-weight:bold;
}
.scaleClass
{
font-size:2.3vw !important;
color:rgb(243, 223, 43);
}

#endPage
{
	display:none;
}
#replay{ 
   position: fixed;
    bottom: 0;
}
#acknowledgementDiv 
{
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.3vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
	font-size:1.5vw;
}
#credits{
	position: fixed;
    right: 0;
    bottom: 0;
}
#gameOver{
	font-size:6.5vw;
	font-weight:bold;
	color: #ffffff;
	margin-bottom:1vh;
}
#nextGame{
	height: 15vh; 
}
 #nextGameDiv{
	position: fixed;
    /* height: 13vh; */
    bottom: 0;
 }
 .blink_me
{
animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
50% { opacity: 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;
}
@keyframes zoomIn {
 from {
   opacity: 0;
   -webkit-transform: scale3d(0.3, 0.3, 0.3);
   transform: scale3d(0.3, 0.3, 0.3);
 }

 50% {
   opacity: 1;
 }
}

.zoomIn {
 -webkit-animation-name: zoomIn;
 animation-name: zoomIn;
 animation-duration:1s;
}
.modal-content{
background-color: white;/*rgba(38, 59, 95, 0.611764705882353);*/
box-shadow:17px 25px 13px rgb(0, 0, 0), inset -98px 0px 180px rgb(60, 59, 130) /*17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95)*/;
border: 4px solid white;
position: fixed;
   top: 25vh;
   right: 0;
   bottom: 0;
left: 25vh;
height:fit-content;
}
.overlay
{
z-index: 10;
background-color: rgba(0,0,0,0.5);
}