* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #4bb3fd;
  --secondary-color: #d7f8ff;
  --font-color: #e1fdff;
  --plainfont-color: #e5e5e5;
  --bg-color: #e1e1e1;
  --popup-color: #3f4251;
  --heading-color: #aacac7;
  --shadow-color: #080000c0;
  --contrast-color: navajowhite;
}

[data-theme=dark] {
  --primary-color: #4bb3fd;
  --secondary-color: #d7f8ff;
  --font-color: #e1fdff;
  --plainfont-color: #e5e5e5;
  --bg-color: 80000;
  --popup-color: #3f4251;
  --heading-color: #aacac7;
  --shadow-color: #080000c0;
}

[data-theme=light] {
  --primary-color: #4bb3fd;
  --secondary-color: #9bedff;
  --font-color: #424242;
  --plainfont-color: #d4c9bc;
  --bg-color: rgb(216, 216, 216);
  --popup-color: rgb(158, 158, 158);
  --heading-color: #292922;
  --shadow-color: #080000c0;
}

audio {
  height: 2rem;
}

.general {
  color: var(--font-color);
  overflow: hidden;
  max-width: 1700px;
  display: flex;
  justify-content: center;
  max-height: 85vh;
  margin-top: 3.5%;
  margin-left: 10%;
  margin-right: 10%;
  align-items: center;
  background-color: var(--popup-color);
  border-radius: 1rem;
}

.signature {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
}

.signature img {
  max-width: 50%;
}

.picture img {
  max-height: 95vh;
  margin-top: -5%;
  margin-bottom: -5%;
  position: relative;
  box-shadow: 0 0 16px 2px var(--shadow-color);
  border-radius: 0.5rem;
  transform: translate(0%, 7.5%);
}

.JFSBrief {
  width: 100%;
  position: relative;
  transform: translate(0%, -75%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--popup-color);
  padding: 1%;
}

.JFSName {
  font-size: 2.1rem;
  font-family: "Kanit", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.JFSDesc {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1.1rem;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--primary-color);
}

.JFSDesc:last-child {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  padding-bottom: 1rem;
}

.item {
  font-size: 1.5rem;
}

.menuContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.leftMenu {
  display: flex;
  flex-direction: column;
  margin: 1.5rem;
}

.leftMenu li {
  text-decoration: none;
  padding: 1rem;
  list-style: none;
  border: 0px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}

.leftMenu li:hover {
  color: var(--primary-color);
  cursor: pointer;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 15%;
  transform: scale(1) translateZ(0);
}

a {
  color: var(--primary-color);
}

.section {
  display: none;
  transform: translate(1000px, 0);
}

.info {
  display: flex;
  flex-direction: column;
  min-height: 80vh;
  width: 50%;
  align-items: center;
}

.title {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: var(--font-color);
  font-size: 3rem;
  margin: 5% 10% 5% 15%;
  font-family: "Kanit", sans-serif;
  text-align: right;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.subtitle {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: var(--font-color);
  font-size: 2rem;
  margin: 5% 10% 5% 15%;
  font-family: "Kanit", sans-serif;
  text-align: right;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.title > *:first-child {
  margin-right: 40px;
}

.quote {
  font-size: 1.9rem;
  font-family: "Kanit", sans-serif;
  color: var(--primary-color);
  font-style: italic;
  text-align: right;
  padding: 2.5rem;
}

.plain {
  font-size: 1.2rem;
  text-align: justify;
  margin: 1rem 2.5rem 1rem 2rem;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--plainfont-color);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 60vh;
  padding-right: 2rem;
}

.plain h1 {
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 1.5rem;
}

.plain p {
  margin-bottom: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.plain::-webkit-scrollbar {
  width: 0.3rem;
}

.plain::-webkit-scrollbar-thumb {
  background: var(--contrast-color);
  border-radius: 0.1rem;
}

.plain::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
  cursor: pointer;
}

.svgImg {
  min-height: 60vh;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.close {
  border: 1px solid #888;
  min-width: 2rem;
  height: auto;
  border-radius: 50%;
  background-color: #fff;
  color: #2c2326;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
  transform: translate(0px, 2rem);
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.JFSform {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.0666666667);
  text-align: left;
  border: 1px solid white;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem 1rem 1rem;
  margin: 0.5rem;
}

.JFSform h1 {
  color: white;
  width: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1.9rem;
}

.JFSform h4 {
  color: white;
  width: auto;
  text-align: right;
}

.JFSform p {
  margin-top: 1rem;
}

.JFSformTitle {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  min-height: 2rem;
  align-items: center;
  cursor: pointer;
}

.more {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 5%;
  margin: 0.1rem;
  user-select: none;
  cursor: pointer;
  z-index: 3;
}

.JFSformInfo {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: none;
}

.JFStable {
  text-align: center;
  margin: 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3333333333);
}

.JFStable td {
  border-left: 1px solid rgba(255, 255, 255, 0.0666666667);
  border-right: 1px solid rgba(255, 255, 255, 0.0666666667);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3333333333);
  padding: 0.5rem;
}/*# sourceMappingURL=style.css.map */