:lang(np).coverboardfull {
  font-family: laila !important;
}

.coverboardfull:lang(np) * {
  font-family: laila !important;
}

:lang(np) p,
h1,
span {
  font-family: laila !important;
}

.coverboardfull {
  background: #F1FDEC !important;
}

.bg_full {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.topbar {
  height: 15% !important;
  color: #fff;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #61C5D7;
  width: 100%;
  z-index: 99;
  overflow: hidden;
}

@media screen and (min-aspect-ratio: 4/3) {
  .topbar {
    font-size: 6vh !important;
  }

  .displaytxt {
    font-size: 7vh !important;
  }
}

@media screen and (max-aspect-ratio: 4/3) {
  .topbar {
    font-size: 4.5vw !important;
  }

  .displaytxt {
    font-size: 5vw !important;
  }
}

.contentdivclass {
  position: absolute;
  /* background: aqua; */
  top: 15%;
  width: 100%;
  height: 85%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.innercontentdivclass {
  margin-left: 3%;
  margin-right: 1%;
  background: white;
  width: 28%;
  border: 0.2em solid #F9FD7D;
  border-radius: 1.5em;
  height: 54%;
  overflow: hidden;
  cursor: pointer;
  pointer-events: none;
}

.contentdivimg {
  width: 80%;
}

.contentimgdivclass {
  width: 100%;
  top: 1%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: aqua; */
}

img.hand {
  position: absolute;
  top: 70%;
  left: 27%;
  z-index: 1;
  height: 13%;
  display: none;
  cursor: pointer;
}

.displaycontentdivclass {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0%;
}

.displaycontentdivclass2 {
  background: #EEEEEE;
  right: 0%;
}

.displaycontentdivclass1 {
  left: 0%;
  background: #F2FDED;
}

.displayimgdivclass {
  position: absolute;
  left: 16%;
  top: 17%;
  height: 60%;
  width: 70%;
  background: white;
  border: 0.2em solid #FF9900;
  border-radius: 1.5em;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.displaytxtdiv {
  position: absolute;
  background: white;
  border: 0.2em solid #B6DEE5;
  border-radius: .5em;
  height: 14%;
  width: 22%;
  top: 26%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: none;
}

.displaytxtdiv:hover {
  transform: scale(1.1);
}

.displaytxtdiv1 {
  left: 19%;
}

.displaytxtdiv2 {
  right: 16%;
}

.displaytxtdiv3 {
  top: 60% !important;
  left: 37%;
  width: 31% !important;
  letter-spacing: 0.2em;
  pointer-events: none !important;
}

.white {
  opacity: 0;
}

.speakerdiv {
  position: absolute;
  top: 32%;
  height: 7%;
  width: 100%;
}

.speaker {
  position: absolute;
  height: 100%;
  width: auto;
  display: none;
  cursor: pointer;
}

.speaker1 {
  left: 43%;
}

.speaker2 {
  right: 5%;
}

.uppertxtdiv {
  top: 9%;
}

img.recordimg {
  position: absolute;
  height: 100%;
  cursor: pointer;
}

.speakerdiv2 {
  height: 13%;
  top: 34%;
}

.recording {
  left: 37%;
}

.stop {
  right: 33%;
  height: 73% !important;
  top: 13%;
}

.Rec {
  animation: pulse 1.5s linear infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, .3);
  }

  65% {
    box-shadow: 0px 0px 5px 15px rgba(173, 0, 0, .3);
  }

  90% {
    box-shadow: 0px 0px 5px 17px rgba(173, 0, 0, 0);
  }
}

.Spk {
  animation: pulse2 1.5s linear infinite;
}

@keyframes pulse2 {
  0% {
    box-shadow: 0px 0px 5px 0px rgb(195 255 180 / 30%);
  }

  65% {
    box-shadow: 0px 0px 5px 15px rgb(59 173 0 / 30%);
  }

  90% {
    box-shadow: 0px 0px 5px 17px rgb(59 173 0 / 0%);
  }
}

.recordpulse {
  position: absolute;
  height: 10%;
  width: 10%;
  border-radius: 3em;
  left: 38%;
  top: 35.5%;
}

.scale {
  animation: scale 1.5s linear infinite;
}

@keyframes scale {
  0% {
    transform: scale(.8);
  }

  100% {
    transform: scale(1);
  }
}

.darkbg {
  filter: brightness(50%);
  pointer-events: none;
}

.recStat,
.listenStat {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 0%;
  height: 2%;
  background-color: #f58220;
}

.listenStat {
  background-color: #83f27c;
}

.speakpulse {
  position: absolute;
  height: 10%;
  width: 10%;
  border-radius: 2em;
  left: 57%;
  top: 35.5%;
}

.noclick {
  pointer-events: none;
}

.scaleup {
  animation: scaleup 3s;
  animation-fill-mode: forwards;
}

@keyframes scaleup {
  100% {
    border: 0.2em solid #FF9900;
    margin-left: 3%;
    margin-right: 3%;
    transform: scale(1.3);
  }
}

.scaledown {
  animation: scaledown 3s;
  animation-fill-mode: forwards;
}

@keyframes scaledown {
  100% {
    margin-left: 1%;
    margin-right: 1%;
    transform: scale(.9);
  }
}

img.displaydivimg.displaydivimg1 {
  height: 90%;
  width: auto;
}

img.contentdivimg.contentdivimg2 {
  height: 100%;
  width: auto;
  left: 15%;
}

img.displaydivimg.displaydivimg1.rubberimg {
  height: 35%;
  width: auto;
}

.transimg {
  animation: transimg 1s linear forwards;
}

@keyframes transimg {
  0% {
    left: 0%;
    transform: scale(1);
  }

  100% {
    left: 3%;
    transform: scale(1.1);
  }
}

img.displaydivimg.displaydivimg1.rubberdivimg {
  width: 100%;
  height: auto;
}