* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Kanit", sans-serif;
  font-weight: normal;
}
* a {
  text-decoration: none;
}
* ul {
  list-style: none;
}

body {
  height: 100vh;
}

.container_custom {
  max-width: 600px;
  margin: 0 1rem;
}

.dark-mode-toggler {
  padding-bottom: 2rem;
  background: linear-gradient(#00709F, hsla(198, 100%, 31%, 0.893), #fff);
}
.dark-mode-toggler .dark-mode {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark-mode-toggler .dark-mode .id {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.dark-mode-toggler .dark {
  display: flex;
  align-items: center;
}
.dark-mode-toggler .dark div {
  display: grid;
}
.dark-mode-toggler .dark p {
  margin-left: 0.5rem;
  margin-bottom: 0;
}
.dark-mode-toggler .title {
  padding: 1rem 0;
}
.dark-mode-toggler .title .grade {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark-mode-toggler .title .grade button {
  display: grid;
  border: none;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 2.5rem;
  padding-top: 1rem;
}
.dark-mode-toggler .title .grade .grade-icon {
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
}
.dark-mode-toggler .title .grade .grade-icon span {
  font-size: 2rem;
}
.dark-mode-toggler .title .course p {
  font-size: 1.5rem;
  color: #fff;
}

.assessment {
  margin-top: 1rem;
}
.assessment ul hr {
  margin: 0;
}
.assessment ul li {
  margin-top: 1rem;
}
.assessment ul li div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.assessment ul li div p {
  font-size: 1.2rem;
}
.assessment ul li progress {
  width: 100%;
  padding: 15px 0;
}

body {
  position: relative;
}
body .telegram {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  background-color: #fff;
  border-radius: 50%;
  color: #00709F;
  font-size: 3rem;
}
body form label {
  all: unset;
}

img[alt="www.000webhost.com"] {
  display: none !important;
}

@media only screen and (min-width: 600px) {
  #main {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #desktop {
    display: none;
  }
}
@media only screen and (max-width: 328px) {
  .dark-mode-toggler .title .course p {
    font-size: 1.8rem;
    word-wrap: nowrap;
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */