.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;
}
.noPadding {
  padding: 0 !important;
}

.toBottom {
  position: fixed;
  bottom: 0;
}

html,
body {
  height: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  user-select: none;
  overflow-y: hidden;
}
.toBottom {
  position: fixed;
  bottom: 0vh;
}
#questionDiv {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  color: rgb(221, 19, 123);
  color: white;
  z-index: -1;
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  animation-duration: 1s;
}
/* .options {
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
  margin-top: 4vh;
  color: black;
  position: relative;
}

#optionDiv {
  position: absolute;
} */

.bubble {
  /* border-radius: 50%;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1); */
  height: 21vh;
  position: relative;
  width: 10vw;
  display: inline-block;
  margin-left: 8vw;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* z-index: 999; */
}
.fonts {
  font-size: 3.5vw;
  color: rgb(221, 19, 123);
  position: relative;
  font-weight: bold;
  top: 5vh;
  margin-top: 1vh;
  /* z-index: 999; */
}
.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-content1 {
  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);
}
.firstLetter:first-letter {
  font-size: 1.5vw;
}

#acknowledgementDiv {
  margin-top: 4vh;
  /* background-color: #1d5a78; */
  /* border: 0.22vw solid black; */
  /* border-radius: 3vw; */
  text-align: center;
  display: none;
  color: white;
  z-index: 999;
}
#gameOver {
  text-align: center;
  color: white;
  font-size: 7vw;
  font-weight: bold;
}
#responseDiv {
  margin-top: 15vh;
}

.fontClass {
  font-size: 1.6vw;
  margin-top: 1vh;
  color: white;
  font-family: serif;
  font-style: italic;
}

#responseBox {
  margin-top: 25vh;
  background-color: #185b94;
  color: white;
  position: relative;
  top: 0;
  left: 0;
  /* height: 48vh; */
  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;
}
#btnDiv {
  margin-top: 6vh;
}
/* #questionMsg {
  font-size: 3vw;
  line-height: 10vh;
} */
.modal-content {
  background-color: white; /*rgba(38, 59, 95, 0.611764705882353);*/
  box-shadow: 17px 25px 13px rgb(0, 0, 0),
    inset -98px 0px 180px rgb(60, 59, 130) /*17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95)*/;
  border: 4px solid white;
  position: fixed;
  top: 25vh;
  right: 0;
  bottom: 0;
  left: 25vh;
  height: fit-content;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}
.overlay {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

#gameOver {
  text-align: center;
  color: white;
  font-size: 7vw;
  font-weight: bold;
}
#homeButton {
  visibility: hidden;
}
