.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%;
}
#playGame {
  position: fixed;
  bottom: 0;
}
#homeDiv {
  margin-top: 1vh;
}
#soundDiv {
  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; */
  bottom: 1vh;
  position: fixed;
}
.mainDivs {
  margin-top: 1.5%;
}
.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: 0.2vw solid #00ffff;
}

#optionDisplayDiv {
  /*  background-color: whitesmoke;
  border-radius: 0.2vw;
  line-height: 10vh; */
  text-align: center;
  display: none;
}
.tableHeaders {
  font-size: 2.3vw;
  font-weight: bold;
  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;
}
@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 {
  position: fixed;
  bottom: 0;
}

#acknowledgementDiv {
  background-color: transparent;
  border: 0.22vw solid #bbda12;
  border-radius: 3vw;
}

#developerNameDiv {
  margin-bottom: 2vh;
}

.fontClass {
  font-size: 1.3vw;
  margin-top: 1.5%;
  color: #00ffff;
}

.firstLetter:first-letter {
  font-size: 1.5vw;
}

#credits {
  position: fixed;
  right: 0;
  bottom: 0;
}

#gameOver {
  font-size: 6.5vw;
  font-weight: bold;
  margin-bottom: -1vh;
}
