body,#acknowledgementDiv
{
background-repeat: no-repeat;
background-position:center;
background-size:100% 100%;
overflow:hidden;
user-select:none;
}
#orderPage{
	background-repeat: no-repeat;
background-position:center;
background-size:100% 100%;
height: 35vh;
margin-top: -13vh;
}
#Instruction
{
	background-color:#696969	;
	margin-top: 2vh;
	height: 13vh;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	color: white;
	justify-content: center;
/* 	box-shadow: 1px 1px 1px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95);
	 */font-size:2.5vw;
}
#selectOption{
	background-repeat: no-repeat;
background-position:center;
background-size:100% 100%;
height: 23vh;
}
#helpImg
{
	margin-top: 27vh;
}
#hideHelp
{
	margin-top: 61vh;
}
.fontClass
{
	margin-top: 1.7vh;
font-size:3vw;
color:white;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center; 

}
#customerOrderImg
{
margin-top: 10vh;
}

#selectOption
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center; 
}
.units{
	font-size:2.5vw;
color:white;
margin-left: 1.5vw;
}
.se-pre-con 
{
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
#selectOption
{
	margin-top:30vh;
}
#gamepage
{
	display: none;
	
}
#endpage
{
	display:none;
}
.nopadding
{
	padding:0px !important;
}
.pos
{
	position: fixed;
	bottom : 0;
}
#checkbtnid
{
	margin-top: 2vh;
}
#acknowledgementDiv
{
margin-top:1%;
padding-top:5vh;
padding-bottom:5vh;
}
.font
{
font-size:1.5vw;
margin-top:1.5%;
color:white;
text-align: center;
}
.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);
} 
}
.serverImg
{
	margin-top: 7vh;
	position: fixed;
}
#gameover
{
	text-align:center;
	font-size:5.5vw;
	margin-top:3vh;
	color:black;
}
p.speech {
	position: fixed;
	width: 250px;
	height: 100px;
	text-align: center; 
/* 	line-height: 100px; */
	background-color: #fff;
	border: 8px solid #666;
	border-radius: 30px;
	box-shadow: 2px 2px 4px #888;
	font-size: 2vw;
	font-weight: bold;
	left:15vw;
	top:35vh;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	justify-content: center; 
  }
  p.speech:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	top: 85px;
	border: 25px solid;
	border-color: #666 transparent transparent #666;
  }
  p.speech:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
	top: 83px;
	border: 15px solid;
	border-color: #fff transparent transparent #fff;
  }
  p.speech1 {
	position: fixed;
	width: 23vw;
    height: 18vh;
	text-align: center;
/* 	line-height: 100px; */
	background-color: #fff;
	border: 8px solid #666;
	border-radius: 30px;
	box-shadow: 2px 2px 4px #888;
	font-size: 1.7vw;
	font-weight: bold;
	left:51vw;
	top:40vh;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	justify-content: center; 
  }
  p.second:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 19vw;
    top: 15.5vh;
	border: 25px solid;
	border-color: #666 transparent transparent #666;
	transform: skewX(50deg);
  }
  p.second:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 18.9vw;
    top: 15.1vh;
	border: 15px solid;
	border-color: #fff transparent transparent #fff;
	transform: skewX(50deg);
  }