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

#questionDiv {
  height: 60vh;
}

.containers {
  font-size: 2vw;
  text-align: center;
  /* margin-top: 12vh; */
}

#learnDiv {
  font-size: 3vw;
  text-align: center;
  font-weight: bold;
}

.buttonDivs {
  /* border: 1px solid black; */
  color: white;
  text-align: center;
  margin-top: 2vh;
}
.onDivs {
  background-color: red;
  text-align: center;
  font-size: 1.5vw;
}

.offDivs {
  background-color: green;
  text-align: center;
  font-size: 1.5vw;
}

.outerDivs {
  /* border: 1px solid black; */
  border-radius: 2vh;
}

.wordDivs {
  text-align: center;
  margin-top: 2vh;
  font-weight: bold;
  color: black;
  font-size: 4vw;
  height: 18vh;
}

/* #checkDiv {
  margin-top: 30vh;
} */
#oneText,
#manyText {
  text-align: center;
  font-weight: bold;
  font-size: 3.5vw;
}
.oneWords,
.manyWords {
  text-align: center;
  font-weight: bold;
  font-size: 3vw;
  /* padding: 0.5vh; */
  font-family: sans-serif;
}
#gameOver {
  text-align: center;
  color: black;
  font-size: 7vw;
  font-weight: bold;
}

.fontClass {
  font-size: 1.3vw;
  margin-top: 1vh;
  color: black;
}
.firstLetter:first-letter {
  font-size: 1.5vw;
}

#acknowledgementDiv {
  margin-top: 4vh;
  background-color: aliceblue;
  border: 0.22vw solid black;
  border-radius: 3vw;
  text-align: center;
  display: none;
}

#startedDate {
  margin-bottom: 1vh;
}

#goImg {
  opacity: 0.5;
  pointer-events: none;
}

.texts {
  text-align: center;
  font-weight: bold;
  font-size: 2.5vw;
}
.ruleDivs,
.exDivs {
  text-align: left;
  font-weight: bold;
  font-size: 1.5vw;
}
.radioBtns {
  height: 5vh;
}
.outerDivs {
  /* border: 1px solid black; */
  margin-top: 0.5vh;
}
#skipImg {
  height: 14vh;
}

.oneManyImg {
  height: 15vh;
}

.wordDivs {
  user-select: none;
  background-position: center;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
#exampleText {
  text-align: left;
}
#parentDiv {
  background-color: #fff;
  /* border: 1px solid black; */
  border-radius: 2vh;
  padding: 10px;
  box-shadow: 10px 12px 8px #080808, inset -98px 0px 100px rgba(255, 255, 255);
}
#rulePage,
#learnDiv {
  display: none;
}
/* ************************************************************** */
.switch {
  /* position: relative;
  display: inline-block;
  width: 120px;
  height: 34px; */
  position: relative;
  display: inline-block;
  width: 12vw;
  height: 7vh;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4b5258;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 7vh;
}

.slider:before {
  /* position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 1vh;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s; */
  position: absolute;
  content: "";
  height: 5vh;
  width: 2.4vw;
  left: 1vh;
  bottom: 1vh;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #1e8cea;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(8.5vw);
  -ms-transform: translateX(8.5vw);
  transform: translateX(8.5vw);
}

/*------ ADDED CSS ---------*/
/* .one {
  display: none;
} */

.one,
.many {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 1.8vw;
  font-family: Verdana, sans-serif;
}

input:checked + .slider .one {
  display: block;
}

/* input:checked + .slider .many {
  display: none;
} */

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 5vh;
}

.slider.round:before {
  border-radius: 50%;
}
.blink_me {
  animation: bounceCls 1.5s linear infinite;
}

@keyframes bounceCls {
  0%,
  20%,
  53%,
  80%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
