/*
	TODO: let us remove this
*/
.screen:lang(np) {
  font-family: 'kalimati' !important;
  /* padding-bottom: 10%; */
  font-size: 80%;
}
input:lang(np) {
  font-family: 'kalimati' !important;
}
@font-face {
  font-family: sniglet;
  src: url('../../../../../fonts/sniglet.ttf');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: comfortaa;
}
.header {
  font-size: 3svw;
  font-weight: bold;
}
@media screen and (min-width: 1440px) {
  .header {
    font-size: 2.2svw;
  }
}

.contentblock {
  background: #9feafeff;
}

.container {
  position: relative;
  height: 80%;
  width: 95%;
  margin: 10% auto 0;
  background: #fffced;
  border-radius: 1.5em;
  border: 2px solid #fe9fea;
  font-size: 1.5vw;
}

.top-text {
  width: 100%;
  background: #fff2cc;
  color: rgb(19, 18, 18);
  font-weight: bold;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-text p {
  font-size: 2vw;
}

.image {
  margin: 5% 0 2%;
  display: flex;
  justify-content: center;
}

.jug {
  width: 20vh;
}

.firstline {
  display: flex;
  /* padding-left: 10%; */
  font-weight: bold;
  justify-content: center;
  line-height: 2em;
}

.secondline {
  margin-top: 2%;
  display: flex;
  padding-left: 41%;
  line-height: 3em;
}

.thirdline {
  /* display: flex; */
  /* padding-left: 50%; */
  line-height: 3em;
  padding-left: 10%;
}

.fourthline {
  line-height: 3em;
  display: flex;
  padding-left: 41%;
}

.fifthline {
  /* display: flex; */
  /* padding-left: 50%; */
  padding-left: 12%;
}

.sixthline {
  /* display: flex; */
  /* padding-left: 53%; */
  padding-left: 12%;
}

.seventhline {
  line-height: 3em;
  margin-top: 2%;
  display: flex;
  font-style: italic;
  font-weight: 900;
  padding-left: 10%;
}

.single-text {
  font-size: 2vw;
  margin: 4% 2%;
  font-weight: bold;
}

.big-box {
  display: flex;
  justify-content: space-evenly;
  height: 65%;
  position: relative;
}

.texts {
  width: 45%;
  background: #fff2cc;
  border-radius: 1em;
}

.sidebox {
  width: 45%;
  background-color: #c9f4ff;
  border-radius: 1em;
  font-size: 2.4vw;
  padding-top: 12;
  overflow: hidden;
  font-weight: bold;
}

.sidebox > p:nth-child(1) {
  text-decoration: underline;
  margin-bottom: 5%;
}

.yellowbox {
  background: #fe9fea;
  border: 2px solid #8ab4f8;
  border-radius: 0.3em;
  width: 57%;
  margin: auto;
  font-size: 2vw;
  padding: 1%;
}

.bluebox {
  background: #9fc5e8;
  border-radius: 0.5em;
  width: 30%;
  font-size: 2vw;
  padding: 1%;
}

.l-ml {
  position: absolute;
  top: 41%;
  left: 5%;
  cursor: pointer;
}

.ml-l {
  position: absolute;
  top: 41%;
  right: 15%;
  cursor: pointer;
}

#l-to-ml {
  position: absolute;
  top: 29%;
  left: 8%;
  height: 10%;
  width: 25%;
  padding: 1%;
  border: 2px solid #f0ba7b;
  outline: none;
  cursor: pointer;
}

#ml-to-l {
  position: absolute;
  top: 29%;
  right: 17%;
  height: 10%;
  width: 25%;
  border: 2px solid #f0ba7b;
  outline: none;
  cursor: pointer;
}

#ml-to-l:lang(np) {
  position: absolute;
  top: 29%;
  right: 20.5%;
  height: 10%;
  width: 24%;
  border: 2px solid #f0ba7b;
  outline: none;
  cursor: pointer;
}

.l {
  position: absolute;
  top: 30%;
  left: 37%;
  font-size: 2vw;
}

.ml {
  position: absolute;
  top: 30%;
  right: 2%;
  font-size: 2vw;
}

.equal {
  position: absolute;
  top: 25%;
  left: 48%;
  font-size: 4vw;
}

.equal:lang(np) {
  position: absolute;
  top: 25%;
  left: 47%;
  font-size: 3.8vw;
}

.slidein {
  -webkit-animation: slidein_kf 1s ease-in forwards;
  animation: slidein_kf 1s ease-in forwards;
  left: -100%;
}

@-webkit-keyframes slidein_kf {
  100% {
    left: 0%;
  }
}

@keyframes slidein_kf {
  100% {
    left: 0%;
  }
}

