.coverboardfull {
  background: url('../images/bg.png');
  background-position: center;
  background-size: cover;
  font-family: laila;
}
.coverboardfull * {
  font-family: andika;
}

.ex-number-template-score {
  background: #eeeeee;
  color: black;
  font-family: chelseamarket;
  font-size: 1.1em;
}

.activity_container > .ex-number-template-score {
  width: fit-content !important;
}

.top-bar {
  height: 12%;
  position: absolute;
  top: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  font-size: 4vmin;
  width: 100%;
  background-color: #e2f0f74b;
  color: white;
}

.top-bar p {
  text-align: left;
  width: 90%;
}

.question-bar {
  height: 10%;
  position: absolute;
  top: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  width: 100%;
  background-color: #e2f0f74b;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.75);
}

.question-bar p {
  color: white;
  text-align: left;
  width: 90%;
  font-size: 3vmin;
}

.bg-main {
  background: #cfe2f3;
}

.scoreboard {
  position: absolute;
  top: 0%;
  height: 8%;
  z-index: 55;
  padding: 1% !important;
  border-bottom: none;
}

.img_option {
  width: 100%;
  flex-basis: 55%;
  overflow: hidden;
}

.img_option img {
  position: absolute;
  width: 90%;
  height: 90%;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topimage.icecubes,
.topimage.gas {
  left: 20%;
  width: 25%;
}

.topimage.icecubes {
  top: 70%;
  width: 10%;
}

.topimage.ketlee,
.topimage.white_arrow {
  top: 55%;
  left: 45%;
  width: 20%;
}

.topimage.white_arrow {
  left: 53%;
}
.topimage.splash,
.topimage.water_glass {
  left: 80%;
  width: 25%;
}
.topimage.water_glass {
  width: 15%;
}
.topimage.splash {
  width: 30%;
  top: 70%;
}

.option_block {
  flex-basis: 20%;
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.questionbar {
  width: 100%;
  height: 20%;
  background: #45818e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.decoration {
  position: absolute;
  top: 10%;
  left: 11%;
  width: 50px;
  height: 50px;
}

.decoration.right {
  left: 88%;
}

.line {
  width: 10px;
  height: 70px;
  background: #b7b7b7;
}

.circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: absolute;
  background: #b7b7b7;
  top: 70px;
  left: -10px;
}

.questionbar p {
  color: #fff;
  font-size: 3vmin;
}

.questionboxwrapper {
  width: 85%;
  height: 77%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #f3f3f39b;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.optionscontainer {
  justify-content: space-evenly;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.optionscontainer .optionbox {
  flex-basis: 25%;
  background: #d9d9d9;
  width: 35%;
  padding: 1em;
  border-radius: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.75);
}

.optionscontainer .optionbox:hover {
  cursor: pointer;
}

.optionscontainer .optionbox p:lang(en) {
  font-size: 3vmin;
}

.optionscontainer .optionbox img:nth-child(1) {
  width: 80%;
}

.optionscontainer .wrongans {
  background: #dd7e6b;
}

.optionscontainer .correctans {
  background: #6aa84f;
}
.optionscontainer .optionimagebox {
  background: white;
  width: 70%;
  height: 35%;
  border: 0.1em solid #ff9900;
  border-radius: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
}
.optionscontainer .optionimagebox p:lang(en) {
  font-size: 0.9em;
}

.optionscontainer .optionimagebox:hover {
  cursor: pointer;
  background: #fff2ccff;
  border: 0.1em solid #f6b26b;
}

.optionscontainer .optionimagebox.incorrectclass {
  background: #e6b8afff;
  border: 0.1em solid #990000;
}

.optionscontainer .optionimagebox.correctclass {
  background: #b6d7a8ff;
  border: 0.1em solid #6aa84f;
}

.img {
  height: 100%;
  width: 100%;
}

.fullheight {
  height: 100%;
  top: 0%;
}

.avoid-click {
  pointer-events: none;
}

.correctwrongimg {
  width: 20%;
  position: absolute;
  top: -8%;
  right: -8%;
}

.mark,
.mark2 {
  width: 7%;
  position: absolute;
  top: -8%;
  right: -8%;
}
.mark3 {
  width: 7%;
  position: absolute;
  top: -8%;
  right: -8%;
}
.mark4 {
  width: 7%;
  position: absolute;
  top: -8%;
  right: -8%;
}

.optionimagebox img {
  height: 100%;
}

.optionimage {
  height: 80%;
}

.bg_grey {
  background-color: #b7b7b7ff;
}

.img_option .q3,
.img_option .q4,
.img_option .q5,
.img_option .q6,
.img_option .q8,
.img_option .q10 {
  width: 100%;
}

.img_option .q7,
.img_option .q10,
.img_option .q8,
.img_option .q5 {
  width: auto;
  height: 100%;
}

.img_option .q1 {
  top: 63%;
}

.top-bar:lang(en) {
  font-size: 3vmin;
}

.question-bar:lang(en) {
  font-size: 3vmin;
}

.textdiv {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #f1c232ff; */
}

.textdiv .text {
  font-size: 3.5vmin;
  width: 95%;
}

.questiondiv {
  position: absolute;
  top: 12%;
  left: 50%;
  height: 14%;
  width: 95%;
  /* border: 0.3vmin solid #ff9900; */
  /* background: #fff; */
  border-radius: 3vmin;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
}
.questiondivleft {
  position: absolute;
  top: 12%;
  left: 25%;
  height: 14%;
  width: 56%;
  /* border: 0.3vmin solid #ff9900; */
  /* background: #fff; */
  border-radius: 3vmin;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
}

.questiondiv .question {
  font-size: 3vmin;
  width: 90%;
  user-select: none;
}
.questiondivleft .question {
  font-size: 2.5vmin;
  width: 90%;
  user-select: none;
}

.answerspan {
  border-bottom: 0.2vmin solid black;
  color: transparent;
}

.letterdiv {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  margin: 4%;
}

.img_option {
  pointer-events: none;
}

.img_option:hover {
  cursor: pointer;
  background-color: #c9daf8;
  border: 0.3vmin solid #3c78d8;
}

.letterdiv p {
  margin-bottom: 5%;
  font-size: 2.5vmin;
}

.letterdiv .date,
.letterdiv .head,
.letterdiv .body,
.letterdiv .tail {
  text-align: left;
}

ul.letterdiv {
  margin-left: 15%;
  list-style: circle;
}
.letterdiv li {
  text-align: left;
  margin-bottom: 5%;
  font-size: 2.5vmin;
}

.letterdiv .body {
  height: 28%;
}

.img_option.right {
  left: 75%;
}
.img_option.left {
  left: 25%;
}

@media (min-aspect-ratio: 4/3) {
  .questionbar p {
    font-size: 4vmin;
  }
  .top-bar {
    font-size: 5vmin;
  }
  /* .questionbar p:lang(en) {
		font-size: 1.5em;
	}
	.questionbar p:lang(np) {
		font-size: 1.4em;
	} */
  .optionscontainer .optionbox p:lang(en) {
    font-size: 1.2em;
  }
  .optionscontainer .optionbox p {
    font-size: 3vh;
  }
  .top-bar:lang(en) {
    font-size: 4vmin;
  }
  .question-bar p,
  .question {
    font-size: 4vh;
  }
  .letterdiv p {
    font-size: 3vmin;
  }
  .letterdiv li {
    font-size: 3vmin;
  }
}

@media screen and (max-aspect-ratio: 4/3) {
  .optionscontainer .optionbox p {
    font-size: 2.5vw;
  }
  .headertext {
    font-size: 3vw !important;
  }
  .question-bar p,
  .question {
    font-size: 3vw !important;
  }
}

p.question {
  align-content: space-evenly;
  top: 39%;
  /* background: aqua; */
  width: 100%;
  height: 82%;
}

.ansfield {
  color: #38761d;
  padding: 1%;
}

.textblock.question {
  width: 80%;
  margin: 0 auto;
  background: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.textblock.question p {
  padding: 2%;
}
