.contact-container {
  background-color: var(--bg-form);
  border-radius: 15px;
  width: 50%;
}

.about-us-container {
  background-color: var(--bg-form);
  border-radius: 15px;
  min-width: 50%;
  min-height: 300px;
}

.about-us-text {
  text-align: center;
}

.svg-stroke-contrast {
  stroke: var(--text-less-contrast);

}

.svg-tshirt {
  fill: var(--highlight-color);
}

.svg-head {
  fill: var(--text-less-contrast);
  fill-opacity: 0;
}

.svg-dot {
  fill: var(--highlight-color);
  stroke: var(--highlight-color);
}

@media only screen and (max-width: 1000px) {
  .contact-container {
    width: 75%;
  }

  .about-us-container {
    width: 75%;
  }
}
.log-view-cont {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid var(--text-less-contrast);
  background-color: var(--bg-form);
  border-radius: 15px;
  overflow: auto;
  max-height: 500px;
}

.users-view-cont {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: auto;
  max-height: 500px;
}

.users-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--text-less-contrast);
  background-color: var(--bg-container-default);
  border-radius: 15px;
}

.users-table th, td {
  padding: 0.25rem;
}

.users-table tr:nth-child(2n) {
  background-color: var(--bg-application);
}

.users-table .th-align-left {
  text-align: left;
}

.users-table .th-align-center {
  text-align: center;
}

.users-table .td-align-left {
  text-align: left;
}

.users-table .td-align-center {
  text-align: center;
}
.chart-bar-first {
 fill: #2a85c2;
}

.chart-bar-second {
  fill: #2ac271;
}

.task-analytics-table {
  border: 1px solid var(--text-less-contrast);
  background-color: var(--bg-container-default);
  border-radius: 15px;
}

.task-analytics-table tr:nth-child(2n) {
  background-color: var(--bg-application);
}

.task-analytics-cont {
  min-width: 50%;
  padding: 1rem;
  border-radius: 15px;
  border: 1px solid var(--text-less-contrast);
  background-color: var(--bg-form);
}
.attachment-image-container {
  justify-content: center;
}

.attachment-image {
}
.markdown-line-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  width: 100%;
  wrap: wrap;
  gap: 0.5rem;
}

.markdown-table-container {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  width: 100%;
  wrap: wrap;
  gap: 0.5rem;
}

.inline-code {
  font-family: 'Fira Code', monospace;
  letter-spacing: 2px;
  color: var(--highlight-color);
  font-size: 1.2rem;
}

.code-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-family: 'Fira Code', monospace;
  line-height: 1.5em;
  background-color: var(--code-block);
  color: #d4d4d4;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  width: 100%;
}

.code-line {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
  top:0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.code-line-number-lit {
  margin: 0;
  background-color: var(--less-saturated-highlight-color);
}

.code-line-number {
  margin: 0;
}

.code-tab {
  width: 20px;
  pointer-events: none;
}

.code-gap {
  width: 10px;
  pointer-events: none;
}

.code-keyword-pink {
  color: var(--code-keyword-color);
  pointer-events: none;
}

.sql-keyword {
  color: var(--sql-keyword-color);
  pointer-events: none;
}

.sql-function {
  color: var(--sql-function-color);
  pointer-events: none;
}

.sql-operator {
  color: var(--sql-operator-color);
  pointer-events: none;
}

.sql-string {
  color: var(--sql-string-color);
  pointer-events: none;
}

.sql-literal {
  color: var(--sql-literal-color);
  pointer-events: none;
}

.code-keyword-blue {
  color: var(--code-require-color);
  pointer-events: none;
}

.code-symbol {
  color: var(--code-require-color);
  pointer-events: none;
}

.code-key-or-param {
  color: var(--code-require-color);
  pointer-events: none;
}

.code-operator {
  color: var(--code-operator-color);
  pointer-events: none;
}

.code-variable {
  color: var(--code-variable-color);
  pointer-events: none;
}

.code-constant {
  color: var(--code-constant-color);
  pointer-events: none;
}

.code-string {
  color: var(--code-string-color);
  pointer-events: none;
}

.code-number {
  color: var(--code-number-color);
  pointer-events: none;
}

.code-method {
  color: var(--code-method-color);
  pointer-events: none;
}

.code-bracket-1 {
  color: var(--code-bracket-1-color);
  pointer-events: none;
}

.code-bracket-2 {
  color: var(--code-bracket-2-color);
  pointer-events: none;
}

.code-bracket-0 {
  color: var(--code-bracket-3-color);
  pointer-events: none;
}

.code-comment {
  color: var(--code-comment-color);
  pointer-events: none;
}

.code-container {
  width: 100%;
}

.code-container:hover {
  background-color: var(--less-saturated-highlight-color);
}

.code-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: none;
    max-width: 100%;
    border-radius: 15px;
    padding: 10px;
    background-color: var(--bg-container-default);
    box-shadow: 2px 2px 5px var(--default-shadow);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.cookies-modal {
  position: absolute;
  width: 85%;
  padding: 1rem;
  z-index: 1000;
  bottom: 4rem;
  word-break: break-word;
  border-radius: 15px;
  background-color: var(--bg-form);
}

.cookies-text {
  text-justify: auto;
  color: var(--text-max-contrast);
}

.cookie-icon {
  width: 4rem;
  height: 4rem;
  fill: var(--highlight-color);
}

.btn-cookie-reject {
  width: 15rem;
  height: 2.5rem;
  background-color: var(--bg-container-default);
  color: var(--text-max-contrast);
}

.btn-cookie-accept {
  width: 15rem;
  height: 2.5rem;
  background-color: var(--highlight-color);
  color: var(--text-max-contrast);
}

@media only screen and (max-width: 1000px) {
  .cookies-modal {
    width: 90%;
  }

  .btn-cookie-accept {
    width: 10rem;
  }

  .btn-cookie-reject {
    width: 10rem;
  }
}
.course-body {
  width: 100%;
  height: 100%;
  align-items: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.course-body::-webkit-scrollbar {
  display: none;
}

.course-cont {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  background-color: var(--bg-container-default-opaque);
  border-radius: 15px;
  padding: 25px;
}

.lesson-show-container {
  background-color: var(--bg-container-default-opaque);
  border-radius: 15px;
  align-items: flex-end;
  justify-content: flex-start;
}

.user-lesson-cont {
  background-color: var(--bg-container-default-opaque);
  border-radius: 15px;
  align-items: flex-end;
  justify-content: flex-start;
}


.lesson-list {
  margin-top: 1rem;
  gap: 1.25rem;
  position: relative;
}

.lesson-tile {
  position: relative;
  background-color: var(--bg-form);
  width: 65%;
  height: 60px;
  border-radius: 5px;
}

.lesson-started-background {
  background: linear-gradient(270deg, var(--bg-form) 8%, var(--less-saturated-highlight-color) 100%);
}

.lesson-started-background::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease;
  background: var(--highlight-color);
  opacity: 0;
  border-radius: 5px;
}

.lesson-started-background:hover::after {
  opacity: 0.5;
}

.lesson-completed-background {
  background: linear-gradient(90deg, var(--bg-form) 8%, var(--success-green) 100%);
}

.lesson-completed-background::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease;
  background: var(--success-green);
  opacity: 0;
  border-radius: 5px;
}

.lesson-completed-background:hover::after {
  opacity: 0.5;
}

.lesson-available-background {
  background: linear-gradient(90deg, var(--bg-form) 8%, var(--highlight-color) 100%);
}

.lesson-available-background::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease;
  background: var(--highlight-color);
  opacity: 0;
  border-radius: 5px;
}

