@import 'highlight.js/styles/github-dark.css';.answer[data-v-66dde36e] {
  position: relative;
  margin-bottom: 5px;
}
.answer .status[data-v-66dde36e] {
  width: 20px;
  height: 20px;
  fill: lightgrey;
}
.answer .right[data-v-66dde36e] {
  fill: #18b708;
}
.answer .wrong[data-v-66dde36e] {
  fill: #d5423f;
}
.answer .would_have_been_right[data-v-66dde36e] {
  fill: rgb(27, 147, 216);
}.answer[data-v-509cc8eb] {
  position: relative;
  margin-bottom: 5px;
}
.answer .status[data-v-509cc8eb] {
  width: 20px;
  height: 20px;
  fill: lightgrey;
}
.answer .right[data-v-509cc8eb] {
  fill: #18b708;
}
.answer .wrong[data-v-509cc8eb] {
  fill: #d5423f;
}
.answer .would_have_been_right[data-v-509cc8eb] {
  fill: rgb(27, 147, 216);
}.answer[data-v-26160236] {
  position: relative;
  margin-bottom: 5px;
}
.answer .status[data-v-26160236] {
  display: inline-table;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 2px 8px;
  background-color: lightgrey;
}
.answer .right[data-v-26160236] {
  background-color: #18b708;
}
.answer .wrong[data-v-26160236] {
  background-color: #d5423f;
}
.answer .would_have_been_right[data-v-26160236] {
  background-color: lightgray;
}h1[data-v-3d6d2577] {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.answer-item[data-v-3d6d2577] {
  padding: 10px 10px;
  background-color: #fff;
  margin-bottom: 4px;
  cursor: pointer;
}
.question-target[data-v-3d6d2577],
.question-source[data-v-3d6d2577] {
  padding: 4px;
  min-height: 50px;
  border: 1px dashed darkgray;
  padding-bottom: 50px;
}#tags-content {
  margin-right: 20px;
}
select.tag.form-select {
  padding: 7px 10px 4px;
  width: -moz-max-content;
  width: max-content;
  min-width: 70px;
  display: inline !important;
}.summary[data-v-f392bbef] {
  margin-bottom: 40px;
}
.summary .text[data-v-f392bbef] {
  font-size: 1rem;
}
.summary h1[data-v-f392bbef] {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.3em;
}
.summary svg[data-v-f392bbef] {
  float: left;
  width: 110px;
  height: 110px;
}
.summary div[data-v-f392bbef] {
  margin-bottom: 20px;
}
.summary[data-v-f392bbef]:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}.history h1[data-v-65fb0f70] {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.history ul[data-v-65fb0f70] {
  list-style-type: none;
  padding-left: 0;
}
.history ul li[data-v-65fb0f70] {
  padding: 5px 7px;
  margin-bottom: 4px;
  border: 1px solid #e7ede8;
}
.history ul li[data-v-65fb0f70]:hover, .history ul li.active[data-v-65fb0f70] {
  background-color: #75cdec;
  cursor: pointer;
}mt-1[data-v-80d0ee33] {
  margin-top: 10px;
}#help-content strong {
  font-weight: bold;
}

.help-box {
  padding: 10px;
}
.help-box:hover {
  background-color: white;
  cursor: pointer;
}

.lesson-container .row:nth-child(odd) {
  background-color: var(--bs-light) !important;
}
.lesson-container .row:not(.header-row):hover {
  background-color: var(--bs-gray-300) !important;
}
.lesson-container .header-row {
  font-weight: 500;
  background-color: var(--bs-gray-400) !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#app .question h2 {
  color: black !important;
  font-size: 1.05em !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  background-color: transparent;
}
#app .question input[type=radio],
#app .question input[type=checkbox] {
  margin-right: 10px !important;
}pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/
.hljs {
  color: #24292e;
  background: #ffffff
}
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-variable.language_ {
  /* prettylights-syntax-keyword */
  color: #d73a49
}
.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-title.function_ {
  /* prettylights-syntax-entity */
  color: #6f42c1
}
.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-variable,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id {
  /* prettylights-syntax-constant */
  color: #005cc5
}
.hljs-regexp,
.hljs-string,
.hljs-meta .hljs-string {
  /* prettylights-syntax-string */
  color: #032f62
}
.hljs-built_in,
.hljs-symbol {
  /* prettylights-syntax-variable */
  color: #e36209
}
.hljs-comment,
.hljs-code,
.hljs-formula {
  /* prettylights-syntax-comment */
  color: #6a737d
}
.hljs-name,
.hljs-quote,
.hljs-selector-tag,
.hljs-selector-pseudo {
  /* prettylights-syntax-entity-tag */
  color: #22863a
}
.hljs-subst {
  /* prettylights-syntax-storage-modifier-import */
  color: #24292e
}
.hljs-section {
  /* prettylights-syntax-markup-heading */
  color: #005cc5;
  font-weight: bold
}
.hljs-bullet {
  /* prettylights-syntax-markup-list */
  color: #735c0f
}
.hljs-emphasis {
  /* prettylights-syntax-markup-italic */
  color: #24292e;
  font-style: italic
}
.hljs-strong {
  /* prettylights-syntax-markup-bold */
  color: #24292e;
  font-weight: bold
}
.hljs-addition {
  /* prettylights-syntax-markup-inserted */
  color: #22863a;
  background-color: #f0fff4
}
.hljs-deletion {
  /* prettylights-syntax-markup-deleted */
  color: #b31d28;
  background-color: #ffeef0
}
.hljs-char.escape_,
.hljs-link,
.hljs-params,
.hljs-property,
.hljs-punctuation,
.hljs-tag {
  /* purposely ignored */
  
}
@media (prefers-color-scheme: dark) {
  
}