.slideout {
  -webkit-animation: slideout_kf 1s ease-in forwards;
  animation: slideout_kf 1s ease-in forwards;
  left: 0%;
}

@-webkit-keyframes slideout_kf {
  100% {
    left: 100%;
  }
}

@keyframes slideout_kf {
  100% {
    left: 100%;
  }
}

.main-thing {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10% auto 5%;
  height: 40%;
  font-size: 3vw;
  background-color: #eafe9f;
  width: 60%;
  gap: 0.5em;
}

.check-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  height: 10%;
}

.checkbox {
  background: #3d85c6;
  width: 15%;
  border-radius: 0.5em;
  color: #f1f1f1;
  cursor: pointer;
  padding: 1%;
  font-size: 2svw;
}

#to-ml-input {
  width: 40%;
  height: 20%;
  border: 2px solid #f0ba7b;
  outline: none;
  padding-left: 3%;
  z-index: 3;
  cursor: pointer;
  padding: 5%;
  /* margin: auto; */
  /* color: transparent;
  background: transparent; */
}

#to-ml-input:lang(np) {
  width: 28%;
  border: 2px solid #f0ba7b;
  outline: none;
  padding-left: 3%;
  z-index: 3;
  color: transparent;
  background: transparent;
  cursor: pointer;
}

input {
  caret-color: #111;
}

/* Hide dropdown arrows for number inputs */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

@-moz-document url-prefix() {
  /* Hide dropdown arrows for number inputs in Firefox */
  input[type='number'] {
    -moz-appearance: textfield;
    appearance: textfield;
  }
}

.screen {
  position: absolute;
  width: 16%;
  /* left: 46.5%; */
  height: 100%;
  /* background: greenyellow; */
  color: black;
}

body:lang(np) .screen {
  height: unset;
  z-index: 20;
  overflow: auto;
}

.screen::-webkit-scrollbar {
  appearance: none;
}

.quicktip {
  width: 8%;
  position: absolute;
  bottom: 2%;
  right: 2%;
  cursor: pointer;
}

.quicktipimage {
  width: 100%;
}

.cancel {
  position: absolute;
  top: 2.5%;
  right: 2%;
  width: 8%;
  cursor: pointer;
}

.infoblockclass {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: #cfe2f3;
  border: 2px solid blue;
  border-radius: 2em;
  z-index: 100;
}

.title {
  font-size: 2em;
  font-weight: 600;
  margin: 1% 0 4% 0;
}

.text-1 {
  font-size: 1.5em;
  margin-bottom: 4%;
}

.text-2 {
  font-size: 1em;
  width: 95%;
  margin: auto;
}

.right-or-wrong {
  position: absolute;
  right: 25%;
  top: 30%;
  z-index: 3;
  width: 3%;
  opacity: 0;
}

body:lang(np) .right-or-wrong {
  right: 30%;
}
.right-or-wrong-2 {
  position: absolute;
  right: 15%;
  top: 30%;
  z-index: 3;
  width: 3%;
  opacity: 0;
}

.speechbox {
  font-size: 0.8em;
}

.speechbg {
  left: -10%;
  top: -5%;
}

.speechbox .text-big {
  width: 80%;
  padding: 2%;
}

@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.popClass {
  animation: pop 1s infinite linear;
}

@media (max-width: 7000px) and (min-width: 1361px) {
  .yellowbox {
    font-size: 1.5vw;
  }
  #l-to-ml {
    top: 30%;
    left: 6%;
    cursor: pointer;
  }
  #l-to-ml:lang(np) {
    top: 30%;
    left: 6%;
    cursor: pointer;
  }
  #ml-to-l {
    top: 30%;
    right: 13%;
    cursor: pointer;
  }
  #ml-to-l:lang(np) {
    top: 30%;
    right: 20%;
    cursor: pointer;
  }
  .bluebox {
    top: 42%;
  }
  .ml:lang(np) {
    font-size: 1.75vw;
  }
  .l:lang(np) {
    left: 34%;
    font-size: 1.75vw;
  }
  .equal:lang(np) {
    top: 26%;
    left: 45%;
    font-size: 3vw;
  }
  .bluebox:lang(np) {
    font-size: 1.5vw;
  }
  .ml-l:lang(np) {
    right: 10%;
  }
}

@media (min-aspect-ratio: 4/3) {
  .header,
  .sidebox {
    font-size: 3.5vh;
  }

  .l,
  .ml,
  .single-text,
  .yellowbox,
  .bluebox {
    font-size: 2.5vh;
  }
  .firstline,
  .secondline,
  .thirdline,
  .fourthline,
  .fifthline,
  .sixthline,
  .seventhline {
    line-height: 5vh;
  }
}

@media (max-aspect-ratio: 4/3) {
  .ml {
    font-size: 2vw;
  }
}