.lesson-available-background:hover::after {
  opacity: 0.5;
}

.lesson-title {
  z-index: 2;
  font-size: 2rem;
  left: 1.25rem;
  top: 0.75rem;
  font-weight: bold;
}

.lesson-description {
  width: 80%;
  font-size: 0.8rem;
  left: 0.25rem;
  top: 1.5rem;
}

.lesson-state {
  z-index: 2;
  font-size: 0.8rem;
  float: right;
  margin-right: 1rem;
}

.courses-index-wrapper {
  inline-size: min(80%);
  margin-inline: auto;
}

.course-group-container {
  margin-top: 1rem;
  padding: 2rem;
  border-radius: 15px;
}

.course-tile-completed {
  width: 100%;
  min-height: 200px;
  max-height: 90%;
  padding: 0.25rem;
  background-color: var(--bg-container-default-opaque);
  box-shadow: 2px 2px 2px var(--default-shadow);
  border-radius: 15px;
}

.course-tile-sales {
  width: 100%;
  min-height: 200px;
  max-height: 90%;
  padding: 0.25rem;
  background-color: var(--bg-container-default-opaque);
  box-shadow: 2px 2px 2px var(--default-shadow);
  border-radius: 15px;
}

.course-tile-started {
  width: 95%;
  padding: 0.5rem;
  background-color: var(--bg-container-default-opaque);
  box-shadow: 2px 2px 2px var(--default-shadow);
  border-radius: 15px;
  border-radius: 15px;
}

.course-tile-header {
  text-align: center;
}

.course-progress-bar {
  position: relative;
  top: 0;
  left: 0;
  height: 1.5rem;
  background: linear-gradient(90deg, var(--bg-form) 0%, var(--highlight-color) 100%);
}

.course-progress-text {
  font-family: 'Now Regular', sans-serif;
  position: absolute;
  bottom: 0.25rem;
  left: 0.5rem;
  font-size: 0.8rem;
}

.course-tile-body {
  padding: 0.25rem;
}

.course-progress-wrapper {
  position: abolute;
  bottom: 0;
}

.course-progress {
  border: 1px solid var(--highlight-color);
  padding: 0.125rem;
  border-radius: 0.25rem;
  width: 100%;
}

.course-contstuctor-cont {
  background-color: var(--bg-container-default);
  width: 300px;
  border-radius: 15px;
}


@media only screen and (max-width: 1000px) {

  .course-scroller::-webkit-scrollbar {
    background-color: var(--highlight-color);
    border-radius: 10px;
    width: 5px;
  }

  .course-cont {
    width: 80%;
  }

  .course-scroller {
    grid-auto-columns: 75%;
  }

  .course-scoller > * {
    scroll-snap-align: center;
  }

  .lesson-tile {
    width: 90%;
  }

  .lesson-title {
    font-size: 1rem;
  }
}
.faq-header-container {
  cursor: pointer;
  background-color: var(--bg-container-default-opaque);
  padding: 1rem;
  border-radius: 0.5rem;
}

.faq-header {
  cursor: pointer;
}
.feedback-tab-cont {
  position: fixed;
  right:0;
  z-index: 5;
  bottom:10%;
  width: 50px;
  height: 50px;
  border-radius: 1rem 0 0 1rem;
  background-color: var(--bg-container-default);
}

.feedback-cont {
    position: absolute;
    display: flex;
    right: 0;
    bottom: 10%;
    z-index: 5;
    width: 400px;
    height: 400px;
    border-radius: 1rem 0 0 1rem;
    box-shadow: 2px 2px 5px var(--default-shadow);
    background-color: var(--bg-container-default);
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    transform: translate(100%,0%);
    overflow-x: hidden;
    border: 1px dotted var(--highlight-color);
}

.feedback-form {
  z-index: 5;
}

.feedback-subject {
  width: 95%;
  height: 2rem;
  font-family: 'Now Light', sans-serif;
  background-color: var(--bg-form);
  color: var(--text-less-contrast);
  text-align: center;
}

.feedback-field {
  width: 95%;
  height: 10rem;
  font-family: 'Now Light', sans-serif;
  background-color: var(--bg-form);
  color: var(--text-less-contrast);
  text-align: center;
}

.feedback-submit {
  font-family: 'Now', sans-serif;
  color: var(--text-max-contrast);
  text-align: center;
  z-index: 6;
  background: rgb(52,50,32);
  background: linear-gradient(270deg, rgba(52,50,32,0.5032606792717087) 0%, rgba(255,145,77,0.5) 45%, rgba(255,145,77,0.5) 55%, rgba(52,50,32,0.5032606792717087) 100%);
  width: 80%;
  transition: 1s ease;
  padding: 0.5rem;
}

.feedback-submit:hover {
  background-color: var(--less-saturated-highlight-color);
}

.feedback-graphic {
  fill: var(--highlight-color);
  transform: scaleX(-1);
}
@font-face {
  font-family: 'Fira Code';
  src: font-url(/fonts/FiraCode-Light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Code';
  src: font-url(/fonts/FiraCode-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Code';
  src: font-url(/fonts/FiraCode-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Code';
  src: font-url(/fonts/FiraCode-SemiBold.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Code';
  src: font-url(/fonts/FiraCode-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Code VF';
  src: font-url(/fonts/FiraCode-VF.woff2) format('woff2-variations');
  font-weight: 300 700;
  font-style: normal;
}
.flash-popup {
  z-index: 1000;
  opacity: 1;
  transition: opacity 2s ease-in-out;
}
.custom-footer-container {
  flex: 1;
  width: 100%;
  display: flex;
}

.custom-footer {
  align-self: flex-end;
  gap: 1rem;
  margin-top: 1rem;
  height: 3rem;
  background-color: var(--bg-container-default-opaque);
}

.text-footer {
  font-size: 0.9rem;
}

.gap-footer {
  gap: 1.25rem;
}

@media only screen and (max-width: 1000px) {
  .text-footer {
    font-size: 0.8rem;
  }

  .gap-footer {
    gap: 1rem;
  }
}

@media only screen and (max-width: 400px) {
  .gap-footer {
    gap: 0.25rem;
  }
}
.logo-text-box {
  z-index: 3;
  position: absolute;
  display:flex;
  left:5px;
  top:5px;
}

.logo-text {
  font-size: 1.2rem;
  font-family: 'Now Regular';
  letter-spacing: 0.1rem;
}

.settings-wrapper {
  z-index: 3;
  position: absolute;
  top: 0px;
  right: 5px;
}

.image-settings-svg {
  height: 30px;
  width: 30px;
  margin: 0.5rem;
 }

 .hamburger-line-svg {
  stroke: var(--highlight-color);
  scale: 1.2;
 }

 .custom-header {
  height: 220px;
  width: 100%;
  overflow-x: hidden;
 }

 .btn-header {
  cursor: pointer;
  max-height: 30px;
  width: 120px;
  font-size: 0.8rem;
 }

 .settings-box {
  position: absolute;
  display: flex;
  right: 5px;
  top: 5px;
  z-index: 4;
  width: 200px;
  height: 200px;
  opacity: 0;
  border-radius: 0 0 0 15px;
  box-shadow: 2px 2px 5px var(--default-shadow);
  background-color: var(--bg-container-default);
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  transform: translate(101%,-101%);
 }

 .mode-switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 34px;
 }

 .language-select {
  cursor: pointer;
 }

 .language-switch-box {
  z-index: 4;
  cursor: pointer;
 }

 .mode-switch-box {
  z-index: 4;
 }

 .logout-box {
  z-index: 4;
 }

 .mode-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--darkmode); /* slider background */
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: var(--highlight-color); /* Slider ball before */
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--white);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--default-shadow);
}

