.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: center no-repeat #fff;
}

body {
  color: #00ffff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  user-select: none;
  overflow: hidden;
}
.noPadding {
  padding: 0 !important;
}
#playGame {
  /*  margin-top: 19%; */
  position: fixed;
  bottom: 0;
}
#homeDiv {
  margin-top: 1vh;
  visibility: hidden;
}
#gamePage {
  display: none;
}
.wrongClass {
  animation: red_blinker 0.5s linear infinite;
}

.rightClass {
  animation: green_blinker 0.5s linear infinite;
}
.ui-draggable-helper {
  font-size: 1vw !important;
  z-index: 999;
  position: absolute;
}
#navigationDiv {
  /*margin-top: 6vh; */
  position: fixed;
  bottom: 0;
}
.mainDivs {
  margin-top: 1%;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #00ffff;
}

#optionDisplayDiv {
  text-align: center;
}
#skipDiv {
  visibility: hidden;
}
.tableHeaders {
  font-size: 2.2vw;
  text-align: center;
}

.textSpan {
  margin-left: 0.8vw;
  font-size: 2vw;
  font-weight: bold;
}
.optionSpan {
  margin: 1.3vw;
  font-size: 2vw;
  font-weight: bold;
}
.wordsClass {
  color: #fff;
  font-size: 2.02vw !important;
  text-align: center;
  display: block;
}

.transperant {
  color: rgba(0, 0, 0, 0);
  border-bottom: 2px dashed #00ffff;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 1s;
}
.overlay {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.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;
}
#questionMsg {
  font-size: 3.5vw;
}
#responseBox {
  margin-top: 25vh;
  background-color: #185b94;
  color: white;
  position: relative;
  top: 0;
  left: 0;
  height: 48vh;
  padding: 2vh;
}
#btnDiv {
  margin-top: 3vh;
}
#Yes,
#No {
  background-color: rgb(249, 185, 0);
  color: black;
  font-size: 2.5vw;
  font-weight: bold;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes red_blinker {
  50% {
    opacity: 0.7;
    background-color: red;
  }
}
@keyframes green_blinker {
  50% {
    opacity: 0.9;
    background-color: green;
  }
}
@keyframes blinker {
  50% {
    /*  background:#ecec4e;  */
    opacity: 0.3;
  }
}

.bounceCls {
  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);
  }
}

.spanClass {
  font-size: 2.5vw;
  /* font-weight: bold; */
}

#endPage {
  display: none;
}

#replay {
  display: none;
  position: fixed;
  bottom: 0;
}

#acknowledgementDiv {
  background-color: white;
  border: 0.22vw solid 00ffffblack;
  border-radius: 3vw;
}

#developerNameDiv {
  margin-bottom: 2vh;
}

.fontClass {
  font-size: 1.3vw;
  margin-top: 1.5%;
  color: black;
}

.firstLetter:first-letter {
  font-size: 1.5vw;
}

#nextGame {
  position: fixed;
  right: 0;
  bottom: 0;
}
#starsDiv {
  margin-top: 6vh;
}

#gameOver {
  font-size: 6.5vw;
  font-weight: bold;
  color: #00ffff;
  margin-bottom: -2vh;
}
