body
{
    background-attachment:fixed;
}

.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,#questionDiv,#quesDivRope,.borderBottomCls,.rowClass,.bgClass
{
    user-select: none;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	overflow: hidden;
}
/* #soundDiv
{
	visibility: hidden;
} */
#questionDiv
{
	font-size: 3vw;
    font-weight: bold;
    color: black;
	line-height: 13vh;
	overflow: unset!important;
}
.ui-draggable-helper
{
	line-height:8vh !important;
}
#classificationDiv
{
	display: none;
	font-size: 3vw;
	color: black;
	font-weight: bold;
	overflow: hidden;
	margin-top: -4vh;
}
.zIndexClass
{
	z-index: 1;
}
.rowClass
{
	margin-top: 5vw;
    height: 10vh;
    overflow-x: hidden;
    border-radius: 2vw;
    border-bottom: 2px solid black;
}
.columnCls
{
	border: 2px solid black;
	background: #abdadb;
}
.borderBottomCls
{
	padding: 1vw;
	position: relative;
    top: 2vh;
}
.boxClass
{
	height:44vh;
}
.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:black;
}
#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;
}

#modalRoot
{
    display: none; 
    position: fixed; 
    z-index: 1;
    padding-top: 50vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
}
.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: 4vh;
}
#confiramtionText
{
	font-size: 3vw;
    line-height: 10vh;
}
#responseBox {
   margin-top: 25vh;
   background-color: #185b94;
   color: white;
   position:relative;
   top:0;
   left:0;
   height: 59vh;
   padding:2vh;
}
#btnDiv
{
	margin-top:3vh;
}
#Yes,#No
{
	background-color:rgb(249,185,0);
	color:black;
	font-size:2.5vw;
	font-weight:bold;
}
.closed {
    opacity: 1 !important;
    color: red;
    float: right;
    font-size: 3.5vw;
    font-weight: bold;
}
#endpage
{
	display:none;
	margin-top:10vh;
}
#message
{
    font-size: 5vw;
    font-weight: bold;
	color:black;
}
.blink_me {
    animation: blinker 1s linear infinite;
}
@keyframes blinker
{
	50%
	{
		opacity:0.5;
	}
}