input:checked + .slider:before {
  -webkit-transform: translateX(46px);
  -ms-transform: translateX(46px);
  transform: translateX(46px);
}

.slider.round {
border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.header-text {
  font-size: 1.1rem;
}

@media only screen and (max-width: 1000px) {
  .settings-box {
    width: 150px;
    height: 150px;
   }
}
@property --glow-deg {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}

.kurs-sql-header {
  padding: 1rem;
}

.kurs-sql-wrapper {
  --train-board: #00447c;
  --train-shadow: 0.5rem -0.5rem 0.25rem #00000023;
  --smoke-shadow: 1rem -1rem 0.25rem #00000023;
  --local-bg: #c7b8a5;
  --local-text: var(--bg-application);
  width: 100%;
  overflow: hidden;
  background-color: var(--local-bg);
}

.kurs-sql-text {
  text-justify: auto;
  color: var(--local-text);
  font-family: 'taborowa';
  font-size: 1rem;
}

.kurs-sql-text-highlight {
  color: var(--train-board);
}

.kurs-sql-information-board {
  padding: 2rem;
  width: 50%;
  background-color: var(--train-board);
  border: 1px solid white;
  box-shadow: 0.25rem 0.25rem 0.25rem black;
}

.kurs-sql-information-board-text {
  color: white;
  margin: 0;
}

.kurs-sql-wrapper.p {
  color: var(--local-text);
}

.train-img {
  width: 50%;
  padding: 1rem;
  filter: blur(0.5px);
}

.chart-img {
  width: 60%;
  padding: 1rem;
}

.kurs-sql-questions-header {
  padding: 1rem;
}

.kurs-sql-train-track.desktop {
  align-self: flex-start;
  position:absolute;
  left: 1.25rem;
  width: 240px;
}

.kurs-sql-train-track.mobile {
  display: none;
}

.kurs-sql-what-list {
  list-style: none;
  padding-left: 0;

  li {
    padding: 0.5rem;
    font-size: 1.75rem;
    margin-left: 0.5rem;
    font-family: 'taborowa';
  }
}


.kurs-sql-what-list li::before {
  content: '✔  ';
  color: var(--darker-green);
  font-weight: bold;
  font-size: 2rem;
}

.kurs-sql-who-list {
  padding: 1rem;
  list-style: none;
}

.kurs-sql-who-list li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.75rem;
  font-family: 'taborowa';
  color: var(--local-text);
}

.kurs-sql-who-list li::before {
  content: '🔍';
  position: absolute;
  left: 0;
}

.kurs-sql-who-list li:nth-child(2)::before {
  content: '📋';
}

.kurs-sql-who-list li:nth-child(3)::before {
  content: '📊';
}

.kurs-sql-who-list li:nth-child(4)::before {
  content: '🤷‍♀️';
}

.kurs-sql-svg-text {
  stroke: #000000d6;
  stroke-width: 0.5px;
  font-size: 0.5rem;
  opacity: 0.5;
}

.kurs-sql-header-text {
  margin: 0;
  font-weight: 800;
  color: var(--local-text);
  font-family: 'taborowa';
  font-size: 2rem;
}

.circle-outer-logo-svg-kurs-sql {
  stroke: var(--bg-application);
}

.letter-svg-max-contrast-kurs-sql {
  fill: var(--bg-application);
}

.kurs-sql-header-text-large {
  margin: 0;
  color: var(--local-text);
  font-family: 'taborowa';
  font-size: 5rem;
}

#train, #car1, #car2, #car3, #car4, #car5 {
  will-change: transform;
  transform: translateZ(0);
}

#car1,
#car2,
#car3,
#car4,
#car5 {
  width: 2.25rem;
  height: 5rem;
  position: absolute;
  left: 0;
  top: -1.25rem;
  display: none;
  background: #574748;
  justify-content: center;
  box-shadow: var(--train-shadow);
  transition: 100ms;
}

#car1 {
  align-items: center;
}

#car2,
#car3,
#car4,
#car5 {
  background: linear-gradient(90deg,rgba(87, 71, 72, 1) 0%, rgba(36, 32, 33, 1) 50%, rgba(87, 71, 72, 1) 100%);
}


#car1::after,
#car2::after,
#car3::after,
#car4::after,
#car5::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  width: 2px;
  height: 1.5rem;
  background-color: black;
  transform: translateX(-50%);
}

.car-inner-coal {
  width: 1.9rem;
  height: 4.65rem;
  background-color: black;
  background-image:
    radial-gradient(circle at 20% 30%, #2b2b2b 0%, #000 60%, transparent 70%),
    radial-gradient(circle at 60% 40%, #333 0%, #111 60%, transparent 70%),
    radial-gradient(circle at 80% 80%, #000000 0%, #000 60%, transparent 70%),
    radial-gradient(circle at 40% 75%, #1f1f1f 0%, #000 60%, transparent 70%),
    radial-gradient(circle at 50% 20%, #3a3a3a 0%, #111 60%, transparent 70%);
  background-repeat: no-repeat;

  background-size: 200px 200px;
}

#train {
  width: 2.3rem;
  height: 5rem;
  position: absolute;
  left: 0;
  top: -1.5rem;
  display: none;
  flex-direction: column;
  transition: 100ms;
}

#train-head {
  width: 100%;
  height: 2rem;
  background: #43464B;
  box-shadow: var(--train-shadow) ;
}

.kurs-sql-progress-wrapper {
  background-color: var(--bg-application-opaque);
  width: 80%;
  margin-left: 1rem;
  border-radius: 0.25rem;
  padding: 0 0.25rem 0 0.25rem;
}

#train-cylinder {
  width: 90%;
  height: 3rem;
  background: #1e2021;
  background: linear-gradient(90deg,rgba(30, 32, 33, 1) 0%, rgba(67, 70, 75, 1) 50%, rgba(30, 32, 33, 1) 100%);
  align-self: center;
  display: flex;
  justify-content: center;
  position: relative;
  box-shadow: var(--train-shadow) ;
}

#train-cylinder::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #1e2021;
  z-index: 9;
}

.train-chimney {
  border-radius: 100%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: rgb(34, 36, 36);
  align-self: flex-end;
}

.smoke,
.smoke2,
.smoke3,
.smoke4,
.smoke5,
.smoke6,
.smoke7,
.smoke8,
.smoke9 {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: radial-gradient(circle, rgba(200,200,200,0.6) 30%, transparent 70%);
  border-radius: 50%;
  left: 1.25rem;
  opacity: 0;
  box-shadow: var(--smoke-shadow);
}

.smoke {
  animation: 4s rise infinite;
}

.smoke2 {
  animation: 4s rise 500ms infinite;
}

.smoke3 {
  animation: 4s rise 1s infinite;
}

.smoke4 {
  animation: 4s rise 1.5s infinite;
}

.smoke5 {
  animation: 4s rise 2s infinite;
}

.smoke6 {
  animation: 4s rise 2.5s infinite;
}

.smoke7 {
  animation: 4s rise 3s infinite;
}

.smoke8 {
  animation: 4s rise 3.5s infinite;
}

.smoke9 {
  animation: 4s rise 4s infinite;
}

@keyframes rise {
  0% {
    transform: translateX(-50%) translateY(0) scale(1);
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: translateX(-50%) translateY(-50px)scale(3);
    opacity: 0;
  }
}

.kurs-sql-link-text {
  font-size: 2.5rem;
  font-family: 'taborowa', Courier, monospace;
  background-color: var(--train-board);
  color: var(--text-less-contrast);
  width: 100%;
  background-color: none;
  padding: 0.5rem;
}

.kurs-sql-link {
  --gradient-glow: var(--train-board), white, white, var(--train-board);
  position: relative;
  display: inline-block;
  width: 60%;
  border: 2px solid transparent;
  background:
    linear-gradient(var(--train-board)) padding-box,
    conic-gradient(from var(--glow-deg), var(--gradient-glow)) border-box;
  cursor: pointer;
  border-radius: 4px;
}

.kurs-sql-link.mobile {
  display: none;
}

.kurs-sql-link.desktop {
  display: inline-block;
}

.kurs-sql-link:hover {
  animation: glow-rotate 5s linear infinite;
}

.kurs-sql-link:hover::after {
  transition: 2s;
  filter: blur(2rem);
}

@keyframes glow-rotate {
  0% {
    --glow-deg: 0deg;
  }
  100% {
    --glow-deg: 360deg;
  }
}

.kurs-sql-link::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: conic-gradient(from var(--glow-deg),var(--gradient-glow)) padding-box;
  filter: blur(1rem);
  inset: 0;
}

