.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;
}
.buttonCss{
	margin-top: 4vh;
}
#myCanvas{
	width:100%;
}	
.noPadding{
	padding :0 !important;
}
.marginClass{
	margin-top:2%;
}
.leftClass{
	margin-left:6%;
	margin-top:6vh;
}
.pictureClass{
	border: 20px solid gray;
    border-radius: 5%;
    box-shadow: inset 0 0 311px #240040;
}
.heightClass{
	height:10vh;
}
#mainDiv{
	left: 5vw;
	bottom: 17vh;
}
#message{
	text-align: center;
    font-style: italic;
    font-family: cursive;
    font-size: 3vw;
    color: white;
    font-weight: bold;
}
#modalDiv1,#modalDiv2
{
	display:none;
	margin-top:5%;
	height:20vw;
	overflow: auto;
	border-radius: 1vw;
	background-color: #fdff8c;	/* #94cbff; */
}
.modal-css{
    background-color:rgba(38, 59, 95, 0.611764705882353);
    box-shadow: 17px 25px 14px rgb(0 0 0 / 39%), inset -98px 0px 100px rgb(231 159 159 / 23%);
    border: 4px solid white;
    margin-top: 4vh;
  }
::-webkit-scrollbar {
    width: 1vw;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #8005e0; 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    background: #288496; 
    border-radius: 10px;
}
