.se-pre-con {
  position: fixed;
  left: 0px;
  top: 150px;
  width: 100%;
  height: 100px;
  z-index: 9999;
  background-repeat: no-repeat;
  background-position: center;
}

.nopadding {
  padding: 0 !important;
}
.toBottom {
  position: fixed;
  bottom: 0;
}
#keyPad
{
	margin-top:10vh;
}
html {
  height: 100%;
}
body {
  user-select: none;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.leftClass{
    margin-left: 1vw;
}
.height
{
    height: 10vh;
}
.innerQuesClass{
    height: 12vh;
}
.editField{
    font-size: 3.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
	overflow:hidden;
} 
#innerId,#innerID{
    top: 8vh;
	font-size: 3.5vw;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    font-weight: bold;
    color: white;
}
.border {
    border-bottom: 2px solid black;
}
.blink_me{
    animation: blinker 1s linear infinite;
    background-color: #a7c6e261;
  }
  @keyframes blinker {  
    50% { opacity: 0.5; }
  }

.styleBorder{
    border: 2px solid black;
}
#acknowledgementDiv {
    display: none;
    background-color: aliceblue;
    margin-top: 3vh;
    border: 0.22vw solid black;
    border-radius: 3vw;
    box-shadow: 5px 6px 2px black;
    text-align: center;
  }
  
#QueDiv,#answerDiv,#showAnswerSteps
{
	margin-top:6vh;
}
.cls
{
  margin-left:0.5vw;
}
.division
{
	  margin-left:10vw;
		margin-top:1vh;
}
#finalAnswerDiv
{
	margin-top:3vh;
}
#questionDiv {
  user-select: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
#equalsign1{
	color:black;
	display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size:3.5vw;
	margin-top:12vh;
}
#equalSign,#equal
{
	color:black;
	display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size:3.5vw;
	margin-top:7vh;
}
#questionDiv {
  line-height: 8vh;
  text-align: center;
  font-weight: bold;
  height: 15vh;
  color: black;
}

#finalAnsText {
  margin-top: 1vh;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal-content {
  background-color: rgba(1, 6, 15, 0.612);
  box-shadow: 17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95);
}
#answerText {
  text-align: center;
  color: #ffffff;
  font-size: 4vw;
  margin-top: 12vw;
}
#acknowledgementDiv {
  margin-top: 4vh;
  border: 2px solid gray;
    border-radius: 10vh;
    background-color: #919fb85c;
	justify-content: center;
    align-items: center;
    font-weight: bold;
	font-size:1.5vw;
	color:white;
}
#gameOver {
  text-align: center;
  color: white;
  font-size: 7vw;
  font-weight: bold;
}

#questionText {
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
  margin-top: 3vh;
}
#play {
  position: fixed;
  bottom: 5vh;
}
#screen2
{
	height: 69vh;
    border: 2px solid gray;
    border-radius: 10vh;
    background-color: #919fb85c;
	    display: flex;
	justify-content: center;
    align-items: center;
    font-weight: bold;
}
#QueDiv{
    height: 38vh;
    border: 2px solid gray;
    border-radius: 10vh;
    background-color: #919fb85c;
	    display: flex;
	justify-content: center;
    align-items: center;
    font-weight: bold;
}

.pulse{
    animation: pulse-black 1.5s infinite;
  }
  @keyframes pulse-black {
	0% {
		transform: scale(0.85);
		
	}
	
	70% {
		transform: scale(1);
	
	}
	
	100% {
		transform: scale(0.85);
		
	}
}
.bounce
{
    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);
} 
}