.kurs-sql-buy-container {
  position: relative;
}

.kurs-sql-price-float {
  background-color: var(--highlight-color, #ffcc00);
  font-weight: bold;
  font-size: 1.5rem;
  font-family: 'taborowa', Courier, monospace;
  position: absolute;
  top: -18px;
  right: 13%;
  padding: 10px 20px;
  width: auto;
  height: auto;
  border-radius: 6px;
  transform: rotate(10deg);
  box-shadow: 2px 4px 4px black;
  z-index: 2;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 1px;
}

.kurs-sql-price-float-lower {
  top: 70px;
}

.kurs-sql-img-parent {
  position: relative;
  width: 250px;
  height: 250px;
}

.kurs-sql-img-wrapper.open {
  width: 800px;
  height: 600px;
  transition: transform 375ms, width 375ms, height 275ms 100ms;
}

.kurs-sql-img-wrapper div.content {
  position: absolute;
  margin: auto;
  left: -9999px;
  right: -9999px;
  transform-origin: top;
  width: 800px;
  transform: scale(0.50);
  height: 600px;
  border-radius: 3px;
  overflow: hidden;
  transition: transform 375ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.kurs-sql-img-parent {
  position: relative;
  width: 250px;
  height: 250px;
}

.kurs-sql-img-wrapper {
  width: 250px;
  height: 250px;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
  transition: transform 375ms, width 275ms 100ms, height 375ms;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.kurs-sql-img-wrapper.open .content {
  transform: scale(1);
}

.kurs-sql-img-wrapper.mobile.open {
  width: 420px;
  height: 900px;
}

.kurs-sql-img-wrapper.mobile div.content {
  width: 420px;
  height: 900px;
}

.kurs-sql-img-text {
  width: 100%;
  left: -0.25rem;
  bottom: 1rem;
  position: absolute;
  padding: 0.25rem;
  background-color: var(--train-board);
  border: 1px solid white;

  p {
    color: var(--text-less-contrast);
  }
}

.kurs-sql-gallery-wrapper {
  display: flex;
}

.kurs-sql-course-tile-sales {
  --train-board: #00447c;
  width: 100%;
  min-height: 250px;
  max-height: 90%;
  padding: 0.25rem;
  background-image: url(/assets/train_v6-747aed5da9967b1905df3562b0d88900d6d8f960da52072dd3cf680ef8d117c8.webp);
  background-size: cover;       /* ensures full coverage */
  background-position: center;  /* centers the image */
  background-repeat: no-repeat; /* prevents tiling */
  background-color: var(--train-board);
  border: 1px solid white;
  box-shadow: 2px 2px 2px var(--default-shadow);
  border-radius: 15px;
}

.kurs-sql-tile-text {
  font-family: 'taborowa';
}

.kurs-sql-course-tile-price {
  background-color: var(--less-saturated-highlight-color);
  align-self: flex-start;
  margin-left: 1rem;
  border-radius: 1rem;
}

.kurs-sql-pill-container {
  background-color: var(--bg-application-opaque-darker);
  border-radius: 1rem;
  padding: 0.25rem;
}

.kurs-sql-course-tile-header {
  margin-left: 1rem;
}

.kurs-sql-tile-header-text {
  font-size: 2rem;
  margin: 0.5rem 0.5rem 0 0;
  font-family: 'taborowa';
  background-color: var(--bg-application-opaque-darker);
  border-radius: 1rem;
  padding: 0.25rem;
}

.kurs-sql-course-tile-tags{
  margin-left: 1rem;
  display: flex;
  gap: 0.5rem;
}

.kurs-sql-tag {
  border-radius: 1rem;
  background-color: var(--darker-highlight-color);
}

.kurs-sql-tag-text {
  font-size: 1rem;
  margin: 0;
  padding: 0.3rem;
  color: var();
  font-family: 'taborowa';
}

.kurs-sql-course-tile-subtext {
  margin-left: 1rem;
}

.kurs-sql-input-large {
  width: 100%;
  min-width: 300px;
  max-width: 450px;
  height: 3rem;
}

@media only screen and (max-width: 1440px) {
  .kurs-sql-what-list {
    li {
      font-size: 1.5rem;
    }
  }

  .kurs-sql-train-track.desktop {
    align-self: flex-start;
    position:absolute;
    left: 1.25rem;
    width: 240px;
    display: inline-block;
  }

  .kurs-sql-train-track.mobile {
    display: none;
  }

  .kurs-sql-header-text {
    text-align: center;
    font-weight: bold;
    font-family: 'taborowa', 'Now bold';
    font-size: 1.5rem;
  }

  .kurs-sql-price-float {
    background-color: var(--highlight-color, #ffcc00);
    font-weight: bold;
    font-size: 1rem;
    right: 15%;
    top: -10px;
  }

  .kurs-sql-price-float-lower {
    top: 60px;
  }

  .kurs-sql-link.mobile {
    display: none;
  }

  .kurs-sql-link.desktop {
    display: inline-block;
  }

  .kurs-sql-link-text {
    font-size: 2rem;
  }

  .kurs-sql-who-list {
    display: inline-block;
    text-align: left;

    li {
      width: 90%;
      font-size: 1.5rem;
      margin-left: 5%;
      margin-top: 2%;
    }
  }

  .chart-img {
    width: 90%;
    padding: 1rem;
  }

.kurs-sql-tile-header-text {
  font-size: 1.5rem;
}

.kurs-sql-header-text-large {
  font-size: 4rem;
}

.kurs-sql-img-wrapper.open {
  width: 600px;
  height: 450px;
}

.kurs-sql-img-wrapper div.content {
  width: 600px;
  transform: scale(0.7);
  height: 450px;
}

.kurs-sql-promo-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.kurs-sql-img-wrapper.open .content {
  transform: scale(1);
}

.kurs-sql-input-large {
  width: 80%;
}
}

@media only screen and (max-width: 1280px) {
  .kurs-sql-train-track.desktop {
    display: none;
  }

  .kurs-sql-train-track.mobile {
    display: inline-block;
    position: absolute;
    left: 0.25rem;
    width: 30px;
  }


  .kurs-sql-gallery-wrapper {
    display: flex;
    flex-direction: column;
  }

  #car1,
  #car2,
  #car3,
  #car4,
  #car5 {
    opacity: 1;
    left: -0.75rem;
  }

  .car-inner-coal {
    opacity: 1;
    left: -0.75rem;
  }

  #train {
    opacity: 1;
    left: -0.75rem;
  }

  .kurs-sql-svg-text {
    stroke: #0000002d;
    fill: none;
  }

  .train-img {
    width: 100%;
    filter: blur(0.5px);
  }

  .kurs-sql-header-text {
    text-align: center;
    font-weight: bold;
    font-family: 'taborowa', 'Now bold';
    font-size: 1.5rem;
  }

  .kurs-sql-price-float {
    background-color: var(--highlight-color, #ffcc00);
    font-weight: bold;
    font-size: 0.75rem;
    padding: 5px 10px;
    right: 5%;
    top: -10px;
  }

  .kurs-sql-price-float-lower {
    top: 60px;
  }

  .kurs-sql-link.mobile {
    display: inline-block;
  }

  .kurs-sql-link.desktop {
    display: none;
  }

  .kurs-sql-who-list {
    display: inline-block;
    text-align: left;

    li {
      width: 90%;
      font-size: 1.5rem;
      margin-top: 2%;
    }
  }

  .chart-img {
    width: 95%;
    padding: 1rem;
  }

.kurs-sql-tile-header-text {
  font-size: 1.5rem;
}

.kurs-sql-img-wrapper.open {
  width: 400px;
  height: 300px;
}

.kurs-sql-img-wrapper div.content {
  width: 400px;
  transform: scale(1.1);
  height: 300px;
}

.kurs-sql-promo-img {
  width: 420px;
}

.kurs-sql-img-wrapper.open .content {
  transform: scale(1);
}

.kurs-sql-img-wrapper.mobile.open {
  width: 420px;
  height: 900px;
}

.kurs-sql-img-wrapper.mobile div.content {
  width: 420px;
  transform: scale(0.8);
  height: 900px;
}

.kurs-sql-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.kurs-sql-input-large {
  width: 80%;
}
}
.course-sell-tiles-cont {
  inline-size: min(80%);
  margin-inline: auto;
}

.text-landing {
  text-align: center;
}

.flex-cont-guest-landing {
  display: flex;
}

.logo-container {
  width:90%;
  background-color: var(--bg-application-opaque);
}

.main-page-link {
  width: 60%;
  padding: 0.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(52,50,32);
  background: linear-gradient(270deg, rgba(52,50,32,0.5032606792717087) 0%, rgba(255,145,77,0.5) 45%, rgba(255,145,77,0.5) 55%, rgba(52,50,32,0.5032606792717087) 100%);
  transition: 1s ease;
  border-radius: 0.5rem;
}

.main-page-link:hover {
    background-color: var(--less-saturated-highlight-color);
}

.main-page-link-text {
  font-size: 1.5rem;
  color: var(--text-less-contrast);
}

@media only screen and (max-width: 1000px) {
  .main-page-link {
    width: 80%;
  }

  .flex-cont-guest-landing {
    display: flex;
    flex-direction: column;
  }
}
.lecture-cont {
  width: 80%;
  display: flex;
  border-radius: 15px;
  padding: 1rem;
  margin-top: 1rem;
}

.lecture-text {
  font-size: 1.1rem;
  margin: 0.5rem;
}

@media only screen and (max-width: 1000px) {
  .lecture-cont {
    width: 90%;
  }
}
.text-lesson-rating {
  font-size: 1.5rem;
}

.text-success {
  color: var(--success-green);
  font-size: 1.1rem;
}

.text-failure {
  color: var(--error-red);
  font-size: 1.1rem;
}

.lesson-radio-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lesson-radio-select {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin: 6px;
  padding: 0;
  border: 2px solid var(--text-less-contrast);
  border-radius: 50%;
  appearance: none;
  background-color: transparent;
  outline: none;
}

.lesson-radio-select:not(:disabled):checked {
  border-color: var(--highlight-color);
  background-color: var(--highlight-color);
  background-clip: content-box;
  padding: 2px;
}

.lesson-radio-select:disabled {
  background-color: var(--bg-container-default);
}

.lesson-constructor-cont {
  width: 20%;
  min-width: 200px;
  height: 200px;
  border-radius: 15px;
  background-color: var(--bg-container-default);
}

.lesson-stage-constructor-cont {
  width: 20%;
  min-width: 200px;
  height: 200px;
  overflow-y: hidden;
  border-radius: 15px;
  background-color: var(--bg-container-default);
}

.lesson-completed-cont {
  background-color: var(--bg-form);
  border-radius: 15px;
}
.login-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--bg-container-default-opaque);
  height: 20vw;
  min-height: 300px;
  max-height: 500px;
  width: 25vw;
  min-width: 375px;
  max-width: 625px;
  border-radius: 1rem;
  padding: 1rem;
}

.text-login {
  font-size: 1.5rem;
}

.btn-login {
  width: 100%;
  padding: 0.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(52,50,32);
  background: linear-gradient(270deg, rgba(52,50,32,0.5032606792717087) 0%, rgba(255,145,77,0.5) 35%, rgba(255,145,77,0.5) 65%, rgba(52,50,32,0.5032606792717087) 100%);
  transition: 1s ease;
  border-radius: 0.5rem;
  color: var(--text-less-contrast);
  font-family: 'Now Regular', sans-serif;
}

.btn-login:hover {
  background-color: var(--less-saturated-highlight-color);
}

.input-large::placeholder {
  color: var(--text-less-contrast);
  font-family: 'Fira Code', monospace;
  font-size: 1.2rem;
}
/* #### Generated By: http://www.cufonfonts.com #### */

    @font-face {
    font-family: 'Now Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Now Regular'), url(/assets/Now-Regular-c1cc8ee349593ad1435bdc826cde8909c7e4391cd6e991ed92144fe8a90c9922.woff) format('woff');
    }


    @font-face {
    font-family: 'Now Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Now Thin'), url(/assets/Now-Thin-cf233b02022c53e2919cb7b49b033ec5cd82ab195c69b41e82cb7d43ff7864ff.woff) format('woff');
    }


    @font-face {
    font-family: 'Now Light';
    font-style: normal;
    font-weight: normal;
    src: local('Now Light'), url(/assets/Now-Light-a537ade627f692454ebf1ab30206fa36e60517f1372dcdeca7e587338a1a61ae.woff) format('woff');
    }


    @font-face {
    font-family: 'Now Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Now Medium'), url(/assets/Now-Medium-177c82b5dc513b7462d764620a02dba5d039408711687b0f324db28f9a5d46a7.woff) format('woff');
    }


    @font-face {
    font-family: 'Now Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Now Bold'), url(/assets/Now-Bold-7771078530d17c005ff22114aa1682bdaef00622ef281f4625040a6ee6ef8cc7.woff) format('woff');
    }


    @font-face {
    font-family: 'Now Black';
    font-style: normal;
    font-weight: normal;
    src: local('Now Black'), url(/assets/Now-Black-f996808864c9f0dfbf42eef09d698fe130a83810366bba9eb8f5d9c8292fd17c.woff) format('woff');
    }
