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

#learnDiv {
  font-size: 3vw;
  text-align: center;
  margin-top: 10vh;
  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;
} */
#oneWord,
#manyWord {
  text-align: center;
  margin-top: 4vh;
  font-weight: bold;
  font-size: 2.5vw;
}
#gameOver {
  text-align: center;
  color: black;
  font-size: 7vw;
  font-weight: bold;
}

#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: 3vh;
}
#questionMsg {
  font-size: 3.5vw;
}
.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;
}

.overlay {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

.wordDivs {
  user-select: none;
  background-position: center;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
/* ************************************************************** */
.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);
}
.transformClass {
  transform: none;
}
/*------ 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%;
}

#homeButton {
  visibility: hidden;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

#nextImg {
  height: 18vh;
}
