@charset "UTF-8";
@font-face {
  font-family: "Sarabun";
  src: url(../../../../../../fonts/Sarabun/Sarabun-Regular.ttf);
}
@font-face {
  font-family: "Kanit";
  src: url(../../../../../../fonts/Kanit/Kanit-Regular.ttf);
}
@font-face {
  font-family: "Prompt";
  src: url(../../../../../../fonts/Prompt/Prompt-Regular.ttf);
}
:root {
  font-family: Sarabun;
  font-weight: normal;
  font-size: 16px;
}

body {
  background-color: #fff2c0;
  margin: 3rem;
}

h1, h2, h3, h4 {
  font-family: Kanit;
  color: #f22600;
  margin: 1rem 0rem 1rem 0rem;
}

h1 {
  font-size: 4rem;
  text-align: center;
}

h2, h3 {
  font-size: 2.5rem;
  text-align: center;
}

h3 {
  text-align: left;
}

i {
  font-style: normal;
  color: #f677ec;
}

ul, ol, p {
  font-size: 2.5rem;
  line-height: 4.125rem;
  color: #6a787f;
}

p {
  margin: 0rem 1rem 0rem 0rem;
}

p.tab {
  white-space: nowrap;
}

p.tab span {
  position: relative;
  white-space: normal;
  left: 28rem;
}

p.kru {
  color: #f22600;
  border-bottom: 8px dotted white;
  margin: 0rem 1rem 0rem 2rem;
}

ul {
  padding: 0;
  margin: 0rem 1rem 3rem 2rem;
}

li {
  font-size: 2.5rem;
}

li.ans::after {
  color: #ff4826;
  content: " ✓";
}

li.exp {
  margin: 1rem 0rem 0rem 0rem;
  color: #86a390;
}

u {
  text-decoration: none;
  border-bottom: 3px dotted #9a98f6;
  line-height: 1.2em;
}

u > em, u > i {
  background-color: #c8c7fa;
  color: #1310b2;
  padding: 0rem 1rem 0.5rem 1rem;
}

u > em:after, u > i:after {
  border-color: transparent transparent #c8c7fa transparent;
  border-width: 10px;
  margin-left: -10px;
}

img {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 11px;
  margin-bottom: 3rem;
}

.audioTimeLineModule {
  background-color: #ffde5a;
}

.timeMark {
  background-color: #f3c200;
}

.audioBtnPaused, .audioBtnPlaying, audioBtn {
  background-color: #ffde5a;
}

.waveform {
  opacity: 0.8;
}