.practice-container {
  background-color: var(--bg-container-default-opaque);
  border-radius: 15px;
  align-items: flex-end;
  justify-content: flex-start;
}
.privacy-policy-container {
  background-color: var(--bg-form);
  border-radius: 15px;
  min-width: 50%;
  width: 85%;
}

@media only screen and (max-width: 1000px) {
  .privacy-policy-container {
    width: 75%;
  }
}
.task-cont {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: flex-start;
  background-color: var(--bg-container-default);
  border-radius: 15px;
  padding: 25px;
  margin-top: 20px;
  position: relative;
}

.task-form {
  width: 100%;
}

.task-input-cont {
  position: relative;
  width: 100%;
}

.btn-task-giveup {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.75rem;
  padding: 0.125rem;
  background-color: rgba(255, 255, 255, 0);
  color: var(--text-less-contrast);
  cursor: pointer;
  font-family: 'Fira Code', monospace;
}

.btn-task {
  font-size: 1rem;
  width: 10rem;
  height: 2rem;
  float: inline-end;
  margin-top: 0.25rem;
}

.input-task {
  height: 3rem;
  width: 100%;
}

.input-task-code {
  height: 8rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  font-family: 'Fira Code', monospace;
  background-color: var(--code-block) !important;
  color: var(--text-less-contrast) !important;
  text-align: left;
}

