.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;
}

html {
  height: 100%;
}
body {
  user-select: none;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.numbers {
  /* background-color: #5a595a; */
  border-radius: 20%;
  color: white;
  height: 15vh;
  /* border: 1px solid black; */
  text-align: center;
  font-size: 4vw;
  font-family: inherit;
  font-weight: bold;
  line-height: 15vh;
  background-position: center;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  box-shadow: 2px 3px 5px #c6bdbd;
}
#newNum:hover {
  transition: all 1s;
  transform: scale(1.2);
}
#undoImg {
  pointer-events: none;
}

.numbers {
  margin: 1%;
  /* width: 7.93vw; */
}

#grid {
  padding: 3.8vh;
  /* background-color: #333333; */
}

.zoomIn {
  animation-name: zoomIn;
  animation-duration: 0.5s;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

#scoreDiv {
  /* background-color: #5a595a; */
  border-radius: 1vh;
  color: white;
  height: 32vh;
  /* border: 1px solid black; */
  text-align: center;
  font-size: 2vw;
  font-family: inherit;
  font-weight: bold;
  margin-top: 16vh;
  user-select: none;
  background-position: center;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

#scoreDiv2 {
  margin-left: 2vw;
}
#undo,
#reload {
  margin-top: 2vh;
}

#parentDiv {
  margin-top: 20vh;
  /* background-color: #333333; */
  border-radius: 1vh;
  height: 20vh;
  padding: 8%;
}

#outerDiv {
  z-index: -1;
}
.ui-helper {
  width: 8vw !important;
}
#gamePage {
  display: none;
}
#delete {
  height: 17vh;
  margin-top: 13vh;
  user-select: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
#deletePara {
  border-radius: 50%;
  color: white;
  background-color: #009abe;
  height: 10vh;
  text-align: center;
  font-weight: bold;
  line-height: 10vh;
  font-size: 2.5vw;
  box-shadow: 2px 4px 5px black;
}
.transition {
  transition: 0.5s ease-in;
}
#gameOver {
  text-align: center;
  color: white;
  font-size: 7vw;
  font-weight: bold;
  margin-top: -5vh;
}
#finalScore {
  font-size: 3vw;
  text-align: center;
  color: white;
  font-weight: bold;
}
#endPage {
  display: none;
}
#acknowledgementDiv {
  margin-top: 4vh;
  /* background-color: aliceblue; */
  /* border: 0.22vw solid white; */
  /* border-radius: 3vw; */
  text-align: center;
  display: none;
  color: white;
  font-family: serif;
  font-style: italic;
  font-size: 1.8vw;
}
#scoreOuterDiv {
  margin-left: -10vh;
}
#currScore {
  margin-top: 12vh;
  font-size: 5vw;
}
#homeAndLogoDiv {
  margin-top: 2vh;
}
h1 {
  font-size: 3vw;
  font-family: calibri;
  color: white;
  text-align: center;
  font-weight: bold;
}

#text1,#text2 {
  font-size: 1.6vw;
  font-family: calibri;
  color: white;
  text-align: left;
  font-weight: bold;
}

#heading{
  margin-top:-5vh;
}

@media screen and (max-width:480px){
  #heading{
    margin-top: 15vh;
  }
  .numbers{
    height: 10vh;
    width: 11vw;
    line-height: 10vh;
  }
  #delete{
    height: 15vh;
    margin-top: -7vh;
  }
  #scoreOuterDiv {
    margin-left: 3vh;
  }
  #gamePage{
    margin-top: 10vh;
  }
  #grid {
    margin-left: 2vw;
  }
  #scoreDiv{
    margin-top: 10vh;
    height:20vh;
  }
  #parentDiv
  {
    margin-top: 13vh;
  }
  #currScore {
    margin-top: 10vh;
    font-size: 3vw;
  }
  #gameOver{
    margin-top: 15vh;
  }
}