@charset "UTF-8";
/* © DialogueTrainer */
/* © DialogueTrainer */
/* © DialogueTrainer */
/* © DialogueTrainer */
/* © DialogueTrainer */
/* © DialogueTrainer */
/* © DialogueTrainer */
@media screen and (max-width: 600px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
}

#content {
  position: relative;
  container-type: size;
}

#language {
  display: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 12px;
}

.statements {
  position: relative;
  z-index: 0;
}

.timeline {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  z-index: 0;
  width: 400px;
  height: 100%;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.04);
}
.timeline .ribbon {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 72px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1264px), print {
  .timeline {
    width: 300px;
  }
  .timeline .ribbon {
    width: 46px;
  }
}
@media screen and (max-width: 600px) {
  .timeline,
  .ribbon {
    display: none;
  }
}
#app {
  margin: 0 !important;
}

#history {
  position: relative;
  width: 100%;
  min-width: 0;
}
#history:not(:only-child) {
  margin-inline-end: 10px;
}
#history .statements.highlighting > div > div:not(.highlight) .flexRow,
#history .statements.highlighting > div > div:not(.highlight) .additionalContent,
#history .statements.highlighting > div > div:not(.highlight) .situationContainer {
  opacity: 0.25;
}
#history .statements.highlighting > div > div:not(.highlight) .influenceContainer .influence {
  opacity: 0.65;
}
#history .statements.highlighting > div > div:not(.highlight) .influenceContainer .influence:hover {
  opacity: 1;
}

.additionalContent .wrapper .icon {
  align-self: flex-start !important;
  margin-top: 1.6em !important;
}

.minimap {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  height: min(100cqh, 100%);
  max-width: 30px;
  overflow: hidden;
  transition: max-width 0.5s ease;
}
@media screen and (max-width: 600px) {
  .minimap {
    max-width: 20px;
  }
}
.minimap.hidden {
  max-width: 0;
}
.minimap:last-child {
  margin-right: auto;
}
.minimap .item {
  position: relative;
  width: 30px;
  margin-bottom: 1px;
  cursor: pointer;
  background-color: #1E293B;
}
@media screen and (max-width: 600px) {
  .minimap .item {
    width: 20px;
  }
}
.minimap .item::after {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline: 15px 0;
  background: rgba(248, 250, 252, 0.9);
  transition: inset-inline-start 0.15s ease;
}
.minimap .item:hover::after {
  inset-inline-start: 25px;
}
.minimap .item.notInView::after {
  inset-inline-start: 10px;
}
.minimap .item.notInView:hover::after {
  inset-inline-start: 15px;
}
.minimap .item.notHighlighted {
  background-color: rgb(144.9550561798, 165.4719101124, 199.0449438202);
}
.minimap .toolbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0;
  gap: 4px;
}
.minimap .toolbar > * {
  flex: 0 0 auto;
}

html.singlePage .minimap {
  height: auto;
}

.influenceContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  padding-bottom: 0;
  padding-inline-start: 82px;
}
@media screen and (max-width: 1264px) {
  .influenceContainer {
    padding-inline-start: 56px;
    padding-bottom: 10px;
  }
}
.influenceContainer .influence {
  display: block;
  padding: 1px 8px;
  margin: 3px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 100px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.influenceContainer .influence svg {
  margin-inline-end: 5px;
  fill: currentColor;
  vertical-align: bottom;
  opacity: 0.5;
}

#toggleFullscreen .icon-fullscreen {
  display: block;
}
#toggleFullscreen .icon-restore {
  display: none;
}
#toggleFullscreen.restore .icon-fullscreen {
  display: none;
}
#toggleFullscreen.restore .icon-restore {
  display: block;
}

@media print {
  .section-info > div {
    border-width: 1px !important;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    page-break-inside: avoid;
  }
  .section-history .statements > div {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    page-break-inside: avoid;
  }
  .section-history .situationText .locationChange {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
  .section-history .computerText .thumbnail, .section-history .characterText .thumbnail, .section-history .patientText .thumbnail {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
  .section-history .computerText .statement, .section-history .characterText .statement, .section-history .patientText .statement {
    border-color: #FF5252;
  }
  .section-history .computerText .statement::before, .section-history .characterText .statement::before, .section-history .patientText .statement::before {
    border-right-color: #FF5252;
  }
  .section-history .computerText .statement::after, .section-history .characterText .statement::after, .section-history .patientText .statement::after {
    border-right-color: #FF5252;
  }
  .section-history .playerText .statement {
    color: currentColor;
    background-color: white;
    border-color: #3AF;
  }
  .section-history .computerText .statement.thought,
  .section-history .characterText .statement.thought {
    padding: 10px;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #FF5252 !important;
  }
  .section-history .computerText .statement.thought::before,
  .section-history .characterText .statement.thought::before {
    left: -10px;
  }
  .section-history .computerText .statement.thought::after,
  .section-history .characterText .statement.thought::after {
    left: -20px;
  }
  .section-history .computerText .statement.thought::before, .section-history .computerText .statement.thought::after,
  .section-history .characterText .statement.thought::before,
  .section-history .characterText .statement.thought::after {
    background: #FF5252 !important;
    border: 2px solid #FF5252 !important;
  }
  .section-history .additionalContent .wrapper {
    padding: 4px;
    border-style: solid;
    border-width: 1px;
  }
  .section-history .additionalContent .wrapper .icon {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
  .section-history .thumbnail {
    width: 50px;
    height: 50px;
  }
  .section-info,
  .section-history {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}/*# sourceMappingURL=assessment-structure.css.map */
