.ex-number-template-score {
  top: 0%;
}
.question {
  padding-left: 3%;
  padding-right: 12%;
  text-align: left;
}
.upperheadertextblock {
  position: absolute;
  top: 0;
  left: 0;
  width: 87%;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px solid #fff;
  background: rgba(221, 223, 231, 0.9);
  box-shadow: 0px 5px 4px 0px rgba(156, 161, 156, 0.25);
  transform: unset;
}
.upperheadertextblock > .upperheaderpara,
.headertextblock > .topheader > p,
.headertextblock > .bottomheader > p {
  color: #011375;
  font-family: 'Andika New Basic';
  font-size: 1.5vw;
}
.headertextblock > .topheader > p,
.headertextblock > .bottomheader > p {
  font-size: 1.5vw;
}

.headertextblock {
  position: absolute;
  top: 17%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 15%;
  background: #d2d9f5;
  box-shadow: 0px 5px 4px 0px rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
}
.exerciseoptions {
  position: absolute;
  top: 18%;
  width: 100%;
  height: 75%;
}
.options {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
.questionportion {
  width: 80%;
  height: 75%;
  margin: 0 auto;
}
.questionportion > .questionpara {
  background-color: #fff;
  height: 100%;
  object-fit: contain;
  border-radius: 0.5em;
}
.answerportion {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5vw;
  height: 20%;
}
.option {
  pointer-events: all;
  width: 100%;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0.8em;
  cursor: pointer;
  position: relative;
}
.option:hover {
  background: #394b94;
  color: #fff;
}
.correctbox {
  border: 2px solid #000;
  background: #00f37f;
  color: #000;
}
.incorrectbox {
  color: #000;
  border: 2px solid #980d0d;
  background: #f33a00;
}
.feedback {
  position: absolute;
  bottom: 0;
  right: -6%;
  width: 80%;
  height: 30%;
  display: none;
}
.feedback > img {
  width: 100%;
  height: 100%;
}
.feedbackpara {
  position: absolute;
  top: 50%;
  width: 90%;
  right: 3%;
  transform: translateY(-50%);
}
.feedback_para:lang(np){
  inline-size: 45ch;
}
@media screen and (min-aspect-ratio: 4/3) {
  .upperheadertextblock > .upperheaderpara {
    font-size: 3.25vh;
  }
}