.retry-task-message {
  width: 100%;
}

.text-task {
  font-size: 1.1rem;
  margin: 0.5rem;
}

.text-task-table {
  width: 100%;
}

.text-task-answer-highlight {
  margin-top: 0.25rem;
  color: var(--highlight-color);
  background-color: var(--highlight-color);
  cursor: none;
  width: 100%;
}

.text-task-answer-highlight:hover {
  color: var(--highlight-color);
  background-color: var(--bg-container-default-opaque);
}

.calendar-container {
  position: absolute;
  padding: 0.25rem;
  top: 1rem;
  right: 1rem;
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  cursor: help;
}

.calendar-container .calendar-tooltip {
  visibility: hidden;
  width: 18rem;
  background-color: var(--bg-form);
  border: 2px dotted var(--text-less-contrast);
  color: var(--text-contrast);
  text-align: center;
  padding: 0.5rem 0;
  border-radius: 1rem;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -9rem;
}

.calendar-container:hover .calendar-tooltip {
  visibility: visible;
}

.calendar-top-container {
  position: relative;
}

.calendar-top-hanger {
  bottom: 25%;
  position: absolute;
  height: 0.78125rem;
  width: 0.3125rem;
  border: 0.3125rem solid var(--bg-container-default);
  border-radius: 0.625rem;
  background-color: var(--bg-form);
}

.belongs-to-container {
  max-width: 75%;
}

.hanger-left {
  left: 15%;
}
.hanger-right {
  right: 15%;
}

.calendar-top {
  height: 0.78125rem;
  width: 4rem;
  border-radius: 0.25rem 0.25rem 0 0;
  border: 0.25rem solid var(--bg-form);
  background-color: var(--bg-form);
  border-bottom-width: 0;
}

.calendar-outline {
  height: 3rem;
  width: 4rem;
  border: 0.25rem solid var(--bg-form);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  justify-content: flex-start;
}

.calendar-text {
  font-size: 0.7rem;
  margin: 0.5rem 0 0 0;
}

.calendar-text-interval {
  font-size: 0.6rem;
  font-weight: bold;
}

.task-sql-table {
  text-align: center;
  font-size: 0.9rem;
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}

.task-sql-table th, td {
  border: 1px solid var(--text-less-contrast);
}

.task-sql-table th {
  font-size: 1.1rem;
  padding: 5px;
  background-color: var(--default-shadow);
}

.task-sql-field-name {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0.2rem 0;
  padding-left: 2rem;
}

.task-sql-field-tags {
  font-size: 1.1rem;
  color: var(--highlight-color);
  margin: 0.2rem 0;
  font-family: 'Fira code', monospace;
  padding-left: 1rem;
}

.task-sql-table-name {
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
  font-family: 'Fira code', monospace;
}

.task-sql-tables-hint {
  font-size: 0.8rem;
  color: var(--highlight-color);
}

@media only screen and (max-width: 1000px) {
  .task-cont {
    width: 85%;
  }

  .text-task {
    margin-top: 5.5rem;
    font-size: 1rem;
  }

  .calendar-text {
    font-size: 0.8rem;
  }

  .calendar-text-interval {
    font-size: 0.65rem;
  }
  .calendar-container .calendar-tooltip {
    top: -5px;
    bottom: 0;
    margin-left: -21rem;
  }
}

.task-radio-select {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin: 6px;
  padding: 0;
  border: 2px solid var(--text-less-contrast);
  border-radius: 50%;
  appearance: none;
  background-color: transparent;
  outline: none;
}

.task-radio-select:not(:disabled):checked {
  border-color: var(--highlight-color);
  background-color: var(--highlight-color);
  background-clip: content-box;
  padding: 2px;
}

.task-radio-select:disabled {
  background-color: var(--bg-container-default);
}
.limited-onboarding-container {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  max-height: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.text-onboarding {
  font-size: 0.9rem;
}

.btn-small-onboarding {
  width: 100px;
  height: 25px;
  background-color: var(--button-dark);
  color: var(--text-max-contrast);
}

.btn-medium-onboarding {
  width: 100%;
  height: 40px;
  background-color: var(--button-dark);
  color: var(--text-max-contrast);
}

#btn-finish-onboarding {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
}

.user-onboarding-welcome-container {
  height: 40%;
  width: 60%;
  background-color: var(--bg-container-default);
  border: solid 0.25rem var(--highlight-color);
  padding: 1rem;
  border-radius: 1rem;
}

.onboarding-card-container {
  position: absolute;
  border-radius: 1rem;
  width: 35%;
  min-width: 350px;
  max-width: 500px;
  max-height: 350px;
  z-index: 3;
}

.user-onboarding-hint {
  position: relative;
  width: 75%;
  max-height: 65%;
  border-radius: 1rem;
  background-color: var(--less-saturated-highlight-color);
  border: dotted 0.125rem var(--highlight-color);
  background-color: var(--bg-form);
  padding: 0.5rem;
}

#onboarding-card-container-example-task-5 {
  top: 25%;
  right: 25%;
}

#example-task-hint-5-arrow {
  transform: rotate(45deg) translateY(-50%) scale(1);
}

#onboarding-card-container-example-task-4 {
  top: 25%;
  right: 25%;
}

#example-task-hint-4-arrow {
  transform: rotate(-135deg) scale(1);
}

#onboarding-card-container-example-task-3 {
  top: 20%;
}

#example-task-hint-3-arrow {
  align-self: center;
  transform: rotate(135deg) translateX(50%) scale(1);
}

#onboarding-card-container-example-task-2 {
  bottom: 15%;
  left: 0;
}

#example-task-hint-2-arrow {
  align-self:flex-end;
  transform: rotate(0deg) translateY(-50%) scale(1);
}

#onboarding-card-container-example-task {
  top: 20%;
  right: 5%;
}

#example-task-hint-arrow {
  align-self: flex-start;
  transform: rotate(180deg) scale(1);
}

#onboarding-card-container-example-course-3 {
  bottom:2%;
  left:2%;
}

#example-course-hint-3-arrow {
  align-self: flex-end;
  transform: rotate(0deg) scale(1);
}

#onboarding-card-container-example-course-2 {
  top: 3rem;
  right: 1rem;
}

#example-course-hint-2-arrow {
  align-self: flex-start;
  transform: rotate(180deg) scale(1);
}

#onboarding-card-container-example-course-1 {
  top: 3rem;
  left: 1rem;
}

#example-course-hint-1-arrow {
  align-self: flex-end;
  transform: rotate(75deg) scale(1);
}

#onboarding-card-container-choose-course {
  top:20rem;
  left: 50%;
  transform: translateX(-40%)
}

#choose-course-hint-arrow {
  align-self: flex-start;
  transform: rotate(-75deg) scale(1);
}

#onboarding-card-container-courses {
  top: 4rem;
  right: 25%;
}

#courses-hint-arrow {
  transform: rotate(-170deg) scale(1);
}

#onboarding-card-container-feedback {
  bottom: 12%;
  right: 4rem;
}

