html{
    height:100%;
} 
body{
background-attachment:fixed;
background-repeat: no-repeat;
background-position:center;
background-size:100% 100%;
overflow:hidden; 
user-select:none;
}
.noPadding{
padding:0% !important;
}
.se-pre-con{
position: fixed;
left: 0px;
top:150px;
width:100%;
height: 100px;
z-index: 9999;
background-repeat: no-repeat;
background-position:center;
}
.bottomClass{
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: baseline;
}
#gamePage{
    display: none;
}
#digitalProblemQues{
    display: none;
}
.bgClass{
    background-repeat: no-repeat;
    background-position:center;
    background-size:100% 100%;
    overflow:hidden; 
    user-select:none;
}
#innerQuesDivId{
    top: 3vh;
    z-index: 1;
    padding: 1%;
    height: 14vh;
    position: fixed;
    text-align: center;
}
.spanClass{
   z-index: 1;
   background-color:rgba(54, 52, 52, 0.11);
   border-radius: 2vh;
   margin-left: 0.3vw;
   color: black;
   font-size: 2vw;
   font-weight: bold;
}
.textDivClass{
    top:3vh;
    left: 2vw;
    font-size:2vw;
    font-weight: bold;
}
.blankDivClass{
    height: 8vh;
    top:3.5vh;
    border: 3px solid rgb(36, 12, 156);;
    background-color: cornsilk;
    left: 2vw;
}
.operatorDivClass{
    height: 9vh;
    top:2.5vh;
    border: 3px solid rgb(36, 12, 156);
    background-color: cornsilk;
   font-size:3vw;
    font-weight: bold;
    text-align: center;
    box-shadow: 2px 4px 4px black;
    line-height: 8.5vh;
    border-radius: 1vh;
}
.fontStyleClass{
    font-size: 2.5vw;
    color: black;
    text-align: center;
    height: 9vh;
}
.leftNumberStyle {
    font-size: 2.5vw;
    text-align: center;
    color:black;
    height: 9vh;
    border-bottom: black solid 2px;
    border-right: black solid 2px;
    font-weight: bold;
}
.rightNumberStyle{
    font-size: 2.5vw;
    text-align: center;
    color: black;
    height: 9vh;
    border-bottom: black solid 2px;
    border-left: black solid 2px;
    font-weight: bold;
}
#outerDivID{
    left: 2vw;
}
.finalBorderClass{
    border: 2px solid black;
    left: 2vh;
}
.finalAnsStyle{
    font-size: 3vw;
    text-align: center;
    color:  black;
    height: 9vh;
    font-weight: bold;
}
#finalAnsDiv{
    top: 2vh;
}
#keyPad{
    margin-top: 9vh;
    left: 4vw;
}
#numberDiv{
    height: 52vh;
}
#digitalQuesDiv{
    margin-top:4.5vh;
    left: 8vw;
    height: 64vh;
}
#dropDivId2{
    margin-top: 2.5vh;
}
#givenFindData{
    top:8vh;
      position: relative;
      height: 65vh;
     /*  z-index: -1; */
}
.ui-draggable-helper {
    white-space: nowrap;
    font-size: 1.6vw;
    z-index: 1000;
  }
#gameOver{
    margin-top: 3vh; 
    font-size: 6vw;
    text-align: center;
    font-weight: bold;
    color:black;  
}
.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);
} 
}
.blink_me {
    animation: blinker 1.5s linear infinite;
  }
  @keyframes blinker {
    50% {
      background-color: grey;
    }
}
.pulse{
    animation: pulse-black 1.5s infinite;
  }
  @keyframes pulse-black {
	0% {
		transform: scale(0.85);
		
	}
	
	70% {
		transform: scale(1);
	
	}
	
	100% {
		transform: scale(0.85);
		
	}
}
.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);
  }
  .overlay {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #responseDiv{
      top: 12vh;
      height:45vh;
  }
  #responseImg{
      top: 6vh;
}
#responseBox {
    margin-top: -13vh;
    background-color: #185b94;
    color: white;
    position: relative;
    top: 0;
    left: 0;
    height: 28vh;
    padding: 2vh;
}
#Yes,
#No {
  background-color: rgb(249, 185, 0);
  color: black;
  font-size: 2.5vw;
  font-weight: bold;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#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;
  }
  #developerNameDiv{
      margin-bottom: 2vh;
  }
  .fontClass{
      font-size:1.3vw;
      margin-top:1vh;
      color:black;
  }
  .firstLetter:first-letter{
      font-size:1.5vw;
  }