@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Oswald:wght@200..700&display=swap");
* {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

span, p {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0A0A0A;
  font-size: 1.07em;
}

a {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
  color: #0A0A0A;
  text-decoration: none;
  font-size: 1.07em;
}

strong {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  color: #0A0A0A;
}

em {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  color: #0A0A0A;
}

.title {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 2.75em;
  color: #0A0A0A;
}

h1 {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  color: #0A0A0A;
}

h2 {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
  font-size: 2.25em;
  color: #0A0A0A;
}

h3 {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
  font-size: 2em;
  color: #0A0A0A;
}

h4 {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75em;
  color: #0A0A0A;
}

h5 {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  font-size: 1.5em;
  color: #0A0A0A;
}

h6 {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  color: #0A0A0A;
}

.fine-print {
  font-size: 0.75em;
}

button {
  border: 1px solid #33EB3C !important;
  background: transparent;
  border-radius: 1em;
  padding: 0.5em 1em;
  color: #33EB3C;
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  transition: background 0.5s, color 0.5s;
}

button:hover, button:focus, button:active {
  background: #33EB3C;
  color: #E5EEEE;
}

li::marker {
  color: #33EB3C;
}

li {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0A0A0A;
  font-size: 1.07em;
}

label {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0A0A0A;
  font-size: 1.07em;
}

input, input:is(:-webkit-autofill, :autofill) {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0A0A0A;
  background: transparent;
  border: 1px solid #0A0A0A;
  border-radius: 1em;
  padding: 0.5em;
  font-size: 1.07em;
}

textarea {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0A0A0A;
  background: transparent;
  border: 1px solid #0A0A0A;
  border-radius: 1em;
  padding: 0.5em;
  font-size: 1.07em;
}

select {
  background: rgba(213.5813953488, 227.9186046512, 227.9186046512, 0.9);
  padding: 0.5em;
  transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
  backdrop-filter: blur(5px);
  border-radius: 1em;
  border: 1px solid rgb(204.3302325581, 221.8697674419, 221.8697674419);
}
select option {
  background: rgba(213.5813953488, 227.9186046512, 227.9186046512, 0.9);
  transition: background 0.5s ease-in-out;
}

select:hover, select:focus {
  background: rgba(198.1627906977, 217.8372093023, 217.8372093023, 0.9);
  border: 1px solid rgb(188.911627907, 211.788372093, 211.788372093);
}

body {
  background: repeating-radial-gradient(ellipse at top, rgb(219.7488372093, 231.9511627907, 231.9511627907), transparent), repeating-radial-gradient(ellipse at bottom left, rgb(219.7488372093, 231.9511627907, 231.9511627907), transparent), repeating-radial-gradient(ellipse at center right, rgb(221.2906976744, 232.9593023256, 232.9593023256), transparent), linear-gradient(#E5EEEE, 5%, transparent);
}

main {
  min-height: 100vh;
}

::-moz-selection {
  color: #E5EEEE;
  background: #0A0A0A;
}

::selection {
  color: #E5EEEE;
  background: #0A0A0A;
}

::-webkit-scrollbar {
  width: 0.3em;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #33EB3C;
  border-radius: 0.15em;
}

::-webkit-resizer {
  display: none;
}

::-webkit-scrollbar-button {
  display: none;
}

html.is-changing .transition-fade {
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.ql-snow.ql-toolbar button {
  border: none !important;
}

pre {
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#site-content {
  display: flex;
  flex-flow: row;
  align-items: start;
  justify-content: start;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  min-height: 100vh;
  padding-top: 15vh;
  position: relative;
  gap: 5%;
}
@media (width <= 1200px) {
  #site-content {
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
#site-content #share-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
#site-content #share-popup #share-popup-content {
  background: #E5EEEE;
  padding: 2em;
  display: flex;
  align-items: center;
  gap: 5vw;
  border-radius: 1em;
}
#site-content #share-popup #share-popup-content i {
  font-size: 1.5em;
  color: #33EB3C;
  cursor: pointer;
}
#site-content #section-body {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: start;
  min-height: 100vh;
  gap: 7vh;
  border-radius: 1em;
  background: rgb(207.4139534884, 223.8860465116, 223.8860465116);
  flex: 4;
  max-width: 70%;
  padding: 2em 1em;
}
#site-content #section-body #section-video {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  max-height: 80vh;
}
#site-content #section-body #section-video iframe {
  max-width: 100%;
  aspect-ratio: 16/9;
  max-height: 80vh;
  width: 100%;
  height: 100%;
}
#site-content #section-body #section-content {
  min-height: 20vh;
  width: 100%;
}
#site-content #section-body #section-content pre {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
#site-content #section-body #section-content p {
  margin-top: 1em;
  margin-bottom: 1em;
}
#site-content #section-sidebar {
  border-radius: 1em;
  background: rgb(207.4139534884, 223.8860465116, 223.8860465116);
  display: flex;
  position: sticky;
  top: 15vh;
  flex-flow: column;
  align-items: center;
  justify-content: start;
  flex: 1;
  max-width: 20%;
  min-height: 100vh;
  padding: 1em 0.5em;
  overflow: clip;
  gap: 8vh;
}
#site-content #section-sidebar #sidebar-coursedata, #site-content #section-sidebar #sidebar-stats {
  width: 100%;
}
#site-content #section-sidebar i {
  color: #0A0A0A;
}
#site-content #section-sidebar #feedback-container {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#site-content #section-sidebar #feedback-container i {
  font-size: 2em;
  color: #33EB3C;
  cursor: pointer;
}
#site-content .truncate-data {
  overflow-x: clip;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (width <= 900px) {
  #site-content {
    flex-flow: column-reverse;
    align-items: center;
  }
  #site-content #section-sidebar {
    position: unset;
    padding-bottom: 1em;
    min-height: unset;
    height: 30vh;
    max-width: unset;
    min-width: fit-content;
    width: 50%;
    padding-left: 2em;
    padding-right: 2em;
    flex-flow: column;
    align-items: center;
  }
  #site-content #section-sidebar #sidebar-coursedata, #site-content #section-sidebar #sidebar-stats {
    width: fit-content;
  }
  #site-content #section-body {
    background: none;
    box-shadow: none;
    width: 90%;
    max-width: unset;
    min-height: unset;
    align-items: center;
  }
  #site-content #section-body .title {
    text-align: center;
  }
}

/*# sourceMappingURL=sectiondisplay.css.map */