#feedback-hint-arrow {
  align-self: flex-end;
  transform: rotate(90deg) scale(1);
}

#onboarding-card-container-hamburger {
  top: 2rem;
  right: 3rem;
}

#hamburger-hint-arrow {
  align-self: flex-end;
  transform: rotate(10deg) scale(1);
}

.onboarding-pointer-arrow-border {
  fill: var(--bg-form);
}

.onboarding-pointer-arrow-fill {
  fill: var(--highlight-color);
}

@media only screen and (max-width: 1000px) {
  .user-onboarding-welcome-container {
    height: 40%;
    width: 80%;
  }

  .onboarding-card-container {
    width: 60%;
  }

  #example-task-hint-5-arrow {
    align-self: center;
    transform: rotate(90deg) scale(1);
  }

  #onboarding-card-container-example-task-5 {
    flex-direction: column;
    top: 10%;
    right: auto;
    left: auto;
  }

  #onboarding-card-container-example-task-4 {
    flex-direction: column-reverse;
    top: 10%;
    right: auto;
    left: auto;
  }

  #example-task-hint-4-arrow {
    align-self: center;
    transform: rotate(180deg) scale(1);
  }

  #example-task-hint-3-arrow {
    align-self: center;
    transform: rotate(135deg) translateX(50%) scale(1);
  }

  #onboarding-card-container-example-task-2 {
    left: auto;
    right: auto;
  }

  #example-task-hint-2-arrow {
    align-self: center;
    transform: rotate(-45deg) scale(1);
  }

  #onboarding-card-container-example-task {
    top: 20%;
    right: auto;
    left: auto;
  }

  #example-task-hint-arrow {
    align-self: center;
    transform: rotate(135deg) scale(1);
  }

  #onboarding-card-container-example-course-3 {
    bottom: 10%;
    left: auto;
    right: auto;
  }

  #example-course-hint-3-arrow {
    align-self: center;
    transform: rotate(-45deg) scale(1);
  }

  #onboarding-card-container-example-course-2 {
    top: 10rem;
    right: 1rem;
  }

  #example-course-hint-2-arrow {
    align-self: center;
    transform: rotate(135deg) scale(1);
  }

  #example-course-hint-1-arrow {
    align-self: center;
    transform: rotate(125deg) scale(1);
  }

  #choose-course-hint-arrow {
    align-self: center;
    transform: rotate(-75deg) scale(1);
  }

  .user-onboarding-hint {
    width: 75%;
    max-height: 75%;
  }

  #onboarding-card-container-courses {
    left: auto;
    right: auto;
    transform: translateX(-50%);
  }

  #courses-hint-arrow {
    transform: rotate(135deg) scale(1);
  }
}
 /*


 */

 :root {
  /* Default darkmode color palette */
  --bg-application: #34322F; /* application background */
  --bg-application-opaque: #34322f82; /* application opaque background */
  --bg-application-opaque-darker: #34322fd6; /* application darker opaque background */
  --default-shadow: #767674; /* box shadows throughout the app */
  --bg-container-default: #242320; /* default container background */
  --bg-container-default-opaque: #242320f2; /* default container background - see-through */
  --bg-form: #575451; /* form background */
  --lesson-tile-start-color: #aeaeaed8; /* lesson tile start gradient limit color */
  --button-dark:#575451; /* button background */
  --text-less-contrast: #EBEEEC; /* text with less contrast (most of the text in app) */
  --text-max-contrast: #FFFFFF; /* text with max contrast */
  --highlight-color: #FF914D; /* highlight color - finished elements, warnings, interactibility highlighting */
  --less-saturated-highlight-color: #ff914d6f; /* less saturated highlight color */
  --darker-highlight-color: #a05a2e; /* darker highlight color, tags */
  --lightmode: #ffffff; /* light mode slider element for the mode switch*/
  --darkmode: #34322F; /* dark mode slider element for the mode switch */
  --black: #000000; /* black color */
  --success-green: #5fc530; /* success green color */
  --darker-green: #155c0a;
  --error-red: #b73232; /* error red color */
  --fully-opaque: #00000000; /* fully opaque color */
  /* Code block color palette */
  --code-block: #1e1e1e; /* code block background */
  --code-keyword-color: #c586c0;
  --sql-string-color: rgb(203,65,65);
  --sql-literal-color: rgb(218,218,218);
  --sql-operator-color: rgb(129, 129, 129);
  --sql-keyword-color: rgb(86, 156, 214);
  --sql-function-color: rgb(201, 117, 213);
  --code-require-color: #508Fc3;
  --code-variable-color: #98d6F7;
  --code-constant-color: #4ec9b0;
  --code-string-color: #ce9178;
  --code-number-color: #b5cea8;
  --code-method-color: #dcdcaa; /* code method color, also shared by misc code */
  --code-bracket-1-color: #FFd700;
  --code-bracket-2-color: #c61c88;
  --code-bracket-3-color: #1f74c3;
  --code-comment-color: #6a9955;
  --code-operator-color: #d4d4d4;
  scrollbar-color: #575451 #34322F; /* form background && application bacground colors, not available as vars in this scope*/
 }

 html {
    font-size: 16px;
    font-family: 'Now Light', sans-serif;
    overflow-x: hidden;
 }

 body {
   background-color: var(--bg-application);
   color: var(--text-less-contrast);
   display: flex;
   flex-direction: column;
   align-items: center;
   overflow-x: hidden;
   margin: 0;
  }

  #container {
    overflow-x: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  #container-main {
    margin-top: 4rem;
  }

  button {
     font-family: 'Fira Code', monospace;
     border-width: 0;
     font-size: 1.1rem;
  }

  input {
    border-width: 0;
  }

  .embedded-video {
    width: 60%;
    height: auto;
  }

  .no-show {
    display: none;
  }

  .horizontally-scrollable {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: thin;
  }

  .vert-scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

