code[class*='language-'],
pre[class*='language-'] {
  color: #000;
  background: none;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
code[class*='language-']::-moz-selection,
code[class*='language-'] ::-moz-selection,
pre[class*='language-']::-moz-selection,
pre[class*='language-'] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
code[class*='language-']::selection,
code[class*='language-'] ::selection,
pre[class*='language-']::selection,
pre[class*='language-'] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*='language-'],
  pre[class*='language-'] {
    text-shadow: none;
  }
}
pre[class*='language-'] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}
:not(pre) > code[class*='language-'],
pre[class*='language-'] {
  background: #f5f2f0;
}
:not(pre) > code[class*='language-'] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #708090;
}
.token.punctuation {
  color: #999;
}
.token.namespace {
  opacity: 0.7;
}
.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #905;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: #690;
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.class-name,
.token.function {
  color: #dd4a68;
}
.token.important,
.token.regex,
.token.variable {
  color: #e90;
}
.token.bold,
.token.important {
  font-weight: 700;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.debug-console {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  min-width: 400px;
  max-width: 100%;
  z-index: 100;
  background: #f3f3f3;
  color: #333;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
}
.debug-console__header {
  display: flex;
  padding: 0.65em;
  background: #efefef;
  line-height: 1.25;
}
.debug-console__info {
  flex: 1 1 auto;
  vertical-align: middle;
  padding-right: 0.5em;
}
.debug-console__close,
.debug-console__zoom {
  border: 0;
  background: none;
  padding: 0;
  outline: 0;
  vertical-align: middle;
}
.debug-console__close:focus,
.debug-console__close:hover,
.debug-console__zoom:focus,
.debug-console__zoom:hover {
  color: #000;
  text-shadow: 0 0 1px #fff;
}
.debug-console__zoom {
  margin-right: 15px;
}
.debug-console__tabpane {
  display: flex;
  border-top: 1px solid #e0e0e0;
  padding: 0.34em 0.65em;
}
.debug-console__tab {
  opacity: 0.7;
  border: 1px solid #31708f;
  background: none;
  border-radius: 3px;
  color: #31708f;
  margin: 0 0.65em;
  outline: none;
}
.debug-console__tab--active,
.debug-console__tab:focus,
.debug-console__tab:hover {
  opacity: 1;
  background: #31708f;
  color: #fff;
}
.debug-console__tab--error {
  color: #a94442;
  background: #f2dede;
  border-color: #a94442;
}
.debug-console__tab--error--active,
.debug-console__tab--error:focus,
.debug-console__tab--error:hover {
  background: #a94442;
  color: #f2dede;
}
.debug-console__body {
  position: relative;
  border-top: 1px solid #e0e0e0;
  padding: 0.65em;
  font-size: 0.85em;
  min-height: 220px;
  max-height: 290px;
  box-shadow: inset 1px -1px 0.25em rgba(0, 0, 0, 0.15);
  overflow: auto;
}
.debug-console__log {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.debug-entry {
  margin: 5px 0;
  line-height: 14px;
}
.debug-entry--error {
  color: #a94442;
  background: #f2dede;
}
.debug-entry--success {
  color: #3c763d;
}
.debug-entry--info {
  color: #31708f;
}
.debug-entry--warn {
  color: #8a6d3b;
  background: #fcf8e3;
}
.debug-entry__timestamp {
  opacity: 0.8;
  font-size: 0.85em;
}
.ui-draggable__dimmed {
  opacity: 0.5;
  pointer-events: none;
}
.sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  top: 0;
  left: 0;
}
.focus-visible,
:focus-visible {
  outline-color: #00f;
  outline-width: 2px;
  outline-style: solid;
}
.skip-to-content {
  margin: 0 auto;
  max-width: 80vw;
  min-width: 40em;
  position: relative;
  padding-left: 1.1em;
  padding-top: 0;
  padding-bottom: 0;
}
.skip-to-content li {
  display: inline;
}
.skip-to-content a:active,
.skip-to-content a:focus {
  position: static;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: auto;
  font-size: 1.7em;
  display: block;
  margin: 1em 0;
}
.hide-skip-to-content {
  position: absolute;
  left: -9000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
  top: 0;
}
.dnd__droparea {
  overflow: hidden;
}
.dnd__droparea-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.dnd__droparea-name {
  z-index: 1;
}
.dnd__droparea-dropables {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.dnd__dropgroup--automatic.dnd__dropgroup {
  display: flex;
  justify-content: space-evenly;
}
.dnd__dropgroup--automatic .dnd__droparea {
  position: unset;
  min-width: 200px;
  min-height: 100px;
}
.ui-draggable.dragging {
  opacity: 0.8;
}
.ui-draggable.disabled {
  pointer-events: none;
}
.ui-draggable--dimmed {
  opacity: 0.4;
}
.multiple-dnd__answers,
.multiple-dnd__selected {
  height: auto;
}
input[type='search']::-ms-clear,
input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}
.social-app-body {
  position: relative;
  overflow: hidden;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.social-activity-editor {
  height: auto;
}
.app-menu__chapter .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-menu__chapter .title .cbi-chevron-down {
  transition: all 0.5s ease-in-out;
}
.app-menu__chapter .title .title-wrapper {
  flex: 1;
}
.app-menu__chapter .title.open .cbi-chevron-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.social-activity__mention {
  margin: 0;
  display: inline-block;
}
.social-activity-editor__asset__icon {
  width: 100%;
  height: 100%;
}
.quick-favourites {
  display: none !important;
}
.media-player__controls.controls {
  display: flex;
}
.controls__progress-indicator {
  display: flex;
  grid-gap: 20px;
  gap: 20px;
}
.controls__progress-elapsed {
  background: teal;
  height: 100%;
}
@media (-ms-high-contrast: none) {
  .seq-layer-wrapper {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .seq-layer-wrapper,
  ::-ms-backdrop {
    transform: none !important;
  }
}
.app-menu.app-menu-enter {
  opacity: 0;
  left: -550px;
}
.app-menu.app-menu-enter-active,
.app-menu.app-menu-enter-done,
.app-menu.app-menu-exit {
  opacity: 1;
  left: 0;
}
.app-menu.app-menu-exit-active,
.app-menu.app-menu-exit-done {
  opacity: 0;
  left: -550px;
}
.social-app {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.social-app.social-app-enter {
  opacity: 0;
  right: -550px;
  display: block;
}
.social-app.social-app-enter-active,
.social-app.social-app-enter-done,
.social-app.social-app-exit {
  opacity: 1;
  right: 0;
  display: block;
}
.social-app.social-app-exit-active {
  opacity: 0;
  right: -550px;
  display: block;
}
.app-modal {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.app-modal.app-modal-enter {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  display: table;
}
.app-modal.app-modal-enter-active,
.app-modal.app-modal-enter-done,
.app-modal.app-modal-exit {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: table;
}
.app-modal.app-modal-exit-active {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  display: table;
}
.notification-dialog {
  position: absolute;
  display: flex;
  flex-direction: column;
  max-width: 450px;
  min-width: 250px;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  left: 8px;
  bottom: 8px;
  border: 1px solid #c4c4c4;
}
.notification-dialog-enter {
  opacity: 0;
}
.notification-dialog-enter-active {
  opacity: 1;
  transition: opacity 0.3s;
}
.notification-dialog-exit {
  opacity: 1;
}
.notification-dialog-exit-active {
  opacity: 0;
}
.notification-dialog__header {
  display: flex;
  color: #fff;
  background: #5bc0de;
  font-size: 1.15em;
  font-weight: 700;
  padding: 8px;
  border-bottom: 1px solid #c4c4c4;
}
.notification-dialog__header-text {
  flex: 1 1 auto;
}
.notification-dialog__body {
  padding: 8px 8px 16px;
  flex: 1 1 auto;
  line-height: 1.35;
}
.notification-dialog__body a {
  color: #5bc0de;
  text-decoration: none;
}
.notification-dialog__body a:focus,
.notification-dialog__body a:hover {
  text-decoration: underline;
}
.notification-dialog__action {
  padding: 8px;
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
}
.notification-dialog__btn {
  border: none;
  background: none;
  transition: 0.3s;
  font-size: 1em;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 0 8px;
  color: #fff;
}
.notification-dialog__btn:focus,
.notification-dialog__btn:hover {
  color: #c5e9f3;
}
.notification-dialog--error .notification-dialog__header {
  background: #d69695;
}
.notification-dialog--error .notification-dialog__body a,
.notification-dialog--error .notification-dialog__btn:focus,
.notification-dialog--error .notification-dialog__btn:hover {
  color: #a94442;
}
.notification-dialog--warning .notification-dialog__header {
  background: #f0ad4e;
}
.notification-dialog--warning .notification-dialog__btn:focus,
.notification-dialog--warning .notification-dialog__btn:hover {
  color: #fae3c4;
}
.notification-dialog--warning .notification-dialog__body a {
  color: #f0ad4e;
}
.chart-nav--disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.actions-menu__link {
  height: 46px;
}
.actions-menu__link,
.chart-progress__label {
  border: none;
  background-color: transparent;
}
.react-tiny-popover-container {
  z-index: 10000;
}
.chart-nav--confirm__content {
  max-width: 320px;
  padding: 16px;
  font-size: 0.85em;
  background-color: #fff;
}
.chart-nav--confirm__content .chart-nav--confirm__button-container {
  width: 100%;
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.chart-nav--confirm__content .chart-nav--confirm__continue-exam,
.chart-nav--confirm__content .chart-nav--confirm__finish-exam {
  margin: 4px 4px 0;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 0.85em;
}
.chart-nav--confirm__content .chart-nav--confirm__continue-exam:hover,
.chart-nav--confirm__content .chart-nav--confirm__finish-exam:hover {
  background: rgba(0, 0, 0, 0.12);
}
.chart-not-logged-in__header__header {
  color: #5bc0de;
  font-weight: 700;
  font-size: 1.35em;
}
.chart-not-logged-in__header__body {
  flex: 1 1 auto;
  max-width: 44em;
}
.chapter-not-available {
  opacity: 0.75;
}
.header-chart-meta {
  display: none;
}
.social-app__error-header {
  white-space: nowrap;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suggestion-item-list {
  background: #fff;
  border: 1px solid #c4c4c4;
  max-height: 200px;
  overflow: auto;
}
.suggestion-item {
  padding: 4px 8px;
  max-width: 150px;
  color: #000;
  cursor: pointer;
}
.suggestion-item--active {
  background: #c4c4c4;
}
.exam-status {
  position: absolute;
  width: 100%;
  display: flex;
  opacity: 0;
  z-index: 1;
}
.exam-status-enter-active,
.exam-status-enter-done,
.exam-status-exit,
.exam-status-exit-active {
  opacity: 1;
}
.exam-center {
  flex: 1 1 auto;
  margin: 0 8px;
}
.exam-position {
  padding: 8px;
  color: #000;
  text-shadow: 1px 1px 2px #fff;
}
.exam-button {
  padding: 8px 16px;
  border: 1px solid #d3d3d3;
  text-decoration: none;
}
.exam-button.disabled {
  opacity: 0.6;
}
.result-details {
  margin: 16px;
}
.result-details__list {
  width: 48em;
  margin: 0 auto;
  padding: 0;
}
.result-details__item {
  list-style: none;
  margin-bottom: 8px;
}
.sequence__loader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.bookmode,
.storymode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.social-activity__actions {
  display: none;
}
.social-app-saving {
  position: absolute;
  width: 80px;
  height: 80px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.social-app-saving div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  -webkit-animation: social-app-saving 1.2s cubic-bezier(0.5, 0, 0.5, 1)
    infinite;
  animation: social-app-saving 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 8px solid transparent;
  border-top-color: #dbdbdb;
}
.social-app-saving .social-app-saving__section-one {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
.social-app-saving .social-app-saving__section-two {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.social-app-saving .social-app-saving__section-three {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
@-webkit-keyframes social-app-saving {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes social-app-saving {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.multiple__answers {
  list-style: none;
  padding: 0;
  width: 55%;
  margin: 0 0 0 200px;
}
.multiple__answers .multiple__item {
  display: flex;
}
.multiple__answers .multiple__item .multiple__answer {
  display: block;
  position: relative;
  padding: 0.55em 35px 0.65em 20px;
  cursor: pointer;
  width: calc(50% - 2rem);
}
.multiple__answers .multiple__item .multiple__answer__feedback {
  margin: 0 1rem;
  align-self: center;
  width: calc(50% - 2rem);
}
.chart--survey {
  overflow-y: auto;
  padding: 0 1.5rem;
}
.chart--survey .chart__buttonbar {
  position: relative;
  bottom: auto;
  right: auto;
  margin-bottom: 1rem;
  float: right;
}
.survey__section {
  padding: 2rem 0;
}
.survey__section:last-child {
  padding: 2rem 0 0;
}
.matrixQuestion {
  margin: 0 0 1.5rem;
}
.matrixQuestion__questionHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.matrixQuestion__questionText {
  margin: 0;
}
.matrixQuestion__answer {
  padding: 1rem 0;
  border-top: 1px solid #c4c4c4;
  display: flex;
  justify-content: space-between;
}
.matrixQuestion__answer:last-child {
  border-bottom: 1px solid #c4c4c4;
}
.survey__scaleHeader {
  display: flex;
}
.survey__scaleHeader .survey__scaleHeaderElement {
  width: 80px;
  display: flex;
  justify-content: center;
}
.survey__scaleRow {
  display: flex;
}
.survey__scaleRowElement {
  width: 80px;
  display: flex;
  justify-content: center;
}
.survey__scaleRowElement .survey__scaleRowLabel {
  display: none;
}
@media (max-width: 1024px) {
  .survey__scaleHeader {
    display: none;
  }
  .survey__scaleRow {
    flex-direction: column;
  }
  .survey__scaleRowElement {
    padding: 0.5rem 1rem;
    width: auto;
    display: block;
  }
  .survey__scaleRowElement .survey__scaleRowLabel {
    display: inline;
    padding-left: 0.5rem;
  }
  .matrixQuestion__answer {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.component-error {
  height: calc(100% - 110px);
  padding: 48px;
}
.component-error__header {
  color: #a94442;
}
.component-error__info {
  font-size: 0.7rem;
}

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