.vert-scrollable::-webkit-scrollbar {
  display: none;
}

  a:any-link {
    color: var(--text-less-contrast);
    text-decoration: none;
  }
  a:-webkit-any-link {
    color: var(--text-less-contrast);
    text-decoration: none;
  }

  .highlight-container {
    background-color: var(--less-saturated-highlight-color);
    border-radius: 0.25rem;
    border: var(--highlight-color) 1px dotted;
  }

  .logo {
    z-index: 2;
    height: 108px;
    width: 192px;
    margin-bottom: 10px;
  }

  .logo-name {
    z-index: 2;
    height: 50px;
    width: 333px;
    margin-bottom: 20px;
  }

  .ring {
    z-index: -1;
    position: fixed;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  /* TODO: Consider making this scale with size and change scale with screen size */
  .right-ring {
    fill: var(--highlight-color);
    right: -800px;
    top: -400px;
    filter:brightness(0.9);
    opacity: 0.2;
  }

  /* TODO: Consider making this scale with size and change scale with screen size */
  .left-ring {
    left: -800px;
    bottom: -400px;
    filter:grayscale(60%);
    opacity: 0.2;
  }

  .inner-circle-left {
    fill: var(--highlight-color);
  }

  .outer-circle-left {
    fill: var(--highlight-color);
  }

  .inner-circle-right {
    fill: var(--highlight-color);
  }

  .outer-circle-right {
    fill: var(--highlight-color);
  }

  .circle-outer-logo-svg {
    stroke: var(--text-less-contrast);
  }

  .letter-svg-max-contrast {
    fill: var(--text-less-contrast);
  }

  .letter-svg-highlight {
    fill: var(--highlight-color);
    stroke: var(--highlight-color);
  }

  .btn-round {
    border-radius: 9999em 9999em 9999em 9999em ;
    background-color: var(--button-dark);
    color: var(--text-max-contrast);
  }

  .btn-large {
    width: 240px;
    height: 60px;
    font-size: 1.3rem;
    border-style: groove;
    border-width: 1px;
  }

  .btn-wide {
    width: 80%;
    min-width: 500px;
    height: 40px;
    background-color: var(--button-dark);
    color: var(--text-max-contrast);
  }

  .btn-medium {
    width: 40%;
    min-width: 300px;
    height: 2.5rem;
    background-color: var(--button-dark);
    color: var(--text-max-contrast);
  }

  .btn-small {
    width: 70px;
    height: 30px;
    background-color: var(--button-dark);
    color: var(--text-max-contrast);
  }

  .btn-border {
    border: 1px solid var(--highlight-color);
  }

  .btn-go-back {
    float: right;
    position: sticky;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
    top: 1.5rem;
    padding: 0.125rem;
  }

  .btn-go-back-svg {
    stroke: var(--highlight-color)
  }

  .highlight {
    background-color: var(--highlight-color) !important;
  }

  .highlight-gradient {
    background: rgb(112,99,90);
    background: linear-gradient(270deg, rgba(112,99,90,0.7637648809523809) 4%, rgba(255,145,77,0.5760898109243697) 52%, rgba(255,145,77,1) 84%);
  }

  .text-black {
    color: var(--black)
  }

  .text-highlight {
    color: var(--highlight-color);
  }

  .link-highlight {
    color: var(--highlight-color) !important;
  }

  .text-small {
    font-size: 0.8rem;
  }

  .text-xsmall {
    font-size: 0.75rem;
  }

  .text-xxsmall {
    font-size: 0.5rem;
  }

  .text-xxxsmall {
    font-size: 0.2rem;
  }

  .text-medium {
    font-size: 1rem;
  }

  .text-large {
    font-size: 1.2rem;
  }

  .text-xlarge {
    font-size: 1.5rem;
  }

  .text-xxlarge {
    font-size: 2rem;
  }

  .text-xxxlarge {
    font-size: 3rem;
  }

  .text-xxxxlarge {
    font-size: 4rem;
  }

  .text-xxxxxlarge {
    font-size: 5rem;
  }

  .text-justify {
    text-justify: auto;
  }

  .text-center {
    text-align: center;
  }

  .text-bold {
    font-weight: bold;
    font-family: 'Now', sans-serif;
  }

  .text-wrap {
    text-wrap: pretty;
  }

  .borderless {
    border: none;
    border-width: 0;
  }

  .border-light-solid {
    padding: 2rem;
    border: 2px dotted var(--text-less-contrast);
  }

  .border-highlight-solid {
    padding: 2rem;
    border: 2px dotted var(--highlight-color);
  }

  .fill-fully {
    width: 100%;
    height: 100%;
  }

  .absolute {
    position: absolute;
  }

  .bottom {
    bottom: 0;
  }

  .right {
    right: 0;
  }

  .relative {
    position: relative;
  }

  .width-full {
    width: 100%;
  }

  .height-full {
    height: 100%;
  }

  .width-threequarter {
    width: 75%;
  }

  .flex-cont-column {
    display: flex;
    flex-direction: column;
  }

  .flex-cont {
    display: flex;
  }

  .flex-fill {
    flex: 1;
  }

  .wrap {
    flex-wrap: wrap;
  }

  .flex-centered-xy {
    align-items: center;
    justify-content: center;
  }

  .flex-centered-x-top-y {
    align-items: center;
    justify-content: flex-start;
  }

  .flex-centered-x-bottom-y {
    align-items: center;
    justify-content: flex-end;
  }

  .flex-left-x-centered-y {
    align-items: flex-start;
    justify-content: center;
  }

  .flex-left-x-left-y {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .flex-right-x-centered-y {
    align-items: center;
    justify-content: flex-end;
  }

  .self-justify-flex-end {
    justify-self: flex-end
  }

  .no-shrink {
    flex-shrink: 0;
  }

  .checkbox-xlarge {
    width: 30px;
    height: 30px;
  }

  .input-custom-rounded {
    font-size: 1.2rem;
    font-family: 'Fira Code', monospace;
    /* TODO: this requires a second look as this behaviour is heavily incosistent between coming in and out of focus or entering the page */
    /* Strongly dislike having to use !important here */
    background-color: var(--bg-form);
    color: var(--text-less-contrast);
    border-radius: 1rem;
    text-align: center;
  }

  .input-custom {
    font-family: 'Fira Code', monospace;
    background-color: var(--bg-form);
    color: var(--text-less-contrast);
    text-align: center;
  }

  .input-code {
    font-family: 'Fira Code', monospace;
    background-color: var(--code-block) !important;
    color: var(--text-less-contrast) !important;
    text-align: left;
  }

  .input-large-area {
    width: 75%;
    min-width: 300px;
    max-width: 600px;
    height: 300px;
  }

  .input-xlarge-area {
    width: 90%;
    min-width: 800px;
    max-width: 1600px;
    height: 80%;
    min-height: 500px;
    max-height: 1000px;
  }

  .input-medium-area {
    width: 50%;
    min-width: 200px;
    max-width: 400px;
    height: 100px;
  }

  .input-small-area {
    width: 50%;
    min-width: 200px;
    max-width: 400px;
    height: 40px;
  }

  .input-wide {
    width: 80%;
    min-width: 400px;
    max-width: 600px;
    height: 2rem;
  }

  .input-large {
    width: 100%;
    min-width: 300px;
    max-width: 450px;
    height: 3rem;
  }

  .text-align-center {
    text-align: center;
  }

  .text-align-left {
    text-align: left;
  }

  .text-align-right {
    text-align: right;
  }

  .justify_right {
    justify-content: flex-end;
  }

  .justify_left {
    justify-content: flex-start;
  }

  .margin-xs {
    margin: 0.125rem;
  }

  .margin-s {
    margin: 0.25rem;
  }

  .margin-left-small {
    margin-left: 2%;
  }

  .margin-left-medium {
    margin-left: 5%;
  }

  .margin-right-small {
    margin-right: 2%;
  }

  .margin-top-xsmall {
    margin-top: 0.125rem;
  }

  .margin-top-small {
    margin-top: 2%;
  }

  .margin-top-medium {
    margin-top: 5%;
  }

  .margin-top-large {
    margin-top: 10%;
  }

  .margin_top_xlarge {
    margin-top: 20%;
  }

  .margin-bottom-small {
    margin-bottom: 2%;
  }

  .margin-bottom-medium {
    margin-bottom: 5%;
  }

  .padding-small {
    padding: 0.25rem;
  }

  .padding-medium {
    padding: 0.5rem;
  }

  .padding-large {
    padding: 1rem;
  }

  .padding-top-medium {
    padding-top: 5%;
  }

  .padding-top-small {
    padding-top: 2%;
  }

  .gap-xsmall {
    gap: 0.25rem;
  }

  .gap-small {
    gap: 0.5rem;
  }

  .gap-medium {
    gap: 1.25rem;
  }

  .gap-large {
    gap: 2rem;
  }

  .noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }

  .clickthrough {
    pointer-events: none;
  }

  .nomargin {
    margin:0;
  }

  .darkout-full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-application-opaque);
    z-index: 999;
  }

  .darkout-l2-full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-application-opaque-darker);
    z-index: 999;
  }

  @media only screen and (max-width: 1000px) {
    html {
      font-size: 12px;
    }

    .embedded-video {
      width: 80%;
      height: auto;
    }

    .width-threequarter {
      width: 90%;
    }
  }
