@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS

    Module imports for Xikolo.
    (Xikolo base style)
\*------------------------------------*/
/*------------------------------------*\
  $CONTENTS

  Color schema to use throughout
  the site.
\*------------------------------------*/
/*----------------------------------------------------*\
    $CONTENTS

    Common variables
\*----------------------------------------------------*/
/**
 * Variables..............Variable declarations and overrides
 *  - Font
 *  - Page sizing
 *  - CSS variable export
 **/
/*----------------------------------------------------*\
    $Font

    Native font stack
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    $Page-sizing
\*----------------------------------------------------*/
/* -------------------------------------------- *\
    $BRAND-FONT-DEFINITIONS

    Variables
    The px comment is only for easier human reading
    and comparing the variables with Figma values.
    Calculated with 10px bootstrap base font-size.
\* -------------------------------------------- */
/*----------------------------------------------------*\
    $Vertical spacing
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    $Page padding
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    z-index

    z-index values determine an item’s position
    in the stacking order.
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    $Box Shadow
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    $CSS variable export

    Required to access them via javascript.
\*----------------------------------------------------*/
:root {
  --green: hsl(145, 53%, 48%);
  --gray-100: hsl(0, 0%, 96%);
  --primary-color: hsl(21, 75%, 49%);
  --navbar-height: 50px;
}

/* ----------------------------------------------------*\
    Bootstrap variables

    Required to tell Bootstrap to use our branded colors.
    Otherwise, it would fall back to their own declaration.

    @Deprecated
    Use variable from _colors.scss instead.
\*---------------------------------------------------- */
/*----------------------------------------------------*\
    $Button

    For better overview which we use in xikolo
    this is a list of Bootstrap overrides
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    $Button special states

    These variables are optional
    Set them in _color_scheme to brand buttons
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    Navigation
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    Page header
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    Slider
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    Courses slider
\*----------------------------------------------------*/
/*---------------------------------------*\
    $CONTENTS

    SASS Mixins and function declarations
    for usage throughout the site.
    This should NOT rely on the current
    color schema!
\*---------------------------------------*/
/*
 * Font...............................Mixins for fonts
 * Vendor-Specific-Prefix-Mixins......Mixins for specific vendor prefixes (-moz, ...)
 * Utilities..........................General helpers
 */
/*------------------------------------*\
    $Font
\*------------------------------------*/
/*------------------------------------*\
    $Vendor-Specific-Prefix-Mixins
\*------------------------------------*/
/*------------------------------------*\
    $Utilities
\*------------------------------------*/
/*----------------------------------------------------*\
    $Vertical spacing

    These are stepping steps of 10px
    used to space between elements
    Consider using them first before making exceptions.
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    $Safe area insets

    The values for safe-area-inset-* can be greater
    than zero on non rectangular screens (e.g. caused by
    cutouts iPhone X and other modern mobile phones).

    The following mixin adds the respective inset the
    our specified padding.

    This works in combination with viewport configuration
    'viewport-fit=cover'.

\*----------------------------------------------------*/
/*---------------------------------------*\
    $CONTENTS

    SASS Mixins which represent common
    design components of the page.
\*---------------------------------------*/
/*------------------------------------*\
  $CONTENTS

  Color schema to use throughout
  the site.
\*------------------------------------*/
/*------------------------------------*\
    Variables extracted from Bootstrap 3.4.1 CSS

    Source: https://github.com/twbs/bootstrap-sass/
\*------------------------------------*/
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
/*rtl:begin:ignore*/
  left: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
/*rtl:begin:ignore*/
  right: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/**
 * tom-select.css (v2.4.3)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: rgb(124.5, 124.5, 124.5);
  background: white;
  border: 0 solid white;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*!
 * @toast-ui/editor
 * @version 3.2.2 | Fri Feb 17 2023
 * @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
 * @license MIT
 */
.ProseMirror {
  position: relative;
}

.ProseMirror {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: break-spaces;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */
}

.ProseMirror pre {
  white-space: pre-wrap;
}

.ProseMirror li {
  position: relative;
}

.ProseMirror-hideselection *::selection {
  background: transparent;
}

.ProseMirror-hideselection *::-moz-selection {
  background: transparent;
}

.ProseMirror-hideselection {
  caret-color: transparent;
}

.ProseMirror-selectednode {
  outline: 2px solid #8cf;
}

/* Make sure li selections wrap around markers */
li.ProseMirror-selectednode {
  outline: none;
}

li.ProseMirror-selectednode:after {
  content: "";
  position: absolute;
  left: -32px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 2px solid #8cf;
  pointer-events: none;
}

/* Protect against generic img rules */
img.ProseMirror-separator {
  display: inline !important;
  border: none !important;
  margin: 0 !important;
}

/* height */
.auto-height,
.auto-height .toastui-editor-defaultUI {
  height: auto;
}

.auto-height .toastui-editor-md-container {
  position: relative;
}

:not(.auto-height) > .toastui-editor-defaultUI,
:not(.auto-height) > .toastui-editor-defaultUI > .toastui-editor-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

:not(.auto-height) > .toastui-editor-defaultUI > .toastui-editor-main {
  -ms-flex: 1;
  flex: 1;
}

/* toastui editor */
.toastui-editor-md-container::after,
.toastui-editor-defaultUI-toolbar::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.toastui-editor-main {
  min-height: 0px;
  position: relative;
  height: inherit;
  box-sizing: border-box;
}

.toastui-editor-md-container {
  display: none;
  overflow: hidden;
  height: 100%;
}

.toastui-editor-md-container .toastui-editor {
  line-height: 1.5;
  position: relative;
}

.toastui-editor-md-container .toastui-editor,
.toastui-editor-md-container .toastui-editor-md-preview {
  box-sizing: border-box;
  padding: 0;
  height: inherit;
}

.toastui-editor-md-container .toastui-editor-md-preview {
  overflow: auto;
  padding: 0 25px;
  height: 100%;
}

.toastui-editor-md-container .toastui-editor-md-preview > p:first-child {
  margin-top: 0 !important;
}

.toastui-editor-md-container .toastui-editor-md-preview .toastui-editor-contents {
  padding-top: 8px;
}

.toastui-editor-main .toastui-editor-md-tab-style > .toastui-editor,
.toastui-editor-main .toastui-editor-md-tab-style > .toastui-editor-md-preview {
  width: 100%;
  display: none;
}

.toastui-editor-main .toastui-editor-md-tab-style > .active {
  display: block;
}

.toastui-editor-main .toastui-editor-md-vertical-style > .toastui-editor-tabs {
  display: none;
}

.toastui-editor-main .toastui-editor-md-tab-style > .toastui-editor-tabs {
  display: block;
}

.toastui-editor-main .toastui-editor-md-vertical-style .toastui-editor {
  width: 50%;
}

.toastui-editor-main .toastui-editor-md-vertical-style .toastui-editor-md-preview {
  width: 50%;
}

.toastui-editor-main .toastui-editor-md-splitter {
  display: none;
  height: 100%;
  width: 1px;
  background-color: #ebedf2;
  position: absolute;
  left: 50%;
}

.toastui-editor-main .toastui-editor-md-vertical-style .toastui-editor-md-splitter {
  display: block;
}

.toastui-editor-ww-container {
  display: none;
  overflow: hidden;
  height: inherit;
  background-color: #fff;
}

.auto-height .toastui-editor-main-container {
  position: relative;
}

.toastui-editor-main-container {
  position: absolute;
  line-height: 1;
  color: #222;
  width: 100%;
  height: inherit;
}

.toastui-editor-ww-container > .toastui-editor {
  height: inherit;
  position: relative;
  width: 100%;
}

.toastui-editor-ww-container .toastui-editor-contents {
  overflow: auto;
  box-sizing: border-box;
  margin: 0px;
  padding: 16px 25px 0px 25px;
  height: inherit;
}

.toastui-editor-ww-container .toastui-editor-contents p {
  margin: 0;
}

.toastui-editor-md-mode .toastui-editor-md-container,
.toastui-editor-ww-mode .toastui-editor-ww-container {
  display: block;
  z-index: 20;
}

.toastui-editor-md-mode .toastui-editor-md-vertical-style {
  display: -ms-flexbox;
  display: flex;
}

.toastui-editor-main.hidden,
.toastui-editor-defaultUI.hidden {
  display: none;
}

/* default UI Styles */
.toastui-editor-defaultUI .ProseMirror {
  padding: 18px 25px;
}

.toastui-editor-defaultUI {
  position: relative;
  border: 1px solid #dadde6;
  height: 100%;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "나눔바른고딕", "Nanum Barun Gothic", "맑은고딕", "Malgun Gothic", sans-serif;
  border-radius: 4px;
}

.toastui-editor-defaultUI button {
  color: #333;
  height: 28px;
  font-size: 13px;
  cursor: pointer;
  border: none;
  border-radius: 2px;
}

.toastui-editor-defaultUI .toastui-editor-ok-button {
  min-width: 63px;
  height: 32px;
  background-color: #00a9ff;
  color: #fff;
  outline-color: #009bf2;
}

.toastui-editor-defaultUI .toastui-editor-ok-button:hover {
  background-color: #009bf2;
}

.toastui-editor-defaultUI .toastui-editor-close-button {
  min-width: 63px;
  height: 32px;
  background-color: #f7f9fc;
  border: 1px solid #dadde6;
  margin-right: 5px;
  outline-color: #cbcfdb;
}

.toastui-editor-defaultUI .toastui-editor-close-button:hover {
  border-color: #cbcfdb;
}

/* mode switch tab */
.toastui-editor-mode-switch {
  background-color: #fff;
  border-top: 1px solid #dadde6;
  font-size: 12px;
  text-align: right;
  height: 28px;
  padding-right: 10px;
  border-radius: 0 0 3px 3px;
}

.toastui-editor-mode-switch .tab-item {
  display: inline-block;
  width: 96px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #f7f9fc;
  color: #969aa5;
  margin-top: -1px;
  margin-right: -1px;
  cursor: pointer;
  border: 1px solid #dadde6;
  border-radius: 0 0 4px 4px;
  font-weight: 500;
  box-sizing: border-box;
}

.toastui-editor-mode-switch .tab-item.active {
  border-top: 1px solid #fff;
  background-color: #fff;
  color: #555;
}

/* markdown tab */
.toastui-editor-defaultUI .toastui-editor-md-tab-container {
  float: left;
  height: 45px;
  font-size: 13px;
  background: #f7f9fc;
  border-bottom: 1px solid #ebedf2;
  border-top-left-radius: 3px;
}

.toastui-editor-md-tab-container .toastui-editor-tabs {
  margin-left: 15px;
  height: 100%;
}

.toastui-editor-md-tab-container .tab-item {
  display: inline-block;
  width: 70px;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  background: #eaedf1;
  color: #969aa5;
  cursor: pointer;
  border: 1px solid #dadde6;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  margin-top: 13px;
}

.toastui-editor-md-tab-container .tab-item.active {
  border-bottom: 1px solid #fff;
  background-color: #fff;
  color: #555;
}

.toastui-editor-md-tab-container .tab-item:last-child {
  margin-left: -1px;
}

/* toolbar */
.toastui-editor-defaultUI-toolbar {
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  height: 45px;
  background-color: #f7f9fc;
  border-bottom: 1px solid #ebedf2;
  border-radius: 3px 3px 0 0;
}

.toastui-editor-toolbar {
  height: 46px;
  box-sizing: border-box;
}

.toastui-editor-toolbar-divider {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #e1e3e9;
  margin: 14px 12px;
}

.toastui-editor-toolbar-group {
  display: -ms-flexbox;
  display: flex;
}

.toastui-editor-defaultUI-toolbar button {
  box-sizing: border-box;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 3px;
  margin: 7px 5px;
  border: 1px solid #f7f9fc;
}

.toastui-editor-defaultUI-toolbar button:not(:disabled):hover {
  border: 1px solid #e4e7ee;
  background-color: #fff;
}

.toastui-editor-defaultUI-toolbar .scroll-sync {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  color: #81858f;
  cursor: pointer;
}

.toastui-editor-defaultUI-toolbar .scroll-sync::before {
  content: "Scroll";
  position: absolute;
  left: 0;
  font-size: 14px;
}

.toastui-editor-defaultUI-toolbar .scroll-sync.active::before {
  color: #00a9ff;
}

.toastui-editor-defaultUI-toolbar .scroll-sync input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toastui-editor-defaultUI-toolbar .switch {
  position: absolute;
  top: 0;
  left: 45px;
  right: 0;
  bottom: 0;
  background-color: #d6d8de;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}

.toastui-editor-defaultUI-toolbar input:checked + .switch {
  background-color: #acddfa;
}

.toastui-editor-defaultUI-toolbar .switch::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 0px;
  bottom: -2px;
  background-color: #94979f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.toastui-editor-defaultUI-toolbar input:checked + .switch::before {
  background-color: #00a9ff;
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

.toastui-editor-dropdown-toolbar .scroll-sync {
  margin: 0 5px;
}

.toastui-editor-dropdown-toolbar {
  position: absolute;
  height: 46px;
  z-index: 30;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #dadde6;
  background-color: #f7f9fc;
  display: -ms-flexbox;
  display: flex;
}

.toastui-editor-toolbar-item-wrapper {
  margin: 7px 5px;
  height: 32px;
  line-height: 32px;
}

/* toolbar popup */
.toastui-editor-popup {
  width: 400px;
  margin-right: auto;
  background: #fff;
  z-index: 30;
  position: absolute;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #dadde6;
}

.toastui-editor-popup-body {
  padding: 15px;
  font-size: 12px;
}

.toastui-editor-popup-body label {
  font-weight: 600;
  color: #555;
  display: block;
  margin: 20px 0 5px;
}

.toastui-editor-popup-body .toastui-editor-button-container {
  text-align: right;
  margin-top: 20px;
}

.toastui-editor-popup-body input[type=text] {
  width: calc(100% - 26px);
  height: 30px;
  padding: 0 12px;
  border-radius: 2px;
  border: 1px solid #e1e3e9;
  color: #333;
}

.toastui-editor-popup-body input[type=text]:focus {
  outline: 1px solid #00a9ff;
  border-color: transparent;
}

.toastui-editor-popup-body input[type=text].disabled {
  background-color: #f7f9fc;
  border-color: #e1e3e9;
  color: #969aa5;
}

.toastui-editor-popup-body input[type=file] {
  opacity: 0;
  border: none;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.toastui-editor-popup-body input.wrong,
.toastui-editor-popup-body span.wrong {
  border-color: #fa2828;
}

.toastui-editor-popup-add-link .toastui-editor-popup-body,
.toastui-editor-popup-add-image .toastui-editor-popup-body {
  padding: 0 20px 20px;
}

.toastui-editor-popup-add-image .toastui-editor-tabs {
  margin: 5px 0 10px;
}

.toastui-editor-popup-add-image .toastui-editor-tabs .tab-item {
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dadde6;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.toastui-editor-popup-add-image .toastui-editor-tabs .tab-item:hover {
  border-bottom: 1px solid #cbcfdb;
}

.toastui-editor-popup-add-image .toastui-editor-tabs .tab-item.active {
  color: #00a9ff;
  border-bottom: 2px solid #00a9ff;
}

.toastui-editor-popup-add-image .toastui-editor-file-name {
  width: 58%;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #e1e3e9;
  color: #dadde6;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.toastui-editor-popup-add-image .toastui-editor-file-name.has-file {
  color: #333;
}

.toastui-editor-popup-add-image .toastui-editor-file-select-button {
  width: 33%;
  margin-left: 5px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #dadde6;
  background-color: #f7f9fc;
  vertical-align: top;
}

.toastui-editor-popup-add-image .toastui-editor-file-select-button:hover {
  border-color: #cbcfdb;
}

.toastui-editor-popup-add-table {
  width: auto;
}

.toastui-editor-popup-add-table .toastui-editor-table-selection {
  position: relative;
}

.toastui-editor-popup-add-table .toastui-editor-table-cell {
  display: table-cell;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e3e9;
  background: #fff;
  box-sizing: border-box;
}

.toastui-editor-popup-add-table .toastui-editor-table-cell.header {
  background: #f7f9fc;
}

.toastui-editor-popup-add-table .toastui-editor-table-row {
  display: table-row;
}

.toastui-editor-popup-add-table .toastui-editor-table {
  display: table;
  border-collapse: collapse;
}

.toastui-editor-popup-add-table .toastui-editor-table-selection-layer {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #00a9ff;
  background: rgba(0, 169, 255, 0.1);
  z-index: 30;
}

.toastui-editor-popup-add-table .toastui-editor-table-description {
  margin: 5px 0 0;
  text-align: center;
  color: #333;
}

.toastui-editor-popup-add-heading {
  width: auto;
}

.toastui-editor-popup-add-heading .toastui-editor-popup-body {
  padding: 0;
}

.toastui-editor-popup-add-heading h1,
.toastui-editor-popup-add-heading h2,
.toastui-editor-popup-add-heading h3,
.toastui-editor-popup-add-heading h4,
.toastui-editor-popup-add-heading h5,
.toastui-editor-popup-add-heading h6,
.toastui-editor-popup-add-heading ul,
.toastui-editor-popup-add-heading p {
  padding: 0;
  margin: 0;
}

.toastui-editor-popup-add-heading ul {
  padding: 5px 0;
  list-style: none;
}

.toastui-editor-popup-add-heading ul li {
  padding: 4px 12px;
  cursor: pointer;
}

.toastui-editor-popup-add-heading ul li:hover {
  background-color: #dff4ff;
}

.toastui-editor-popup-add-heading h1 {
  font-size: 24px;
}

.toastui-editor-popup-add-heading h2 {
  font-size: 22px;
}

.toastui-editor-popup-add-heading h3 {
  font-size: 20px;
}

.toastui-editor-popup-add-heading h4 {
  font-size: 18px;
}

.toastui-editor-popup-add-heading h5 {
  font-size: 16px;
}

.toastui-editor-popup-add-heading h6 {
  font-size: 14px;
}

/* table context menu */
.toastui-editor-context-menu {
  position: absolute;
  width: auto;
  min-width: 197px;
  color: #333;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #dadde6;
  z-index: 30;
  padding: 5px 0;
  background-color: #fff;
}

.toastui-editor-context-menu .menu-group {
  list-style: none;
  border-bottom: 1px solid #ebedf2;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.toastui-editor-context-menu .menu-group:last-child {
  border-bottom: none !important;
}

.toastui-editor-context-menu .menu-item {
  height: 32px;
  line-height: 32px;
  padding: 0 14px;
  cursor: pointer;
}

.toastui-editor-context-menu span {
  display: inline-block;
}

.toastui-editor-context-menu span::before {
  background: url(data:image/png;base64,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) no-repeat;
  background-size: 466px 146px;
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.toastui-editor-context-menu .add-row-up::before {
  background-position: 3px -104px;
}

.toastui-editor-context-menu .add-row-down::before {
  background-position: -19px -104px;
}

.toastui-editor-context-menu .remove-row::before {
  background-position: -41px -104px;
}

.toastui-editor-context-menu .add-column-left::before {
  background-position: -63px -104px;
}

.toastui-editor-context-menu .add-column-right::before {
  background-position: -85px -104px;
}

.toastui-editor-context-menu .remove-column::before {
  background-position: -111px -104px;
}

.toastui-editor-context-menu .align-column-left::before {
  background-position: -129px -104px;
}

.toastui-editor-context-menu .align-column-center::before {
  background-position: -151px -104px;
}

.toastui-editor-context-menu .align-column-right::before {
  background-position: -173px -104px;
}

.toastui-editor-context-menu .remove-table::before {
  background-position: -197px -104px;
}

.toastui-editor-context-menu .disabled span::before {
  opacity: 0.3;
}

.toastui-editor-context-menu li:not(.disabled):hover {
  background-color: #dff4ff;
}

.toastui-editor-context-menu li.disabled {
  color: #c9ccd5;
}

.toastui-editor-tooltip {
  position: absolute;
  background-color: #444;
  z-index: 40;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "나눔바른고딕", "Nanum Barun Gothic", "맑은고딕", "Malgun Gothic", sans-serif;
}

.toastui-editor-tooltip .arrow {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #444;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -3px;
  left: 6px;
  z-index: -1;
}

.toastui-editor-toolbar-icons {
  background: url(data:image/png;base64,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) no-repeat;
  background-size: 466px 146px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .toastui-editor-toolbar-icons,
  .toastui-editor-context-menu span::before {
    background: url(data:image/png;base64,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P0A9dgflJJi2Szl5led4F57jlvpECs/6vuTjuhR3dAo961VP9UoRby5eaGBuxz2Zy/3pyiWBlJEiA/s5FHaEnU170tGmBChvV5O1/Zske9dQ3upqiLdbfuL3hTpvY+q8m3ELRkrj1xLs36Md8A17jhOutYwTnYufJw89tLmvbxmhJagIVEmgaoW0yvjlXQREQASakkA77LJL42wfGmdpGiktpZBagaFRfQqNsDNGSykNldFTUQ6+3ZQFWEJlRsA6pVmzZjML1sks0hoiosy9vMoqq2wVjg7VEMNQkHbLTzEI7tOqdCoeTd1nn7dK2tjwf2F5Gsro3cVhdS4CItCcBKSQNud9kVQiIAIikIqAjZLSQNu8lGeujZiyW8pvs7mHI6W2tb/tlF28jigvcRfSmLUpw+doZDQvxM0Xb40zpbLKiE03nWtLiOpVRp1A7ZYfl6+4yTPqo5hO4nndFPt4fi+OHTv2Qb5x/Y+4P9lFQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAQ6mYDfyZlX3kVABESgnQgc/WRhlf5F3j6Dvjdw6UT/mnbKm/IiAiIgAiIgAiLQngSkkLbnfVWuREAEOohA7+OFsc8v8w4peN43yfZGlnW/y9t/9kT/2g7CoKyKgAiIgAiIgAi0IIGeFpRZIouACIhA3QSOm1fY4A3f28MiWqXg/fyCyf7CuiMdhQiOmFc4YOEy7zsk/fZhyRe89ww7b8GTI+YXthv0vBO9gjcZ8TdoUBYWer43r8vzzpk1yb+vQWkqmVEmcPQjhY36+rzv0amzI6I0qqy5XC9kdGDumDHeSRdv5T/n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vaXiGC338PM8x9WSftjWO6CWsArTOAKhollR2UwjEc9wdYeNvhHCevQvqneamUs5jzhd3GlMemI2KtUTUyq89dBYDwAArSK8cWt+zbJmtNII6bA8tdAI6TC5wxP7rtbACm97tkR/K+ssVude9DBm+gqV+JM9a3q/rfW7Vklpya19CNCr94HCAFOk3LRd33u1u8vbhSlgLfWJFJ71famHrqt0Z6ivplBf17v2qFIymV1n07LtaITNJW+jus8B3NjU09sxzQZqmWVeETWcACNtV1PespspVUcOKG/XMLpUV0O83fITx3nEo4WNB1d4N+O2Rdw9yc7z+z1GRr/RrCOjSTInuTHq+3naNz3U4dcnXZebCLQDAeo+HSIgAiLQeQTaYZfdI+YV9qGhUrGR0moKqZVGlG2bxnzGaCmloTJ6Ksrotzvv6eisHFunNGvWHiHX64xyzl8eO8bbKhwdqlmUdstPMYjgqwH/9I6mQ/F4OhKYzTvi+F82kzjtksn+3SOuyEEERKApCUghbcrbIqFEQAREIB0BGyXF5+ZlfCdN2S3jvXku2UgpCveJNDxtp+xh64hylNKm/s1jaPYcjYzmSLnJoq5lplSGWVhIY2yuLSGqVxl1MrVbfly+4qZtXnT0Q96kPs/btKvgjUc5fbHH9x6cMdG39Ws6REAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAERAACviiIgAiIgAgMJ7DPPvvshMuNoeueN9xww5zhPnQmAiIgAiIgAiIgAiKQBYGeLCJRHCIgAiLQTgR839++UCiMtzyZHUMKaTvd4AzzctBBB627bNmydxDl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UvksxkDZi5yw9xKm1xzi5RjlMLe10HTi3YPCeTZ1ZPD5F2TYieT/wnPzFPb+vr6+zTDdxmA2a0Yjo3aDdIiACIiACIhADgS6ysRpa5gadTQyrUblqSHp0GgyZTTYwCghwWBNqflJuNZop2rucTV+S+Wjmjiq8VsqvbzdU8tIebDNVtxuusEGRjTArcPi2piQ+9Eg3yN2LqsI1EMgdflMmwhK4ADldgr+o3JLXRaN+DMD5GyU1prXQjMKfarF4eQhbp/fppy/FzOujM4kHU3TdaBkioAIiIAIiEDGBEoqpLaGibQyb2QkyD8qa8Ro7Ng60cX2C+0JojW/E0qF7aAbrRslL2faLyb57qGfmFPjrVWUp0zKQ6PTy5toFfmx0ZzbkMfKdqCMWqMdt+LG/XN8f/E3dch9axjWpgW33QGvtqgfKtyYzO5hNeWzgkzDLlu55XcEv1eHXchgLTRxFsJnYwfsd/GL775rQ7j2fHwGpfgorg1bX1oki05FQAREQAREQAREoHMJMBp2s02Rsx/2MxwJs8fctcuuA9MhJpuxbMrvU8XZtZEfysZetkau+JrORaDZCFBex1OP/drVZUXmNfGRzHpl57lYm867iTw32y5atGi9euNTeBEQAREQAREQgXQEgo+Dp/MqX81IgAbUm2iUXYBs8+nJvyguIw2sYzifRO/+cYwEBN8AiV+XXQREQASalYApo9Rh5dZCm+jX2rTe+Ohms+ZHcomACIiACIiACIiACIiACIiACLQIAUZDvx4fEaXz7SwbEcXtmrg7SuueLZIliSkCIiACIiACIpBAoOQa0gS/chIBERABERCBhhBg1LMRa6EbkhclIgIiIAIiIAIiIAIiIAIiIAIi0GIEtBa6xW6YxBUBERABERABERABERABERABERABERABERABERCBViHw/wHIAHUN1iL6RwAAAABJRU5ErkJggg==) no-repeat;
    background-size: 466px 146px;
  }
}
.toastui-editor-toolbar-icons {
  background-position-y: 3px;
}

.toastui-editor-toolbar-icons:disabled {
  opacity: 0.3;
}

.toastui-editor-toolbar-icons.heading {
  background-position-x: 3px;
}

.toastui-editor-toolbar-icons.bold {
  background-position-x: -23px;
}

.toastui-editor-toolbar-icons.italic {
  background-position-x: -49px;
}

.toastui-editor-toolbar-icons.strike {
  background-position-x: -75px;
}

.toastui-editor-toolbar-icons.hrline {
  background-position-x: -101px;
}

.toastui-editor-toolbar-icons.quote {
  background-position-x: -127px;
}

.toastui-editor-toolbar-icons.bullet-list {
  background-position-x: -153px;
}

.toastui-editor-toolbar-icons.ordered-list {
  background-position-x: -179px;
}

.toastui-editor-toolbar-icons.task-list {
  background-position-x: -205px;
}

.toastui-editor-toolbar-icons.indent {
  background-position-x: -231px;
}

.toastui-editor-toolbar-icons.outdent {
  background-position-x: -257px;
}

.toastui-editor-toolbar-icons.table {
  background-position-x: -283px;
}

.toastui-editor-toolbar-icons.image {
  background-position-x: -309px;
}

.toastui-editor-toolbar-icons.link {
  background-position-x: -334px;
}

.toastui-editor-toolbar-icons.code {
  background-position-x: -361px;
}

.toastui-editor-toolbar-icons.codeblock {
  background-position-x: -388px;
}

.toastui-editor-toolbar-icons.more {
  background-position-x: -412px;
}

.toastui-editor-toolbar-icons:not(:disabled).active {
  background-position-y: -23px;
}

@media only screen and (max-width: 480px) {
  .toastui-editor-popup {
    max-width: 300px;
    margin-left: -150px;
  }
  .toastui-editor-dropdown-toolbar {
    max-width: none;
  }
}
/* 
  z-index basis
  -1: pseudo element
  20 - preview, wysiwyg
  30 - wysiwyg code block language editor, popup, context menu
  40 - tooltip
*/
.ProseMirror {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "나눔바른고딕", "Nanum Barun Gothic", "맑은고딕", "Malgun Gothic", sans-serif;
  color: #222;
  font-size: 13px;
  overflow-y: auto;
  overflow-X: hidden;
  height: calc(100% - 36px);
}

.ProseMirror .placeholder {
  color: #999;
}

.ProseMirror:focus {
  outline: none;
}

.ProseMirror-selectednode {
  outline: none;
}

table.ProseMirror-selectednode {
  border-radius: 2px;
  outline: 2px solid #00a9ff;
}

.html-block.ProseMirror-selectednode {
  border-radius: 2px;
  outline: 2px solid #00a9ff;
}

.toastui-editor-contents {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "나눔바른고딕", "Nanum Barun Gothic", "맑은고딕", "Malgun Gothic", sans-serif;
  z-index: 20;
}

.toastui-editor-contents *:not(table) {
  line-height: 160%;
  box-sizing: content-box;
}

.toastui-editor-contents i,
.toastui-editor-contents cite,
.toastui-editor-contents em,
.toastui-editor-contents var,
.toastui-editor-contents address,
.toastui-editor-contents dfn {
  font-style: italic;
}

.toastui-editor-contents strong {
  font-weight: bold;
}

.toastui-editor-contents p {
  margin: 10px 0;
  color: #222;
}

.toastui-editor-contents > h1:first-of-type,
.toastui-editor-contents > div > div:first-of-type h1 {
  margin-top: 14px;
}

.toastui-editor-contents h1,
.toastui-editor-contents h2,
.toastui-editor-contents h3,
.toastui-editor-contents h4,
.toastui-editor-contents h5,
.toastui-editor-contents h6 {
  font-weight: bold;
  color: #222;
}

.toastui-editor-contents h1 {
  font-size: 24px;
  line-height: 28px;
  border-bottom: 3px double #999;
  margin: 52px 0 15px 0;
  padding-bottom: 7px;
}

.toastui-editor-contents h2 {
  font-size: 22px;
  line-height: 23px;
  border-bottom: 1px solid #dbdbdb;
  margin: 20px 0 13px 0;
  padding-bottom: 7px;
}

.toastui-editor-contents h3 {
  font-size: 20px;
  margin: 18px 0 2px;
}

.toastui-editor-contents h4 {
  font-size: 18px;
  margin: 10px 0 2px;
}

.toastui-editor-contents h3,
.toastui-editor-contents h4 {
  line-height: 18px;
}

.toastui-editor-contents h5 {
  font-size: 16px;
}

.toastui-editor-contents h6 {
  font-size: 14px;
}

.toastui-editor-contents h5,
.toastui-editor-contents h6 {
  line-height: 17px;
  margin: 9px 0 -4px;
}

.toastui-editor-contents del {
  color: #999;
}

.toastui-editor-contents blockquote {
  margin: 14px 0;
  border-left: 4px solid #e5e5e5;
  padding: 0 16px;
  color: #999;
}

.toastui-editor-contents blockquote p,
.toastui-editor-contents blockquote ul,
.toastui-editor-contents blockquote ol {
  color: #999;
}

.toastui-editor-contents blockquote > :first-child {
  margin-top: 0;
}

.toastui-editor-contents blockquote > :last-child {
  margin-bottom: 0;
}

.toastui-editor-contents pre,
.toastui-editor-contents code {
  font-family: Consolas, Courier, "Apple SD 산돌고딕 Neo", -apple-system, "Lucida Grande", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "Segoe UI", "돋움", dotum, sans-serif;
  border: 0;
  border-radius: 0;
}

.toastui-editor-contents pre {
  margin: 2px 0 8px;
  padding: 18px;
  background-color: #f4f7f8;
}

.toastui-editor-contents code {
  color: #c1798b;
  background-color: #f9f2f4;
  padding: 2px 3px;
  letter-spacing: -0.3px;
  border-radius: 2px;
}

.toastui-editor-contents pre code {
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
}

.toastui-editor-contents img {
  margin: 4px 0 10px;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}

.toastui-editor-contents table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 12px 0 14px;
  color: #222;
  width: auto;
  border-collapse: collapse;
  box-sizing: border-box;
}

.toastui-editor-contents table th,
.toastui-editor-contents table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 14px 5px 12px;
  height: 32px;
}

.toastui-editor-contents table th {
  background-color: #555;
  font-weight: 300;
  color: #fff;
  padding-top: 6px;
}

.toastui-editor-contents th p {
  margin: 0;
  color: #fff;
}

.toastui-editor-contents td p {
  margin: 0;
  padding: 0 2px;
}

.toastui-editor-contents td.toastui-editor-cell-selected {
  background-color: #d8dfec;
}

.toastui-editor-contents th.toastui-editor-cell-selected {
  background-color: #908f8f;
}

.toastui-editor-contents ul,
.toastui-editor-contents menu,
.toastui-editor-contents ol,
.toastui-editor-contents dir {
  display: block;
  list-style-type: none;
  padding-left: 24px;
  margin: 6px 0 10px;
  color: #222;
}

.toastui-editor-contents ol {
  list-style-type: none;
  counter-reset: li;
}

.toastui-editor-contents ol > li {
  counter-increment: li;
}

.toastui-editor-contents ul > li::before,
.toastui-editor-contents ol > li::before {
  display: inline-block;
  position: absolute;
}

.toastui-editor-contents ul > li::before {
  content: "";
  margin-top: 6px;
  margin-left: -17px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ccc;
}

.toastui-editor-contents ol > li::before {
  content: "." counter(li);
  margin-left: -28px;
  width: 24px;
  text-align: right;
  direction: rtl;
  color: #aaa;
}

.toastui-editor-contents ul ul,
.toastui-editor-contents ul ol,
.toastui-editor-contents ol ol,
.toastui-editor-contents ol ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.toastui-editor-contents ul li,
.toastui-editor-contents ol li {
  position: relative;
}

.toastui-editor-contents ul p,
.toastui-editor-contents ol p {
  margin: 0;
}

.toastui-editor-contents hr {
  border-top: 1px solid #eee;
  margin: 16px 0;
}

.toastui-editor-contents a {
  text-decoration: underline;
  color: #4b96e6;
}

.toastui-editor-contents a:hover {
  color: #1f70de;
}

.toastui-editor-contents .image-link {
  position: relative;
}

.toastui-editor-contents .image-link:hover::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  border-radius: 50%;
  border: 1px solid #c9ccd5;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBzdHJva2U9IiM1NTUiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNy42NjUgMTUuMDdsLTEuODE5LS4wMDJjLTEuNDg2IDAtMi42OTItMS4yMjgtMi42OTItMi43NDR2LS4xOTJjMC0xLjUxNSAxLjIwNi0yLjc0NCAyLjY5Mi0yLjc0NGgzLjg0NmMxLjQ4NyAwIDIuNjkyIDEuMjI5IDIuNjkyIDIuNzQ0di4xOTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDAwIC00NTgxKSB0cmFuc2xhdGUoOTk1IDQ1NzYpIHRyYW5zbGF0ZSg1IDUpIHNjYWxlKDEgLTEpIHJvdGF0ZSg0NSAzNy4yOTMgMCkiLz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTIuMzI2IDQuOTM0bDEuODIyLjAwMmMxLjQ4NyAwIDIuNjkzIDEuMjI4IDIuNjkzIDIuNzQ0di4xOTJjMCAxLjUxNS0xLjIwNiAyLjc0NC0yLjY5MyAyLjc0NGgtMy44NDVjLTEuNDg3IDAtMi42OTItMS4yMjktMi42OTItMi43NDRWNy42OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMDAgLTQ1ODEpIHRyYW5zbGF0ZSg5OTUgNDU3NikgdHJhbnNsYXRlKDUgNSkgc2NhbGUoMSAtMSkgcm90YXRlKDQ1IDMwLjk5NiAwKSIvPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K) no-repeat;
  background-position: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.toastui-editor-contents .task-list-item {
  border: 0;
  list-style: none;
  padding-left: 24px;
  margin-left: -24px;
}

.toastui-editor-contents .task-list-item::before {
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  content: "";
  margin-left: 0;
  margin-top: 0;
  border-radius: 2px;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 1px;
  cursor: pointer;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiIgc3Ryb2tlPSIjQ0NDIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAzMCAtMjk2KSB0cmFuc2xhdGUoNzg4IDE5MikgdHJhbnNsYXRlKDI0MiAxMDQpIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCB3aWR0aD0iMTciIGhlaWdodD0iMTciIHg9Ii41IiB5PSIuNSIgcng9IjIiLz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
}

.toastui-editor-contents .task-list-item.checked::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iIzRCOTZFNiI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE2IDBjMS4xMDUgMCAyIC44OTUgMiAydjE0YzAgMS4xMDUtLjg5NSAyLTIgMkgyYy0xLjEwNSAwLTItLjg5NS0yLTJWMkMwIC44OTUuODk1IDAgMiAwaDE0em0tMS43OTMgNS4yOTNjLS4zOS0uMzktMS4wMjQtLjM5LTEuNDE0IDBMNy41IDEwLjU4NSA1LjIwNyA4LjI5M2wtLjA5NC0uMDgzYy0uMzkyLS4zMDUtLjk2LS4yNzgtMS4zMi4wODMtLjM5LjM5LS4zOSAxLjAyNCAwIDEuNDE0bDMgMyAuMDk0LjA4M2MuMzkyLjMwNS45Ni4yNzggMS4zMi0uMDgzbDYtNiAuMDgzLS4wOTRjLjMwNS0uMzkyLjI3OC0uOTYtLjA4My0xLjMyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNTAgLTI5NikgdHJhbnNsYXRlKDc4OCAxOTIpIHRyYW5zbGF0ZSgyNjIgMTA0KSIvPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
}

.toastui-editor-custom-block .toastui-editor-custom-block-editor {
  background: #f9f7fd;
  color: #452d6b;
  border: solid 1px #dbd4ea;
}

.toastui-editor-custom-block .toastui-editor-custom-block-view {
  position: relative;
  padding: 9px 13px 8px 12px;
}

.toastui-editor-custom-block.ProseMirror-selectednode .toastui-editor-custom-block-view {
  border: solid 1px #dbd4ea;
  border-radius: 2px;
}

.toastui-editor-custom-block .toastui-editor-custom-block-view .tool {
  position: absolute;
  right: 10px;
  top: 7px;
  display: none;
}

.toastui-editor-custom-block.ProseMirror-selectednode .toastui-editor-custom-block-view .tool {
  display: block;
}

.toastui-editor-custom-block-view button {
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  padding: 3px;
  border: solid 1px #cccccc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzU1NTU1NTt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGc+CgkJCTxnPgoJCQkJPGc+CgkJCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjUsMTIuNWwyLDJMMTIsMjBoLTJ2LTJMMTUuNSwxMi41eiBNMTgsMTBsMiwybC0xLjUsMS41bC0yLTJMMTgsMTB6Ii8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) no-repeat;
  background-position: center;
  background-size: 30px 30px;
}

.toastui-editor-custom-block-view .info {
  font-size: 13px;
  font-weight: bold;
  color: #5200d0;
  vertical-align: middle;
}

.toastui-editor-contents .toastui-editor-ww-code-block {
  position: relative;
}

.toastui-editor-contents .toastui-editor-ww-code-block:after {
  content: attr(data-language);
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 10px;
  height: 24px;
  padding: 3px 35px 0 10px;
  font-weight: bold;
  font-size: 13px;
  color: #333;
  background: #e5e9ea url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzU1NTU1NTt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGc+CgkJCTxnPgoJCQkJPGc+CgkJCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjUsMTIuNWwyLDJMMTIsMjBoLTJ2LTJMMTUuNSwxMi41eiBNMTgsMTBsMiwybC0xLjUsMS41bC0yLTJMMTgsMTB6Ii8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) no-repeat;
  background-position: right;
  border-radius: 2px;
  background-size: 30px 30px;
  cursor: pointer;
}

.toastui-editor-ww-code-block-language {
  position: fixed;
  display: inline-block;
  width: 100px;
  height: 27px;
  right: 35px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  z-index: 30;
}

.toastui-editor-ww-code-block-language input {
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}

.toastui-editor-contents-placeholder::before {
  content: attr(data-placeholder);
  color: grey;
  line-height: 160%;
  position: absolute;
}

.toastui-editor-md-preview .toastui-editor-contents h1 {
  min-height: 28px;
}

.toastui-editor-md-preview .toastui-editor-contents h2 {
  min-height: 23px;
}

.toastui-editor-md-preview .toastui-editor-contents blockquote {
  min-height: 20px;
}

.toastui-editor-md-preview .toastui-editor-contents li {
  min-height: 22px;
}

.toastui-editor-pseudo-clipboard {
  position: fixed;
  opacity: 0;
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  z-index: -1;
}

.toastui-editor-contents .toastui-editor-md-preview-highlight {
  position: relative;
  z-index: 0;
}

.toastui-editor-contents .toastui-editor-md-preview-highlight::after {
  content: "";
  background-color: rgba(255, 245, 131, 0.5);
  border-radius: 4px;
  z-index: -1;
  position: absolute;
  top: -4px;
  right: -4px;
  left: -4px;
  bottom: -4px;
}

.toastui-editor-contents h1.toastui-editor-md-preview-highlight::after,
.toastui-editor-contents h2.toastui-editor-md-preview-highlight::after {
  bottom: 0;
}

.toastui-editor-contents td.toastui-editor-md-preview-highlight::after,
.toastui-editor-contents th.toastui-editor-md-preview-highlight::after {
  display: none;
}

.toastui-editor-contents th.toastui-editor-md-preview-highlight,
.toastui-editor-contents td.toastui-editor-md-preview-highlight {
  background-color: rgba(255, 245, 131, 0.5);
}

.toastui-editor-contents th.toastui-editor-md-preview-highlight {
  color: #222;
}

.toastui-editor-md-heading1 {
  font-size: 24px;
}

.toastui-editor-md-heading2 {
  font-size: 22px;
}

.toastui-editor-md-heading3 {
  font-size: 20px;
}

.toastui-editor-md-heading4 {
  font-size: 18px;
}

.toastui-editor-md-heading5 {
  font-size: 16px;
}

.toastui-editor-md-heading6 {
  font-size: 14px;
}

.toastui-editor-md-heading.toastui-editor-md-delimiter.setext {
  line-height: 15px;
}

.toastui-editor-md-strong,
.toastui-editor-md-heading,
.toastui-editor-md-list-item-style,
.toastui-editor-md-list-item .toastui-editor-md-meta {
  font-weight: bold;
}

.toastui-editor-md-emph {
  font-style: italic;
}

.toastui-editor-md-strike {
  text-decoration: line-through;
}

.toastui-editor-md-strike.toastui-editor-md-delimiter {
  text-decoration: none;
}

.toastui-editor-md-delimiter,
.toastui-editor-md-thematic-break,
.toastui-editor-md-link,
.toastui-editor-md-table,
.toastui-editor-md-block-quote {
  color: #ccc;
}

.toastui-editor-md-code.toastui-editor-md-delimiter {
  color: #aaa;
}

.toastui-editor-md-meta,
.toastui-editor-md-html,
.toastui-editor-md-link.toastui-editor-md-link-url.toastui-editor-md-marked-text {
  color: #999;
}

.toastui-editor-md-block-quote .toastui-editor-md-marked-text,
.toastui-editor-md-list-item .toastui-editor-md-meta {
  color: #555;
}

.toastui-editor-md-table .toastui-editor-md-table-cell {
  color: #222;
}

.toastui-editor-md-link.toastui-editor-md-link-desc.toastui-editor-md-marked-text,
.toastui-editor-md-list-item-style.toastui-editor-md-list-item-odd {
  color: #4b96e6;
}

.toastui-editor-md-list-item-style.toastui-editor-md-list-item-even {
  color: #cb4848;
}

.toastui-editor-md-code.toastui-editor-md-marked-text {
  color: #c1798b;
}

.toastui-editor-md-code {
  background-color: rgba(243, 229, 233, 0.5);
  padding: 2px 0;
  letter-spacing: -0.3px;
}

.toastui-editor-md-code.toastui-editor-md-start {
  padding-left: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.toastui-editor-md-code.toastui-editor-md-end {
  padding-right: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.toastui-editor-md-code-block-line-background {
  background-color: #f5f7f8;
}

.toastui-editor-md-code-block-line-background.start,
.toastui-editor-md-custom-block-line-background.start {
  margin-top: 2px;
}

.toastui-editor-md-code,
.toastui-editor-md-code-block {
  font-family: Consolas, Courier, "Lucida Grande", "나눔바른고딕", "Nanum Barun Gothic", "맑은고딕", "Malgun Gothic", sans-serif;
}

.toastui-editor-md-custom-block {
  color: #452d6b;
}

.toastui-editor-md-custom-block-line-background {
  background-color: #f9f7fd;
}

.toastui-editor-md-custom-block .toastui-editor-md-delimiter {
  color: #b8b3c0;
}

.toastui-editor-md-custom-block .toastui-editor-md-meta {
  color: #5200d0;
}

:root {
  --swal2-outline: 0 0 0 3px rgba(100, 150, 200, 0.5);
  --swal2-container-padding: 0.625em;
  --swal2-backdrop: rgba(0, 0, 0, 0.4);
  --swal2-backdrop-transition: background-color 0.15s;
  --swal2-width: 32em;
  --swal2-padding: 0 0 1.25em;
  --swal2-border: none;
  --swal2-border-radius: 0.3125rem;
  --swal2-background: white;
  --swal2-color: #545454;
  --swal2-show-animation: swal2-show 0.3s;
  --swal2-hide-animation: swal2-hide 0.15s forwards;
  --swal2-icon-zoom: 1;
  --swal2-icon-animations: true;
  --swal2-title-padding: 0.8em 1em 0;
  --swal2-html-container-padding: 1em 1.6em 0.3em;
  --swal2-input-border: 1px solid #d9d9d9;
  --swal2-input-border-radius: 0.1875em;
  --swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  --swal2-input-background: transparent;
  --swal2-input-transition: border-color 0.2s, box-shadow 0.2s;
  --swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  --swal2-input-focus-border: 1px solid #b4dbed;
  --swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
  --swal2-progress-step-background: #add8e6;
  --swal2-validation-message-background: #f0f0f0;
  --swal2-validation-message-color: #666;
  --swal2-footer-border-color: #eee;
  --swal2-footer-background: transparent;
  --swal2-footer-color: inherit;
  --swal2-timer-progress-bar-background: rgba(0, 0, 0, 0.3);
  --swal2-close-button-position: initial;
  --swal2-close-button-inset: auto;
  --swal2-close-button-font-size: 2.5em;
  --swal2-close-button-color: #ccc;
  --swal2-close-button-transition: color 0.2s, box-shadow 0.2s;
  --swal2-close-button-outline: initial;
  --swal2-close-button-box-shadow: inset 0 0 0 3px transparent;
  --swal2-close-button-focus-box-shadow: inset var(--swal2-outline);
  --swal2-close-button-hover-transform: none;
  --swal2-actions-justify-content: center;
  --swal2-actions-width: auto;
  --swal2-actions-margin: 1.25em auto 0;
  --swal2-actions-padding: 0;
  --swal2-actions-border-radius: 0;
  --swal2-actions-background: transparent;
  --swal2-action-button-transition: background-color 0.2s, box-shadow 0.2s;
  --swal2-action-button-hover: black 10%;
  --swal2-action-button-active: black 10%;
  --swal2-confirm-button-box-shadow: none;
  --swal2-confirm-button-border-radius: 0.25em;
  --swal2-confirm-button-background-color: #7066e0;
  --swal2-confirm-button-color: #fff;
  --swal2-deny-button-box-shadow: none;
  --swal2-deny-button-border-radius: 0.25em;
  --swal2-deny-button-background-color: #dc3741;
  --swal2-deny-button-color: #fff;
  --swal2-cancel-button-box-shadow: none;
  --swal2-cancel-button-border-radius: 0.25em;
  --swal2-cancel-button-background-color: #6e7881;
  --swal2-cancel-button-color: #fff;
  --swal2-toast-show-animation: swal2-toast-show 0.5s;
  --swal2-toast-hide-animation: swal2-toast-hide 0.1s forwards;
  --swal2-toast-border: none;
  --swal2-toast-box-shadow:
    0 0 1px hsl(0deg 0% 0% / 0.075), 0 1px 2px hsl(0deg 0% 0% / 0.075), 1px 2px 4px hsl(0deg 0% 0% / 0.075),
    1px 3px 8px hsl(0deg 0% 0% / 0.075), 2px 4px 16px hsl(0deg 0% 0% / 0.075);
}

[data-swal2-theme=dark] {
  --swal2-dark-theme-black: #19191a;
  --swal2-dark-theme-white: #e1e1e1;
  --swal2-background: var(--swal2-dark-theme-black);
  --swal2-color: var(--swal2-dark-theme-white);
  --swal2-footer-border-color: #555;
  --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
  --swal2-validation-message-background: color-mix(
    in srgb,
    var(--swal2-dark-theme-black),
    var(--swal2-dark-theme-white) 10%
  );
  --swal2-validation-message-color: var(--swal2-dark-theme-white);
  --swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7);
}

@media (prefers-color-scheme: dark) {
  [data-swal2-theme=auto] {
    --swal2-dark-theme-black: #19191a;
    --swal2-dark-theme-white: #e1e1e1;
    --swal2-background: var(--swal2-dark-theme-black);
    --swal2-color: var(--swal2-dark-theme-white);
    --swal2-footer-border-color: #555;
    --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
    --swal2-validation-message-background: color-mix(
      in srgb,
      var(--swal2-dark-theme-black),
      var(--swal2-dark-theme-white) 10%
    );
    --swal2-validation-message-color: var(--swal2-dark-theme-white);
    --swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7);
  }
}
body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px var(--swal2-backdrop);
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: var(--swal2-container-padding);
  overflow-x: hidden;
  transition: var(--swal2-backdrop-transition);
  -webkit-overflow-scrolling: touch;
}
div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  background: var(--swal2-backdrop);
}
div:where(.swal2-container).swal2-backdrop-hide {
  background: transparent !important;
}
div:where(.swal2-container).swal2-top-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
div:where(.swal2-container).swal2-top-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}
div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}
div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}
div:where(.swal2-container).swal2-center-start > .swal2-popup, div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}
div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}
div:where(.swal2-container).swal2-bottom-start > .swal2-popup, div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}
div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}
div:where(.swal2-container).swal2-grow-row > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}
div:where(.swal2-container)[popover] {
  width: auto;
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: var(--swal2-width);
  max-width: 100%;
  padding: var(--swal2-padding);
  border: var(--swal2-border);
  border-radius: var(--swal2-border-radius);
  background: var(--swal2-background);
  color: var(--swal2-color);
  font-family: inherit;
  font-size: 1rem;
  container-name: swal2-popup;
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon) {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging {
  cursor: grabbing;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon) {
  cursor: grabbing;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: var(--swal2-title-padding);
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  overflow-wrap: break-word;
  cursor: initial;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: var(--swal2-actions-justify-content);
  width: var(--swal2-actions-width);
  margin: var(--swal2-actions-margin);
  padding: var(--swal2-actions-padding);
  border-radius: var(--swal2-actions-border-radius);
  background: var(--swal2-actions-background);
}
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: var(--swal2-action-button-transition);
  border: none;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border-radius: var(--swal2-confirm-button-border-radius);
  background: initial;
  background-color: var(--swal2-confirm-button-background-color);
  box-shadow: var(--swal2-confirm-button-box-shadow);
  color: var(--swal2-confirm-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
  background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-hover));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active {
  background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-active));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border-radius: var(--swal2-deny-button-border-radius);
  background: initial;
  background-color: var(--swal2-deny-button-background-color);
  box-shadow: var(--swal2-deny-button-box-shadow);
  color: var(--swal2-deny-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover {
  background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-hover));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active {
  background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-active));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border-radius: var(--swal2-cancel-button-border-radius);
  background: initial;
  background-color: var(--swal2-cancel-button-background-color);
  box-shadow: var(--swal2-cancel-button-box-shadow);
  color: var(--swal2-cancel-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover {
  background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-hover));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active {
  background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-active));
}
div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
  box-shadow: var(--swal2-action-button-focus-box-shadow);
}
div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading) {
  opacity: 0.4;
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid var(--swal2-footer-border-color);
  background: var(--swal2-footer-background);
  color: var(--swal2-footer-color);
  font-size: 1em;
  text-align: center;
  cursor: initial;
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: var(--swal2-border-radius);
  border-bottom-left-radius: var(--swal2-border-radius);
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: 0.25em;
  background: var(--swal2-timer-progress-bar-background);
}
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
  cursor: initial;
}
div:where(.swal2-container) button:where(.swal2-close) {
  position: var(--swal2-close-button-position);
  inset: var(--swal2-close-button-inset);
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: var(--swal2-close-button-transition);
  border: none;
  border-radius: var(--swal2-border-radius);
  outline: var(--swal2-close-button-outline);
  background: transparent;
  color: var(--swal2-close-button-color);
  font-family: monospace;
  font-size: var(--swal2-close-button-font-size);
  cursor: pointer;
  justify-self: end;
}
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: var(--swal2-close-button-hover-transform);
  background: transparent;
  color: #f27474;
}
div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: var(--swal2-close-button-focus-box-shadow);
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: var(--swal2-html-container-padding);
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  overflow-wrap: break-word;
  word-break: break-word;
  cursor: initial;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: var(--swal2-input-transition);
  border: var(--swal2-input-border);
  border-radius: var(--swal2-input-border-radius);
  background: var(--swal2-input-background);
  box-shadow: var(--swal2-input-box-shadow);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
div:where(.swal2-container) input:where(.swal2-input):hover,
div:where(.swal2-container) input:where(.swal2-file):hover,
div:where(.swal2-container) textarea:where(.swal2-textarea):hover {
  box-shadow: var(--swal2-input-hover-box-shadow);
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: var(--swal2-input-focus-border);
  outline: none;
  box-shadow: var(--swal2-input-focus-box-shadow);
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: var(--swal2-background);
}
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: var(--swal2-input-background);
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: var(--swal2-input-background);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: var(--swal2-background);
  color: inherit;
}
div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: var(--swal2-validation-message-background);
  color: var(--swal2-validation-message-color);
  font-size: 1em;
  font-weight: 300;
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: transparent;
  font-weight: 600;
}
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: var(--swal2-progress-step-background);
  color: #fff;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: var(--swal2-progress-step-background);
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  zoom: var(--swal2-icon-zoom);
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark 0.5s;
  }
}
div:where(.swal2-icon).swal2-warning {
  border-color: #f8bb86;
  color: #f8bb86;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-warning.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark 0.5s;
  }
}
div:where(.swal2-icon).swal2-info {
  border-color: #3fc3ee;
  color: #3fc3ee;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-info.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark 0.8s;
  }
}
div:where(.swal2-icon).swal2-question {
  border-color: #87adbd;
  color: #87adbd;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-question.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-question-mark 0.8s;
  }
}
div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip 0.75s;
  }
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long 0.75s;
  }
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
  }
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: var(--swal2-show-animation);
}

.swal2-hide {
  animation: var(--swal2-hide-animation);
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  border: var(--swal2-toast-border);
  background: var(--swal2-background);
  box-shadow: var(--swal2-toast-box-shadow);
  pointer-events: all;
}
.swal2-toast > * {
  grid-column: 2;
}
.swal2-toast h2:where(.swal2-title) {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-toast input:where(.swal2-input) {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-toast div:where(.swal2-footer) {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-toast button:where(.swal2-close) {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-toast div:where(.swal2-html-container) {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast div:where(.swal2-html-container):empty {
  padding: 0;
}
.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-toast div:where(.swal2-actions) {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-toast button:where(.swal2-styled) {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip 0.75s;
  }
  .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long 0.75s;
  }
}
.swal2-toast.swal2-show {
  animation: var(--swal2-toast-show-animation);
}
.swal2-toast.swal2-hide {
  animation: var(--swal2-toast-hide-animation);
}

@keyframes swal2-show {
  0% {
    transform: translate3d(0, -50px, 0) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes swal2-hide {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -50px, 0) scale(0.9);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
._quizRecap_kj2zp_1 {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}

._quizRecap_kj2zp_1 ._h2_kj2zp_7 {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 8px;
}

._quizRecap_kj2zp_1 ._h3_kj2zp_12 {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 8px;
}

._quizRecap_kj2zp_1 ._p_kj2zp_17 {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 6px;
}

._quizRecap_kj2zp_1 ._ul_kj2zp_22 {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

._quizRecap_kj2zp_1 ._li_kj2zp_27:not(:last-child) {
  margin-bottom: 2px;
}

._quizRecap_kj2zp_1 ._button_kj2zp_30 {
  width: 100%;
}

@media (min-width: 580px) {
  ._quizRecap_kj2zp_1 ._button_kj2zp_30 {
    width: 50%;
  }
}
._container_1grg3_1 {
  padding-bottom: 20px;
}

._answers_1grg3_5 {
  align-items: center;
  border-radius: 4px;
  display: flex;
  min-height: 32px;
  padding-left: 15px;
}

._answers_1grg3_5 * {
  font-size: 16px;
  line-height: 20px;
}

._answers_1grg3_5:not(:last-child) {
  margin-bottom: 8px;
}

._answers_1grg3_5._default_1grg3_19 {
  background-color: var(--qr-color-neutral-light, #f5f5f5);
}

._answers_1grg3_5._correct_1grg3_22 {
  background-color: var(--qr-color-success-light, #85efac);
}

._answers_1grg3_5._wrong_1grg3_25 {
  background-color: var(--qr-color-neutral-light, #f5f5f5);
}

._answers_1grg3_5._wrong_1grg3_25:has(> input:checked) {
  background-color: var(--qr-color-danger-light, #fca6a6);
}

._input_1grg3_32 {
  accent-color: var(--qr-color-primary, #3c83f6);
  margin: 0;
}

._input_1grg3_32:checked + label {
  font-weight: 700;
}

._label_1grg3_41 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
}

._label_1grg3_41 * {
  margin: 0;
}

._label_1grg3_41 ._correctHint_1grg3_51 {
  display: none;
}

@media (min-width: 800px) {
  ._label_1grg3_41 ._correctHint_1grg3_51 {
    display: block;
    margin-left: 20px;
  }
}
._label_1grg3_41 code {
  white-space: pre-wrap;
  word-break: break-all;
}

._label_1grg3_41 img {
  max-width: 100%;
}

._question_2uy7c_1 {
  font-size: 18px;
  line-height: 28px;
}

._question_2uy7c_1 ._text_2uy7c_5 {
  margin-bottom: 20px;
}

._question_2uy7c_1 ._text_2uy7c_5 code {
  white-space: pre-wrap;
  word-break: break-all;
}

._question_2uy7c_1 ._text_2uy7c_5 img {
  max-width: 100%;
}

._question_2uy7c_1 ._hint_2uy7c_15 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 20px;
}

._initialProgress_1802d_1 {
  background-color: var(--qr-color-primary, #3c83f6);
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

._progressBar_1802d_10[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  height: 5px;
  left: 15px;
  position: absolute;
  top: 0;
  width: calc(100% - 15px);
}

._progressBar_1802d_10[value]::-webkit-progress-bar {
  background: #fff;
}

._progressBar_1802d_10[value]::-webkit-progress-value {
  background-color: var(--qr-color-primary, #3c83f6);
}

._progressBar_1802d_10[value]::-moz-progress-bar {
  background-color: var(--qr-color-primary, #3c83f6);
}

._progressBar_1802d_10[value]::-webkit-progress-value {
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

._button_1nskv_1 {
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  min-height: 32px;
  padding: 8px;
}

._button_1nskv_1._primary_1nskv_10 {
  background-color: var(--qr-color-primary, #3c83f6);
}

._button_1nskv_1._primary_1nskv_10:active, ._button_1nskv_1._primary_1nskv_10:focus, ._button_1nskv_1._primary_1nskv_10:hover {
  background-color: var(--qr-color-primary-dark, #2463eb);
}

._button_1nskv_1._neutral_1nskv_16 {
  background-color: var(--qr-color-neutral, #737373);
}

._button_1nskv_1._neutral_1nskv_16:active, ._button_1nskv_1._neutral_1nskv_16:focus, ._button_1nskv_1._neutral_1nskv_16:hover {
  background-color: var(--qr-color-neutral-dark, #525252);
}

._button_1nskv_1._success_1nskv_22 {
  background-color: var(--qr-color-success, #21c45d);
}

._button_1nskv_1._success_1nskv_22:active, ._button_1nskv_1._success_1nskv_22:focus, ._button_1nskv_1._success_1nskv_22:hover {
  background-color: var(--qr-color-success-dark, #16a249);
}

._button_1nskv_1._danger_1nskv_28 {
  background-color: var(--qr-color-danger, #ef4343);
}

._button_1nskv_1._danger_1nskv_28:active, ._button_1nskv_1._danger_1nskv_28:focus, ._button_1nskv_1._danger_1nskv_28:hover {
  background-color: var(--qr-color-danger-dark, #dc2828);
}

._form_16tik_1 ._fieldset_16tik_1 {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0;
}

._form_16tik_1 ._legend_16tik_7 {
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
}

._buttonBar_16tik_15 {
  display: flex;
  justify-content: flex-end;
}

._endQuizButton_16tik_20 {
  margin-right: 2px;
}

._confirmButton_16tik_24 {
  min-width: 80px;
}

._declineButton_16tik_28 {
  margin-right: 4px;
  min-width: 80px;
}

._confirmation_16tik_33 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

._confirmation_16tik_33 ._p_16tik_38 {
  margin-right: 12px;
}

._result_8obrd_1 ._h2_8obrd_1 {
  font-size: 20px;
  line-height: 28px;
}

._result_8obrd_1 ._table_8obrd_5 {
  border-collapse: collapse;
  margin-bottom: 24px;
  width: 100%;
}

._result_8obrd_1 ._caption_8obrd_10 {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 16px;
  text-align: left;
}

._result_8obrd_1 ._tr_8obrd_16 {
  background-color: #fff;
  border-color: var(--qr-color-neutral, #737373);
  border-bottom: 1px solid;
  border-top: 1px solid;
  font-size: 16px;
  line-height: 20px;
}

._result_8obrd_1 ._tr_8obrd_16:hover {
  background-color: var(--qr-color-neutral-light, #f5f5f5);
}

._result_8obrd_1 ._resultViewerCell_8obrd_27 {
  max-width: 0;
  width: 100%;
}

._result_8obrd_1 ._th_8obrd_31 {
  font-size: 16px;
  line-height: 20px;
  padding: 16px 8px;
  text-align: left;
}

._result_8obrd_1 ._td_8obrd_37 {
  padding: 16px 8px;
  vertical-align: top;
}

._result_8obrd_1 ._iconCell_8obrd_41 {
  width: 20px;
}

._result_8obrd_1 ._chevronIcon_8obrd_45, ._result_8obrd_1 ._linkIcon_8obrd_44 {
  color: var(--qr-color-neutral-dark, #525252);
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}

._result_8obrd_1 ._correctIcon_8obrd_51 {
  color: var(--qr-color-success, #21c45d);
  font-size: 20px;
  line-height: 28px;
}

._result_8obrd_1 ._incorrectIcon_8obrd_56 {
  color: var(--qr-color-danger, #ef4343);
  font-size: 20px;
  line-height: 28px;
}

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

._result_8obrd_1 ._buttonBar_8obrd_64 {
  display: flex;
  justify-content: flex-end;
}

._result_8obrd_1 ._hideOnMobile_8obrd_68 {
  display: none;
}

@media (min-width: 580px) {
  ._result_8obrd_1 ._hideOnMobile_8obrd_68 {
    display: block;
  }
}
._result_8obrd_1 ._hideOnDesktop_8obrd_76 {
  display: block;
}

@media (min-width: 580px) {
  ._result_8obrd_1 ._hideOnDesktop_8obrd_76 {
    display: none;
  }
}
._collapsed_b51ef_1 ._questionMarkdown_b51ef_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._collapsed_b51ef_1 ._questionMarkdown_b51ef_1 * {
  font-weight: 400;
  text-decoration: none;
}

._collapsed_b51ef_1 ._questionMarkdown_b51ef_1 :not(pre) {
  display: inline;
}

._collapsed_b51ef_1 ._answers_b51ef_16, ._collapsed_b51ef_1 ._questionMarkdown_b51ef_1 :not(:first-child) {
  display: none;
}

._answerMarkdown_b51ef_21 *, ._questionMarkdown_b51ef_1 * {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  max-width: 100%;
}

._answers_b51ef_16 {
  margin-block-end: 0;
  margin-block-start: 16px;
  padding-left: 0;
}

._answer_b51ef_16 {
  align-items: center;
  background-color: #fff;
  border: 1px solid;
  border-color: hsl(from var(--qr-color-neutral-light, hsl(0, 0%, 96%)) h s 80%);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 5px 0;
  padding: 5px;
  width: 100%;
}

._answer_b51ef_16._selected_b51ef_48 {
  font-weight: 700;
}

._answer_b51ef_16._selected_b51ef_48 ._icon_b51ef_51 {
  color: var(--qr-color-neutral-dark, #525252);
}

._answer_b51ef_16._correct_b51ef_54 {
  background-color: var(--qr-color-success-light, #85efac);
  border-color: var(--qr-color-success, #21c45d);
}

._answer_b51ef_16._wrong_b51ef_58 {
  background-color: var(--qr-color-danger-light, #fca6a6);
  border-color: var(--qr-color-danger, #ef4343);
}

._answer_b51ef_16 ._icon_b51ef_51 {
  color: var(--qr-color-neutral, #737373);
  font-size: 16px;
  line-height: 20px;
  margin: 0 10px 0 4px;
}

._answer_b51ef_16 * {
  margin: 0;
}

._answer_b51ef_16 ._iconAndAnswer_b51ef_71 {
  align-items: center;
  display: flex;
}

._answer_b51ef_16 ._correctHint_b51ef_75 {
  display: none;
}

@media (min-width: 800px) {
  ._answer_b51ef_16 ._correctHint_b51ef_75 {
    display: block;
    margin-left: 20px;
  }
}
._answer_b51ef_16 code {
  white-space: pre-wrap;
  word-break: break-all;
}

._answer_b51ef_16 img {
  max-width: 100%;
}

/*-------------------------------------------*\
  BREAKPOINTS

  NOTE: If possible, develop mobile-first by
  specifying default rules for small screens
  that are extended for larger devices.
\*-------------------------------------------*/
/*----------------------------------------------------*\
    $CSS variable export

    Required to access them via javascript.
\*----------------------------------------------------*/
:root {
  --breakpoint-s: 580px;
  --breakpoint-sm: 800px;
}

/*-------------------------------------------*\
  @deprecated Old breakpoints
\*-------------------------------------------*/
.html5sortable-placeholder {
  max-width: 100%;
  padding: 10px 10px 10px 30px;
  border: 1px dashed hsl(0, 0%, 83%);
  margin: 0 0 10px;
  background-color: hsl(0, 0%, 96%);
  list-style: none;
}

.sections-controller .handle,
.items-controller .handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  cursor: move;
  line-height: 3px;
}
.sections-controller .handle:hover,
.items-controller .handle:hover {
  background-color: #f6f6f6;
}
.sections-controller .handle:before,
.items-controller .handle:before {
  position: absolute;
  top: 50%;
  margin: -3px 0 0 3px;
  align: center;
  color: #ccc;
  content: "=\a=";
}
.sections-controller ul.sections,
.items-controller ul.sections {
  padding: 0;
  margin: 0;
}
.sections-controller .section,
.items-controller .section {
  position: relative;
  padding: 10px 10px 10px 30px;
  border-radius: 2px;
  margin: 0 0 10px 0;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  list-style: none;
}
.sections-controller .section.ui-sortable-helper,
.items-controller .section.ui-sortable-helper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.sections-controller .section > .handle,
.items-controller .section > .handle {
  width: 20px;
  border-radius: 2px 0 0 2px;
  border-left: 5px solid #ccc;
}
.sections-controller .section.available > .handle,
.items-controller .section.available > .handle {
  border-left-color: green;
}
.sections-controller .section .title h3,
.items-controller .section .title h3 {
  display: inline;
  margin: 0 20px 10px 0;
  vertical-align: middle;
}
.sections-controller .section .labels,
.items-controller .section .labels {
  margin-bottom: 10px;
}
.sections-controller .section .labels .label,
.items-controller .section .labels .label {
  margin-right: 4px;
}
.sections-controller .section .items,
.items-controller .section .items {
  min-height: 30px;
  padding: 0px;
  margin: 10px 0 0 0;
  list-style: none;
}
.sections-controller .section .item,
.items-controller .section .item {
  position: relative;
  padding-left: 17px;
}
.sections-controller .section .item .actions a,
.items-controller .section .item .actions a {
  margin-left: 0.5em;
}
.sections-controller .section .item-placeholder,
.items-controller .section .item-placeholder {
  min-height: 20px;
  border: 1px #005580 dashed;
  margin: 10px 0 10px 0;
}
.sections-controller #time_effort_edit .form-group,
.items-controller #time_effort_edit .form-group {
  margin-right: 0px;
  margin-left: 0px;
}

.account-notifications {
  padding-top: 20px;
}
.account-notifications h1 {
  color: hsl(0, 0%, 9%);
  font-size: 2.6rem;
  line-height: 3.3rem;
  font-weight: 400;
}
.account-notifications h2 {
  margin-top: 30px;
  color: hsl(0, 0%, 9%);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.account-notifications__preferences {
  margin-top: 10px;
}
.account-notifications__table {
  width: 100%;
}
.account-notifications__table th,
.account-notifications__table td {
  padding: 6px 6px 6px 0;
}
.account-notifications__table th:first-child,
.account-notifications__table td:first-child {
  width: 100%;
}
.account-notifications__table th:not(:first-child),
.account-notifications__table td:not(:first-child) {
  padding-right: 40px;
  white-space: nowrap;
}
.account-notifications__table tr:last-child td {
  border-bottom: 0px;
}
.account-notifications th {
  border-bottom: 2px solid hsl(0, 0%, 45%);
}
.account-notifications td {
  border-bottom: 1px solid hsl(0, 0%, 45%);
  border-color: hsl(0, 0%, 96%);
}
.account-notifications label {
  display: block;
  margin-top: 0;
  cursor: pointer;
  font-weight: normal;
}
.account-notifications__subscriptions {
  padding-top: 20px;
}

/*------------------------------------*\
    $Partial imports
\*------------------------------------*/
/*--------------------------------------------*\
    $CONTENTS

    Xikolo reset stylesheet
\*--------------------------------------------*/
/**
 * Reset.............General CSS reset styles
 */
/*--------------------------------------------*\
    $Reset
\*--------------------------------------------*/
html,
body {
  min-height: 100vh;
  background-color: hsl(0, 0%, 98%);
  color: hsl(0, 0%, 9%);
}

html {
  font-size: 10px;
}

body {
  font-size: 14px;
  line-height: 1.428571429;
}

/*------------------------------------*\
    App Mode
\*------------------------------------*/
body.in_app {
  margin-top: 0 !important;
}

/*-------------------------------------*\
    $CONTENTS

    Grid component. Based on Bootstrap.
\*-------------------------------------*/
/**
 * Variables...................Variables and Bootstrap SASS-Var overrides
 * Bootstrap-Import............Required import for BS component
 * Grid-Styles.................Styling for the grid
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Bootstrap-Import
\*------------------------------------*/
.bs-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bs-container:before, .bs-container:after {
  display: table;
  content: " ";
}
.bs-container:after {
  clear: both;
}
@media (min-width: 768px) {
  .bs-container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .bs-container {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .bs-container {
    width: 1370px;
  }
}

.bs-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bs-container-fluid:before, .bs-container-fluid:after {
  display: table;
  content: " ";
}
.bs-container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/*------------------------------------*\
    $Grid-Styles
\*------------------------------------*/
.col-md-0 {
  width: 0px;
  height: 0px;
  margin-left: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .visible-to-xs {
    display: none !important;
  }
}

@media (min-width: 993px) {
  .visible-to-md {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .invisible-to-xs {
    display: none !important;
  }
}

@media (max-width: 993px) {
  .invisible-to-md {
    display: none !important;
  }
}

.col-centered {
  margin: 0 auto;
  float: none;
}

/*--------------------------------------------*\
    $CONTENTS

    Typography component. Based on Bootstrap.
    What belongs in here partially taken from
    the  Bootstrap docs (section CSS).
\*--------------------------------------------*/
/**
 * Variables.....................Variable declarations and overrides
 * Bootstrap-Import..............Required import for BS component
 * Fonts.........................Font includes
 * Font-Styles...................General heading styles
 * HTML-Defaults.................Rules for semantic HTML elements
 * Ribbons.......................CSS3 Ribbons
 * Blockquotes...................Different flavours of blockquotes
 * Icons.........................Icons
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Bootstrap-Import
\*------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: hsl(0, 0%, 96%);
}

.h1,
.h2,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

.h4,
.h5,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

.h1 {
  font-size: 36px;
}

.h2 {
  font-size: 30px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 14px;
}

.h6 {
  font-size: 12px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: hsl(0, 0%, 96%);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid hsl(0, 0%, 98%);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid hsl(0, 0%, 98%);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: hsl(0, 0%, 96%);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid hsl(0, 0%, 98%);
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/*------------------------------------*\
    $Fonts
\*------------------------------------*/
@font-face {
  font-family: "IBM Plex Sans";
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  src: url("/assets/IBM-Plex-Sans-Regular-aa6e45ac.woff") format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  src: url("/assets/IBM-Plex-Sans-Bold-c720defb.woff") format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-stretch: normal;
  font-style: italic;
  font-weight: normal;
  src: url("/assets/IBM-Plex-Sans-RegularItalic-3e28c29d.woff") format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-stretch: normal;
  font-style: italic;
  font-weight: bold;
  src: url("/assets/IBM-Plex-Sans-BoldItalic-0a690a2d.woff") format("woff");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  src: url("/assets/IBM-Plex-Mono-Regular-bc79a2ee.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  src: url("/assets/OpenSansRegular-5ea4dd68.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-stretch: normal;
  font-style: normal;
  font-weight: 100;
  src: url("/assets/OpenSansLight-f5f6f66e.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  src: url("/assets/OpenSansSemiBold-f59312b6.woff") format("woff");
}
/*------------------------------------*\
    $Font-Awesome
\*------------------------------------*/
.fa-1-5 {
  font-size: 1.5em !important;
}

/*------------------------------------*\
    $Font-Styles
\*------------------------------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
th,
.headline {
  font-family: "IBM Plex Sans", sans-serif, sans-serif;
  font-weight: bold;
}

.btn, .omniauth [data-provider=mein_bildungsraum], .omniauth [data-provider=hpi],
.omniauth [data-provider=hpi_saml], .omniauth [data-provider=saml_test_id], .add-reply-button button,
.course-action-button,
.pagination,
.seq-submit-btn {
  font-family: "IBM Plex Sans", sans-serif, sans-serif !important;
}

.flash,
.system-alerts,
.alert,
.sweet-alert,
.bs-callout-danger,
.bs-callout-warning,
.error_notification {
  font-family: inherit;
}

.infobox,
.bs-callout-info,
.bs-callout-default,
.help-block {
  font-family: inherit;
}

*[download] {
  font-family: inherit !important;
}

.social-sharing,
.socialmedia-link {
  font-family: inherit;
}

nav,
.nav {
  font-family: "IBM Plex Sans", sans-serif, sans-serif;
}

.filter .nav {
  font-family: "IBM Plex Sans", sans-serif, sans-serif;
}

.nav-tabs {
  font-family: "IBM Plex Sans", sans-serif, sans-serif;
}

.footer {
  font-family: "IBM Plex Sans", sans-serif, sans-serif;
}
.footer a {
  font-family: "IBM Plex Sans", sans-serif, sans-serif;
}

input,
select,
textarea {
  font-family: "IBM Plex Sans", sans-serif;
}

form label {
  font-family: "IBM Plex Sans", sans-serif;
}

.teaser-box {
  font-family: "IBM Plex Sans", sans-serif, sans-serif !important;
}

.ribbon,
.ribbon-horizontal-right,
.ribbon-horizontal-top {
  font-family: "IBM Plex Sans", sans-serif, sans-serif;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
}

/*------------------------------------*\
    $HTML-Defaults
\*------------------------------------*/
b,
strong {
  font-family: "IBM Plex Sans", sans-serif, sans-serif;
  font-weight: bold;
}

.h3 {
  font-size: 1.3em;
}

hr.divider {
  border-top: 2px solid hsl(0, 0%, 83%);
  margin-top: 5px;
  margin-bottom: 10px;
}
hr.divider.strong {
  border: 0px;
  border-bottom: 5px solid hsl(0, 0%, 15%);
}
hr.divider.light {
  border-color: rgba(244.8, 244.8, 244.8, 0.5);
}
hr.divider.slim {
  border-width: 1px;
}
hr.divider.primary {
  border-color: hsl(21, 75%, 49%);
}
hr.divider.alternative {
  border-color: hsl(0, 0%, 83%);
}

pre {
  text-align: left;
}

code {
  color: "darkslategrey";
}

/*------------------------------------*\
    $Ribbons
\*------------------------------------*/
.ribbon-horizontal-right {
  position: absolute;
  z-index: 700;
  top: 50%;
  right: -15px;
  min-width: 120px;
  max-width: 125px;
  height: 30px;
  padding: 0 5px;
  margin-top: -15px;
  color: hsl(0, 0%, 100%);
  font-size: 0.9em;
  line-height: 30px;
  text-align: center;
}
.ribbon-horizontal-right:before {
  -moz-transform: scale(0.9999);
  position: absolute;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 10px solid hsl(0, 0%, 15%);
  border-bottom: 15px solid transparent;
  content: "";
}
.ribbon-horizontal-right:after {
  -moz-transform: scale(0.9999);
  position: absolute;
  top: -6px;
  right: 0;
  width: 0;
  height: 0;
  border-width: 3px 7.5px;
  border-style: solid;
  border-color: transparent transparent hsl(0, 0%, 32%) hsl(0, 0%, 32%);
  content: " ";
}
.ribbon-horizontal-right.correct {
  background-color: hsl(145, 53%, 48%);
}
.ribbon-horizontal-right.correct:before {
  border-right: 10px solid hsl(145, 53%, 48%);
}
.ribbon-horizontal-right.correct:after {
  border-color: transparent transparent hsl(145, 86%, 23%) hsl(145, 86%, 23%);
}
.ribbon-horizontal-right.wrong {
  background-color: hsl(4, 78%, 48%);
}
.ribbon-horizontal-right.wrong:before {
  border-right: 10px solid hsl(4, 78%, 48%);
}
.ribbon-horizontal-right.wrong:after {
  border-color: transparent transparent hsl(4, 82%, 30%) hsl(4, 82%, 30%);
}
.ribbon-horizontal-right.unselected {
  background-color: hsl(0, 0%, 45%);
}
.ribbon-horizontal-right.unselected:before {
  border-right: 10px solid hsl(0, 0%, 45%);
}
.ribbon-horizontal-right.unselected:after {
  border-color: transparent transparent hsl(0, 0%, 32%) hsl(0, 0%, 32%);
}

.ribbon-horizontal-top {
  position: absolute;
  z-index: 999;
  top: -11.5px;
  right: 15px;
  bottom: -12.5px;
  height: 25px;
  padding: 0px 20px;
  border-bottom: 0px solid white;
  background-color: hsl(37, 90%, 56%);
  color: hsl(0, 0%, 100%);
  line-height: 25px;
}
.ribbon-horizontal-top:after {
  -moz-transform: scale(0.9999);
  position: absolute;
  top: 0;
  left: -6px;
  width: 0;
  height: 0;
  border-width: 6px 3px;
  border-style: solid;
  border-color: transparent hsl(0, 0%, 32%) hsl(0, 0%, 32%) transparent;
  content: " ";
  -webkit-transform: rotate(0.01deg);
}
.ribbon-horizontal-top--highlighted {
  background-color: hsl(145, 53%, 48%);
  color: hsl(0, 0%, 100%);
}

/*------------------------------------*\
    $Blockquotes
\*------------------------------------*/
blockquote.info {
  border-color: #428bca;
  color: #428bca;
}
blockquote.success {
  border-color: hsl(145, 53%, 48%);
  color: hsl(145, 53%, 48%);
}

/*------------------------------------*\
    $Editable Forms
\*------------------------------------*/
.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  color: hsl(21, 75%, 49%);
  font-style: normal;
}

.editable-required,
.editable-required:hover,
.editable-required:focus {
  color: hsl(4, 78%, 48%);
}

/*------------------------------------*\
    $Icons
\*------------------------------------*/
.xi-icon__stacked {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 70%;
  transform: translate(0%, -100%);
}
.xi-icon__masked {
  -webkit-clip-path: url(#faIconClipPath);
  clip-path: url(#faIconClipPath);
}
.xi-icon--stack {
  position: relative;
}
.xi-icon__clip-svg {
  position: absolute;
  width: 0;
  height: 0;
}

/*------------------------------------*\
    $CONTENTS

    Anchor styles
\*------------------------------------*/
/**
 * Variables..............Variable declarations and overrides
 * Anchor-Variations......Different flavours of anchors
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    Anchor-Variations
\*------------------------------------*/
.bs-a {
  color: hsl(21, 75%, 49%);
  overflow-wrap: break-word;
  text-decoration: none;
  outline: 0;
  outline-style: none;
  outline-width: 0;
}
.bs-a:hover, .bs-a:focus, .bs-a:active {
  color: hsl(21, 75%, 41%);
  text-decoration: underline;
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

.white-link {
  font-weight: bold;
}
.white-link:hover, .white-link:active, .white-link:focus, .white-link:visited {
  color: white;
  text-decoration: underline;
}

.course-certificates__achievements {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 800px) {
  .course-certificates__achievements {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

/*-------------------------------------*\
    $CONTENTS

    Custom form controls
\*-------------------------------------*/
/**
 * Toggle-Switch..................iOS 8-style slider switch
 * Custom-Radio-Checkbox..........custom form input for radio button and checkbox
 */
/*------------------------------------*\
    $Toggle-Switch
    Inspired by https://codepen.io/aorcsik/pen/OPMyQp
\*------------------------------------*/
input[type=checkbox].toggle-switch {
  margin: 8px 0 0 16px;
  position: absolute;
  visibility: hidden;
}
input[type=checkbox].toggle-switch + label {
  position: relative;
  height: 24px;
}
input[type=checkbox].toggle-switch + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 24px;
  border: 1px solid hsl(0, 0%, 83%);
  border-radius: 16px;
  background: hsl(0, 0%, 45%);
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=checkbox].toggle-switch + label:after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid hsl(0, 0%, 83%);
  border-radius: 16px;
  background: #fff;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=checkbox].toggle-switch + label:hover:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
input[type=checkbox].toggle-switch:checked + label:after {
  margin-left: 16px;
}
input[type=checkbox].toggle-switch:checked + label:before {
  background: hsl(21, 75%, 49%);
}
input[type=checkbox].toggle-switch:disabled + label:before {
  background-color: hsl(0, 0%, 100%);
}
input[type=checkbox].toggle-switch + label {
  padding: 5px 0 0 50px;
  line-height: 2em;
}
input[type=checkbox].toggle-switch-sm {
  margin: 5px 0 0 10px;
  position: absolute;
  visibility: hidden;
}
input[type=checkbox].toggle-switch-sm + label {
  position: relative;
  height: 15px;
}
input[type=checkbox].toggle-switch-sm + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 15px;
  border: 1px solid hsl(0, 0%, 83%);
  border-radius: 10px;
  background: hsl(0, 0%, 45%);
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=checkbox].toggle-switch-sm + label:after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid hsl(0, 0%, 83%);
  border-radius: 10px;
  background: #fff;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=checkbox].toggle-switch-sm + label:hover:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
input[type=checkbox].toggle-switch-sm:checked + label:after {
  margin-left: 10px;
}
input[type=checkbox].toggle-switch-sm:checked + label:before {
  background: hsl(21, 75%, 49%);
}
input[type=checkbox].toggle-switch-sm:disabled + label:before {
  background-color: hsl(0, 0%, 100%);
}
input[type=checkbox].toggle-switch-sm + label {
  padding: 0 0 0 32px;
  line-height: 1.3em;
}
input[type=checkbox].toggle-switch-sm + label:hover:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
input[type=checkbox].toggle-switch-lg {
  margin: 10px 0 0 20px;
  position: absolute;
  visibility: hidden;
}
input[type=checkbox].toggle-switch-lg + label {
  position: relative;
  height: 30px;
}
input[type=checkbox].toggle-switch-lg + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 30px;
  border: 1px solid hsl(0, 0%, 83%);
  border-radius: 20px;
  background: hsl(0, 0%, 45%);
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=checkbox].toggle-switch-lg + label:after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid hsl(0, 0%, 83%);
  border-radius: 20px;
  background: #fff;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=checkbox].toggle-switch-lg + label:hover:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
input[type=checkbox].toggle-switch-lg:checked + label:after {
  margin-left: 20px;
}
input[type=checkbox].toggle-switch-lg:checked + label:before {
  background: hsl(21, 75%, 49%);
}
input[type=checkbox].toggle-switch-lg:disabled + label:before {
  background-color: hsl(0, 0%, 100%);
}
input[type=checkbox].toggle-switch-lg + label {
  padding: 7px 0 0 60px;
  line-height: 2.3em;
}
input[type=checkbox].toggle-switch-lg + label:hover:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/*------------------------------------*\
    Custom-Radio-Checkbox
    Inspired by https://codepen.io/manabox/pen/raQmpL
\*------------------------------------*/
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Callouts
\*------------------------------------*/
.bs-callout {
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  margin: 20px 0;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
  border-color: #dfb5b4;
  background-color: #fcf2f2;
}

.bs-callout-warning {
  border-color: #f1e7bc;
  background-color: #fefbed;
}

.bs-callout-info {
  border-color: #d0e3f0;
  background-color: #f0f7fd;
}

.bs-callout-default {
  border-color: hsl(0, 0%, 45%);
  background-color: hsl(0, 0%, 96%);
}

.infobox {
  padding: 15px;
  border: none;
  border-radius: 0px;
}
.infobox a,
.infobox a:hover,
.infobox a:active {
  color: hsl(0, 0%, 100%);
  text-decoration: underline;
}
.infobox.infobox-gray {
  background-color: hsl(0, 0%, 96%) !important;
}
.infobox.infobox-info {
  border-left: 5px solid hsl(47, 90%, 60%);
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 9%);
  font-size: 1em;
}
.infobox.infobox-info a,
.infobox.infobox-info a:hover,
.infobox.infobox-info a:active {
  color: hsl(0, 0%, 9%);
  text-decoration: underline;
}

/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Dashboard
\*------------------------------------*/
.dashboard {
  padding-right: 20px;
}

.dashboard_chart {
  padding-bottom: 20px;
}

.dashboard_nav_wrapper {
  margin-top: 20px;
}

.dashboard-hr-top {
  border: 0;
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
  margin-bottom: 20px;
}

.dashboard-nav {
  margin-top: 10px;
}

.kpi-container {
  display: grid;
  font-family: inherit;
  gap: 20px 10px;
  grid-template-columns: repeat(4, minmax(10px, 1fr));
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}
.kpi-container::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 991px) {
  .kpi-container {
    grid-template-columns: repeat(3, minmax(10px, 1fr));
  }
}
@media (max-width: 767px) {
  .kpi-container {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
  }
}
.kpi-container .info-box {
  width: 100%;
  min-height: 90px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
  background: #fff;
}
.kpi-container .info-box small {
  font-size: 14px;
}
.kpi-container .info-box .progress {
  height: 2px;
  margin: 5px -10px 5px -10px;
  background: rgba(0, 0, 0, 0.2);
}
.kpi-container .info-box .progress,
.kpi-container .info-box .progress .progress-bar {
  border-radius: 0;
}
.kpi-container .info-box .progress .progress-bar {
  background: #fff;
}
.kpi-container .info-box-icon {
  display: block;
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  float: left;
  font-size: 45px;
  line-height: 90px;
  text-align: center;
}
.kpi-container .info-box-icon > img {
  max-width: 100%;
}
.kpi-container .info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.kpi-container .info-box-number {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.kpi-container .progress-description,
.kpi-container .info-box-text {
  display: block;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
}
.kpi-container .info-box-more {
  display: block;
}
.kpi-container .progress-description {
  margin: 0;
}

.course-dashboard-section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.course-dashboard-section .xi-2x {
  font-size: 2em;
}
.course-dashboard-section .vm {
  vertical-align: middle;
}

a.detail-link {
  display: block;
  margin-top: 5px;
}
a.detail-link .xi-icon {
  margin-right: 5px;
}

.platform-dashboard {
  padding-right: 30px;
  padding-left: 30px;
}
.platform-dashboard .chart-container {
  padding-bottom: 20px;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}
.platform-dashboard .chart-container::after {
  display: block;
  clear: both;
  content: "";
}
.platform-dashboard .chart-container.geo .chart {
  height: 500px;
  margin-bottom: 10px;
}
.platform-dashboard .chart-container.daytime-activity .chart, .platform-dashboard .chart-container.referrers .chart {
  margin-top: 20px;
}

.course-dashboard {
  padding-right: 30px;
  padding-left: 30px;
}
.course-dashboard .hr-dark {
  border-top: 1px solid #aaaaaa;
}
.course-dashboard .title {
  margin-left: 20px;
  font-size: 40px;
}
.course-dashboard .chart-container {
  padding-bottom: 20px;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}
.course-dashboard .chart-container::after {
  display: block;
  clear: both;
  content: "";
}
.course-dashboard .chart-container.geo .chart {
  height: 500px;
  margin-bottom: 10px;
}
.course-dashboard .chart-container.daytime-activity .chart, .course-dashboard .chart-container.referrers .chart {
  margin-top: 20px;
}

.statistics-page {
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

/*------------------------------------*\
    Xikolo Button Styles

    Based on Bootstrap 3.4.1 CSS

    Rules for .btn, .btn-* are a fusion of inlined Bootstrap code and our
    existing adjustments for xikolo.

    Source: https://github.com/twbs/bootstrap-sass/
\*------------------------------------*/
/*------------------------------------*\
    Button variant mixin

    This is an reimplementation of the bootstrap 3.4.1 mixin
    "Easily pump out default styles, as well as :hover, :focus, :active,
    and disabled options for all buttons"

    The arguments for the highlight properties are optional
    If not set, the mixin will use the settings that Bootstrap makes
    If they are set, we can easily brand a special status for buttons

    There are no default values for highlight arguments,
    because Bootstrap adjusts them differently for each special state
\*------------------------------------*/
/*------------------------------------*\
    $Local Variables
\*------------------------------------*/
/*------------------------------------*\
    $Button Variants
\*------------------------------------*/
.btn, .omniauth [data-provider=mein_bildungsraum], .omniauth [data-provider=hpi],
.omniauth [data-provider=hpi_saml], .omniauth [data-provider=saml_test_id], .add-reply-button button {
  display: inline-block;
  padding: 10px 15px;
  border: 0px none;
  border-radius: 0px;
  margin-bottom: 0;
  background-image: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus, .omniauth [data-provider=mein_bildungsraum]:focus, .omniauth [data-provider=hpi]:focus,
.omniauth [data-provider=hpi_saml]:focus, .omniauth [data-provider=saml_test_id]:focus, .add-reply-button button:focus, .btn.focus, .omniauth .focus[data-provider=mein_bildungsraum], .omniauth .focus[data-provider=hpi],
.omniauth .focus[data-provider=hpi_saml], .omniauth .focus[data-provider=saml_test_id], .add-reply-button button.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .omniauth [data-provider=mein_bildungsraum]:hover, .omniauth [data-provider=hpi]:hover,
.omniauth [data-provider=hpi_saml]:hover, .omniauth [data-provider=saml_test_id]:hover, .add-reply-button button:hover, .btn:focus, .omniauth [data-provider=mein_bildungsraum]:focus, .omniauth [data-provider=hpi]:focus,
.omniauth [data-provider=hpi_saml]:focus, .omniauth [data-provider=saml_test_id]:focus, .add-reply-button button:focus, .btn.focus, .omniauth .focus[data-provider=mein_bildungsraum], .omniauth .focus[data-provider=hpi],
.omniauth .focus[data-provider=hpi_saml], .omniauth .focus[data-provider=saml_test_id], .add-reply-button button.focus {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.btn:active, .omniauth [data-provider=mein_bildungsraum]:active, .omniauth [data-provider=hpi]:active,
.omniauth [data-provider=hpi_saml]:active, .omniauth [data-provider=saml_test_id]:active, .add-reply-button button:active, .btn.active, .omniauth .active[data-provider=mein_bildungsraum], .omniauth .active[data-provider=hpi],
.omniauth .active[data-provider=hpi_saml], .omniauth .active[data-provider=saml_test_id], .add-reply-button button.active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  outline: 0;
}
.btn.disabled, .omniauth .disabled[data-provider=mein_bildungsraum], .omniauth .disabled[data-provider=hpi],
.omniauth .disabled[data-provider=hpi_saml], .omniauth .disabled[data-provider=saml_test_id], .add-reply-button button.disabled, .btn[disabled], .omniauth [disabled][data-provider=mein_bildungsraum], .omniauth [disabled][data-provider=hpi],
.omniauth [disabled][data-provider=hpi_saml], .omniauth [disabled][data-provider=saml_test_id], .add-reply-button button[disabled], fieldset[disabled] .btn, fieldset[disabled] .omniauth [data-provider=mein_bildungsraum], fieldset[disabled] .omniauth [data-provider=hpi],
fieldset[disabled] .omniauth [data-provider=hpi_saml], fieldset[disabled] .omniauth [data-provider=saml_test_id], .omniauth fieldset[disabled] [data-provider=mein_bildungsraum], .omniauth fieldset[disabled] [data-provider=hpi],
.omniauth fieldset[disabled] [data-provider=hpi_saml], .omniauth fieldset[disabled] [data-provider=saml_test_id], fieldset[disabled] .add-reply-button button, .add-reply-button fieldset[disabled] button {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
}

a.btn.disabled, .omniauth a.disabled[data-provider=mein_bildungsraum], .omniauth a.disabled[data-provider=hpi],
.omniauth a.disabled[data-provider=hpi_saml], .omniauth a.disabled[data-provider=saml_test_id], fieldset[disabled] a.btn, fieldset[disabled] .omniauth a[data-provider=mein_bildungsraum], fieldset[disabled] .omniauth a[data-provider=hpi],
fieldset[disabled] .omniauth a[data-provider=hpi_saml], fieldset[disabled] .omniauth a[data-provider=saml_test_id], .omniauth fieldset[disabled] a[data-provider=mein_bildungsraum], .omniauth fieldset[disabled] a[data-provider=hpi],
.omniauth fieldset[disabled] a[data-provider=hpi_saml], .omniauth fieldset[disabled] a[data-provider=saml_test_id] {
  pointer-events: none;
}

.btn-default {
  border-color: hsl(0, 0%, 83%);
  background-color: hsl(0, 0%, 32%);
  color: hsl(0, 0%, 100%);
}
.btn-default:focus, .btn-default.focus {
  border-color: hsl(0, 0%, 58%);
  background-color: hsl(0, 0%, 22%);
  color: hsl(0, 0%, 100%);
}
.btn-default:hover {
  border-color: hsl(0, 0%, 71%);
  background-color: hsl(0, 0%, 22%);
  color: hsl(0, 0%, 100%);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  border-color: hsl(0, 0%, 71%);
  background-color: hsl(0, 0%, 22%);
  background-image: none;
  color: hsl(0, 0%, 100%);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  border-color: hsl(0, 0%, 71%);
  background-color: hsl(0, 0%, 15%);
  color: hsl(0, 0%, 100%);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  border-color: hsl(0, 0%, 83%);
  background-color: hsl(0, 0%, 32%);
}
.btn-default .badge, .btn-default .icon-box .item .overlay, .icon-box .item .btn-default .overlay {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 32%);
}

.btn-primary, .add-reply-button button {
  border-color: hsl(21, 75%, 43%);
  background-color: hsl(21, 75%, 49%);
  color: hsl(0, 0%, 100%);
}
.btn-primary:focus, .add-reply-button button:focus, .btn-primary.focus, .add-reply-button button.focus {
  border-color: hsl(21, 75%, 18%);
  background-color: hsl(21, 75%, 39%);
  color: hsl(0, 0%, 100%);
}
.btn-primary:hover, .add-reply-button button:hover {
  border-color: hsl(21, 75%, 31%);
  background-color: hsl(21, 75%, 39%);
  color: hsl(0, 0%, 100%);
}
.btn-primary:active, .add-reply-button button:active, .btn-primary.active, .add-reply-button button.active, .open > .btn-primary.dropdown-toggle, .add-reply-button .open > button.dropdown-toggle {
  border-color: hsl(21, 75%, 31%);
  background-color: hsl(21, 75%, 39%);
  background-image: none;
  color: hsl(0, 0%, 100%);
}
.btn-primary:active:hover, .add-reply-button button:active:hover, .btn-primary:active:focus, .add-reply-button button:active:focus, .btn-primary:active.focus, .add-reply-button button:active.focus, .btn-primary.active:hover, .add-reply-button button.active:hover, .btn-primary.active:focus, .add-reply-button button.active:focus, .btn-primary.active.focus, .add-reply-button button.active.focus, .open > .btn-primary.dropdown-toggle:hover, .add-reply-button .open > button.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .add-reply-button .open > button.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus, .add-reply-button .open > button.dropdown-toggle.focus {
  border-color: hsl(21, 75%, 31%);
  background-color: hsl(21, 75%, 32%);
  color: hsl(0, 0%, 100%);
}
.btn-primary.disabled:hover, .add-reply-button button.disabled:hover, .btn-primary.disabled:focus, .add-reply-button button.disabled:focus, .btn-primary.disabled.focus, .add-reply-button button.disabled.focus, .btn-primary[disabled]:hover, .add-reply-button button[disabled]:hover, .btn-primary[disabled]:focus, .add-reply-button button[disabled]:focus, .btn-primary[disabled].focus, .add-reply-button button[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .add-reply-button button:hover, .add-reply-button fieldset[disabled] button:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .add-reply-button button:focus, .add-reply-button fieldset[disabled] button:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .add-reply-button button.focus, .add-reply-button fieldset[disabled] button.focus {
  border-color: hsl(21, 75%, 43%);
  background-color: hsl(21, 75%, 49%);
}
.btn-primary .badge, .btn-primary .icon-box .item .overlay, .icon-box .item .btn-primary .overlay, .add-reply-button button .badge, .add-reply-button button .icon-box .item .overlay, .icon-box .item .add-reply-button button .overlay {
  background-color: hsl(0, 0%, 100%);
  color: hsl(21, 75%, 49%);
}

.btn-success {
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
  background-color: #5cb85c;
  color: #fff;
}
.btn-success:focus, .btn-success.focus {
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  color: #fff;
}
.btn-success:hover {
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  color: #fff;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  color: #fff;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  color: #fff;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
  background-color: #5cb85c;
}
.btn-success .badge, .btn-success .icon-box .item .overlay, .icon-box .item .btn-success .overlay {
  background-color: #fff;
  color: #5cb85c;
}

.btn-info {
  border-color: rgb(53.1095041322, 126.2603305785, 189.3904958678);
  background-color: #428bca;
  color: #fff;
}
.btn-info:focus, .btn-info.focus {
  border-color: rgb(25.1859504132, 59.8760330579, 89.8140495868);
  background-color: rgb(47.5247933884, 112.9834710744, 169.4752066116);
  color: #fff;
}
.btn-info:hover {
  border-color: rgb(39.7061983471, 94.3958677686, 141.5938016529);
  background-color: rgb(47.5247933884, 112.9834710744, 169.4752066116);
  color: #fff;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  border-color: rgb(39.7061983471, 94.3958677686, 141.5938016529);
  background-color: rgb(47.5247933884, 112.9834710744, 169.4752066116);
  background-image: none;
  color: #fff;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  border-color: rgb(39.7061983471, 94.3958677686, 141.5938016529);
  background-color: rgb(39.7061983471, 94.3958677686, 141.5938016529);
  color: #fff;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  border-color: rgb(53.1095041322, 126.2603305785, 189.3904958678);
  background-color: #428bca;
}
.btn-info .badge, .btn-info .icon-box .item .overlay, .icon-box .item .btn-info .overlay {
  background-color: #fff;
  color: #428bca;
}

.btn-warning {
  border-color: hsl(47, 90%, 55%);
  background-color: hsl(47, 90%, 60%);
  color: #fff;
}
.btn-warning:focus, .btn-warning.focus {
  border-color: hsl(47, 90%, 30%);
  background-color: hsl(47, 90%, 50%);
  color: #fff;
}
.btn-warning:hover {
  border-color: hsl(47, 90%, 43%);
  background-color: hsl(47, 90%, 50%);
  color: #fff;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  border-color: hsl(47, 90%, 43%);
  background-color: hsl(47, 90%, 50%);
  background-image: none;
  color: #fff;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  border-color: hsl(47, 90%, 43%);
  background-color: hsl(47, 90%, 43%);
  color: #fff;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  border-color: hsl(47, 90%, 55%);
  background-color: hsl(47, 90%, 60%);
}
.btn-warning .badge, .btn-warning .icon-box .item .overlay, .icon-box .item .btn-warning .overlay {
  background-color: #fff;
  color: hsl(47, 90%, 60%);
}

.btn-danger {
  border-color: hsl(4, 78%, 43%);
  background-color: hsl(4, 78%, 48%);
  color: #fff;
}
.btn-danger:focus, .btn-danger.focus {
  border-color: hsl(4, 78%, 18%);
  background-color: hsl(4, 78%, 38%);
  color: #fff;
}
.btn-danger:hover {
  border-color: hsl(4, 78%, 31%);
  background-color: hsl(4, 78%, 38%);
  color: #fff;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  border-color: hsl(4, 78%, 31%);
  background-color: hsl(4, 78%, 38%);
  background-image: none;
  color: #fff;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  border-color: hsl(4, 78%, 31%);
  background-color: hsl(4, 78%, 31%);
  color: #fff;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  border-color: hsl(4, 78%, 43%);
  background-color: hsl(4, 78%, 48%);
}
.btn-danger .badge, .btn-danger .icon-box .item .overlay, .icon-box .item .btn-danger .overlay {
  background-color: #fff;
  color: hsl(4, 78%, 48%);
}

.btn-link {
  border-radius: 0;
  color: hsl(21, 75%, 49%);
  font-weight: 400;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  background-color: transparent;
  color: hsl(21, 75%, 41%);
  text-decoration: underline;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: hsl(0, 0%, 96%);
  text-decoration: none;
}

/*------------------------------------*\
    Button Sizes
\*------------------------------------*/
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-force-white {
  color: hsl(0, 0%, 100%) !important;
}

.btn-group > .btn + .dropdown-toggle, .omniauth .btn-group > [data-provider=mein_bildungsraum] + .dropdown-toggle, .omniauth .btn-group > [data-provider=hpi] + .dropdown-toggle,
.omniauth .btn-group > [data-provider=hpi_saml] + .dropdown-toggle, .omniauth .btn-group > [data-provider=saml_test_id] + .dropdown-toggle, .add-reply-button .btn-group > button + .dropdown-toggle {
  margin-left: 1px;
}

.btn-gray-darker {
  border-color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 15%);
  color: hsl(0, 0%, 100%);
}
.btn-gray-darker:focus, .btn-gray-darker.focus {
  border-color: hsl(0, 0%, 75%);
  background-color: hsl(0, 0%, 5%);
  color: hsl(0, 0%, 100%);
}
.btn-gray-darker:hover {
  border-color: hsl(0, 0%, 88%);
  background-color: hsl(0, 0%, 5%);
  color: hsl(0, 0%, 100%);
}
.btn-gray-darker:active, .btn-gray-darker.active, .open > .btn-gray-darker.dropdown-toggle {
  border-color: hsl(0, 0%, 88%);
  background-color: hsl(0, 0%, 5%);
  background-image: none;
  color: hsl(0, 0%, 100%);
}
.btn-gray-darker:active:hover, .btn-gray-darker:active:focus, .btn-gray-darker:active.focus, .btn-gray-darker.active:hover, .btn-gray-darker.active:focus, .btn-gray-darker.active.focus, .open > .btn-gray-darker.dropdown-toggle:hover, .open > .btn-gray-darker.dropdown-toggle:focus, .open > .btn-gray-darker.dropdown-toggle.focus {
  border-color: hsl(0, 0%, 88%);
  background-color: hsl(0, 0%, -2%);
  color: hsl(0, 0%, 100%);
}
.btn-gray-darker.disabled:hover, .btn-gray-darker.disabled:focus, .btn-gray-darker.disabled.focus, .btn-gray-darker[disabled]:hover, .btn-gray-darker[disabled]:focus, .btn-gray-darker[disabled].focus, fieldset[disabled] .btn-gray-darker:hover, fieldset[disabled] .btn-gray-darker:focus, fieldset[disabled] .btn-gray-darker.focus {
  border-color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 15%);
}
.btn-gray-darker .badge, .btn-gray-darker .icon-box .item .overlay, .icon-box .item .btn-gray-darker .overlay {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 15%);
}

.btn-lighter-default {
  border-color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 35%);
  color: hsl(0, 0%, 100%);
}
.btn-lighter-default:focus, .btn-lighter-default.focus {
  border-color: hsl(0, 0%, 75%);
  background-color: hsl(0, 0%, 25%);
  color: hsl(0, 0%, 100%);
}
.btn-lighter-default:hover {
  border-color: hsl(0, 0%, 88%);
  background-color: hsl(0, 0%, 25%);
  color: hsl(0, 0%, 100%);
}
.btn-lighter-default:active, .btn-lighter-default.active, .open > .btn-lighter-default.dropdown-toggle {
  border-color: hsl(0, 0%, 88%);
  background-color: hsl(0, 0%, 25%);
  background-image: none;
  color: hsl(0, 0%, 100%);
}
.btn-lighter-default:active:hover, .btn-lighter-default:active:focus, .btn-lighter-default:active.focus, .btn-lighter-default.active:hover, .btn-lighter-default.active:focus, .btn-lighter-default.active.focus, .open > .btn-lighter-default.dropdown-toggle:hover, .open > .btn-lighter-default.dropdown-toggle:focus, .open > .btn-lighter-default.dropdown-toggle.focus {
  border-color: hsl(0, 0%, 88%);
  background-color: hsl(0, 0%, 18%);
  color: hsl(0, 0%, 100%);
}
.btn-lighter-default.disabled:hover, .btn-lighter-default.disabled:focus, .btn-lighter-default.disabled.focus, .btn-lighter-default[disabled]:hover, .btn-lighter-default[disabled]:focus, .btn-lighter-default[disabled].focus, fieldset[disabled] .btn-lighter-default:hover, fieldset[disabled] .btn-lighter-default:focus, fieldset[disabled] .btn-lighter-default.focus {
  border-color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 35%);
}
.btn-lighter-default .badge, .btn-lighter-default .icon-box .item .overlay, .icon-box .item .btn-lighter-default .overlay {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 35%);
}

.btn-as-text {
  padding: 0;
  border: none;
  margin: 0;
  background: none;
  color: hsl(0, 0%, 0%);
}

.btn-outline {
  border: 2px solid;
}
.btn-outline.btn-default {
  border-color: hsl(0, 0%, 32%);
  background-color: transparent;
  color: hsl(0, 0%, 32%);
}
.btn-outline.btn-default:focus, .btn-outline.btn-default.focus {
  border-color: hsl(0, 0%, 32%);
  background-color: hsl(0, 0%, 32%);
  color: hsl(0, 0%, 100%);
}
.btn-outline.btn-default:hover {
  border-color: hsl(0, 0%, 32%);
  background-color: hsl(0, 0%, 32%);
  color: hsl(0, 0%, 100%);
}
.btn-outline.btn-default:active, .btn-outline.btn-default.active, .open > .btn-outline.btn-default.dropdown-toggle {
  border-color: hsl(0, 0%, 32%);
  background-color: hsl(0, 0%, 32%);
  background-image: none;
  color: hsl(0, 0%, 100%);
}
.btn-outline.btn-default:active:hover, .btn-outline.btn-default:active:focus, .btn-outline.btn-default:active.focus, .btn-outline.btn-default.active:hover, .btn-outline.btn-default.active:focus, .btn-outline.btn-default.active.focus, .open > .btn-outline.btn-default.dropdown-toggle:hover, .open > .btn-outline.btn-default.dropdown-toggle:focus, .open > .btn-outline.btn-default.dropdown-toggle.focus {
  border-color: hsl(0, 0%, 32%);
  background-color: hsl(0, 0%, 32%);
  color: hsl(0, 0%, 100%);
}
.btn-outline.btn-default.disabled:hover, .btn-outline.btn-default.disabled:focus, .btn-outline.btn-default.disabled.focus, .btn-outline.btn-default[disabled]:hover, .btn-outline.btn-default[disabled]:focus, .btn-outline.btn-default[disabled].focus, fieldset[disabled] .btn-outline.btn-default:hover, fieldset[disabled] .btn-outline.btn-default:focus, fieldset[disabled] .btn-outline.btn-default.focus {
  border-color: hsl(0, 0%, 32%);
  background-color: hsl(0, 0%, 32%);
}
.btn-outline.btn-default .badge, .btn-outline.btn-default .icon-box .item .overlay, .icon-box .item .btn-outline.btn-default .overlay {
  background-color: hsl(0, 0%, 32%);
  color: transparent;
}
.btn-outline.btn-danger {
  border-color: hsl(4, 78%, 48%);
  background: transparent;
  color: hsl(4, 78%, 48%);
}
.btn-outline.btn-danger:hover, .btn-outline.btn-danger:active, .btn-outline.btn-danger:focus {
  background: hsl(4, 78%, 48%);
  color: hsl(0, 0%, 100%);
}

/*------------------------------------*\
    $Social-Media
\*------------------------------------*/
.btn-facebook {
  border-color: hsl(0, 0%, 100%);
  background-color: #4c66a4;
  color: hsl(0, 0%, 100%);
}
.btn-facebook:focus, .btn-facebook.focus {
  border-color: hsl(0, 0%, 75%);
  background-color: rgb(59.85, 80.325, 129.15);
  color: hsl(0, 0%, 100%);
}
.btn-facebook:hover {
  border-color: hsl(0, 0%, 88%);
  background-color: rgb(59.85, 80.325, 129.15);
  color: hsl(0, 0%, 100%);
}
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  border-color: hsl(0, 0%, 88%);
  background-color: rgb(59.85, 80.325, 129.15);
  background-image: none;
  color: hsl(0, 0%, 100%);
}
.btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus, .open > .btn-facebook.dropdown-toggle:hover, .open > .btn-facebook.dropdown-toggle:focus, .open > .btn-facebook.dropdown-toggle.focus {
  border-color: hsl(0, 0%, 88%);
  background-color: rgb(48.545, 65.1525, 104.755);
  color: hsl(0, 0%, 100%);
}
.btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook.focus {
  border-color: hsl(0, 0%, 100%);
  background-color: #4c66a4;
}
.btn-facebook .badge, .btn-facebook .icon-box .item .overlay, .icon-box .item .btn-facebook .overlay {
  background-color: hsl(0, 0%, 100%);
  color: #4c66a4;
}

.btn-twitter {
  border-color: hsl(0, 0%, 100%);
  background-color: #00acee;
  color: hsl(0, 0%, 100%);
}
.btn-twitter:focus, .btn-twitter.focus {
  border-color: hsl(0, 0%, 75%);
  background-color: rgb(0, 135.1428571429, 187);
  color: hsl(0, 0%, 100%);
}
.btn-twitter:hover {
  border-color: hsl(0, 0%, 88%);
  background-color: rgb(0, 135.1428571429, 187);
  color: hsl(0, 0%, 100%);
}
.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  border-color: hsl(0, 0%, 88%);
  background-color: rgb(0, 135.1428571429, 187);
  background-image: none;
  color: hsl(0, 0%, 100%);
}
.btn-twitter:active:hover, .btn-twitter:active:focus, .btn-twitter:active.focus, .btn-twitter.active:hover, .btn-twitter.active:focus, .btn-twitter.active.focus, .open > .btn-twitter.dropdown-toggle:hover, .open > .btn-twitter.dropdown-toggle:focus, .open > .btn-twitter.dropdown-toggle.focus {
  border-color: hsl(0, 0%, 88%);
  background-color: rgb(0, 109.3428571429, 151.3);
  color: hsl(0, 0%, 100%);
}
.btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter:hover, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter.focus {
  border-color: hsl(0, 0%, 100%);
  background-color: #00acee;
}
.btn-twitter .badge, .btn-twitter .icon-box .item .overlay, .icon-box .item .btn-twitter .overlay {
  background-color: hsl(0, 0%, 100%);
  color: #00acee;
}

.btn-mail {
  border-color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}
.btn-mail:focus, .btn-mail.focus {
  border-color: hsl(0, 0%, 75%);
  background-color: hsl(0, 0%, -10%);
  color: hsl(0, 0%, 100%);
}
.btn-mail:hover {
  border-color: hsl(0, 0%, 88%);
  background-color: hsl(0, 0%, -10%);
  color: hsl(0, 0%, 100%);
}
.btn-mail:active, .btn-mail.active, .open > .btn-mail.dropdown-toggle {
  border-color: hsl(0, 0%, 88%);
  background-color: hsl(0, 0%, -10%);
  background-image: none;
  color: hsl(0, 0%, 100%);
}
.btn-mail:active:hover, .btn-mail:active:focus, .btn-mail:active.focus, .btn-mail.active:hover, .btn-mail.active:focus, .btn-mail.active.focus, .open > .btn-mail.dropdown-toggle:hover, .open > .btn-mail.dropdown-toggle:focus, .open > .btn-mail.dropdown-toggle.focus {
  border-color: hsl(0, 0%, 88%);
  background-color: hsl(0, 0%, -17%);
  color: hsl(0, 0%, 100%);
}
.btn-mail.disabled:hover, .btn-mail.disabled:focus, .btn-mail.disabled.focus, .btn-mail[disabled]:hover, .btn-mail[disabled]:focus, .btn-mail[disabled].focus, fieldset[disabled] .btn-mail:hover, fieldset[disabled] .btn-mail:focus, fieldset[disabled] .btn-mail.focus {
  border-color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 0%);
}
.btn-mail .badge, .btn-mail .icon-box .item .overlay, .icon-box .item .btn-mail .overlay {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
}

/* ------------------------------------*\
    $Quiz action(s)
\*------------------------------------ */
.action-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.action-container > * {
  flex: 0 0 auto;
}
.action-container .filler-area,
.action-container .multi_action-container {
  width: 100%;
}

.filler-area,
.multi-action-filler-area {
  height: 40px;
  border: 0;
  background: hsl(21, 75%, 49%);
  color: hsl(0, 0%, 100%);
  cursor: pointer;
  line-height: 40px;
  outline: none;
  text-align: center;
}
.filler-area:active, .filler-area:hover, .filler-area:focus,
.multi-action-filler-area:active,
.multi-action-filler-area:hover,
.multi-action-filler-area:focus {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.filler-area:not(.inactive):hover,
.multi-action-filler-area:not(.inactive):hover {
  background-color: hsl(21, 75%, 43%);
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.filler-area > span,
.multi-action-filler-area > span {
  vertical-align: middle;
}
.filler-area.inactive,
.multi-action-filler-area.inactive {
  background-color: hsl(21, 75%, 69%);
  cursor: not-allowed;
}

.multi-action-filler-area {
  display: inline-block !important;
  width: 50%;
}

.multi_action-container {
  overflow: hidden;
  white-space: nowrap;
}

.pinboard-button {
  position: relative;
  width: 100%;
}
.pinboard-button:before {
  position: absolute;
  top: 50%;
  left: 15px;
  font: var(--fa-font-regular);
  font-size: 18px;
  transform: translateY(-50%);
}

.add-reply-button {
  padding: 10px 0;
}
.add-reply-button button {
  width: 100%;
}
.add-reply-button .xi-icon {
  margin-right: 5px;
}

/*------------------------------------*\
    $CONTENTS

   Button-group for a nicly floating button row e.g.
   the peer assessment buttons.
\*------------------------------------*/
.button-group > * {
  margin-top: 15px;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: hsl(0, 0%, 32%);
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: hsl(0, 0%, 9%);
}

.form-control, .xui-upload .xui-upload-zone {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: hsl(0, 0%, 9%);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, .xui-upload .xui-upload-zone:focus {
  border-color: hsl(21, 75%, 49%);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(219, 97, 31, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(219, 97, 31, 0.6);
}
.form-control::-moz-placeholder, .xui-upload .xui-upload-zone::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .xui-upload .xui-upload-zone:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder, .xui-upload .xui-upload-zone::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand, .xui-upload .xui-upload-zone::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .xui-upload [disabled].xui-upload-zone, .form-control[readonly], .xui-upload [readonly].xui-upload-zone, fieldset[disabled] .form-control, fieldset[disabled] .xui-upload .xui-upload-zone, .xui-upload fieldset[disabled] .xui-upload-zone {
  background-color: hsl(0, 0%, 98%);
  opacity: 1;
}
.form-control[disabled], .xui-upload [disabled].xui-upload-zone, fieldset[disabled] .form-control, fieldset[disabled] .xui-upload .xui-upload-zone, .xui-upload fieldset[disabled] .xui-upload-zone {
  cursor: not-allowed;
}

textarea.form-control, .xui-upload textarea.xui-upload-zone {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, .xui-upload input[type=date].xui-upload-zone,
  input[type=time].form-control,
  .xui-upload input[type=time].xui-upload-zone,
  input[type=datetime-local].form-control,
  .xui-upload input[type=datetime-local].xui-upload-zone,
  input[type=month].form-control,
  .xui-upload input[type=month].xui-upload-zone {
    line-height: 34px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .xui-upload .xui-upload-zone, .xui-upload .form-group-sm .xui-upload-zone {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control, .form-group-sm .xui-upload select.xui-upload-zone, .xui-upload .form-group-sm select.xui-upload-zone {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm .xui-upload textarea.xui-upload-zone, .xui-upload .form-group-sm textarea.xui-upload-zone,
.form-group-sm select[multiple].form-control,
.form-group-sm .xui-upload select[multiple].xui-upload-zone,
.xui-upload .form-group-sm select[multiple].xui-upload-zone {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .xui-upload .xui-upload-zone, .xui-upload .form-group-lg .xui-upload-zone {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control, .form-group-lg .xui-upload select.xui-upload-zone, .xui-upload .form-group-lg select.xui-upload-zone {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg .xui-upload textarea.xui-upload-zone, .xui-upload .form-group-lg textarea.xui-upload-zone,
.form-group-lg select[multiple].form-control,
.form-group-lg .xui-upload select[multiple].xui-upload-zone,
.xui-upload .form-group-lg select[multiple].xui-upload-zone {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .xui-upload .xui-upload-zone, .xui-upload .has-feedback .xui-upload-zone {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .xui-upload .xui-upload-zone + .form-control-feedback,
.xui-upload .form-group-lg .xui-upload-zone + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .xui-upload .xui-upload-zone + .form-control-feedback,
.xui-upload .form-group-sm .xui-upload-zone + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control, .has-success .xui-upload .xui-upload-zone, .xui-upload .has-success .xui-upload-zone {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .xui-upload .xui-upload-zone:focus, .xui-upload .has-success .xui-upload-zone:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning .xui-upload .xui-upload-zone, .xui-upload .has-warning .xui-upload-zone {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .xui-upload .xui-upload-zone:focus, .xui-upload .has-warning .xui-upload-zone:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control, .has-error .xui-upload .xui-upload-zone, .xui-upload .has-error .xui-upload-zone {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .xui-upload .xui-upload-zone:focus, .xui-upload .has-error .xui-upload-zone:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: hsl(0, 0%, 34%);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .xui-upload .xui-upload-zone, .xui-upload .form-inline .xui-upload-zone {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .xui-upload .xui-upload-zone,
  .xui-upload .form-inline .input-group .xui-upload-zone {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .xui-upload .input-group > .xui-upload-zone, .xui-upload .form-inline .input-group > .xui-upload-zone {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

div.boolean label.radio,
div.boolean label.checkbox {
  display: inline;
}

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus,
.ts-control:focus-within,
.toastui-editor-md-mode:focus-within {
  border-color: rgba(218.6625, 96.83625, 31.2375, 0.8);
  box-shadow: 0 1px 1px rgba(218.6625, 96.83625, 31.2375, 0.075) inset, 0 0 8px rgba(218.6625, 96.83625, 31.2375, 0.6);
  outline: 0 none;
}

.advanced-settings {
  display: block;
  margin-bottom: 20px;
}

form .buttons {
  margin-top: 30px;
  text-align: center;
}

.block label.radio,
.block label.checkbox {
  display: block;
}

input.form-control[type=checkbox], .xui-upload input[type=checkbox].xui-upload-zone {
  width: 20px;
}

textarea.form-control, .xui-upload textarea.xui-upload-zone {
  resize: vertical;
}

label {
  margin-top: 5px;
  margin-bottom: 0;
}

label.checkbox {
  padding-left: 0;
}

.form-control::-webkit-input-placeholder, .xui-upload .xui-upload-zone::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888;
}

.form-control::-moz-placeholder, .xui-upload .xui-upload-zone::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888;
  opacity: 1;
}

.form-control.autoheight, .xui-upload .autoheight.xui-upload-zone {
  height: auto;
}

.date.form-control, .xui-upload .date.xui-upload-zone,
.datetime.form-control,
.xui-upload .datetime.xui-upload-zone {
  display: inline;
  width: auto;
}

.form-section--large:not(:first-of-type) {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.form-section--large[id] {
  scroll-margin-top: 70px;
}

.form-section--small {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.form-section--small legend {
  margin-bottom: 0;
  font-size: 1.8rem;
}

.error_notification {
  padding: 8px;
  border: hsl(21, 75%, 49%) solid 2px;
  background-color: #fff;
}

.has-error .form-control, .has-error .xui-upload .xui-upload-zone, .xui-upload .has-error .xui-upload-zone {
  border: hsl(21, 75%, 49%) solid 2px;
}
.has-error .help-block {
  color: hsl(21, 75%, 49%);
  white-space: pre-line;
}

.sortable-list ol {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sortable-list ol li {
  padding: 5px;
  cursor: grab;
}
.sortable-list ol li:hover {
  background-color: hsl(0, 0%, 96%);
}
.sortable-list ol li:first-child {
  margin-top: 10px;
}
.sortable-list ol li:last-child {
  margin-bottom: 20px;
}
.sortable-list ol li .xi-icon {
  margin-right: 10px;
  color: hsl(0, 0%, 45%);
}
.sortable-list ol li .btn, .sortable-list ol li .omniauth [data-provider=mein_bildungsraum], .sortable-list ol li .omniauth [data-provider=hpi],
.sortable-list ol li .omniauth [data-provider=hpi_saml], .sortable-list ol li .omniauth [data-provider=saml_test_id], .omniauth .sortable-list ol li [data-provider=mein_bildungsraum], .omniauth .sortable-list ol li [data-provider=hpi],
.omniauth .sortable-list ol li [data-provider=hpi_saml], .omniauth .sortable-list ol li [data-provider=saml_test_id], .sortable-list ol li .add-reply-button button, .add-reply-button .sortable-list ol li button {
  margin-left: 10px;
  cursor: pointer;
}

.course-visuals__img {
  max-height: 250px;
}

/*------------------------------------*\
    $CONTENTS

    Dropdown component.
    Uses Twitter Bootstrap dropdowns.
\*------------------------------------*/
/**
 * Variables................Variables and Bootstrap SASS-Var overrides
 * Bootstrap-Import.........Required import for BS component
 * Dropdown-Base............Additional styling for dropdowns
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Bootstrap-Import
\*------------------------------------*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: hsl(0, 0%, 96%);
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: hsl(0, 0%, 0%);
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  background-color: hsl(0, 0%, 15%);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: hsl(0, 0%, 15%);
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: hsl(0, 0%, 96%);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: hsl(0, 0%, 0%);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/*------------------------------------*\
    $Dropdown-Base
\*------------------------------------*/
.dropdown-menu {
  max-height: 80vh;
  border: 1px solid rgba(81.6, 81.6, 81.6, 0.3);
  border-radius: 0px;
  margin: 0px;
  overflow-y: auto;
}
.dropdown-menu > li > a {
  padding: 3px 20px 3px 10px;
}
.dropdown-menu > li > a .dropdown-icon,
.dropdown-menu > li > a .xi-icon {
  display: inline-block;
  width: 23px;
  margin-right: 10px;
  font-size: 1.25em;
  line-height: inherit;
}
.dropdown-menu > li.disabled > a, .dropdown-menu > li.disabled > a:hover, .dropdown-menu > li.disabled > a:active {
  color: inherit;
  opacity: 0.5;
}

/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dropzone {
  position: relative;
  border: 3px dashed hsl(0, 0%, 83%);
  border-radius: 3px;
  background-color: hsl(0, 0%, 98%);
}
.dropzone:hover {
  background: hsl(0, 0%, 96%);
}

.dropzone .dz-clickable {
  height: 100%;
  padding: 9px;
  cursor: pointer;
}
.dropzone .dz-clickable::after {
  position: absolute;
  top: 50%;
  left: 50%;
  color: hsl(0, 0%, 83%);
  content: "\e09a";
  font-family: "Font Awesome 6 Pro";
  font-size: 40px;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.dropzone .dz-clickable .dz-message,
.dropzone .dz-clickable .dz-message span {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.dropzone .dz-clickable * {
  cursor: default;
}

.dropzone .dz-message {
  padding: 10px 0;
  text-align: center;
}

.dropzone .dz-drag-hover {
  background: hsl(0, 0%, 96%);
}

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 3px;
  border: 1px solid hsl(0, 0%, 96%);
  margin-bottom: 5px;
  background: hsl(0, 0%, 100%);
  gap: 5px;
}
.dropzone .dz-preview:hover .dz-details .dz-filename,
.dropzone-previews .dz-preview:hover .dz-details .dz-filename {
  overflow: visible;
}
.dropzone .dz-preview:hover .dz-details .dz-filename span[data-dz-name],
.dropzone-previews .dz-preview:hover .dz-details .dz-filename span[data-dz-name] {
  display: block;
}

.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}

.dz-preview svg {
  display: none;
}

.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details .dz-filename span[data-dz-name],
.dropzone-previews .dz-preview .dz-details .dz-filename span[data-dz-name] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}

.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  position: absolute;
  top: -10px;
  right: -10px;
  display: none;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}

.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 6px;
  background: #d7d7d7;
}

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0%;
  background-color: #8cc657;
}

.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  position: absolute;
  z-index: 500;
  display: none;
  padding: 5px;
  background: rgba(245, 245, 245, 0.8);
  color: #800;
}

.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-default.dz-message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 428px;
  height: 123px;
  margin-top: -61.5px;
  margin-left: -214px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .dropzone .dz-default.dz-message {
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone.dz-square .dz-default.dz-message {
  width: 268px;
  height: 174px;
  margin-top: -87px;
  margin-left: -134px;
  background-position: 0 -123px;
}

.dropzone.dz-drag-hover .dz-message {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  opacity: 0.15;
}

.dropzone.dz-started .dz-message {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  font-size: 12px;
}

.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  opacity: 0.1;
}

.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}

.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  background-image: url("/assets/dropzone/spritemap-19cae417.png");
  background-repeat: no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("/assets/dropzone/spritemap@2x-3f9c1182.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  background-image: url("/assets/dropzone/spritemap-19cae417.png");
  background-position: 0px -400px;
  background-repeat: repeat-x;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("/assets/dropzone/spritemap@2x-3f9c1182.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}

.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  display: block;
  padding: 4px 5px;
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 26px;
  background-image: -webkit-linear-gradient(top, #fafafa, #eee);
  background-image: -moz-linear-gradient(top, #fafafa, #eee);
  background-image: -o-linear-gradient(top, #fafafa, #eee);
  background-image: -ms-linear-gradient(top, #fafafa, #eee);
  background-image: linear-gradient(to bottom, #fafafa, #eee);
  color: #aaa;
  text-align: center;
  text-decoration: none;
}

.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666;
}

@-moz-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@-ms-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
/*------------------------------------*\
    $CONTENTS

    Carousel component.
    Uses Twitter Bootstrap carousel.
\*------------------------------------*/
/**
 * Variables...................Variables and Bootstrap SASS-Var overrides
 * Bootstrap-Import............Required import for BS component
 * Carousel-Styles.............Styling for the carousel wireframe
 * Carousel-Contents...........Styling for carousel content
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Bootstrap-Import
\*------------------------------------*/
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .omniauth [data-provider=mein_bildungsraum], .carousel-caption .omniauth [data-provider=hpi],
.carousel-caption .omniauth [data-provider=hpi_saml], .carousel-caption .omniauth [data-provider=saml_test_id], .omniauth .carousel-caption [data-provider=mein_bildungsraum], .omniauth .carousel-caption [data-provider=hpi],
.omniauth .carousel-caption [data-provider=hpi_saml], .omniauth .carousel-caption [data-provider=saml_test_id], .carousel-caption .add-reply-button button, .add-reply-button .carousel-caption button {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/*------------------------------------*\
    $Carousel-Styles
\*------------------------------------*/
/* Please do not change the Bootstrap Carousel directly
as it is used for multiple purposes. */
.carousel,
.carousel-inner {
  min-height: 380px;
}
.carousel.item,
.carousel-inner.item {
  height: 380px;
}

.carousel-indicators {
  bottom: 0px !important;
  border: none;
}
.carousel-indicators li {
  background-color: hsl(0, 0%, 32%);
}
.carousel-indicators li.active {
  background-color: hsl(21, 75%, 49%);
}

/*------------------------------------*\
    $Carousel-Contents
\*------------------------------------*/
.welcome {
  width: 56%;
  height: 100%;
  padding: 2%;
  padding-top: 50px;
  float: left;
  font-size: 1.5em;
}

.claim {
  padding: 5%;
  border-top: 1px solid rgba(200, 200, 200, 0.5);
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}

/*------------------------------------*\
    $preview-carousel
\*------------------------------------*/
#featured-items-carousel {
  min-height: 310px;
}
#featured-items-carousel .carousel-inner {
  min-height: 310px;
}

/*------------------------------------*\
    $CONTENTS

    Styles for all course-related
    sub-components.
\*------------------------------------*/
/**
 * Variables................Variable declarations
 * Course-List..............Course list component used on /courses
 * Course-Item..............Course preview component used on /courses, /dashboard, ...
 * Course-Details...........Course details page, e.g. /courses/abap101
 * Course-Item-Large........Largest course preview component, i.e. for the course details page
 * Course-Item-XS...........Smallest course preview component, used everywhere
 * Course-Area..............Course Area specific styles
 * Course-Admin..............Course Administration specific styles
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    App Mode
\*------------------------------------*/
body.in_app .course-action {
  display: none !important;
}

/*------------------------------------*\
    $Course-List
\*------------------------------------*/
.course-list {
  position: relative;
  padding-top: 20px;
  border-bottom: 5px solid hsl(0, 0%, 32%);
  background-color: hsl(0, 0%, 100%);
}
.course-list .alert {
  margin-bottom: 0;
}

.course-list__content {
  padding: 0 15px;
  padding-right: calc(env(safe-area-inset-left) + 15px);
  padding-left: calc(env(safe-area-inset-right) + 15px);
  max-width: 1370px;
  margin-right: auto;
  margin-left: auto;
}
.course-list__content::after {
  display: block;
  clear: both;
  content: "";
}

.home-courses {
  border-bottom: 5px solid hsl(0, 0%, 32%);
}

.category-title {
  color: hsl(0, 0%, 9%);
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
}
@media (min-width: 580px) {
  .category-title {
    font-size: 2.6rem;
    line-height: 3.3rem;
  }
}
.category-title + .callout {
  margin-top: 0.3rem;
  margin-bottom: 1.5rem;
}

#course-list__loading {
  min-height: 90vh;
  padding: 3.125rem;
}

.load-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.load-more p {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

/*------------------------------------*\
    $Course-Item
\*------------------------------------*/
.course-group {
  display: flex;
  flex-direction: column;
}

.course-actions {
  margin-top: 10px;
}
.course-actions .action {
  display: inline-block;
  overflow: hidden;
  height: 32px;
  padding: 3px 5px;
  border: none;
  font-size: 1.1rem;
  line-height: 26px;
  white-space: nowrap;
}
.course-actions .action:hover, .course-actions .action:focus {
  text-decoration: none;
}
@media (max-width: 768px) {
  .course-actions .action {
    margin-bottom: 10px;
  }
}

.course-action-quit {
  background-color: hsl(0, 0%, 32%);
  color: hsl(0, 0%, 100%);
}
.course-action-quit:hover, .course-action-quit:focus, .course-action-quit:active {
  background-color: hsl(0, 0%, 15%);
  color: hsl(0, 0%, 100%);
}

.course-action-enroll,
.course-action-resume,
.course-action-external,
.course-action-reactivate {
  background-color: hsl(21, 75%, 49%);
  color: hsl(0, 0%, 100%);
}
.course-action-enroll:hover, .course-action-enroll:active, .course-action-enroll:focus,
.course-action-resume:hover,
.course-action-resume:active,
.course-action-resume:focus,
.course-action-external:hover,
.course-action-external:active,
.course-action-external:focus,
.course-action-reactivate:hover,
.course-action-reactivate:active,
.course-action-reactivate:focus {
  background-color: hsl(21, 75%, 43%);
  color: hsl(0, 0%, 100%);
}
.course-action-enroll.inactive,
.course-action-resume.inactive,
.course-action-external.inactive,
.course-action-reactivate.inactive {
  background-color: hsl(21, 75%, 69%);
  cursor: not-allowed;
}

/*------------------------------------*\
    $Course-Details
\*------------------------------------*/
.course-details--section-title {
  padding-bottom: 10px;
}

.course-details__section-list {
  margin-top: 20px;
}

.course-details--prerequisites {
  padding: 10px;
  border-left: 5px solid hsl(0, 0%, 32%);
  margin: 15px 0;
  background-color: hsl(0, 0%, 100%);
}

@media (min-width: 600px) {
  .prerequisites-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .prerequisites-heading > * {
    flex: 0 1 auto;
    margin: 0 20px 0 0;
  }
}
.prerequisites-heading--status .xi-icon {
  margin-right: 5px;
}
.prerequisites-heading--status[data-status=complete] {
  color: hsl(145, 53%, 48%);
}
.prerequisites-heading--status[data-status=incomplete] {
  color: hsl(4, 79%, 39%);
}

.prerequisites-list {
  display: flex;
  flex-wrap: wrap;
}
.prerequisites-list > * {
  flex: 0 1 250px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.prerequisites-list--item {
  align-content: stretch;
}

.prerequisite-course > * {
  display: block;
}
.prerequisite-course a {
  color: hsl(0, 0%, 0%);
}
.prerequisite-course a:hover, .prerequisite-course a:focus, .prerequisite-course a:active {
  text-decoration: none;
}
.prerequisite-course img {
  border-bottom: 5px solid hsl(0, 0%, 32%);
}
.prerequisite-course a:hover img {
  border-bottom-color: hsl(21, 75%, 49%);
}

.prerequisite-course--title {
  font-size: 1.1em;
  font-weight: bold;
}

.prerequisite-course--fact {
  padding-left: 20px;
}
.prerequisite-course--fact .xi-icon {
  width: 20px;
  margin-left: -20px;
}
.prerequisite-course--fact[data-state=completed] {
  color: hsl(145, 53%, 48%);
}
.prerequisite-course--fact[data-state=missing] {
  color: hsl(4, 79%, 39%);
}

/*------------------------------------*\
    $Course-Item-Large
\*------------------------------------*/
.course-item-large {
  position: relative;
  padding: 0;
  background-color: hsl(0, 0%, 96%);
}
.course-item-large .course-video {
  padding: 0;
  margin: 0;
}
.course-item-large .course-video video {
  width: 100%;
  height: auto;
}
@media (min-width: 993px) {
  .course-item-large .course-info {
    padding: 25px 20px 20px 45px;
  }
}
@media (max-width: 992px) {
  .course-item-large .course-info {
    padding: 20px;
  }
}
.course-item-large .course-info .course-description {
  margin-top: 10px;
}
.course-item-large .course-info .course-shortinfo {
  padding-top: 5px;
  margin-top: 10px;
  font-family: inherit;
  line-height: 175%;
}
.course-item-large .course-info .course-shortinfo .shortinfo {
  margin-right: 20px;
  font-size: 0.9em;
}
.course-item-large .course-info .course-shortinfo .shortinfo.on-proctoring-track {
  font-weight: bold;
}

/*------------------------------------*\
    $Course-Item-XS
\*------------------------------------*/
.course-item-xs {
  padding: 0;
  padding-top: 150px;
  margin: 20px 0;
  background-position: center;
  background-size: cover;
}
.course-item-xs .content-wrapper {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.course-item-xs .course-title a {
  color: hsl(0, 0%, 0%);
  cursor: pointer;
  font-size: 1.1em;
}
.course-item-xs .course-title a:hover, .course-item-xs .course-title a:focus, .course-item-xs .course-title a:active {
  text-decoration: none;
}
.course-item-xs .shortinfo {
  margin-top: 10px;
}
.course-item-xs .course-actions {
  padding-top: 20px;
}
.course-item-xs .course-actions .btn-group button {
  border-left: 1px solid hsl(0, 0%, 100%);
  margin-left: -1px;
}
.course-item-xs .course-actions > .btn-primary, .course-item-xs .add-reply-button .course-actions > button, .add-reply-button .course-item-xs .course-actions > button {
  margin-right: -2px;
  margin-left: 2px;
}
.course-item-xs .course-teacher {
  color: hsl(21, 75%, 49%);
}

/*------------------------------------*\
    $Course-Area
\*------------------------------------*/
.course-area-main {
  padding: 10px 15px 20px;
  background-color: hsl(0, 0%, 100%);
  border-bottom: 5px solid hsl(0, 0%, 45%);
}
@media (max-width: 992px) {
  .course-area-main {
    padding-top: 5px;
  }
}
.course-area-main iframe {
  width: 100%;
}
.course-area-main__title {
  margin: 20px 160px 20px 0;
}

.items-controller .course-area-main img {
  max-width: 100%;
  height: auto;
}

.item-title {
  font-size: 1.8em;
}

.time-effort {
  color: hsl(0, 0%, 32%);
  white-space: nowrap;
}

/*------------------------------------*\
    $Course-Overview
\*------------------------------------*/
.course-overview__btn {
  width: 100%;
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .course-overview__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    margin: 30px;
  }
}

ul.sections .item {
  margin-bottom: 5px;
}

#course-nav {
  padding-right: 0;
  padding-left: 0;
}

#course-nav-toggle .navbar-toggle {
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  #course-nav-toggle .navbar-toggle {
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  #course-nav-toggle .navbar-toggle {
    margin-top: 10px;
  }
}

#course-nav-toggle .icon-bar {
  border-bottom: 2px solid grey;
}

/*------------------------------------*\
    $Course-Toggle Stuff
\*------------------------------------*/
#maincontent {
  position: relative;
}

.course-navbar-toggle {
  width: 30px;
  height: 30px;
  padding-top: 5px;
  border: none;
  background: none;
}
.course-navbar-toggle .xi-icon {
  font-size: 175%;
}

#maincontent .course-navbar-toggle {
  position: absolute;
  top: 0;
  left: 20px;
  display: none;
}

#maincontent[data-expanded=true] {
  padding-left: 65px;
}
#maincontent[data-expanded=true] .course-navbar-toggle {
  display: inherit;
}

/*------------------------------------*\
    $Course-Certificates
\*------------------------------------*/
ul.certificate-requirements {
  padding-left: 1.2em;
}

.sortable-list .input-group {
  width: 50%;
}
.sortable-list .input-group-btn .btn, .sortable-list .input-group-btn .omniauth [data-provider=mein_bildungsraum], .sortable-list .input-group-btn .omniauth [data-provider=hpi],
.sortable-list .input-group-btn .omniauth [data-provider=hpi_saml], .sortable-list .input-group-btn .omniauth [data-provider=saml_test_id], .omniauth .sortable-list .input-group-btn [data-provider=mein_bildungsraum], .omniauth .sortable-list .input-group-btn [data-provider=hpi],
.omniauth .sortable-list .input-group-btn [data-provider=hpi_saml], .omniauth .sortable-list .input-group-btn [data-provider=saml_test_id], .sortable-list .input-group-btn .add-reply-button button, .add-reply-button .sortable-list .input-group-btn button {
  height: 34px;
}

/*------------------------------------*\
    $Course-Admin
\*------------------------------------*/
.course-admin-action {
  display: block;
  margin-top: 3px;
  color: hsl(4, 79%, 39%);
}
.course-admin-action:hover {
  color: hsl(4, 82%, 30%);
}

/* ------------------------------------ *\
    $CONTENTS

    Styles for the EnrollmentStatistics
    component.
\* ------------------------------------ */
/**
 * Variables
 * Enrollment-Statistics
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Enrollment-Statistics
\*------------------------------------*/
.enrollment-statistics {
  padding: 15px;
  background-color: hsl(0, 0%, 96%);
  text-align: center;
}
.enrollment-statistics h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.enrollment-statistics__date-title {
  font-weight: bold;
}
.enrollment-statistics__date-value {
  color: hsl(0, 0%, 32%);
  font-style: italic;
}
.enrollment-statistics__count {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
.enrollment-statistics .uppercase {
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.enrollment-statistics__line {
  position: relative;
  width: 4px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, hsl(0, 0%, 96%), hsl(0, 0%, 96%) 50%, hsl(21, 75%, 49%) 50%, hsl(21, 75%, 49%));
  background-size: 100% 15px;
}
.enrollment-statistics__row {
  display: flex;
  flex: 1 1 100%;
}
.enrollment-statistics__row:first-of-type .enrollment-statistics__line, .enrollment-statistics__row:last-of-type .enrollment-statistics__line {
  padding-bottom: 15px;
  background-size: 100% 5px;
}
.enrollment-statistics__row:not(:last-of-type)[data-type^=course] .enrollment-statistics__line, .enrollment-statistics__row:not(:last-of-type)[data-type=current]:not(:nth-last-of-type(3)) .enrollment-statistics__line {
  background: hsl(21, 75%, 49%);
}
.enrollment-statistics__column-left {
  flex-basis: calc(50% - 2px);
  padding-right: 20px;
  margin-top: -10px;
  text-align: right;
}
.enrollment-statistics__column-right {
  flex-basis: calc(50% - 2px);
  padding-left: 20px;
  margin-top: -11px;
  text-align: left;
}
.enrollment-statistics__dot {
  position: absolute;
  z-index: 1;
  left: -6px;
  border: 8px solid hsl(21, 75%, 49%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.course-enrollment-count {
  height: 100%;
  font-weight: bold;
  line-height: 100%;
}
.course-enrollment-count__badge {
  background-color: hsl(21, 75%, 49%);
}

/*------------------------------------*\
    $CONTENTS

    Styles for all section-related
    sub-components.
\*------------------------------------*/
/*------------------------------------*\
    Section-Alternatives
\*------------------------------------*/
.alternative-section-description {
  min-height: 200px;
}

.alternative-section-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 30px;
}

.sections-controller .items .actions .fa {
  font-size: 1.25em;
}

/*------------------------------------*\
    Section-Forks
\*------------------------------------*/
.fork {
  border: 1px solid hsl(0, 0%, 96%);
  border-left: 5px solid hsl(0, 0%, 96%);
}
.fork hr:last-child {
  display: none;
}

/*------------------------------------*\
    $CONTENTS

    Footer styles.
\*------------------------------------*/
/**
 * Variables............Variable declarations
 * Footer-Layout........Footer layouting and positioning
 * Footer-Content.......Styling for the footer content
 * Logo-Bar.............Styling for the (optional) logo bar
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Footer-Layout
\*------------------------------------*/
.wrapper {
  position: relative;
  flex: 1 0 auto;
}

footer {
  height: auto;
  margin-top: 60px;
}

/*------------------------------------*\
    $Footer-Content
\*------------------------------------*/
.footer {
  border-top: 1px solid hsl(0, 0%, 83%);
  background: hsl(0, 0%, 98%);
  box-shadow: none;
  color: hsl(0, 0%, 15%);
  font-size: 1.4rem;
  line-height: 2rem;
}
.footer .bs-container {
  padding-right: calc(env(safe-area-inset-left) + 15px);
  padding-left: calc(env(safe-area-inset-right) + 15px);
}
.footer__links {
  display: flex;
  flex-direction: column;
}
@media (min-width: 580px) {
  .footer__links {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer__column-links, .footer-newsletter {
  flex: 1;
  padding: 0 20px 20px 0;
}
@media (min-width: 580px) {
  .footer__column-links, .footer-newsletter {
    min-width: 50%;
  }
}
@media (min-width: 800px) {
  .footer__column-links, .footer-newsletter {
    min-width: auto;
  }
}
.footer__headline {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 10px 0;
  font-weight: bold;
}
.footer a {
  color: hsl(0, 0%, 15%);
}
.footer .btn, .footer .omniauth [data-provider=mein_bildungsraum], .footer .omniauth [data-provider=hpi],
.footer .omniauth [data-provider=hpi_saml], .footer .omniauth [data-provider=saml_test_id], .omniauth .footer [data-provider=mein_bildungsraum], .omniauth .footer [data-provider=hpi],
.omniauth .footer [data-provider=hpi_saml], .omniauth .footer [data-provider=saml_test_id], .footer .add-reply-button button, .add-reply-button .footer button {
  font-size: inherit;
}
.footer .footer-nav ul {
  padding: 0;
  list-style: none;
}
.footer .footer-nav ul li {
  margin-bottom: 10px;
}
.footer .footer-nav ul li:last-child {
  margin-bottom: 0px;
}
.footer ul.horizontal {
  display: inline;
  padding: 0;
  list-style: none;
}
.footer ul.horizontal li {
  display: inline;
}
.footer ul.horizontal.dash li:after {
  content: " – ";
}
.footer ul.horizontal.slash li:after {
  content: " / ";
}
.footer ul.horizontal li:last-child:after {
  content: "";
}
.footer a:hover,
.footer a:active,
.footer a:focus {
  color: hsl(0, 0%, 45%);
}
.footer .app-badge {
  margin-right: 10px;
}
.footer .app-badge img {
  height: 50px;
}
.footer .app-badge:hover {
  background-color: inherit !important;
  text-decoration: none !important;
}
.footer .app-badge:last-child {
  margin-right: 0;
}
.footer__content-top {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
@media (min-width: 1440px) {
  .footer__content-top {
    flex-direction: row;
  }
}
.footer__content-top > * {
  flex: 1;
}
@media (min-width: 800px) {
  .footer__about {
    max-width: 600px;
    padding-right: 0;
  }
}
.footer__get-app {
  margin-top: 30px;
  font-weight: bold;
}
.footer__app-badges {
  display: flex;
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__content-bottom {
  padding: 1.25rem 0;
}
.footer__contact {
  display: flex;
  flex-direction: column;
}
.footer-socialmedia__icons {
  display: flex;
  flex-direction: row;
}
.footer-socialmedia__icons li {
  margin-right: 15px;
  font-size: 3.3rem;
  line-height: 3.8rem;
}
.footer__copyright {
  display: flex;
  flex-direction: column;
  color: hsl(0, 0%, 45%);
}
@media (min-width: 800px) {
  .footer__copyright {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__copyright a {
  color: hsl(0, 0%, 45%);
}
.footer__release {
  color: hsl(0, 0%, 83%);
}
.footer__owner {
  margin-right: 2px;
  text-decoration: underline;
}

/*------------------------------------*\
    $Logo-Bar
\*------------------------------------*/
.footer-logo-bar {
  padding: 20px 0;
  background-color: hsl(0, 0%, 100%);
}
.footer-logo-bar .logos-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.footer-logo-wrapper {
  max-width: 200px;
  max-height: 150px;
  padding: 15px;
}

.gamification-badges-list {
  padding-left: 0px;
  list-style: none;
}
.gamification-badges-list .gamification-badge {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin: 10px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.gamification-badges-list .gamification-badge img {
  width: 150px;
  height: 150px;
}

.gamification-userstate {
  display: inline-block;
}

.gamification-userstate-large {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
}

.gamification-userstate-small {
  width: 20px;
  height: 20px;
}

/*------------------------------------*\
    $CONTENTS

    Helpdesk component CSS.
\*------------------------------------*/
/**
 * Variables...............Variable declarations
 * Helpdesk-Styles.........Helpdesk styles
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Helpdesk-Styles
\*------------------------------------*/
.helpdesk-widget-only {
  display: none;
}
.helpdesk-container .helpdesk-widget-only {
  display: inline-block;
}

.helpdesk-success-message,
.helpdesk-fail-message {
  min-height: 400px;
  padding: 70px;
  text-align: center;
}

#chatbot-conversation {
  width: 100%;
  height: 40vh;
  padding: 8px 16px;
  border: 1px solid hsl(0, 0%, 83%);
  border-bottom: none;
  margin-top: 16px;
  background-color: hsl(0, 0%, 100%);
  overflow-y: auto;
}

.chatbot-message-box {
  position: relative;
  width: 60%;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 5px;
  text-align: left;
}

.chatbot-question {
  margin-left: 40%;
  background-color: hsl(21, 75%, 49%);
  color: hsl(0, 0%, 100%);
}
.chatbot-question::after {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: -10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 16px solid hsl(21, 75%, 49%);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: " ";
}

.chatbot-answer {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 0%);
}
.chatbot-answer::before {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 16px solid hsl(0, 0%, 96%);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: " ";
}

.chatbot-button-answer {
  position: inherit;
}

#chatbot-typing-area {
  width: 100%;
}

#chatbot-control-window {
  padding: 0;
  margin-bottom: 20px;
}

#helpdesk-contact-tabs {
  position: relative;
  display: block;
  padding: 0;
  margin: 20px 0;
  list-style: none;
}
#helpdesk-contact-tabs > li {
  margin: 0;
  float: left;
}
#helpdesk-contact-tabs > li > a {
  display: block;
  padding: 10px;
  border: none;
  color: hsl(0, 0%, 0%);
  text-align: center;
  text-decoration: none;
}

#chatbot-enter-btn {
  height: 40px;
  border-radius: 0;
}

.chatbot-message-box > a:hover {
  color: hsl(21, 75%, 49%);
  text-decoration: none;
}

#utterance--placeholder {
  display: none;
}

[data-loading=true] #utterance--placeholder {
  display: block;
}

.helpdesk-closing-button {
  border: none;
  margin: 7px 9px;
  background: none;
  float: right;
  font-size: x-large;
}
.helpdesk-closing-button:focus {
  outline: none;
}

.in_app .hidden_in_app {
  display: none;
}

/*------------------------------------*\
    $CONTENTS

    General layouting elements.
\*------------------------------------*/
/**
 * Variables...............Variable declarations and overrides
 * Application.............Styles that affect platform layout
 * Alternative Layouts.....Styling for non-default page layouts
 * Startpage...............Startpage specific layouts
 * Dashboard...............Dashboard specific layouts
 * Table...................Styles that affect table
 * Responsive Images.......Styles that affect images
 * IFrames.................Styles that affect iframe
 * Print...................Print media query specific styles
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Application
\*------------------------------------*/
body {
  display: flex;
  flex-direction: column;
}

.wrapper > .bs-container {
  padding-right: calc(env(safe-area-inset-left) + 15px);
  padding-left: calc(env(safe-area-inset-right) + 15px);
}

/*------------------------------------*\
    $Alternative Layouts
\*------------------------------------*/
.layout-simple__container {
  max-width: 600px;
  padding: 20px;
  margin: 20px auto;
  padding-right: calc(env(safe-area-inset-left) + 20px);
  padding-left: calc(env(safe-area-inset-right) + 20px);
}
@media (min-width: 768px) {
  .layout-simple__container {
    margin: 100px auto;
  }
}

.layout-error {
  max-width: 600px;
  padding: 1.25rem;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .layout-error {
    margin: 100px auto;
  }
}
.layout-error__header {
  font-size: 2.6rem;
  line-height: 3.3rem;
  margin-bottom: 2.5rem;
  font-weight: bold;
}
.layout-error__details {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.layout-error__details > * {
  margin-bottom: 1.25rem;
}

.layout-preview {
  background-color: hsl(0, 0%, 96%);
}
.layout-preview__container {
  padding: 50px;
  background-color: hsl(0, 0%, 100%);
}

/*------------------------------------*\
    $Startpage
\*------------------------------------*/
.course-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
}
.course-category__headline {
  flex: 1 0 50%;
}
.course-category__headline h2 {
  margin: 0;
}
.course-category__more {
  flex: 1 0 50%;
  text-align: right;
}
.course-category__teaser {
  margin-top: 1.25rem;
}
.course-category__list {
  flex: 0 0 100%;
}

.home-controller.index-action h2 {
  margin-bottom: 20px;
  font-size: 2.25em;
}

/*------------------------------------*\
    $Table
\*------------------------------------*/
table.table tr.disabled {
  opacity: 0.65;
}

/*------------------------------------*\
    $Responsive Images
\*------------------------------------*/
.responsive-images img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------*\
    $IFrames
\*------------------------------------*/
iframe {
  border: none;
}

/*------------------------------------*\
    $Print Specific
\*------------------------------------*/
@media print {
  a[href]:after {
    content: none;
  }
}
.login-box {
  border-top: 2px solid hsl(0, 0%, 45%);
  border-bottom: 5px solid hsl(0, 0%, 15%);
  padding: 15px;
  border-bottom-width: 3px;
  margin: 5px 0px 20px 0px;
  background-color: hsl(0, 0%, 96%);
}
.login-box .large-icon {
  margin-bottom: 2rem;
  color: hsl(0, 0%, 83%);
  font-size: 90px;
  line-height: 1;
  text-align: center;
}

.login-dropdown {
  width: 40em;
  padding: 0 0.5em;
}
.omniauth {
  padding: 0;
  margin-top: 2em;
  list-style: none;
}
.omniauth [data-provider=mein_bildungsraum], .omniauth [data-provider=hpi],
.omniauth [data-provider=hpi_saml], .omniauth [data-provider=saml_test_id] {
  height: 45px;
  margin-bottom: 4px;
}
.omniauth [data-provider=mein_bildungsraum] > span, .omniauth [data-provider=hpi] > span,
.omniauth [data-provider=hpi_saml] > span, .omniauth [data-provider=saml_test_id] > span {
  display: block;
  font-family: "IBM Plex Sans", sans-serif, sans-serif !important;
  font-size: 18px !important;
  font-weight: bold;
}
.omniauth [data-provider=mein_bildungsraum]:before, .omniauth [data-provider=hpi]:before,
.omniauth [data-provider=hpi_saml]:before, .omniauth [data-provider=saml_test_id]:before {
  float: left;
  font-size: 18px !important;
}
.omniauth [data-provider=saml_test_id] {
  padding-left: 50px;
  margin-bottom: 0 !important;
  background-image: url("/assets/omniauth/saml_test_id-8a238dfc.png");
  background-position: 17px;
  background-repeat: no-repeat;
  background-size: auto 29px;
  vertical-align: middle;
  border-color: hsl(0, 0%, 83%);
  background-color: #fbfbfb;
  color: #04518b;
}
.omniauth [data-provider=saml_test_id]:focus, .omniauth [data-provider=saml_test_id].focus {
  border-color: hsl(0, 0%, 58%);
  background-color: rgb(225.5, 225.5, 225.5);
  color: #04518b;
}
.omniauth [data-provider=saml_test_id]:hover {
  border-color: hsl(0, 0%, 71%);
  background-color: rgb(225.5, 225.5, 225.5);
  color: #04518b;
}
.omniauth [data-provider=saml_test_id]:active, .omniauth [data-provider=saml_test_id].active, .open > .omniauth [data-provider=saml_test_id].dropdown-toggle {
  border-color: hsl(0, 0%, 71%);
  background-color: rgb(225.5, 225.5, 225.5);
  background-image: none;
  color: #04518b;
}
.omniauth [data-provider=saml_test_id]:active:hover, .omniauth [data-provider=saml_test_id]:active:focus, .omniauth [data-provider=saml_test_id]:active.focus, .omniauth [data-provider=saml_test_id].active:hover, .omniauth [data-provider=saml_test_id].active:focus, .omniauth [data-provider=saml_test_id].active.focus, .open > .omniauth [data-provider=saml_test_id].dropdown-toggle:hover, .open > .omniauth [data-provider=saml_test_id].dropdown-toggle:focus, .open > .omniauth [data-provider=saml_test_id].dropdown-toggle.focus {
  border-color: hsl(0, 0%, 71%);
  background-color: rgb(207.65, 207.65, 207.65);
  color: #04518b;
}
.omniauth [data-provider=saml_test_id].disabled:hover, .omniauth [data-provider=saml_test_id].disabled:focus, .omniauth [data-provider=saml_test_id].disabled.focus, .omniauth [data-provider=saml_test_id][disabled]:hover, .omniauth [data-provider=saml_test_id][disabled]:focus, .omniauth [data-provider=saml_test_id][disabled].focus, fieldset[disabled] .omniauth [data-provider=saml_test_id]:hover, fieldset[disabled] .omniauth [data-provider=saml_test_id]:focus, fieldset[disabled] .omniauth [data-provider=saml_test_id].focus {
  border-color: hsl(0, 0%, 83%);
  background-color: #fbfbfb;
}
.omniauth [data-provider=saml_test_id] .badge, .omniauth [data-provider=saml_test_id] .icon-box .item .overlay, .icon-box .item .omniauth [data-provider=saml_test_id] .overlay {
  background-color: #04518b;
  color: #fbfbfb;
}
.omniauth [data-provider=hpi],
.omniauth [data-provider=hpi_saml] {
  border-color: hsl(0, 0%, 85%);
  background-color: hsl(21, 75%, 49%);
  color: hsl(0, 0%, 100%);
}
.omniauth [data-provider=hpi]:focus, .omniauth [data-provider=hpi].focus,
.omniauth [data-provider=hpi_saml]:focus,
.omniauth [data-provider=hpi_saml].focus {
  border-color: hsl(0, 0%, 60%);
  background-color: hsl(21, 75%, 39%);
  color: hsl(0, 0%, 100%);
}
.omniauth [data-provider=hpi]:hover,
.omniauth [data-provider=hpi_saml]:hover {
  border-color: hsl(0, 0%, 73%);
  background-color: hsl(21, 75%, 39%);
  color: hsl(0, 0%, 100%);
}
.omniauth [data-provider=hpi]:active, .omniauth [data-provider=hpi].active, .open > .omniauth [data-provider=hpi].dropdown-toggle,
.omniauth [data-provider=hpi_saml]:active,
.omniauth [data-provider=hpi_saml].active,
.open > .omniauth [data-provider=hpi_saml].dropdown-toggle {
  border-color: hsl(0, 0%, 73%);
  background-color: hsl(21, 75%, 39%);
  background-image: none;
  color: hsl(0, 0%, 100%);
}
.omniauth [data-provider=hpi]:active:hover, .omniauth [data-provider=hpi]:active:focus, .omniauth [data-provider=hpi]:active.focus, .omniauth [data-provider=hpi].active:hover, .omniauth [data-provider=hpi].active:focus, .omniauth [data-provider=hpi].active.focus, .open > .omniauth [data-provider=hpi].dropdown-toggle:hover, .open > .omniauth [data-provider=hpi].dropdown-toggle:focus, .open > .omniauth [data-provider=hpi].dropdown-toggle.focus,
.omniauth [data-provider=hpi_saml]:active:hover,
.omniauth [data-provider=hpi_saml]:active:focus,
.omniauth [data-provider=hpi_saml]:active.focus,
.omniauth [data-provider=hpi_saml].active:hover,
.omniauth [data-provider=hpi_saml].active:focus,
.omniauth [data-provider=hpi_saml].active.focus,
.open > .omniauth [data-provider=hpi_saml].dropdown-toggle:hover,
.open > .omniauth [data-provider=hpi_saml].dropdown-toggle:focus,
.open > .omniauth [data-provider=hpi_saml].dropdown-toggle.focus {
  border-color: hsl(0, 0%, 73%);
  background-color: hsl(21, 75%, 32%);
  color: hsl(0, 0%, 100%);
}
.omniauth [data-provider=hpi].disabled:hover, .omniauth [data-provider=hpi].disabled:focus, .omniauth [data-provider=hpi].disabled.focus, .omniauth [data-provider=hpi][disabled]:hover, .omniauth [data-provider=hpi][disabled]:focus, .omniauth [data-provider=hpi][disabled].focus, fieldset[disabled] .omniauth [data-provider=hpi]:hover, fieldset[disabled] .omniauth [data-provider=hpi]:focus, fieldset[disabled] .omniauth [data-provider=hpi].focus,
.omniauth [data-provider=hpi_saml].disabled:hover,
.omniauth [data-provider=hpi_saml].disabled:focus,
.omniauth [data-provider=hpi_saml].disabled.focus,
.omniauth [data-provider=hpi_saml][disabled]:hover,
.omniauth [data-provider=hpi_saml][disabled]:focus,
.omniauth [data-provider=hpi_saml][disabled].focus,
fieldset[disabled] .omniauth [data-provider=hpi_saml]:hover,
fieldset[disabled] .omniauth [data-provider=hpi_saml]:focus,
fieldset[disabled] .omniauth [data-provider=hpi_saml].focus {
  border-color: hsl(0, 0%, 85%);
  background-color: hsl(21, 75%, 49%);
}
.omniauth [data-provider=hpi] .badge, .omniauth [data-provider=hpi] .icon-box .item .overlay, .icon-box .item .omniauth [data-provider=hpi] .overlay,
.omniauth [data-provider=hpi_saml] .badge,
.omniauth [data-provider=hpi_saml] .icon-box .item .overlay,
.icon-box .item .omniauth [data-provider=hpi_saml] .overlay {
  background-color: hsl(0, 0%, 100%);
  color: hsl(21, 75%, 49%);
}
.omniauth [data-provider=hpi],
.omniauth [data-provider=hpi_saml] {
  padding-left: 50px;
  margin-bottom: 0 !important;
  background-image: url("/assets/omniauth/hpi-3da0d332.png");
  background-position: 17px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.omniauth [data-provider=mein_bildungsraum] {
  border-color: hsl(0, 0%, 85%);
  background-color: #4dafff;
  color: hsl(0, 0%, 100%);
}
.omniauth [data-provider=mein_bildungsraum]:focus, .omniauth [data-provider=mein_bildungsraum].focus {
  border-color: hsl(0, 0%, 60%);
  background-color: rgb(26, 152.0786516854, 255);
  color: hsl(0, 0%, 100%);
}
.omniauth [data-provider=mein_bildungsraum]:hover {
  border-color: hsl(0, 0%, 73%);
  background-color: rgb(26, 152.0786516854, 255);
  color: hsl(0, 0%, 100%);
}
.omniauth [data-provider=mein_bildungsraum]:active, .omniauth [data-provider=mein_bildungsraum].active, .open > .omniauth [data-provider=mein_bildungsraum].dropdown-toggle {
  border-color: hsl(0, 0%, 73%);
  background-color: rgb(26, 152.0786516854, 255);
  background-image: none;
  color: hsl(0, 0%, 100%);
}
.omniauth [data-provider=mein_bildungsraum]:active:hover, .omniauth [data-provider=mein_bildungsraum]:active:focus, .omniauth [data-provider=mein_bildungsraum]:active.focus, .omniauth [data-provider=mein_bildungsraum].active:hover, .omniauth [data-provider=mein_bildungsraum].active:focus, .omniauth [data-provider=mein_bildungsraum].active.focus, .open > .omniauth [data-provider=mein_bildungsraum].dropdown-toggle:hover, .open > .omniauth [data-provider=mein_bildungsraum].dropdown-toggle:focus, .open > .omniauth [data-provider=mein_bildungsraum].dropdown-toggle.focus {
  border-color: hsl(0, 0%, 73%);
  background-color: rgb(0, 135.0528089888, 245.3);
  color: hsl(0, 0%, 100%);
}
.omniauth [data-provider=mein_bildungsraum].disabled:hover, .omniauth [data-provider=mein_bildungsraum].disabled:focus, .omniauth [data-provider=mein_bildungsraum].disabled.focus, .omniauth [data-provider=mein_bildungsraum][disabled]:hover, .omniauth [data-provider=mein_bildungsraum][disabled]:focus, .omniauth [data-provider=mein_bildungsraum][disabled].focus, fieldset[disabled] .omniauth [data-provider=mein_bildungsraum]:hover, fieldset[disabled] .omniauth [data-provider=mein_bildungsraum]:focus, fieldset[disabled] .omniauth [data-provider=mein_bildungsraum].focus {
  border-color: hsl(0, 0%, 85%);
  background-color: #4dafff;
}
.omniauth [data-provider=mein_bildungsraum] .badge, .omniauth [data-provider=mein_bildungsraum] .icon-box .item .overlay, .icon-box .item .omniauth [data-provider=mein_bildungsraum] .overlay {
  background-color: hsl(0, 0%, 100%);
  color: #4dafff;
}
.omniauth [data-provider=mein_bildungsraum] {
  padding-left: 50px;
  margin-bottom: 0 !important;
  background-image: url("/assets/omniauth/mein_bildungsraum-bd13bf2c.png");
  background-position: 17px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.authorizations [data-provider=mein_bildungsraum], .authorizations [data-provider=hpi],
.authorizations [data-provider=hpi_saml], .authorizations [data-provider] {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 5px;
  color: hsl(0, 0%, 100%);
  font-size: 14px !important;
}
.authorizations [data-provider=mein_bildungsraum] > span.label, .authorizations [data-provider=hpi] > span.label,
.authorizations [data-provider=hpi_saml] > span.label, .authorizations [data-provider] > span.label {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 10pt;
}
.authorizations [data-provider=mein_bildungsraum] > a, .authorizations [data-provider=hpi] > a,
.authorizations [data-provider=hpi_saml] > a, .authorizations [data-provider] > a {
  color: hsl(0, 0%, 100%);
  font-size: 10px;
}
.authorizations [data-provider=mein_bildungsraum] > a:hover, .authorizations [data-provider=hpi] > a:hover,
.authorizations [data-provider=hpi_saml] > a:hover, .authorizations [data-provider] > a:hover {
  color: hsl(0, 0%, 83%);
  text-decoration: none;
}
.authorizations [data-provider=mein_bildungsraum]:before, .authorizations [data-provider=hpi]:before,
.authorizations [data-provider=hpi_saml]:before, .authorizations [data-provider]:before {
  padding-left: 4px;
  float: left;
}

.authorizations [data-provider] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  padding-left: 30px;
  background-color: #04518b;
  background-image: url("/assets/omniauth/saml_test_id-8a238dfc.png");
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: auto 18px;
}
.authorizations [data-provider] .xi-icon {
  margin-left: 5px;
  font-size: 1.5rem;
}
.authorizations [data-provider=hpi],
.authorizations [data-provider=hpi_saml] {
  background-color: hsl(21, 75%, 49%);
  background-image: url("/assets/omniauth/hpi-3da0d332.png");
}
.authorizations [data-provider=mein_bildungsraum] {
  background-color: #4dafff;
  background-image: url("/assets/omniauth/mein_bildungsraum-bd13bf2c.png");
}

/*------------------------------------*\
    $CONTENTS

    Registration styles.
\*------------------------------------*/
/**
 * Variables...................Variable declarations and overridess
 * Registration-Styles.........Registration CSS
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Registration-Styles
\*------------------------------------*/
.register {
  margin: 0px auto;
  text-align: left;
}

.field_with_errors > input {
  border: 1px solid red;
}

.error_text {
  color: red;
}

/*------------------------------------*\
    $CONTENTS

    Main navigation bar styles
\*------------------------------------*/
/**
 * Variables..............Variable declarations and overrides
 * Bootstrap-Import.......Bootstrap import
 * Icon-Box...............Navbar Icon-box styles
 * Tabs...................Tab navigation styles
 * Course-Item-Nav........Course area item navigation
 * Pills..................Pills navigation
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Bootstrap-Import
\*------------------------------------*/
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: hsl(0, 0%, 98%);
}
.nav > li.disabled > a {
  color: hsl(0, 0%, 96%);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: hsl(0, 0%, 96%);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: hsl(0, 0%, 98%);
  border-color: hsl(21, 75%, 49%);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: hsl(0, 0%, 98%) hsl(0, 0%, 98%) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: hsl(0, 0%, 45%);
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*------------------------------------*\
    $Filter
\*------------------------------------*/
.filter .nav-pills {
  background: hsl(0, 0%, 15%);
}
.filter .nav-pills > .dropdown > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: hsl(0, 0%, 100%);
  line-height: 20px;
}
.filter .nav-pills > .dropdown > a:hover, .filter .nav-pills > .dropdown > a:focus {
  padding-top: 10px;
  padding-bottom: 10px;
}
.filter .nav-pills a,
.filter .nav-pills a:hover,
.filter .nav-pills a:focus {
  padding: 5px 15px;
  border: none;
  border-radius: 0px;
  background: inherit;
}
.filter .nav-pills li {
  margin-bottom: 0px;
}
.filter .nav-pills .dropdown-toggle:hover {
  background-color: hsl(0, 0%, 32%);
}
.filter .nav-pills a:hover {
  background-color: hsl(0, 0%, 0%);
}
.filter .nav-pills li.open > a {
  background-color: hsl(0, 0%, 32%);
}
.filter .nav-pills .dropdown.open {
  background-color: hsl(0, 0%, 32%);
}
.filter .nav-pills span.badge, .filter .nav-pills .icon-box .item span.overlay, .icon-box .item .filter .nav-pills span.overlay {
  background: hsl(0, 0%, 32%);
}
.filter .nav-pills .dropdown-menu li > a {
  padding-right: 10px;
}
.filter .nav-pills .dropdown-menu li.active, .filter .nav-pills .dropdown-menu li a:hover {
  background-color: hsl(0, 0%, 0%);
}

/*------------------------------------*\
    $Icon-Box
\*------------------------------------*/
.icon-box {
  height: 50px;
  margin-top: -3px;
  color: hsl(0, 0%, 100%);
  line-height: 50px;
}
.icon-box .item {
  position: relative;
  color: hsl(0, 0%, 100%);
  cursor: pointer;
}
.icon-box .item > li {
  height: 50px;
}
.icon-box .item > a {
  display: inline-block;
  height: 100%;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.icon-box .item > a:hover, .icon-box .item > a:focus {
  color: hsl(21, 75%, 49%);
}
.icon-box .item a.dropdown-toggle, .icon-box .item a.dropdown-toggle:hover, .icon-box .item a.dropdown-toggle:focus {
  background-color: rgba(255, 255, 255, 0);
}
.icon-box .item .overlay {
  position: absolute;
  z-index: 10000;
  right: -10px;
  bottom: 10px;
  padding: 3px;
  background-color: hsl(21, 75%, 49%);
  font-size: 0.7em;
  font-weight: normal;
  line-height: 100%;
  text-align: center;
}

/*------------------------------------*\
    $Tabs
\*------------------------------------*/
.nav > li > a {
  color: hsl(0, 0%, 0%);
}

.dashboard-nav > li > a {
  padding: 10px;
}

.course-nav > li > a {
  padding: 12px 10px 10px;
}

.dashboard-nav > li > a > .xi-icon,
.course-nav > li > a > .xi-icon {
  display: inline-block;
  width: 23px;
  margin-top: -3px;
  margin-right: 7px;
  font-size: 1.5em;
  line-height: inherit;
}

.course-deadlines button {
  border: none;
  background-color: transparent;
}
.course-deadlines__bubble {
  position: absolute;
  top: 0px;
  left: 42px;
  display: inline-block;
  min-width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 50%;
  background-color: hsl(0, 0%, 32%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.state-urgent .course-deadlines__bubble {
  background-color: hsl(21, 75%, 49%);
}
.course-deadlines__placeholder {
  padding: 5px 10px;
  color: hsl(0, 0%, 45%);
  font-weight: bold;
  text-align: center;
}

.course-deadline__item {
  display: block;
  font-weight: bold;
}
.course-deadline__due {
  display: block;
  font-size: 0.8em;
}

/*------------------------------------*\
    $News-Nav
\*------------------------------------*/
.news-nav li {
  padding: 0px;
  border-left: 3px solid hsl(0, 0%, 98%);
  margin: 0px 0px 10px 0;
}
.news-nav li.active {
  border-left: 3px solid hsl(21, 75%, 49%);
}
.news-nav li a {
  padding: 0 5px 0px 10px;
  margin: 0 5px 0px 0;
}

/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $NEWS
\*------------------------------------*/
.announcements-controller .postcontent img {
  max-width: 100%;
  height: auto;
}

.news__anchor {
  position: relative;
  top: -100px;
  display: block;
  visibility: hidden;
}
.news__older-title {
  font-size: 2.6rem;
  line-height: 3.3rem;
  overflow: hidden;
  padding: 1rem;
  margin: 4rem 0 2rem 0;
  color: hsl(0, 0%, 32%);
  text-align: center;
}
.news__older-title span {
  position: relative;
  display: inline-block;
}
.news__older-title span:before,
.news__older-title span:after {
  position: absolute;
  top: 50%;
  width: 100vw;
  border-bottom: 1px solid hsl(0, 0%, 83%);
  margin: 0 20px;
  content: "";
}
.news__older-title span:after {
  left: 100%;
}
.news__older-title span:before {
  right: 100%;
}
.news___older-link a {
  color: hsl(0, 0%, 45%);
}
.news .news_item {
  padding: 1px 15px 15px 15px;
  margin-top: 15px;
  background-color: hsl(0, 0%, 100%);
}
.news .news_item h2:first-of-type {
  margin-top: 0px;
}
.news .news_item h3 {
  font-size: 1.7em;
}
.news .news_item hr.divider {
  border-top: 2px solid hsl(0, 0%, 96%);
}
.news .news_item td,
.news .news_item th {
  padding: 2px;
  border-bottom: 1px solid hsl(0, 0%, 0%);
}
.news .news_item th {
  border-bottom: 2px solid hsl(0, 0%, 0%);
}
.news .news_item__actions {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

/*------------------------------------*\
    $CONTENTS

    Course quiz component styles.
\*------------------------------------*/
/**
 * Variables.............Variable declarations and overrides
 * Quiz-Base.............Basic styles for quizzes
 * Quiz-Sidebar..........Sidebar element for quizzes
 * Quiz-Questions........Styles for quiz question types
 * Quiz-Properties.......Properties of quizzes on intro page
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Quiz-Base
\*------------------------------------*/
.quiz-content {
  padding: 10px 15px;
  background-color: hsl(0, 0%, 100%);
  border-bottom: 5px solid hsl(0, 0%, 83%);
}
@media (max-width: 992px) {
  .quiz-content {
    padding-top: 5px;
  }
}
.quiz-content img {
  max-width: 100%;
  height: auto;
  border: 1px solid hsl(0, 0%, 98%);
  vertical-align: unset;
}

/*------------------------------------*\
    $Quiz-Questions
\*------------------------------------*/
.quiz-question, .quiz-question-partial, .quiz-question-incorrect, .quiz-question-correct {
  padding: 10px 0 10px 0;
  border-top: 1px solid hsl(0, 0%, 96%);
}
.quiz-question.multiple-answer, .multiple-answer.quiz-question-partial, .multiple-answer.quiz-question-incorrect, .multiple-answer.quiz-question-correct {
  scroll-margin-top: 40px;
}
.quiz-question .question-info, .quiz-question-partial .question-info, .quiz-question-incorrect .question-info, .quiz-question-correct .question-info {
  margin-bottom: 15px;
  font-size: 0.9em;
}
.quiz-question .question, .quiz-question-partial .question, .quiz-question-incorrect .question, .quiz-question-correct .question {
  padding: 5px;
  background-color: hsl(0, 0%, 100%) !important;
  color: hsl(0, 0%, 0%) !important;
}
.quiz-question .question-content, .quiz-question-partial .question-content, .quiz-question-incorrect .question-content, .quiz-question-correct .question-content {
  padding: 10px 5px;
  background-color: hsl(0, 0%, 100%);
}
.quiz-question .question-content td, .quiz-question-partial .question-content td, .quiz-question-incorrect .question-content td, .quiz-question-correct .question-content td,
.quiz-question .question-content th,
.quiz-question-partial .question-content th,
.quiz-question-incorrect .question-content th,
.quiz-question-correct .question-content th,
.quiz-question .quiz-answer td,
.quiz-question-partial .quiz-answer td,
.quiz-question-incorrect .quiz-answer td,
.quiz-question-correct .quiz-answer td,
.quiz-question .quiz-answer th,
.quiz-question-partial .quiz-answer th,
.quiz-question-incorrect .quiz-answer th,
.quiz-question-correct .quiz-answer th {
  padding: 2px;
  margin: 2px;
}
.quiz-question .question-content th, .quiz-question-partial .question-content th, .quiz-question-incorrect .question-content th, .quiz-question-correct .question-content th,
.quiz-question .quiz-answer th,
.quiz-question-partial .quiz-answer th,
.quiz-question-incorrect .quiz-answer th,
.quiz-question-correct .quiz-answer th {
  font-weight: bold;
}
.quiz-question .question-content tr, .quiz-question-partial .question-content tr, .quiz-question-incorrect .question-content tr, .quiz-question-correct .question-content tr,
.quiz-question .quiz-answer tr,
.quiz-question-partial .quiz-answer tr,
.quiz-question-incorrect .quiz-answer tr,
.quiz-question-correct .quiz-answer tr {
  border-bottom: 1px solid black;
}
.quiz-question .question-content thead tr, .quiz-question-partial .question-content thead tr, .quiz-question-incorrect .question-content thead tr, .quiz-question-correct .question-content thead tr,
.quiz-question .quiz-answer thead tr,
.quiz-question-partial .quiz-answer thead tr,
.quiz-question-incorrect .quiz-answer thead tr,
.quiz-question-correct .quiz-answer thead tr {
  border-bottom: 2px solid black !important;
}
.quiz-question .question-content tr:last-child, .quiz-question-partial .question-content tr:last-child, .quiz-question-incorrect .question-content tr:last-child, .quiz-question-correct .question-content tr:last-child,
.quiz-question .quiz-answer tr:last-child,
.quiz-question-partial .quiz-answer tr:last-child,
.quiz-question-incorrect .quiz-answer tr:last-child,
.quiz-question-correct .quiz-answer tr:last-child {
  border: none;
}
.quiz-question .question-content tbody tr:last-child, .quiz-question-partial .question-content tbody tr:last-child, .quiz-question-incorrect .question-content tbody tr:last-child, .quiz-question-correct .question-content tbody tr:last-child,
.quiz-question .quiz-answer tbody tr:last-child,
.quiz-question-partial .quiz-answer tbody tr:last-child,
.quiz-question-incorrect .quiz-answer tbody tr:last-child,
.quiz-question-correct .quiz-answer tbody tr:last-child {
  border: none !important;
}
.quiz-question .quiz-answer, .quiz-question-partial .quiz-answer, .quiz-question-incorrect .quiz-answer, .quiz-question-correct .quiz-answer {
  position: relative;
}
.quiz-question .quiz-answer p, .quiz-question-partial .quiz-answer p, .quiz-question-incorrect .quiz-answer p, .quiz-question-correct .quiz-answer p,
.quiz-question .quiz-answer span,
.quiz-question-partial .quiz-answer span,
.quiz-question-incorrect .quiz-answer span,
.quiz-question-correct .quiz-answer span,
.quiz-question .quiz-answer ol,
.quiz-question-partial .quiz-answer ol,
.quiz-question-incorrect .quiz-answer ol,
.quiz-question-correct .quiz-answer ol,
.quiz-question .quiz-answer ul,
.quiz-question-partial .quiz-answer ul,
.quiz-question-incorrect .quiz-answer ul,
.quiz-question-correct .quiz-answer ul {
  position: relative;
  z-index: 500;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 0px;
  background-color: hsl(0, 0%, 100%);
}
.quiz-question .quiz-answer p, .quiz-question-partial .quiz-answer p, .quiz-question-incorrect .quiz-answer p, .quiz-question-correct .quiz-answer p {
  width: 100%;
}
.quiz-question .quiz-answer ol, .quiz-question-partial .quiz-answer ol, .quiz-question-incorrect .quiz-answer ol, .quiz-question-correct .quiz-answer ol,
.quiz-question .quiz-answer ul,
.quiz-question-partial .quiz-answer ul,
.quiz-question-incorrect .quiz-answer ul,
.quiz-question-correct .quiz-answer ul {
  padding-left: 20px;
}
.quiz-question .quiz-answer pre, .quiz-question-partial .quiz-answer pre, .quiz-question-incorrect .quiz-answer pre, .quiz-question-correct .quiz-answer pre {
  position: relative;
  z-index: 500;
}
.quiz-question .quiz-answer.show-solution, .quiz-question-partial .quiz-answer.show-solution, .quiz-question-incorrect .quiz-answer.show-solution, .quiz-question-correct .quiz-answer.show-solution {
  padding-right: 100px;
  margin-right: -15px;
}
.quiz-question .quiz-answer .ribbon-horizontal-right, .quiz-question-partial .quiz-answer .ribbon-horizontal-right, .quiz-question-incorrect .quiz-answer .ribbon-horizontal-right, .quiz-question-correct .quiz-answer .ribbon-horizontal-right {
  right: -18px;
}

.quiz-question-correct {
  border-color: hsl(145, 53%, 48%);
  border-left-color: hsl(145, 53%, 48%);
}

.quiz-question-incorrect {
  border-color: hsl(4, 78%, 48%);
  border-left-color: hsl(4, 78%, 48%);
}

.quiz-question-partial {
  border-color: hsl(47, 90%, 60%);
  border-left-color: hsl(47, 90%, 60%);
}

.quiz-indicator-line {
  position: absolute;
  z-index: 400;
  top: 50%;
  right: 0px;
  left: 40px;
  border-top: 2px solid;
  margin-top: -1px;
}
.quiz-indicator-line.wrong {
  border-color: hsl(4, 78%, 48%);
}
.quiz-indicator-line.correct {
  border-color: hsl(145, 53%, 48%);
}
.quiz-indicator-line.unselected {
  border-color: hsl(0, 0%, 45%);
}

#quiz-state-indicators a {
  padding-top: 2px;
  border-radius: 2px;
  background-color: hsl(0, 0%, 32%);
  color: white;
  line-height: 130%;
  text-align: center;
  text-decoration: none;
}
#quiz-state-indicators a.edited {
  background-color: hsl(0, 0%, 96%);
}

.quiz-question-editor {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 10px;
  background: hsl(0, 0%, 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.12);
  gap: 20px;
}
.quiz-question-editor__h2 {
  margin: 10px 0;
  color: hsl(0, 0%, 9%);
  font-size: 1.4rem;
}
.quiz-question-editor__h3 {
  margin: 10px 0;
  color: hsl(0, 0%, 9%);
  font-size: 1.4rem;
}
.quiz-question-editor__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.quiz-question-editor__actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.quiz-answer-editor {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 10px;
  background: hsl(0, 0%, 96%);
}
.quiz-answer-editor__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quiz-answer-editor__inner-content {
  display: flex;
  align-items: center;
}

/*------------------------------------*\
    $Quiz-Properties
\*------------------------------------*/
.quiz-properties {
  padding: 0px;
  list-style-type: none;
}
.quiz-properties li {
  display: inline-block;
  margin-right: 15px;
}

ul#submission-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul#submission-list li {
  padding: 0;
}
ul#submission-list li.active a {
  color: grey;
}

.quiz-sidebar {
  background-color: hsl(0, 0%, 100%);
}

.quiz-sidebar-content {
  padding: 15px;
  padding-top: 5px;
}

.quiz-sidebar-meter {
  display: flex;
  justify-content: center;
}

.quiz-sidebar.affix {
  /* position: fixed; already applied in .affix */
  top: 80px;
  /* might also need e.g. width: 300px; as position: fixed; removes the element from its parent. */
}

.quiz-sidebar.affix-bottom {
  /* Start scrolling again. */
  position: absolute;
  /* Override the top position above. */
  top: auto;
  /* It should stop near the bottom of its parent. */
  bottom: 20px;
}

.warning-autosave {
  padding: 10px;
  margin: 10px 0px;
  background-color: hsl(4, 79%, 39%);
  color: hsl(0, 0%, 100%);
}

/*------------------------------------*\
    Reset font width
\*------------------------------------*/
.checkbox label,
.radio label {
  font-weight: normal;
}

#quiz_questions img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------*\
   $Confirm Preview Container
\*------------------------------------*/
#preview_container .updated_record {
  padding-right: 3px;
  padding-left: 3px;
  background-color: #fd8;
}
#preview_container #quizzes_preview_table {
  width: 980px;
  table-layout: fixed;
}
#preview_container #quizzes_preview_table th,
#preview_container #quizzes_preview_table td {
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}
#preview_container #quizzes_preview_table th.fixed_width_100 {
  width: 100px;
}
#preview_container .legend {
  font-size: 80%;
}

/*------------------------------------*\
   $Confirm Sweet Alert customization
\*------------------------------------*/
.swal2-container .error_list {
  font-size: 1.4rem;
}
.swal2-container .error_list li {
  text-align: left;
}

/*------------------------------------------------*\
    $CONTENTS

    Video player component.
\*------------------------------------------------*/
/**
 * Variables..............Variables declarations
 * Video-Styles...........Video player styles
 */
/*--------------------------------------------*\
    $Variables
\*--------------------------------------------*/
/*--------------------------------------------*\
    $Video-Styles
\*--------------------------------------------*/
#player-container {
  position: relative;
  margin-bottom: 20px;
}

xm-toggle-control:not(:defined) {
  visibility: hidden;
}

.video-list__provider {
  color: hsl(0, 0%, 32%);
}

/*-------------------------------------*\
    $CONTENTS

    Global utility classes. May use
    Bootstrap utility classes and vars.
    Mainly avoids style="" or too
    specific CSS rules in the partials.
\*-------------------------------------*/
/**
 * Bootstrap-Import........Required import for BS components
 * General-Layout..........General helpers like centering, full-width, etc.
 * Alignment...............Alignment utilities (text, vertical, ...)
 * Sizing..................Classes like margin, padding, height, etc.
 * Colors..................Color utility classes to quickly change colors (color: xyz !) for an element
 * Background-Colors.......Color utility classes to quickly change background colors for an element
 * Font....................Font sizing and the like
 * Loading-Indicators......Spinners, bouncers, and placeholder text
 * Empty state.............Empty state component style
 * Animation...............Delayed fade-in animation
 */
/*------------------------------------*\
    $General-Layout
\*------------------------------------*/
.center {
  margin: 0 auto;
}

.full-width, .login-dropdown .buttons input, .omniauth [data-provider=saml_test_id], .omniauth [data-provider=hpi],
.omniauth [data-provider=hpi_saml], .omniauth [data-provider=mein_bildungsraum], .authorizations [data-provider], .authorizations [data-provider=hpi],
.authorizations [data-provider=hpi_saml], .authorizations [data-provider=mein_bildungsraum] {
  width: 100%;
}

.full-height {
  height: 100vh !important;
}

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

.bold {
  font-weight: bold;
}

.text-large {
  font-size: 1.3em;
}

.nowrap {
  white-space: nowrap;
}

.underline {
  text-decoration: underline;
}

.kill-underline {
  text-decoration: none;
}

.noborder {
  border: none !important;
}

.error-border {
  border: 2px solid hsl(4, 78%, 48%);
}

.killradius {
  border-radius: 0;
}

.badge-large {
  padding: 3px 15px;
  border-radius: 20px;
  margin-top: -3px;
}

.glyphicon-inverse {
  color: hsl(0, 0%, 100%);
}

.kill-outline {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

.kill-bg {
  background-color: none !important;
}

.cpointer {
  cursor: pointer;
}

.not-allowed {
  cursor: not-allowed;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.pos-rel,
.relative {
  position: relative;
}

.clearfix:before, .sections-controller .section .title:before,
.items-controller .section .title:before,
.clearfix:after,
.sections-controller .section .title:after,
.items-controller .section .title:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: ".";
}

.clearfix:after, .sections-controller .section .title:after,
.items-controller .section .title:after {
  clear: both;
}

.clearfix, .sections-controller .section .title,
.items-controller .section .title {
  zoom: 1;
} /* IE < 8 */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-container {
  position: relative;
}
.sticky-container__element {
  position: sticky;
  top: 50px;
  padding-top: 20px;
}

/*------------------------------------*\
    $Alignment
\*------------------------------------*/
.vtop {
  vertical-align: top;
}

.vmiddle {
  vertical-align: middle;
}

.vsuper {
  vertical-align: super;
}

.vbottom {
  vertical-align: bottom;
}

.vbase {
  vertical-align: baseline;
}

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

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

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

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

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

/*------------------------------------*\
    $Sizing
\*------------------------------------*/
.h0 {
  height: 0px;
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h100 {
  height: 100px;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w100 {
  width: 100px;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w50p {
  width: 50%;
}

.w80p {
  width: 80%;
}

.w100p {
  width: 100%;
}

.p0 {
  padding: 0px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pr0 {
  padding-right: 0px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pl0 {
  padding-left: 0px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl50 {
  padding-left: 50px !important;
}

.m0 {
  margin: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt-5 {
  margin-top: -5px;
}

.mt-10 {
  margin-top: -10px;
}

.mt-15 {
  margin-top: -15px;
}

.mt-20 {
  margin-top: -20px;
}

.mt-30 {
  margin-top: -30px;
}

.mt-40 {
  margin-top: -40px;
}

.mt-50 {
  margin-top: -50px;
}

.mt-60 {
  margin-top: -60px;
}

.mt-80 {
  margin-top: -80px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr45 {
  margin-right: 45px;
}

.mr80 {
  margin-right: 80px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: -25px;
}

.table tbody > tr > td.vert-align {
  vertical-align: middle;
}

.no-bottom-border {
  border-bottom: none !important;
}

.table-nonfluid {
  width: auto !important;
}

/*------------------------------------*\
    Responsive stuff
\*------------------------------------*/
@media (max-width: 992px) {
  .full-width-sm {
    width: 100%;
  }
}
.wordbreak {
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-all;
}

/*------------------------------------*\
    $Colors
\*------------------------------------*/
.primary-color {
  color: hsl(21, 75%, 49%);
}

.secondary-color {
  color: hsl(343, 86%, 37%);
}

.tertiary-color {
  color: hsl(37, 90%, 56%);
}

.black {
  color: hsl(0, 0%, 0%);
}

.white {
  color: hsl(0, 0%, 100%);
}

.gray {
  color: hsl(0, 0%, 45%);
}

.yellow {
  color: hsl(47, 90%, 60%);
}

.orange {
  color: hsl(21, 75%, 49%);
}

.red {
  color: hsl(4, 79%, 39%);
}

.blue {
  color: #428bca;
}

.green {
  color: hsl(145, 53%, 48%);
}

.gray-dark {
  color: hsl(0, 0%, 32%);
}

.gray-darker {
  color: hsl(0, 0%, 15%);
}

.gray-light {
  color: hsl(0, 0%, 96%);
}

.gray-lighter {
  color: hsl(0, 0%, 98%);
}

.text-color {
  color: hsl(0, 0%, 9%);
}

[data-state=unobtrusive] {
  filter: grayscale(1);
  opacity: 0.5;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/*------------------------------------*\
    $Background-Colors
\*------------------------------------*/
.video-wrapper {
  position: relative;
  height: 0;
  padding-top: 2.2%;
  padding-bottom: 54.1%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nobg {
  background-color: rgba(255, 255, 255, 0) !important;
}

.white-bg {
  background-color: hsl(0, 0%, 100%) !important;
}

/*------------------------------------*\
    $Font
\*------------------------------------*/
.fp9 {
  font-size: 9pt;
}

.em1 {
  font-size: 1em;
}

.em1-2 {
  font-size: 1.2em;
}

.em1-5 {
  font-size: 1.5em;
}

.em2 {
  font-size: 2em;
}

div[data-click-target],
span[data-click-target],
td[data-click-target] {
  cursor: pointer;
}

/*------------------------------------*\
    $Fixed-bar JS util
\*------------------------------------*/
.js-fixed {
  position: fixed;
  z-index: 100;
  top: 50px;
}

/*------------------------------------*\
    $Animation
\*------------------------------------*/
.delayed-fade-in {
  animation: 0s linear 3s forwards delayedShow;
  visibility: hidden;
}

@keyframes delayedShow {
  to {
    visibility: visible;
  }
}
/*------------------------------------*\
    XI-6736: Seasonal snow effect
\*------------------------------------*/
#snow-container {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.snowflake {
  position: absolute;
  top: -10px;
  animation: fall linear infinite;
  color: whitesmoke;
  font-size: 20px;
  pointer-events: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  user-select: none;
}

@keyframes fall {
  to {
    transform: translateY(100vh) rotate(360deg);
  }
}
span.state {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  text-align: center;
}

/*------------------------------------------------*\
    $CONTENTS
\*------------------------------------------------*/
/**
 * Variables................Variables declarations and overrides
 * Bootstrap-Import.........Required import for BS component
 * Tooltip-Styles...........Tooltip styles
 */
/*--------------------------------------------*\
    $Variables
\*--------------------------------------------*/
:root {
  --tooltip-arrow-position: 50%;
}

/*------------------------------------*\
    $Bootstrap-Import
\*------------------------------------*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: hsl(47, 90%, 60%);
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: hsl(47, 90%, 60%);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: hsl(47, 90%, 60%);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: hsl(47, 90%, 60%);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: hsl(47, 90%, 60%);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: hsl(47, 90%, 60%);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: hsl(47, 90%, 60%);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: hsl(47, 90%, 60%);
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: hsl(0, 0%, 0%);
  text-align: center;
  background-color: hsl(47, 90%, 60%);
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/*------------------------------------*\
    $Bootstrap Tooltip Styles (used in progress-item.hbs)
\*------------------------------------*/
.tooltip {
  min-width: 150px;
  max-width: 200px;
  text-align: justify;
  text-indent: 0;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.tooltip-inner {
  border-radius: 0px;
}

/*------------------------------------*\
    $Custom Tooltip Styles (tooltip.js)
\*------------------------------------*/
.custom-tooltip {
  position: absolute;
  z-index: 1040;
  min-width: 150px;
  max-width: 200px;
  padding: 5px;
  background-color: hsl(47, 90%, 60%);
  color: hsl(0, 0%, 0%);
  font-size: 1.2rem;
  text-align: center;
}
.custom-tooltip::after {
  position: absolute;
  bottom: -5px;
  left: var(--tooltip-arrow-position);
  width: 0;
  height: 0;
  border-top: 5px solid hsl(47, 90%, 60%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  transform: translateX(-50%);
}
.custom-tooltip > * {
  margin-right: 5px;
}
.custom-tooltip [data-class=item-info] {
  display: block;
}
.custom-tooltip [data-class=item-objective] {
  display: block;
  font-style: italic;
}

/*------------------------------------*\
    $CONTENTS

    Styles for sidebars and sidebar
    elements.
\*------------------------------------*/
/**
 * Variables...............Variable declarations
 * Base....................Basic wireframe and general classes
 * Next-Dates..............Styles for the next date component
 * Toggle-Navigation.......Navigation with toggle capabilities, e.g. for course area
 * Quiz-Sidebar............Sidebar used in the quiz section
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
.sidebar {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 2px;
  margin-top: 68px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  gap: 20px;
}
.sidebar__component h3,
.sidebar__component h4,
.sidebar__component h5 {
  margin-top: 10px;
  font-weight: 400;
}

/*------------------------------------*\
    $Next-Date
\*------------------------------------*/
.next-date-wrapper {
  display: flex;
  flex-direction: column;
}

.next-date {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.next-date a {
  flex-grow: 1;
}

/*------------------------------------*\
    $Toggle-Navigation
\*------------------------------------*/
.sidebar-toggle .toggle {
  overflow: hidden;
  height: 40px;
  margin-bottom: 5px;
  background-color: hsl(0, 0%, 83%);
  cursor: pointer;
  line-height: 40px;
}
.sidebar-toggle .toggle .toggle-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: hsl(0, 0%, 45%);
  text-align: center;
}
.sidebar-toggle .toggle .toggle-text {
  display: inline-block;
  height: 100%;
  padding-left: 10px;
  vertical-align: top;
}

/*------------------------------------*\
    $Quiz-Sidebar
\*------------------------------------*/
.quiz-sidebar {
  border-bottom: 5px solid hsl(0, 0%, 15%);
}
.quiz-sidebar .bar-title {
  position: relative;
  height: 40px;
  margin: 0px;
  margin-bottom: 5px;
  text-align: bottom;
}
.quiz-sidebar .bar-title h3 {
  position: absolute;
  bottom: 0px;
  margin: 0px;
}
.quiz-sidebar .bar-content {
  border-top: 2px solid hsl(0, 0%, 83%);
  padding: 10px 5px;
}
.quiz-sidebar .bar-content strong {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
}
.quiz-sidebar .bar-content .progress {
  background: hsl(0, 0%, 45%);
}
.quiz-sidebar .bar-content .progress .progress-bar {
  position: relative;
  height: 30px;
  line-height: 30px;
}
.quiz-sidebar .bar-content .progress .progressbar-back-text,
.quiz-sidebar .bar-content .progress .progressbar-front-text {
  padding-top: 5px;
  color: hsl(0, 0%, 100%);
  font-size: 130%;
}
.quiz-sidebar .bar-content .answer-state-indicator {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 2px;
  margin-bottom: 2px;
  background-color: hsl(0, 0%, 45%);
  cursor: pointer;
  text-align: middle;
}

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * Variables..............Variable declarations and overrides
 * Progress-Certificates......Base styling for progress certificates
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Progress Page
\*------------------------------------*/
#progress-page .progress-headline {
  margin: 0 10px;
}
#progress-page .progress-card {
  display: flex;
  box-sizing: border-box;
  flex: 1 1;
  margin: 10px;
  background: hsl(0, 0%, 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#progress-page .progress-card .card-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 10px 16px;
}
#progress-page .progress-card .card-container h5 {
  margin-top: 0;
  font-weight: bold;
}
#progress-page .progress-card__callout-download {
  width: 100%;
}
#progress-page .progress-card__callout-download .callout {
  margin: 0;
}
#progress-page .certificate-buttons {
  display: flex;
  flex-wrap: wrap;
}

/*-------------------------------------*\
    $CONTENTS

    Custom form controls
\*-------------------------------------*/
/**
 * User-Profile .......Styling and utility classes for the user profile
 */
/*------------------------------------*\
    $User-Profile
\*------------------------------------*/
.editable-input select {
  max-width: 200px;
}
@media (min-width: 768px) {
  .editable-input select {
    max-width: 400px;
  }
}

.profile-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.visual-heading {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.user-visual {
  width: 100%;
  max-width: 200px;
  height: 100%;
  border: 1px solid hsl(0, 0%, 45%);
  border-radius: 50%;
}

.user-avatar {
  display: inline-block;
  border: 1px solid hsl(0, 0%, 45%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.user-avatar--rounded {
  border-radius: 6px;
}
.user-avatar--tiny {
  width: 20px;
  height: 20px;
}
.user-avatar--small {
  width: 30px;
  height: 30px;
}
.user-avatar--medium {
  width: 40px;
  height: 40px;
}
.user-avatar--large {
  width: 60px;
  height: 60px;
}
.user-avatar--x-large {
  width: 100px;
  height: 100px;
}

.authorizations {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .authorizations {
    flex-direction: row;
  }
}
.authorizations .auth {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .authorizations .auth {
    margin-right: 20px;
  }
}

.another-profile {
  clear: both;
}
.another-profile .omniauth {
  margin-top: 1.25rem;
}
.another-profile .omniauth li {
  display: inline-block;
  margin-right: 1.25rem;
}
.another-profile .btn .xi-icon, .another-profile .add-reply-button button .xi-icon, .add-reply-button .another-profile button .xi-icon, .another-profile .omniauth [data-provider=saml_test_id] .xi-icon, .omniauth .another-profile [data-provider=saml_test_id] .xi-icon, .another-profile .omniauth [data-provider=hpi] .xi-icon, .omniauth .another-profile [data-provider=hpi] .xi-icon,
.another-profile .omniauth [data-provider=hpi_saml] .xi-icon,
.omniauth .another-profile [data-provider=hpi_saml] .xi-icon, .another-profile .omniauth [data-provider=mein_bildungsraum] .xi-icon, .omniauth .another-profile [data-provider=mein_bildungsraum] .xi-icon {
  margin-right: 0.625rem;
}

.profile-consent,
.consent {
  margin-top: 15px;
}
.profile-consent .content,
.consent .content {
  padding-left: 32px;
}
.profile-consent .content ul,
.consent .content ul {
  padding-left: 25px;
}
.profile-consent .content ul li,
.consent .content ul li {
  margin-top: 5px;
  list-style: square;
}
.profile-consent .content br,
.consent .content br {
  display: block;
  margin-bottom: 10px;
  content: "";
}
.profile-consent .check,
.consent .check {
  margin-top: 2px;
  margin-left: 5px;
}
.profile-consent .label-default,
.consent .label-default {
  padding: 1px 4px;
  margin-left: 8px;
  background-color: hsl(0, 0%, 32%);
  font-size: 10px;
  font-weight: normal;
  vertical-align: middle;
}

.profile-info p:last-of-type {
  margin-bottom: 0px;
}

a.status:after {
  margin-left: 10px;
  content: "\f044";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

/*------------------------------------*\
    $CONTENTS

    Pinboard related styles.
\*------------------------------------*/
/**
 * Variables................Variables
 * Filter...................Search filters like tags, sortation, categories, ...
 * Breadcrumbs..............Breadcrumb navigation
 * Question.................Pinboard question component (on the pinboard overview)
 * Tags.....................Pinboard tag styles
 * Question-Answer-Box......Question and answer box styles for questions, answers (and posts in a thread)
 * Answer-form-Box..........Styles for answering a question
 * Errors...................Error popups and messages
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Filter
\*------------------------------------*/
.pinboard-pagination {
  margin-top: 15px;
}
.pinboard__section-select {
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: hsl(0, 0%, 32%);
  font-weight: normal;
}
.pinboard__section-select select {
  overflow: hidden;
  min-width: 15rem;
  max-width: 30rem;
  border: none;
  border-bottom: 1px solid hsl(0, 0%, 83%);
  margin-left: 5px;
  background-color: inherit;
  color: hsl(0, 0%, 9%);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pinboard-breadcrumbs {
  padding-top: 20px;
}
.pinboard-breadcrumbs span {
  color: hsl(0, 0%, -11%);
}
.pinboard-breadcrumbs a {
  display: inline-block;
  padding-left: 5px;
}
.pinboard-breadcrumbs a:before {
  display: inline-block;
  padding-right: 5px;
  color: hsl(0, 0%, 9%);
  content: ">";
  pointer-events: none;
}
.pinboard-breadcrumbs a:first-of-type:before {
  content: none;
}
.pinboard-breadcrumbs a:last-of-type {
  color: hsl(0, 0%, 29%);
}

/*------------------------------------*\
    $Question
\*------------------------------------*/
.topics-table,
.details_table {
  width: 100%;
}
.topics-table .spacer,
.details_table .spacer {
  height: 3px;
  padding: 0px;
  line-height: 0px;
}

.topics-table {
  border-spacing: 2px;
}
.topics-table tr {
  border-radius: 2px;
  border-bottom: 3px solid hsl(0, 0%, 98%);
  background: hsl(0, 0%, 100%);
}

.details_table {
  margin-top: 5px;
}

.topics-table tr:hover {
  background: hsl(0, 0%, 96%);
}

.pinboard-question {
  border-bottom: 0px solid hsl(0, 0%, 45%);
  border-left: 5px solid hsl(0, 0%, 96%);
  background-color: transparent;
}
.pinboard-question.sticky {
  border-left: 5px solid lightgoldenrodyellow;
  background-color: lightgoldenrodyellow;
}
.pinboard-question .pinboard-question-details-container {
  width: 100%;
  padding: 10px 10px 5px 10px;
  word-break: break-all;
}
.pinboard-question .shortinfo-container {
  padding: 19px 0px 10px 0px;
  vertical-align: top;
  white-space: nowrap;
}
.pinboard-question .question-shortinfo {
  position: relative;
  display: inline-block;
  min-width: 60px;
  height: 55px;
  padding-top: 14px;
  margin-right: 1px;
  font-size: 1.2em;
  text-align: center;
}
.pinboard-question .question-shortinfo .count {
  min-width: 60px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 2px;
}
.pinboard-question .question-shortinfo .info-type {
  position: absolute;
  bottom: 2px;
  min-width: 60px;
  font-size: 0.65em;
}
.pinboard-question .question-shortinfo.votes {
  border-bottom: 2px solid hsl(0, 0%, 15%);
  margin-right: 2px;
}
.pinboard-question .question-shortinfo.answers {
  border-bottom: 2px solid hsl(21, 75%, 49%);
  margin-right: 2px;
}
.pinboard-question .question-shortinfo.answers.accepted {
  border-bottom: 2px solid hsl(145, 53%, 48%);
}
.pinboard-question .question-shortinfo.comments {
  border-bottom: 2px solid hsl(47, 90%, 60%);
  margin-right: 2px;
}
.pinboard-question .question-shortinfo.views {
  border-bottom: 2px solid hsl(0, 0%, 32%);
  margin-right: 5px;
}
.pinboard-question .question-title {
  display: inline-block;
  min-height: 32px;
  margin-bottom: 5px;
  color: hsl(0, 0%, 0%);
  font-size: 1.3em;
  text-decoration: none;
}
.pinboard-question .question-title:hover, .pinboard-question .question-title:focus {
  color: hsl(21, 75%, 49%);
}
.pinboard-question .question-title .xi-icon {
  transform: rotate(45deg);
}
.pinboard-question .question-teaser {
  position: relative;
  right: 0px;
  left: 0px;
  display: inline-block;
  overflow: hidden;
  height: 1.3em;
  margin-top: -10px;
  margin-bottom: 5px;
  color: hsl(0, 0%, 0%);
  line-height: 1.3em;
  text-decoration: none;
  text-overflow: ellipsis;
}
.pinboard-question .question-teaser:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
  content: "";
  text-align: right;
}
.pinboard-question .question-teaser:after:hover {
  background: none;
}

.qa-answer,
.comment,
.pinboard-question {
  border-left: 5px solid transparent;
  transition: border-left-color 0.3s ease-in-out;
}
.qa-answer.unread,
.comment.unread,
.pinboard-question.unread {
  border-left-color: hsl(21, 75%, 49%);
}

.pinboard-question-info {
  display: flex;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}
.pinboard-question-info::after {
  display: block;
  clear: both;
  content: "";
}

.pinboard-question-info-facts {
  flex-grow: 1;
}
.pinboard-question-info-facts > * + * {
  margin-left: 10px;
}

.pinboard-content-container {
  border-bottom: 5px solid hsl(0, 0%, 83%);
  padding: 10px 15px;
  background-color: hsl(0, 0%, 100%);
}

/*------------------------------------*\
    $Tags
\*------------------------------------*/
.pinboard-tag-interactive {
  display: inline-block;
  overflow: hidden;
  max-width: 250px;
  margin-right: 10px;
  background-color: hsl(0, 0%, 35%);
  color: hsl(0, 0%, 100%);
  cursor: pointer;
  text-overflow: ellipsis;
}
.pinboard-tag-interactive a {
  color: inherit;
  text-decoration: none;
}
.pinboard-tag-interactive .selected {
  background-color: hsl(0, 0%, 32%);
}
.pinboard-tag-interactive .tag-text {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  margin: 0px;
  font-size: 0.85em;
}
.pinboard-tag-interactive .tag-text:hover, .pinboard-tag-interactive .tag-text:focus {
  background-color: hsl(0, 0%, 32%);
}
.pinboard-tag-interactive .tag-remove {
  display: inline-block;
  padding: 3px 6px;
  border-left: 1px solid hsl(0, 0%, 96%);
  font-size: 0.9em;
  text-align: center;
}
.pinboard-tag-interactive .tag-remove:hover, .pinboard-tag-interactive .tag-remove:focus {
  background-color: hsl(0, 0%, 32%);
}

.pinboard-tag-static {
  display: inline-block;
  overflow: hidden;
  max-width: 250px;
  padding: 3px 6px;
  border-radius: 2px;
  margin: 0px 5px 2px 0px;
  background-color: hsl(0, 0%, 45%);
  color: hsl(0, 0%, 100%);
  float: left;
  font-size: 0.85em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pinboard-question-info-tags .pinboard-tag-static {
  float: right;
}
.pinboard-tag-static.tag-button {
  cursor: pointer;
}
.pinboard-tag-static.tag-button a {
  color: inherit;
  text-decoration: none;
}
.pinboard-tag-static.tag-button a:hover, .pinboard-tag-static.tag-button a:focus {
  background-color: hsl(0, 0%, 32%);
  color: inherit;
}
.pinboard-tag-static.tag-button:hover, .pinboard-tag-static.tag-button:focus {
  background-color: hsl(0, 0%, 32%);
}
.pinboard-tag-static.no-style {
  background-color: transparent;
  color: inherit;
}
.pinboard-tag-static.answered {
  background-color: hsl(145, 53%, 48%);
  color: hsl(0, 0%, 100%);
}
.pinboard-tag-static.unanswered {
  background-color: hsl(21, 75%, 49%);
}
.pinboard-tag-static.closed {
  background-color: gray;
  color: hsl(0, 0%, 100%);
}
.pinboard-tag-static.discussion {
  border: 1px solid gray;
}

/*------------------------------------*\
    $Question-Answer-Box
\*------------------------------------*/
.qa-box .question-title {
  margin: 0px 0px 15px 10px;
}
.qa-box .question-title .details_table {
  margin-top: 15px;
}
.qa-box .question-title h1 {
  font-size: 1.5em;
  font-weight: 600;
}
.qa-box .tags {
  width: 100%;
}
.qa-box .actions {
  display: flex;
  vertical-align: top;
  white-space: nowrap;
}
.qa-box .actions .xi-icon {
  margin-right: 3px;
  color: hsl(0, 0%, 45%);
}
.qa-box .actions a {
  color: hsl(0, 0%, 32%);
}
.qa-box .actions .action {
  display: flex;
  align-items: center;
  margin-left: 12px;
  cursor: pointer;
}
.qa-box .actions .action:focus a, .qa-box .actions .action:hover a {
  color: hsl(0, 0%, 9%);
  text-decoration: none;
}
.qa-box .actions .action:focus .xi-icon, .qa-box .actions .action:hover .xi-icon {
  color: hsl(0, 0%, 9%);
}
.qa-box .qa-content {
  width: 100%;
  table-layout: fixed;
}
.qa-box .qa-content tr.accepted {
  padding-right: 10px;
  background-color: hsl(0, 0%, 94%);
}
.qa-box .qa-content .vote-column {
  width: 70px;
}
.qa-box .qa-content .vote-box {
  position: relative;
  min-width: 70px;
  padding-top: 20px;
  padding-left: 10px;
  text-align: center;
}
.qa-box .qa-content .vote-box .upvote,
.qa-box .qa-content .vote-box .downvote {
  background-color: hsl(0, 0%, 32%);
  color: hsl(0, 0%, 100%);
  font-size: 0.9em;
}
.qa-box .qa-content .vote-box .upvote .active,
.qa-box .qa-content .vote-box .downvote .active {
  color: hsl(21, 75%, 49%);
}
.qa-box .qa-content .vote-box .subscription {
  padding-top: 10px;
  font-size: 1.5em;
}
.qa-box .qa-content .vote-box .accept {
  padding-top: 10px;
  font-size: 1.5em;
}
.qa-box .qa-content .vote-box .votes {
  height: 60px;
  padding: 0px 5px;
  background-color: hsl(0, 0%, 9%);
  color: hsl(0, 0%, 100%);
  font-size: 1.5em;
  line-height: 60px;
}
.qa-box .qa-content tr.accepted .votes {
  background-color: hsl(145, 53%, 48%);
}
.qa-box .qa-content .qa-details {
  width: 100%;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 20px;
}
.qa-box .qa-content .qa-details .accept-hint {
  display: block;
  padding: 2px;
  border: 1px solid hsl(145, 53%, 48%);
  margin-bottom: 10px;
  background-color: hsl(145, 53%, 88%);
  color: hsl(0, 0%, 32%);
  font-weight: bold;
  text-align: center;
}
.qa-box .qa-content .qa-details .accept-hint:hover, .qa-box .qa-content .qa-details .accept-hint:active, .qa-box .qa-content .qa-details .accept-hint:focus {
  background-color: hsl(145, 53%, 78%);
  color: hsl(145, 53%, 28%);
  text-decoration: none;
}
.qa-box .qa-content .qa-details .qa-text {
  margin-bottom: 25px;
}
.qa-box .qa-content .qa-details .qa-attachment {
  margin-bottom: 10px;
}
.qa-box .qa-bottom-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 580px) {
  .qa-box .qa-bottom-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.qa-box .qa-bottom-wrapper .actions {
  margin-top: 15px;
}
.qa-box .qa-bottom-wrapper .user-info {
  display: flex;
}
.qa-box .qa-bottom-wrapper .user-info__icons {
  position: relative;
}
.qa-box .qa-bottom-wrapper .user-info__text {
  margin-left: 10px;
}
.qa-box .qa-bottom-wrapper .user-info .username {
  color: hsl(21, 75%, 49%);
  font-weight: 600;
}
.qa-box .qa-bottom-wrapper .user-info .timestamp {
  color: hsl(0, 0%, 35%);
  font-style: italic;
}
.qa-box .comments {
  background-color: hsl(0, 0%, 98%);
}
.qa-box .add-comment {
  font-weight: 600;
}
.qa-box .add-comment > a {
  cursor: pointer;
}
.qa-box .comment {
  position: relative;
  padding: 10px 10px 10px 50px;
}
.qa-box .comment:hover {
  background-color: hsl(0, 0%, 96%);
}
.qa-box .comment:hover::before {
  background-color: hsl(0, 0%, 98%);
}
.qa-box .comment.add-comment:hover {
  background-color: transparent;
}
.qa-box .comment::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  display: block;
  width: 2px;
  background-color: hsl(0, 0%, 96%);
  content: "";
}
.qa-box .comment:first-of-type::before {
  top: 10px;
}
.qa-box .comment.add-comment::before {
  display: none;
}
.qa-box .comment .avatar {
  position: absolute;
  top: 10px;
  left: 10px;
}
.qa-box .comment .comment-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.qa-box .comment .comment-meta > * {
  flex: 0 0 auto;
}
.qa-box .comment .comment-author > * {
  margin-right: 10px;
}
.qa-box .comment .author > * {
  margin-right: 5px;
}
.qa-box .comment .author > :last-child {
  margin-right: 0;
}
.qa-box .comment .author a {
  color: hsl(0, 0%, 15%);
  font-weight: bold;
}
.qa-box .comment .author a:hover, .qa-box .comment .author a:focus {
  color: hsl(21, 75%, 49%);
}
.qa-box .comment .timestamp {
  color: hsl(0, 0%, 32%);
}
.qa-box .comment .comment-actions a {
  margin-left: 12px;
  color: hsl(0, 0%, 32%);
}
.qa-box .comment .comment-actions a .xi-icon {
  margin-right: 3px;
  color: hsl(0, 0%, 45%);
}
.qa-box .comment .comment-actions a:hover, .qa-box .comment .comment-actions a:focus, .qa-box .comment .comment-actions a:active {
  color: hsl(0, 0%, 9%);
  text-decoration: none;
}
.qa-box .comment .comment-actions a:hover .xi-icon, .qa-box .comment .comment-actions a:focus .xi-icon, .qa-box .comment .comment-actions a:active .xi-icon {
  color: hsl(0, 0%, 9%);
}
.qa-box .comment .comment-text {
  margin: 10px 0;
}
.qa-box .comment .add-comment-placeholder {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  border: 1px solid hsl(0, 0%, 96%);
  border-radius: 5px;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 32%);
  cursor: text;
  font-weight: normal;
  text-align: left;
}

/*------------------------------------*\
    $Answer-form-Box
\*------------------------------------*/
.answer-container {
  padding-top: 50px;
}

.answer-form-box {
  padding: 20px 10px;
}

/*------------------------------------*\
    $Errors
\*------------------------------------*/
.vote_error_popup {
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: 10px;
  display: none;
  padding: 5px;
  margin-top: -5px;
  background-color: hsl(4, 78%, 48%);
  color: #ffffff;
}

/*------------------------------------*\
    $CONTENTS

    Styles for the new pinboard.
\*------------------------------------*/
/**
 * Variables................Variables
 * Topic Page...............Styles for viewing a single topic with all its posts
 * Old Mockup...............Remaining rules from the first mockup for pinboard 2.0
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Topic Page
\*------------------------------------*/
.pinboard2-container {
  padding: 10px 15px;
  background-color: white;
}

.pinboard2-topic--details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pinboard2-topic--details > * {
  flex: 0 0 auto;
}

.pinboard2-post {
  position: relative;
  margin: 40px 0 60px;
}
.pinboard2-post.is-highlighted {
  padding: 15px 5px 40px;
  border-radius: 3px;
  background-color: lightgreen;
}
.pinboard2-post--avatar {
  margin-right: 10px;
  float: left;
}
.pinboard2-post--meta {
  line-height: 20px;
}
.pinboard2-post--meta > * {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.pinboard2-post--meta .author {
  font-size: 1.1em;
  font-weight: bold;
}
.pinboard2-post--meta .votes {
  border: 1px solid darkgray;
  border-radius: 3px;
  cursor: pointer;
}
.pinboard2-post--meta .votes > * {
  display: inline;
}
.pinboard2-post--meta .votes, .pinboard2-post--meta .votes > * {
  padding-right: 3px;
  padding-left: 3px;
  color: darkgray;
}
.pinboard2-post--meta .votes.is-downvoted .action-downvote, .pinboard2-post--meta .votes.is-downvoted .vote-count {
  color: #555555;
}
.pinboard2-post--meta .votes.is-upvoted .action-upvote, .pinboard2-post--meta .votes.is-upvoted .vote-count {
  color: #555555;
}
.pinboard2-post--meta .votes.downvotes .not-downvoted-icon {
  display: inline;
}
.pinboard2-post--meta .votes.downvotes .downvoted-icon {
  display: none;
}
.pinboard2-post--meta .votes.downvotes.is-downvoted .not-downvoted-icon {
  display: none;
}
.pinboard2-post--meta .votes.downvotes.is-downvoted .downvoted-icon {
  display: inline;
}
.pinboard2-post--meta .votes.upvotes .not-upvoted-icon {
  display: inline;
}
.pinboard2-post--meta .votes.upvotes .upvoted-icon {
  display: none;
}
.pinboard2-post--meta .votes.upvotes.is-upvoted .not-upvoted-icon {
  display: none;
}
.pinboard2-post--meta .votes.upvotes.is-upvoted .upvoted-icon {
  display: inline;
}
.pinboard2-post--meta .votes.is-upvoted, .pinboard2-post--meta .votes.is-downvoted {
  border-color: black;
}
.pinboard2-post--meta .votes:hover .action {
  color: black;
}
.pinboard2-post--meta .votes.is-upvoted:hover .action-upvote {
  color: darkgray;
}
.pinboard2-post--meta .votes.is-downvoted:hover .action-downvote {
  color: darkgray;
}
.pinboard2-post--content {
  position: relative;
  padding: 7px;
  border-radius: 3px;
  margin: 10px 0 0 60px;
  background-color: #ededed;
}
.pinboard2-post--content:before {
  position: absolute;
  top: -20px;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-bottom-color: #ededed;
  content: "";
}
.pinboard2-post--content p:last-of-type {
  margin-bottom: 0;
}
.pinboard2-post--actions {
  display: inline-block;
  border: 2px solid #ededed;
  border-top-width: 0;
  margin-right: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  float: right;
}
.pinboard2-post--actions a {
  padding-right: 7px;
  padding-left: 7px;
  font-size: 0.9em;
}

/*------------------------------------*\
    $Old Mockup
\*------------------------------------*/
.pinboard2--old .pinboard-thread-header {
  padding: 10px 0;
  border-bottom: 3px solid #ededed;
  background-color: white;
}
.pinboard2--old .pinboard-breadcrumbs a {
  display: inline-block;
  padding-left: 10px;
  line-height: 30px;
}
.pinboard2--old .pinboard-breadcrumbs a:before {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-width: 8px;
  border-left-color: #b8510f;
  content: "";
}
.pinboard2--old .pinboard-thread-action {
  float: right;
  line-height: 30px;
}
.pinboard2--old .pinboard-thread-sorter {
  position: relative;
  margin-top: 20px;
  float: right;
}
.pinboard2--old .pinboard-thread-sorter select {
  font-weight: normal;
}
.pinboard2--old .pinboard-thread-sorter .pinboard-thread-sorter-msg {
  position: absolute;
  bottom: 20px;
  display: block;
  padding: 3px;
  border: 1px solid salmon;
  background-color: lightsalmon;
}
.pinboard2--old .pinboard-post-highlight {
  position: absolute;
  top: 60px;
  left: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid darkgray;
  border-radius: 15px;
  color: darkgray;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
}
.pinboard2--old .pinboard-post.is-highlighted .pinboard-post-highlight {
  top: 75px;
  left: 15px;
}
.pinboard2--old .pinboard-post-highlight:hover {
  text-shadow: 1px 1px 2px #b8510f;
}
.pinboard2--old .pinboard-post-highlight:hover,
.pinboard2--old .is-highlighted .pinboard-post-highlight {
  border-color: #b8510f;
  color: #555555;
}
.pinboard2--old .is-highlighted .pinboard-post-highlight:hover {
  color: darkgray;
  text-shadow: none;
}
.pinboard2--old .pinboard-post-highlight-explanation {
  font-weight: bold;
}
.pinboard2--old .pinboard-post-meta .pinboard-post-reply-link {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid #ededed;
  border-radius: 3px;
  background-color: #ededed;
}
.pinboard2--old .pinboard-post-reply-link:hover {
  text-decoration: none;
}
.pinboard2--old .pinboard-post-reply-link::before {
  display: inline-block;
  margin-right: 5px;
  content: "\f112"; /* fa-reply */
  font: normal normal normal 14px/1 FontAwesome;
}
.pinboard2--old .pinboard-post-reply {
  display: inline-block;
  padding-top: 10px;
  margin-left: 60px;
  float: left;
}
.pinboard2--old .pinboard-post-reply a.action {
  padding: 3px 5px;
  border: 1px solid darkgray;
  border-radius: 3px;
}
.pinboard2--old .pinboard-post-reply a.action:hover,
.pinboard2--old .pinboard-post-reply a.action:focus {
  border-color: #b8510f;
  text-decoration: none;
}
.pinboard2--old .pinboard-post-reply {
  font-size: 0.9em;
}
.pinboard2--old .pinboard-highlight-post-notice {
  padding: 10px 60px;
  margin-top: 40px;
  background-color: lightgreen;
  clear: both;
  text-align: center;
}
.pinboard2--old .pinboard-post-replies {
  padding: 5px 60px;
  clear: both;
}
.pinboard2--old .pinboard-post-replies-placeholder {
  display: block;
  padding: 5px;
  margin-top: 50px;
  margin-left: 60px;
  background: lightgoldenrodyellow;
  clear: both;
  cursor: pointer;
  text-align: center;
}
.pinboard2--old .pinboard-post-replies-placeholder::before {
  display: inline-block;
  margin-right: 5px;
  content: "\f141"; /* fa-ellipsis-h */
  font: normal normal normal 14px/1 FontAwesome;
}
.pinboard2--old .sweet-alert .radio {
  text-align: left;
}
.pinboard2--old .sweet-alert label {
  font-weight: bold;
}
.pinboard2--old .sweet-alert #copy-permalink-input {
  width: 100%;
  padding: 5px;
  margin-top: 15px;
}

/*-------------------------------------*\
    $CONTENTS

    Paginaton component.
    Based on Bootstrap pagination.
\*-------------------------------------*/
/**
 * Variables...................Variables and Bootstrap SASS-Var overrides
 * Bootstrap-Import............Required import for BS component
 * Pagination-Base.............Base styling
 * Pinboard-Paginate...........Pinboard-specific styles
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Bootstrap-Import
\*------------------------------------*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  background-color: hsl(0, 0%, 45%);
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 15%);
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: hsl(0, 0%, 100%);
  cursor: default;
  background-color: hsl(21, 75%, 49%);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: hsl(0, 0%, 100%);
  cursor: not-allowed;
  background-color: hsl(0, 0%, 83%);
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*------------------------------------*\
    $Pagination-Base
\*------------------------------------*/
.pagination {
  border-radius: 0px !important;
  margin: 0px;
}
.pagination .xi-icon {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
.pagination .page-number > * {
  min-height: 40px;
}
.pagination > li {
  display: inline-block;
  margin-right: -1px;
}
.pagination > li > a, .pagination > li > span {
  padding: 10px 16px;
  border: 0;
  border-radius: 0 !important;
}

/*------------------------------------*\
    $Pinboard-Paginate
\*------------------------------------*/
.pinboard-paginate {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.redirect-notice {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.redirect-notice--info-box {
  display: flex;
  width: 40%;
  min-width: 350px;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 50px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 1.25em;
  text-align: center;
}
.redirect-notice--info-box .info-icon {
  display: block;
  width: 25%;
  padding-top: 25%;
  margin-bottom: 50px;
  background-image: url("/assets/redirect_info-65391323.png");
  background-size: contain;
}
.redirect-notice--info-box .info-text {
  padding: 0 20px;
  margin-bottom: 50px;
}
.redirect-notice--info-box label {
  margin-left: 10px;
  font-weight: normal;
}
.redirect-notice--info-box .manual-redirect {
  width: 100%;
  padding: 15px;
  background-color: hsl(0, 0%, 32%);
  color: hsl(0, 0%, 100%);
  font-size: 0.9em;
}
.redirect-notice--info-box .manual-redirect a {
  color: hsl(0, 0%, 100%);
  text-decoration: underline;
}

.recaptcha-hint {
  margin-bottom: 10px;
  color: hsl(21, 75%, 49%);
}

.g-recaptcha {
  margin-bottom: 20px;
}

.grecaptcha-badge {
  left: 4px !important;
  overflow: hidden !important;
  width: 70px !important;
  transition: all 0.3s ease !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

/*------------------------------------*\
    $CONTENTS

    Styling for static pages.
\*------------------------------------*/
/**
 * Variables.............Variable declarations and overrides
 * Static-Elements.......Basic elements style
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Static-Elements
\*------------------------------------*/
.h1 {
  font-size: 1.8em;
}

.h2 {
  font-size: 1.6em;
}

.static_page {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
  background-color: hsl(0, 0%, 100%);
}
.static_page .last_changed {
  font-style: italic;
}
.static_page__header {
  background-color: hsl(0, 0%, 96%);
}
.static_page__header h1 {
  font-size: 2.6rem;
  line-height: 3.3rem;
  margin: 30px auto;
  color: hsl(0, 0%, 9%);
  font-weight: normal;
}
@media (min-width: 580px) {
  .static_page__header h1 {
    font-size: 3.3rem;
    line-height: 3.8rem;
  }
}

.conclusion-hack,
.proctoring-statics-conclusion-hack {
  border-top: 5px solid hsl(0, 0%, 15%);
  margin-top: 20px;
  margin-bottom: 20px;
}

.flash {
  position: relative;
  z-index: 10;
}
.flash__content {
  display: flex;
  max-width: 1370px;
  flex-grow: 1;
  align-items: center;
  padding: 15px 15px;
  margin: 0 auto;
}
.flash__icon {
  margin-right: 10px;
  font-size: 1.8rem;
}
.flash--alert {
  background-color: hsl(47, 90%, 60%);
  color: hsl(47, 90%, 13%);
}
.flash--notice {
  background-color: hsl(208, 56%, 53%);
  color: hsl(0, 0%, 100%);
}
.flash--error {
  background-color: hsl(4, 78%, 48%);
  color: hsl(0, 0%, 100%);
}
.flash--success {
  background-color: hsl(145, 53%, 48%);
  color: hsl(144, 84%, 10%);
}
.flash__text {
  flex-grow: 1;
}
.flash__close {
  padding: 0 20px;
  border: none;
  background-color: transparent;
}

/*------------------------------------*\
    $CONTENTS

    Banners (for announcements or advertisements).
\*------------------------------------*/
/**
 * Variables................Variables and Bootstrap SASS-Var overrides
 * Banners..................Basic CSS
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    Banners
\*------------------------------------*/
.course-list-banner {
  width: 100%;
  padding-top: 20px;
  background-color: hsl(0, 0%, 100%);
}
.course-list-banner > * {
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}
.course-list-banner > *::after {
  display: block;
  clear: both;
  content: "";
}
.course-list-banner img {
  max-width: 100%;
  margin: 0 auto;
}

/*------------------------------------*\
    $CONTENTS

    Styles for LtiExercise component.
\*------------------------------------*/
/**
 * Variables....................Variable declarations and overrides
 * Lti-Base.............Basic styles
 * Lti-Sidebar..........Sidebar element
 * Lti-Properties.......Properties shown before tool launch
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Lti-Base
\*------------------------------------*/
.lti-frame {
  min-height: 1000px;
}

ul.lti_providers {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lti-exercise-content {
  border-bottom: 5px solid hsl(0, 0%, 83%);
  border-top: 2px solid hsl(0, 0%, 83%);
  background-color: hsl(0, 0%, 96%);
}
.lti-exercise-content img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------*\
    $Lti-Properties
\*------------------------------------*/
.lti-exercise-properties {
  padding: 0px;
  list-style-type: none;
}
.lti-exercise-properties li {
  display: inline-block;
  margin-right: 15px;
}

/*
ul#submission-list{
  list-style: none;
  margin:0;
  padding:0;
  li{
    padding:0;
  }
  li.active a{
    color: grey;
  }
}
.lti-exercise-sidebar.affix {
  */
/* position: fixed; already applied in .affix */ /*

top: 80px;
*/
/* might also need e.g. width: 300px; as position: fixed; removes the element from its parent. */ /*

}
.lti-exercise-sidebar.affix-bottom {
  position: absolute; */
/* Start scrolling again. */ /*

top: auto; */
/* Override the top position above. */ /*

bottom: 20px; */
/* It should stop near the bottom of its parent. */ /*

}*/
/*------------------------------------*\
    $CONTENTS

    Alert components.
    Uses Twitter Bootstrap alerts.
\*------------------------------------*/
/**
 * Variables...................Variables and Bootstrap SASS-Var overrides
 * Bootstrap-Import............Required import for BS component
 * Alert-Styles................Styling for the alerts
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Bootstrap-Import
\*------------------------------------*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.sweet-alert button.confirm {
  background-color: hsl(21, 75%, 49%) !important;
  box-shadow: none !important;
}

.sweet-alert code {
  background-color: inherit;
  color: inherit;
}

/*------------------------------------*\
    $Alert-Styles
\*------------------------------------*/
.alert {
  border: none;
  border-radius: 0px;
}
.alert a,
.alert a:hover,
.alert a:active {
  color: hsl(0, 0%, 100%);
  text-decoration: underline;
}
.alert .close {
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
  text-shadow: none;
}
.alert.alert-danger {
  background-color: hsl(4, 78%, 48%);
  color: hsl(0, 0%, 100%);
}
.alert.alert-warning {
  background-color: hsl(47, 90%, 60%);
  color: hsl(0, 0%, 100%);
}
.alert.alert-warning-border {
  border-left: 5px solid hsl(47, 90%, 60%);
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 9%);
}
.alert.alert-warning-border a,
.alert.alert-warning-border a:hover,
.alert.alert-warning-border a:active {
  color: hsl(0, 0%, 9%);
  text-decoration: underline;
}
.alert.alert-warning-border-no-underline {
  border-left: 5px solid hsl(47, 90%, 60%);
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 9%);
}
.alert.alert-warning-border-no-underline a,
.alert.alert-warning-border-no-underline a:hover,
.alert.alert-warning-border-no-underline a:active {
  color: hsl(0, 0%, 9%);
  text-decoration: none;
}
.alert.alert-info-border {
  border-left: 5px solid #428bca;
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 9%);
}
.alert.alert-info-border a,
.alert.alert-info-border a:hover,
.alert.alert-info-border a:active {
  color: hsl(0, 0%, 9%);
  text-decoration: underline;
}
.alert.alert-success {
  background-color: hsl(145, 53%, 48%);
  color: hsl(0, 0%, 100%);
}

/*------------------------------------*\
    $CONTENTS

    Anchor styles
\*------------------------------------*/
/**
 * Variables..............Variable declarations and overrides
 * Anchor-Variations......Different flavours of anchors
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    Anchor-Variations
\*------------------------------------*/
.bs-a {
  color: hsl(21, 75%, 49%);
  overflow-wrap: break-word;
  text-decoration: none;
  outline: 0;
  outline-style: none;
  outline-width: 0;
}
.bs-a:hover, .bs-a:focus, .bs-a:active {
  color: hsl(21, 75%, 41%);
  text-decoration: underline;
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

.white-link {
  font-weight: bold;
}
.white-link:hover, .white-link:active, .white-link:focus, .white-link:visited {
  color: white;
  text-decoration: underline;
}

/*------------------------------------*\
    $CONTENTS

    Label components.
    Uses Twitter Bootstrap labels.
\*------------------------------------*/
/**
 * Variables...................Variables and Bootstrap SASS-Var overrides
 * Bootstrap-Import............Required import for BS component
 * Label-Styles................Base styling for labels
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Bootstrap-Import
\*------------------------------------*/
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, .add-reply-button button .label, .omniauth [data-provider=saml_test_id] .label, .omniauth [data-provider=hpi] .label,
.omniauth [data-provider=hpi_saml] .label, .omniauth [data-provider=mein_bildungsraum] .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: hsl(0, 0%, 96%);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: hsl(0, 0%, 86%);
}

.label-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

/*------------------------------------*\
    $Label-Styles
\*------------------------------------*/
.label {
  border: none;
  border-radius: 1px;
}
.label-default {
  background-color: hsl(0, 0%, 32%);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: hsl(0, 0%, 15%);
}

/*------------------------------------*\
    $CONTENTS

    Table styles.
\*------------------------------------*/
/**
 * Variables............Variable declarations
 * Footer-Layout........Footer layouting and positioning
 * Footer-Content.......Styling for the footer content
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Table-Layout
\*------------------------------------*/
.table > tfoot > tr > td {
  border-top: 2px solid #dddddd;
  vertical-align: bottom;
}

.table th {
  font-family: "IBM Plex Sans", sans-serif;
}
.table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/*------------------------------------*\
    $CONTENTS

    Styles for all document-related
    sub-components.
\*------------------------------------*/
/**
 * Variables................Variable declarations
 * Document-List..............Document list component used on /documents and /courses/:course_code/documents
 * Documents dashboard....... Certificates list (/dashboard/documents)
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Document-List
\*------------------------------------*/
.document-list {
  position: relative;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: hsl(0, 0%, 100%);
}
.document-list .document-filter-bar {
  margin-right: -15px;
  margin-left: -15px;
}
.document-list .document-filter-bar .help {
  padding: 10px;
  color: hsl(0, 0%, 100%);
}
@media (max-width: 480px) {
  .document-list .document-filter-bar .help {
    display: none;
  }
}
.document-list .document-filter-bar .controls {
  padding-right: 15px;
  margin-top: 3px;
  float: right;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .document-list .document-filter-bar .controls {
    display: none;
  }
}
.document-list .document-filter-bar .controls a {
  float: left;
}
.document-list .document-filter-bar .reset-filter {
  margin-right: 15px;
  background-color: hsl(21, 75%, 49%);
  color: hsl(0, 0%, 100%);
}
.document-list .document-filter-bar .reset-filter .xi-icon {
  margin-right: 10px;
  font-size: 1.3em;
  vertical-align: middle;
}
.document-list .document-filter-bar .reset-filter:hover {
  background-color: hsl(21, 75%, 43%);
}
.document-list .document-filter-bar .ts-control {
  margin-top: 2px;
}
.document-list .filter-bar {
  padding-top: 0;
}
.document-list .table {
  border-bottom: 1px solid hsl(0, 0%, 83%);
}

/*------------------------------------*\
    $Documents dashboard
\*------------------------------------*/
.documents-title {
  margin: 40px 0 20px 0;
  color: hsl(0, 0%, 9%);
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 3.3rem;
}

.documents-preferences {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.documents-preferences__text {
  margin-top: 0;
  font-weight: normal;
}

.openhpi-startpage {
  background-color: hsl(0, 0%, 100%);
}
.openhpi-startpage__news {
  background-color: hsl(0, 0%, 98%);
}
.openhpi-startpage__accordion {
  padding-bottom: 20px;
  background-color: hsl(0, 0%, 98%);
}
@media (min-width: 580px) {
  .openhpi-startpage__accordion {
    padding-bottom: 60px;
  }
}

.home-courses .course-category__list {
  padding-bottom: 50px;
}

/*------------------------------------*\
    $CONTENTS

    Stars for custom course rating
    See:
\*------------------------------------*/
/**
 * Variables............Variable declarations
 * Rating-Base..........Base Styling for the star rating
 */
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/*------------------------------------*\
    $Rating-Base
\*------------------------------------*/
.rating .star {
  position: relative;
  color: hsl(0, 0%, 45%);
  font-size: 2em;
}
.rating .star--filled {
  color: hsl(37, 90%, 56%);
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover {
  min-width: 200px;
  padding: 0;
}

.popover-title {
  background-color: hsl(37, 90%, 56%);
  color: hsl(38, 91%, 18%);
  font-weight: bold;
}

.popover.bottom .arrow::after {
  border-bottom-color: hsl(37, 90%, 56%);
}

.popover-title-wrapper {
  padding: 8px 14px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid hsl(0, 0%, 91%);
  margin: 0;
  background-color: hsl(37, 90%, 56%);
}
.popover-title-wrapper .popover-title {
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
.popover-title-wrapper a {
  color: hsl(0, 0%, 0%);
  cursor: pointer;
}
.popover-title-wrapper a:hover {
  text-decoration: none;
}

.popover-content-wrapper {
  padding: 9px 14px;
}
.popover-content-wrapper .popover-content {
  padding: 0;
}
.popover-content-wrapper button {
  margin: 10px 0;
  float: right;
}

/*------------------------------------*\
    $Variables
\*------------------------------------*/
/* General */
/* Channel Admin Styling */
.channel-admin-logo img {
  max-width: 200px;
}

/* Channel Styling */
.channel-container {
  background-color: hsl(0, 0%, 100%);
}

.channel-logo {
  position: absolute;
  z-index: 11;
  top: 25px;
  left: 15px;
  overflow: visible;
  height: 0;
}
.channel-logo img {
  width: auto;
  max-height: 60px;
}

.channel-title {
  padding: 15px 15px;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
}

.channel-info {
  padding: 0 15px;
  padding-right: calc(env(safe-area-inset-left) + 15px);
  padding-left: calc(env(safe-area-inset-right) + 15px);
  max-width: 1370px;
  margin-right: auto;
  margin-left: auto;
}
.channel-info::after {
  display: block;
  clear: both;
  content: "";
}
.channel-info .channel-explanation {
  position: relative;
  padding-bottom: 10px;
}
.channel-info .channel-explanation p {
  text-align: left;
}

.channel-courses {
  padding-top: 50px;
  margin-top: -50px;
  background-color: hsl(0, 0%, 100%);
}

.channel-xs img {
  width: 100%;
  height: auto;
}

.show-more-link {
  text-align: center;
}
.show-more-link a {
  display: block !important;
  padding: 10px;
  margin-top: 0 !important;
  background: none;
  color: hsl(0, 0%, 32%);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px !important;
  font-weight: bold;
}
.show-more-link a:hover, .show-more-link a:active {
  text-decoration: none;
}
.show-more-link a:hover {
  color: hsl(37, 90%, 56%);
}
.show-more-link a .xi-icon {
  display: inline-block !important;
  margin-left: 5px;
  color: inherit;
  font-size: 27px;
  vertical-align: sub;
}

.channel-form-image-preview {
  padding-left: 5px;
  margin-top: -15px;
  margin-bottom: 15px;
}
.channel-form-image-preview img {
  max-width: 100%;
}

/* Carousel-Styles */
.channel-carousel {
  max-width: 1910px;
  margin: 0 auto;
  overflow-y: hidden;
}
.channel-carousel .item {
  max-height: 500px;
  overflow-y: hidden;
}

.channel-carousel > .carousel {
  min-height: 0;
}

.channel-carousel > .carousel > .carousel-inner {
  height: auto;
  min-height: 0;
  background-color: hsl(0, 0%, 96%);
}

.channel-carousel > .carousel > .carousel-indicators {
  bottom: 10px !important;
}
.channel-carousel > .carousel > .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 1px solid hsl(21, 75%, 49%);
  margin: 1px 5px 1px 5px;
  background-color: #ffffff;
}
.channel-carousel > .carousel > .carousel-indicators .active {
  margin: 1px 5px 1px 5px;
  background-color: hsl(21, 75%, 49%);
}

.channel-carousel > .carousel > .carousel-control .icon-prev,
.channel-carousel > .carousel > .carousel-control .icon-next {
  top: 35%;
  font-size: 5em;
}
.channel-carousel > .carousel > .carousel-control .icon-prev:before {
  content: "〈";
}
.channel-carousel > .carousel > .carousel-control .icon-next:before {
  content: "〉";
}

.channel-statement {
  position: absolute;
  z-index: 10;
  top: 100px;
  left: 15%;
  width: 30%;
  height: auto;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  overflow-y: hidden;
}
.channel-statement .statement-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 35px;
}
.channel-statement .statement-inner h1 {
  display: block;
  padding-top: 0;
  padding-bottom: 5px;
  margin-top: 0;
  font-size: 20px;
}
.channel-statement .statement-inner p {
  display: block;
}
.channel-statement .statement-inner .statement-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
.channel-statement .statement-inner .statement-footer .quote-by {
  float: right;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .channel-statement > .statement-inner > .statement-title {
    font-size: 16px;
  }
  .channel-statement > .statement-inner > .statement-footer > .quote-by {
    font-size: 14px;
  }
}
/*------------------------------------*\
    $Polls
\*------------------------------------*/
.poll {
  margin-top: 20px;
}
.poll .headline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.poll .headline p,
.poll .headline h3 {
  margin: 0 !important;
}
.poll .headline p {
  color: hsl(0, 0%, 45%);
}
.poll .option {
  padding: 0 5px;
}
.poll .option [type=radio],
.poll .option [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.poll .option [type=radio] + label,
.poll .option [type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  color: #666;
  cursor: pointer;
  line-height: 20px;
}
.poll .option [type=radio] + label:before,
.poll .option [type=checkbox] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid hsl(0, 0%, 32%);
  background: #fff;
  content: "";
}
.poll .option [type=radio]:focus + label:before,
.poll .option [type=checkbox]:focus + label:before {
  border-color: hsl(21, 75%, 49%);
}
.poll .option [type=radio] + label:after,
.poll .option [type=checkbox] + label:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: hsl(37, 90%, 56%);
  content: "";
  transition: all 0.2s ease;
}
.poll .option [type=radio]:checked + label:after,
.poll .option [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.poll .option [type=radio]:not(:checked) + label:after,
.poll .option [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.poll .option [type=radio]:disabled + label,
.poll .option [type=checkbox]:disabled + label {
  color: hsl(0, 0%, 45%);
  cursor: default;
}
.poll .option [type=radio]:disabled + label:before,
.poll .option [type=checkbox]:disabled + label:before {
  border-color: hsl(0, 0%, 45%);
}
.poll .option [type=radio] + label:before {
  border-radius: 100%;
}
.poll .option [type=radio] + label:after {
  border-radius: 100%;
}
.poll .results p {
  margin: 5px 0;
  color: hsl(0, 0%, 32%);
  font-size: 12px;
}
.poll .results .option {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}
.poll .results .option--with-results .answer {
  float: left;
}
.poll .results .option--with-results .result {
  float: left;
}
.poll .results .option .answer {
  width: 65%;
}
.poll .results .option .result {
  display: flex;
  width: 30%;
  align-content: center;
  margin-top: 2px;
}
.poll .infobox {
  padding: 5px 10px;
}

/*------------------------------------*\
    $Polls - Admin Area
\*------------------------------------*/
#poll_options .option {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
#poll_options .option a {
  margin-top: 0;
  margin-left: 10px;
  color: hsl(21, 75%, 49%);
  cursor: pointer;
}
#poll_options .option input[type=submit] + label {
  margin-top: 0;
  margin-left: 10px;
  color: hsl(21, 75%, 49%);
  cursor: pointer;
}
#poll_options .option input[type=submit]:disabled + label {
  color: hsl(21, 75%, 69%);
  cursor: not-allowed;
}

.certificate-sharing li {
  flex: none !important;
  margin-right: 10px !important;
}
.certificate-sharing li span.share_text {
  font-family: "IBM Plex Sans", sans-serif;
}

img.open-badge {
  width: 300px;
}

.statistics-table .spinner-container {
  margin-bottom: 20px;
  text-align: center;
}
.statistics-table .no-data-message {
  margin-bottom: 20px;
  font-style: italic;
}

.geo-table .relative-value {
  margin-left: 3px;
  color: hsl(0, 0%, 32%);
  font-size: 13px;
}

.chart-container {
  padding-bottom: 20px;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}
.chart-container::after {
  display: block;
  clear: both;
  content: "";
}
.chart-container.daily-activity .chart {
  margin-top: 20px;
}

.table-statistics th {
  cursor: pointer;
}

/* ------------------------------------ *\
    $CONTENTS

    Styles for the BasicTooltip
    xui component.
\* ------------------------------------ */
.basic-tooltip-container {
  margin-top: 20px;
  margin-bottom: 10px;
}

.basic-tooltip-headline {
  display: inline;
  margin-right: 8px;
  vertical-align: baseline;
}

.basic-tooltip {
  position: relative;
  display: inline-block;
}

.basic-tooltip .basic-tooltip-icon {
  color: rgba(0, 0, 0, 0.54);
  vertical-align: baseline;
}

.basic-tooltip .basic-tooltip-text {
  position: absolute;
  z-index: 1;
  top: 140%;
  left: 50%;
  width: 250px;
  padding: 5px;
  border-radius: 6px;
  background-color: hsl(0, 0%, 32%);
  color: hsl(0, 0%, 100%);
  text-align: center;
  transform: translateX(-50%);
  visibility: hidden;
}
.basic-tooltip .basic-tooltip-text p:last-child {
  margin-bottom: 0;
}

.basic-tooltip .basic-tooltip-text::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent hsl(0, 0%, 32%) transparent;
  margin-left: -5px;
  content: "";
}

.basic-tooltip:hover .basic-tooltip-text {
  visibility: visible;
}

.consent [type=radio],
.consent [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.consent [type=radio] + label,
.consent [type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  color: #666;
  cursor: pointer;
  line-height: 20px;
}
.consent [type=radio] + label:before,
.consent [type=checkbox] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid hsl(0, 0%, 32%);
  background: #fff;
  content: "";
}
.consent [type=radio]:focus + label:before,
.consent [type=checkbox]:focus + label:before {
  border-color: hsl(21, 75%, 49%);
}
.consent [type=radio] + label:after,
.consent [type=checkbox] + label:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: hsl(37, 90%, 56%);
  content: "";
  transition: all 0.2s ease;
}
.consent [type=radio]:checked + label:after,
.consent [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.consent [type=radio]:not(:checked) + label:after,
.consent [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.consent [type=radio]:disabled + label,
.consent [type=checkbox]:disabled + label {
  color: hsl(0, 0%, 45%);
  cursor: default;
}
.consent [type=radio]:disabled + label:before,
.consent [type=checkbox]:disabled + label:before {
  border-color: hsl(0, 0%, 45%);
}
.consent [type=radio] + label:before {
  border-radius: 100%;
}
.consent [type=radio] + label:after {
  border-radius: 100%;
}
.consent label {
  font-weight: normal;
}
.consent span.label-default {
  position: relative;
  top: -2px;
  margin-left: 10px;
  background-color: hsl(0, 0%, 32%);
}
.consent ul {
  padding-left: 25px;
}
.consent ul li {
  margin-top: 5px;
  list-style: square;
}
.consent br {
  display: block;
  margin-bottom: 10px;
  content: "";
}

.topic {
  display: flex;
  flex-direction: column;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.topic__timestamp {
  width: fit-content;
  padding: 0;
  border: 0;
  margin-bottom: 5px;
  font-size: 9px;
}
.topic__title {
  overflow: hidden;
  min-height: 40px;
}
.topic__title h5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 18px;
}
.topic__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 10px 0;
  font-size: 11px;
}
.topic__tags {
  padding: 3px 5px;
  border-radius: 100px;
  margin-right: 2px;
  background-color: hsl(0, 0%, 96%);
  white-space: nowrap;
}
.topic__replies {
  margin-left: 10px;
  white-space: nowrap;
}
.topic__abstract {
  overflow: hidden;
  height: 55px;
  margin-bottom: 5px;
}
.topic__abstract p {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

/*------------------------------------*\
    $Variables
\*------------------------------------*/
.topic-section {
  background-color: hsl(0, 0%, 100%);
}
.topic-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topic-section__count {
  margin-left: 10px;
}

.topic-list {
  margin: 10px -15px;
}
@media (min-width: 800px) {
  .topic-list {
    margin: 10px 0;
  }
}
.topic-list .topic {
  margin: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.hidden-scroll-indicator {
  position: absolute;
  z-index: 100;
  display: flex;
  width: 100%;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 234, 191, 0.9);
  cursor: pointer;
  text-align: center;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hidden-scroll-indicator.top {
  top: 0;
  border-bottom: 2px solid #ffbb00;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.4);
}
.hidden-scroll-indicator.bottom {
  bottom: 0;
  border-top: 2px solid #ffbb00;
  box-shadow: 0 -6px 6px -6px rgba(0, 0, 0, 0.4);
}
.hidden-scroll-indicator.blank {
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  visibility: hidden;
}
.hidden-scroll-indicator .text-container {
  display: inline-block;
  vertical-align: middle;
}
.hidden-scroll-indicator .direction-icon {
  margin-right: 10px;
}

.certificate-sharing {
  display: flex;
  align-items: center;
}
.certificate-sharing__info {
  flex-basis: 1;
  padding-left: 10px;
}

/*------------------------------------*\
    $CONTENTS

    Learning Items
\*------------------------------------*/
/**
 * Buttons......Button styles on learning items page
 */
/*------------------------------------*\
    Buttons
\*------------------------------------*/
.item-mgmt-btn {
  display: inline-block;
}

.edit-item-btn {
  margin-right: 4px;
}

/*------------------------------------*\
    $CONTENTS

    Item Stats page
\*------------------------------------*/
.item-stats__nav {
  margin-top: 20px;
}
.item-stats__facts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-top: 0;
  margin-bottom: 20px;
}
.item-stats__facts .facts-icon {
  margin-right: 15px;
  color: hsl(0, 0%, 0%);
  font-size: 1.25em;
}
.item-stats__facts p + p:before {
  margin-right: 10px;
  margin-left: 10px;
  content: "•";
}
.item-stats__facts > * {
  margin: 0;
  color: hsl(0, 0%, 32%);
  line-height: 14px;
}
.item-stats__facts > * span {
  color: hsl(0, 0%, 0%);
  font-weight: bold;
}
.item-stats__custom .unknown {
  padding: 50px;
}
.item-stats__custom .unknown .statement {
  font-size: 1.6em;
  text-align: center;
}

.collapsible-button-container .btn-collapsible {
  padding-top: 10px;
}

.collapsible-container[aria-expanded=false] .btn-read-less {
  display: none;
}
.collapsible-container[aria-expanded=false] .line-clamp {
  --max-lines: 12;
  position: relative;
  overflow: hidden;
  max-height: calc(1.6em * var(--max-lines));
}
.collapsible-container[aria-expanded=false] .line-clamp:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(rgba(255, 255, 255, 0), hsl(0, 0%, 100%));
  content: "";
}

.collapsible-container[aria-expanded=true] .btn-read-more {
  display: none;
}
.collapsible-container[aria-expanded=true] .btn-read-less {
  display: block;
}

.cookie-consent-banner {
  padding: 30px;
  background-color: hsl(0, 0%, 9%);
  color: hsl(0, 0%, 100%);
}
.cookie-consent-banner .btn-primary, .cookie-consent-banner .add-reply-button button, .add-reply-button .cookie-consent-banner button,
.cookie-consent-banner .btn-default {
  margin: 10px 10px 0 0;
}
.cookie-consent-banner .btn--close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  border: 0;
  background: transparent;
}

.report__input {
  margin-top: 10px;
}
.report__input--large {
  width: 400px;
}
.report__input--medium {
  width: 300px;
}
.report__input--small {
  width: 150px;
}
.report__input--extra-small {
  width: 50px;
}
.report__input--radio-group .radio {
  padding-top: 0;
}
.report__button {
  margin-top: 20px;
}
.report label {
  font-weight: initial;
}

.report-jobs .progress {
  margin-bottom: 0;
}
.report-jobs .progress-bar {
  width: calc(1% * var(--percentage));
  min-width: 2em;
}

.report-job-error .modal-body {
  max-height: 80vh;
  overflow-y: auto;
}

.voucher-redemptions__cancel {
  padding-left: 0.625rem;
}
.voucher-redemptions__course {
  padding: 1.875rem 0 1.875rem 4.375rem;
}
.voucher-redemptions__course-title {
  margin-top: 0;
  color: hsl(0, 0%, 9%);
  font-size: 1.8rem;
}
.voucher-redemptions__form {
  display: flex;
  align-items: flex-end;
  margin: 1.875rem 0 4.375rem;
}
.voucher-redemptions__form .voucher_redemption_code {
  flex-grow: 1;
  margin-bottom: 0;
}
.voucher-redemptions__form input {
  height: 40px;
  padding-top: 10px;
}

.teacher-nav {
  position: absolute;
  z-index: 10;
  display: none;
  min-width: 210px;
  height: calc(100% + 60px);
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.teacher-nav__greeting {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin: 0;
  background-color: hsl(21, 75%, 14%);
  color: hsl(22, 80%, 98%);
  font-weight: bold;
}
.teacher-nav__close-btn {
  display: none;
}
.teacher-nav__control {
  position: sticky;
  z-index: 100;
  top: 600px;
  display: flex;
  height: 30px;
  align-items: center;
  padding: 5px 10px;
  margin-top: -30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  transform: rotate(-90deg);
  transform-origin: top left;
}
.teacher-nav__control p {
  padding-right: 10px;
  margin: 0;
}
.teacher-nav__control[aria-expanded=true] .teacher-nav__open-btn {
  display: none;
}
.teacher-nav__control[aria-expanded=true] .teacher-nav__close-btn {
  display: block;
}
.teacher-nav__control[aria-expanded=true] ~ .teacher-nav {
  display: block;
}
.teacher-nav .teacher-nav__pin-btn .xi-icon {
  margin-left: 10px;
  color: hsl(0, 0%, 100%);
  transform: rotate(45deg);
}
.teacher-nav .teacher-nav__pin-btn .xi-icon:hover, .teacher-nav .teacher-nav__pin-btn .xi-icon:focus, .teacher-nav .teacher-nav__pin-btn .xi-icon:active {
  color: hsl(21, 74%, 94%);
}
.teacher-nav[data-pinned] {
  border-right: 1px solid hsl(0, 0%, 83%);
  box-shadow: none;
}
.teacher-nav[data-pinned] .teacher-nav__pin-btn .xi-icon {
  color: hsl(21, 75%, 69%);
  transform: none;
}
.teacher-nav__menu {
  position: sticky;
  top: 50px;
  max-height: calc(100% - 50px);
  border-top: 1px solid hsl(0, 0%, 83%);
  background-color: hsl(0, 0%, 100%);
  overflow-y: auto;
}
.teacher-nav__menu, .teacher-nav__submenu {
  padding: 0;
}
.teacher-nav__submenu {
  display: none;
  border-left: 2px solid hsl(0, 0%, 45%);
  margin: 0 0 15px 30px;
}
.teacher-nav__submenu:hover, .teacher-nav__submenu:focus, .teacher-nav__submenu:active {
  border-left: 2px solid hsl(21, 75%, 14%);
}
.teacher-nav__close-submenu {
  display: none;
}
.teacher-nav__submenu-control {
  position: absolute;
  top: 0;
  right: 12px;
  display: none;
  width: 30px;
  height: 50px;
  padding: 0;
  font-size: 12px;
}
.teacher-nav__submenu-control:hover span, .teacher-nav__submenu-control:focus span, .teacher-nav__submenu-control:active span {
  color: hsl(21, 75%, 49%);
}
.teacher-nav__submenu-control[aria-expanded=true] .teacher-nav__open-submenu {
  display: none;
}
.teacher-nav__submenu-control[aria-expanded=true] .teacher-nav__close-submenu,
.teacher-nav__submenu-control[aria-expanded=true] ~ .teacher-nav__submenu {
  display: block;
}
.teacher-nav__menu-item-container {
  position: relative;
  list-style-type: none;
}
.teacher-nav__menu-item-container:hover .teacher-nav__submenu-control, .teacher-nav__menu-item-container:focus-within .teacher-nav__submenu-control, .teacher-nav__menu-item-container:active .teacher-nav__submenu-control {
  display: block;
}
.teacher-nav__menu-item-container.active > .teacher-nav__menu-item {
  border-right: 3px solid hsl(21, 75%, 49%);
  background-color: hsl(21, 74%, 94%);
  color: hsl(21, 75%, 14%);
}
.teacher-nav__menu-item-container.active > .teacher-nav__menu-item .xi-icon {
  color: inherit;
}
.teacher-nav__menu-item-container.active > .teacher-nav__menu-item--nested {
  border-right: none;
  background-color: hsl(22, 80%, 98%);
  font-weight: bold;
}
.teacher-nav__menu-item {
  display: flex;
  height: 50px;
  align-items: center;
  padding: 10px;
  padding-right: 40px;
  color: hsl(0, 0%, 9%);
  white-space: nowrap;
}
.teacher-nav__menu-item .xi-icon {
  margin-right: 5px;
}
.teacher-nav__menu-item:hover, .teacher-nav__menu-item:focus {
  background-color: hsl(22, 80%, 98%);
  color: hsl(21, 75%, 14%);
  text-decoration: none;
}
.teacher-nav__menu-item:hover .xi-icon, .teacher-nav__menu-item:focus .xi-icon {
  color: inherit;
}
.teacher-nav__menu-item--nested {
  height: auto;
  padding: 5px 15px;
  border-top: none;
}
.teacher-nav .xi-icon {
  width: 30px;
  color: hsl(0, 0%, 45%);
  text-align: center;
}

.announcement__title {
  width: 30%;
}
.announcement__creator__avatar {
  display: inline-block;
  margin-right: 5px;
}
.announcement__creator__name {
  display: inline-block;
  vertical-align: top;
}
.announcement {
  /* stylelint-disable-next-line plugin/stylelint-bem-namics */
}
.announcement__created_on {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
.announcement__status__text {
  margin-right: 5px;
}
.announcement__actions {
  float: right;
}
.announcement__actions a {
  display: inline-block;
  margin-right: 5px;
}
.announcement__actions a:last-child {
  margin-right: 0;
}

.announcement-email__person__avatar {
  display: inline-block;
  margin-right: 5px;
}
.announcement-email__person__avatar .user-avatar {
  vertical-align: middle;
}
.announcement-email__person__name, .announcement-email__person__date {
  vertical-align: middle;
}
.announcement-email__status-bar {
  display: flex;
  align-items: center;
}
.announcement-email__status-bar__bar {
  height: 40px;
  flex: 0 1 100%;
}
.announcement-email__status-bar__percentage {
  flex: 1 0 0;
  margin-left: 20px;
  font-size: 2em;
  font-weight: bold;
}
.announcement-email__status-legend {
  margin-top: 1em;
  text-align: right;
}

.action-links {
  display: flex;
}
.action-links > * {
  margin: 0 5px;
  text-align: center;
}

.action-dropdown {
  border: none;
  border-radius: 3px;
  background: none;
}
.action-dropdown .xi-icon {
  padding: 5px;
}
.action-dropdown:hover, .action-dropdown:focus {
  background-color: hsl(0, 0%, 83%);
  color: hsl(21, 75%, 49%);
}

.submissions-table .points {
  display: flex;
  align-items: center;
}
.submissions-table .points .fudge {
  margin-left: 5px;
  visibility: hidden;
}
.submissions-table .points .fudge input {
  margin-right: 5px;
}
.submissions-table .points .fudge input[type=number] {
  width: 60px;
}

.xui-upload-target.dz-drag-hover {
  background-color: rgba(0, 0, 0, 0.04) !important;
}

.xui-upload .xui-upload-zone {
  min-height: 50px;
  border: 3px dashed hsl(0, 0%, 83%);
  border-radius: 3px;
  background-color: hsl(0, 0%, 98%);
  box-shadow: none;
  cursor: pointer;
}
.xui-upload .xui-upload-zone:hover {
  background: hsl(0, 0%, 96%);
}
.xui-upload .dz-drag-hover {
  background: hsl(0, 0%, 96%);
}
.xui-upload .dz-message {
  padding: 5px;
  text-align: center;
}
.xui-upload .dz-started .dz-message {
  display: none;
}
.xui-upload .dz-preview {
  display: flex;
}
.xui-upload .dz-details {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  justify-content: flex-end;
  margin: 1px 0;
}
.xui-upload .dz-info {
  display: flex;
  align-items: baseline;
}
.xui-upload .dz-info > span {
  line-height: 22px;
}
.xui-upload .dz-thumb {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  margin: 1px 4px;
}
.xui-upload .dz-size {
  margin: 0 0 0 1em;
  font-size: 80%;
}
.xui-upload .dz-progress {
  display: block;
  width: 100%;
  border-radius: 2px;
  background-color: hsl(21, 75%, 99%);
  opacity: 0;
}
.xui-upload .dz-progress > div {
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: hsl(21, 75%, 49%);
}
.xui-upload .dz-processing .dz-progress {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.xui-upload .dz-success .dz-progress {
  opacity: 0;
}
.xui-upload .dz-error .dz-progress > div {
  background-color: #f2dede;
}
.xui-upload .dz-actions button {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  color: #ddd;
  line-height: 0;
}
.xui-upload .dz-actions button:hover {
  color: #333;
}

.xui-mdupload-input {
  display: flex;
}
.xui-mdupload-input .xui-mdupload-editor {
  width: 80%;
}
.xui-mdupload-input .dropzone {
  width: 20%;
  margin-left: 1rem;
}
.xui-mdupload-input .xui-mdupload-zone {
  height: 100%;
  cursor: pointer;
}

.xui-imageupload {
  display: flex;
}
.xui-imageupload .dropzone {
  flex-grow: 1;
}
.xui-imageupload .imageupload-current .dz-preview {
  min-width: 300px;
  min-height: 300px;
  flex-direction: column;
  margin-right: 10px;
  margin-bottom: 0;
  gap: 0;
}
.xui-imageupload .imageupload-current .dz-preview [data-dz-thumbnail],
.xui-imageupload .imageupload-current .dz-preview .dz-details {
  max-width: 300px;
}
.xui-imageupload .dz-actions .dz-clear {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 10px 5px;
}
.xui-imageupload .to-be-removed {
  opacity: 0.4;
}
.xui-imageupload .dz-details {
  margin-bottom: 5px;
}
.xui-imageupload .dropzone-previews .dz-file-preview .dz-details,
.xui-imageupload .dropzone-previews .dz-file-preview .dz-error-mark,
.xui-imageupload .dropzone-previews .dz-file-preview .dz-success-mark {
  display: none;
}
.xui-imageupload .dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: block;
  max-width: 300px;
}

.accordion {
  background-color: hsl(0, 0%, 98%);
  font-size: 1.4rem;
  line-height: 2rem;
}
.accordion__headline {
  max-width: 1370px;
  padding: 25px 15px 15px 15px;
  margin: 0 auto;
  color: hsl(0, 0%, 32%);
  padding-right: calc(env(safe-area-inset-left) + 15px);
  padding-left: calc(env(safe-area-inset-right) + 15px);
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (min-width: 580px) {
  .accordion__headline {
    font-size: 1.8rem;
    line-height: 2.5rem;
    padding: 35px 15px 20px 15px;
    padding-right: calc(env(safe-area-inset-left) + 15px);
    padding-left: calc(env(safe-area-inset-right) + 15px);
  }
}
.accordion__expanded {
  display: none;
}
.accordion__btn-content {
  display: flex;
  max-width: 1370px;
  justify-content: space-between;
  padding: 15px;
  margin: 0 auto;
  padding-right: calc(env(safe-area-inset-left) + 15px);
  padding-left: calc(env(safe-area-inset-right) + 15px);
}
@media (min-width: 580px) {
  .accordion__btn-content {
    padding: 0 15px;
    padding-right: calc(env(safe-area-inset-left) + 15px);
    padding-left: calc(env(safe-area-inset-right) + 15px);
  }
}
.accordion__btn {
  width: 100%;
  padding: 0;
  border: none;
  border-top: 1px solid hsl(0, 0%, 83%);
  background-color: hsl(0, 0%, 98%);
}
@media (min-width: 580px) {
  .accordion__btn {
    font-size: 2.6rem;
    line-height: 3.3rem;
    padding: 20px 0;
  }
}
.accordion__btn[aria-expanded=false] + .accordion__item {
  display: none;
}
.accordion__btn[aria-expanded=false] .accordion__collapsed {
  display: block;
}
.accordion__btn[aria-expanded=true] {
  background-color: hsl(0, 0%, 96%);
}
.accordion__btn[aria-expanded=true] .accordion__expanded {
  display: block;
}
.accordion__btn[aria-expanded=true] .accordion__collapsed {
  display: none;
}
.accordion__btn:hover, .accordion__btn:active, .accordion__btn:focus {
  background-color: hsl(0, 0%, 96%);
}
.accordion__btn .xi-icon {
  color: hsl(0, 0%, 9%);
  font-size: 1.4rem;
}
@media (min-width: 580px) {
  .accordion__btn .xi-icon {
    font-size: 1.8rem;
  }
}
.accordion .accordion__expanded,
.accordion .accordion__collapsed {
  color: hsl(0, 0%, 9%);
}
.accordion__sections {
  border-bottom: 1px solid hsl(0, 0%, 83%);
  background-color: hsl(0, 0%, 96%);
}
.accordion__item {
  max-width: 1370px;
  padding: 5px 15px;
  margin: 0 auto;
  padding-right: calc(env(safe-area-inset-left) + 15px);
  padding-left: calc(env(safe-area-inset-right) + 15px);
}
@media (min-width: 580px) {
  .accordion__item {
    padding: 0px 15px;
    padding-right: calc(env(safe-area-inset-left) + 15px);
    padding-left: calc(env(safe-area-inset-right) + 15px);
  }
}
.accordion--slim .accordion__headline {
  font-size: 1.8rem;
  line-height: 2.5rem;
  padding: 15px;
  color: hsl(0, 0%, 9%);
  font-weight: 700;
}
.accordion--slim .accordion__btn {
  font-size: 1.8rem;
  line-height: 2.5rem;
  padding: 5px 15px;
}
.accordion--slim .accordion__btn-content {
  padding: 0;
}
.accordion--slim .accordion__item {
  font-size: 1.4rem;
  line-height: 2rem;
}

.achievement {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  padding: 20px;
  background-color: hsl(0, 0%, 96%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  gap: 10px;
}
.achievement__title {
  display: flex;
  min-height: 28px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.achievement__title h3 {
  margin: 0;
  font-weight: normal;
}
.achievement__actions {
  display: flex;
  margin-top: 5px;
  gap: 10px;
}
.achievement__description {
  margin: 0;
}
.achievement__requirements h4 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 5px;
}
.achievement__requirements ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.achievement__requirements li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.achievement__requirements li .xi-icon {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.achievement__requirements li.requirement--achieved .xi-icon {
  color: hsl(145, 53%, 48%);
}
.achievement__requirements li.requirement--missing .xi-icon {
  color: hsl(4, 78%, 48%);
}
.achievement--in-progress .achievement__requirements li.requirement--missing .xi-icon {
  color: hsl(47, 90%, 60%);
}
.achievement .callout {
  margin: 0;
}

.actions-dropdown {
  position: relative;
  display: inline-block;
}
.actions-dropdown__button {
  padding: 2px 12px;
  border: none;
  background: none;
}
.actions-dropdown__button[aria-expanded=false] + .actions-dropdown__menu {
  display: none;
}
.actions-dropdown__button:hover, .actions-dropdown__button:active, .actions-dropdown__button:focus {
  background-color: hsl(21, 74%, 94%);
  color: hsl(21, 75%, 49%);
}
.actions-dropdown__button--with-text {
  display: flex;
  padding: 5px 10px;
  background-color: hsl(21, 75%, 49%);
  color: hsl(0, 0%, 100%);
}
.actions-dropdown__button--with-text:hover, .actions-dropdown__button--with-text:active, .actions-dropdown__button--with-text:focus {
  background-color: hsl(21, 75%, 43%);
  color: hsl(0, 0%, 100%);
}
.actions-dropdown__button[aria-expanded=false] .actions-dropdown__control--on-collapsed {
  display: none;
}
.actions-dropdown__button[aria-expanded=true] .actions-dropdown__control--on-expanded {
  display: none;
}
.actions-dropdown__control {
  margin-left: 10px;
}
.actions-dropdown__menu {
  position: absolute;
  z-index: 10;
  top: 100%;
  min-width: 120px;
  padding: 0;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.12);
  list-style-type: none;
}
.actions-dropdown__menu--right {
  right: 0;
}
.actions-dropdown__menu--left {
  left: 0;
}
.actions-dropdown__action {
  border-top: 1px solid hsl(0, 0%, 96%);
  white-space: nowrap;
}
.actions-dropdown__action a,
.actions-dropdown__action button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border: none;
  background-color: inherit;
  color: hsl(0, 0%, 9%);
  text-decoration: none;
}
.actions-dropdown__action a .xi-icon,
.actions-dropdown__action button .xi-icon {
  margin-left: 5px;
}
.actions-dropdown__action a:hover, .actions-dropdown__action a:active, .actions-dropdown__action a:focus,
.actions-dropdown__action button:hover,
.actions-dropdown__action button:active,
.actions-dropdown__action button:focus {
  background-color: hsl(21, 74%, 94%);
  color: hsl(21, 75%, 14%);
}
.actions-dropdown__action a:focus,
.actions-dropdown__action button:focus {
  outline: 3px auto Highlight;
  outline: 3px auto -webkit-focus-ring-color;
}
.actions-dropdown__action--destructive {
  background-color: hsl(5, 76%, 90%);
}
.actions-dropdown__action--destructive a,
.actions-dropdown__action--destructive button {
  color: hsl(4, 78%, 48%);
}
.actions-dropdown__action--destructive a:hover, .actions-dropdown__action--destructive a:active, .actions-dropdown__action--destructive a:focus,
.actions-dropdown__action--destructive button:hover,
.actions-dropdown__action--destructive button:active,
.actions-dropdown__action--destructive button:focus {
  background-color: hsl(4, 78%, 48%);
  color: hsl(0, 0%, 100%);
}

.callout {
  display: flex;
  width: 100%;
  align-items: stretch;
  border-left: 5px solid hsl(208, 56%, 53%);
  margin: 1.875rem 0;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.callout--with-title {
  flex-direction: column;
}
.callout__title {
  margin-left: 0.625rem;
}
.callout__indicator {
  display: flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  background-color: hsl(208, 56%, 90%);
  font-weight: bold;
}
.callout__indicator .xi-icon {
  width: 24px;
  color: hsl(208, 56%, 53%);
  font-size: 2rem;
  text-align: center;
}
.callout--warning {
  border-left: 5px solid hsl(47, 90%, 60%);
}
.callout--warning .callout__indicator {
  background-color: hsl(46, 95%, 89%);
}
.callout--warning .callout__indicator .xi-icon {
  color: hsl(47, 90%, 60%);
}
.callout--error {
  border-left: 5px solid hsl(4, 78%, 48%);
}
.callout--error .callout__indicator {
  background-color: hsl(5, 76%, 90%);
}
.callout--error .callout__indicator .xi-icon {
  color: hsl(4, 78%, 48%);
}
.callout--success {
  border-left: 5px solid hsl(145, 53%, 48%);
}
.callout--success .callout__indicator {
  background-color: hsl(145, 53%, 90%);
}
.callout--success .callout__indicator .xi-icon {
  color: hsl(145, 53%, 48%);
}
.callout__content {
  padding: 1.25rem;
}
.callout__content p:last-child {
  margin-bottom: 0;
}
.callout__slot {
  margin-top: 1.25rem;
}

.circular-progress {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(hsl(145, 53%, 48%) var(--circular-progress-value), hsl(0, 0%, 96%) 0);
}
.circular-progress__label {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  transform: translate(-50%, -50%);
  font-size: 2.6rem;
  line-height: 3.3rem;
}
.circular-progress--small {
  width: 100px;
  height: 100px;
}
.circular-progress--small .circular-progress__label {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.clipboard {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.clipboard--icon {
  border: none;
  background: none;
}
.clipboard--icon:hover, .clipboard--icon:active {
  color: hsl(21, 75%, 49%);
}
.clipboard--icon:hover .clipboard__tooltip {
  display: block;
}
.clipboard__label {
  margin-left: 5px;
}
.clipboard__tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  display: none;
  padding: 3px 5px;
  border-radius: 3px;
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 15%);
  font-weight: normal;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 2rem;
}
.clipboard__tooltip:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid hsl(0, 0%, 96%);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
  transform: translate(-50%, 0);
}

.countdown__info {
  display: flex;
  justify-content: space-between;
}
.countdown__info span {
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Courier New", monospace;
}
.countdown__bar {
  position: relative;
  height: 22px;
  border-radius: 2px;
  background-color: hsl(0, 0%, 96%);
}
.countdown__time {
  position: absolute;
  height: 22px;
  border-radius: 2px;
  transition: all 1s linear;
}
.countdown__time--green {
  background-color: hsl(145, 53%, 48%);
}
.countdown__time--yellow {
  background-color: hsl(47, 90%, 60%);
}
.countdown__time--red {
  background-color: hsl(4, 78%, 48%);
}

.course-card {
  position: relative;
  max-width: 575px;
  border-radius: 2px;
  background-color: hsl(0, 0%, 98%);
}
.course-card__label {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 3px 10px;
  border-radius: 1px;
  background-color: hsl(0, 0%, 100%);
  font-family: "IBM Plex Mono";
  letter-spacing: 0.75px;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.course-card__title {
  overflow: hidden;
  min-height: 80px;
  padding: 20px 25px;
}
.course-card__title a {
  font-size: 1.4rem;
  line-height: 2rem;
  max-height: 40px;
  color: hsl(0, 0%, 9%);
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.course-card__teacher {
  padding: 0 25px;
  margin-bottom: 5px;
  font-family: "IBM Plex Mono";
  letter-spacing: 0.75px;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.6rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.course-card__description {
  font-size: 1.4rem;
  line-height: 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  padding: 0 25px;
  margin-bottom: 20px;
}
.course-card__description * {
  display: contents;
  margin: 0;
}
.course-card__extended-info {
  overflow: hidden;
  max-height: 0;
}
.course-card__datapoints {
  padding: 0 25px 20px;
  margin-bottom: 0;
  background-color: hsl(0, 0%, 98%);
  font-family: "IBM Plex Mono";
  letter-spacing: 0.75px;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.course-card__datapoints > * {
  display: flex;
  align-items: flex-start;
  padding-bottom: 5px;
}
.course-card__datapoints span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  max-height: 1.6rem;
}
.course-card__datapoints .xi-icon {
  width: 16px;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 1.4rem;
  line-height: 16px;
  text-align: center;
}
.course-card__datapoints a {
  color: hsl(0, 0%, 9%);
  text-decoration: underline;
}
.course-card__datapoints a:hover, .course-card__datapoints a:focus {
  color: hsl(21, 75%, 49%);
}
.course-card__subtitles {
  overflow: hidden;
  max-height: 0;
  padding-bottom: 0;
  opacity: 0;
}
.course-card__empty-datapoint-text {
  color: hsl(0, 0%, 83%);
}
.course-card__empty-datapoint-text:before {
  content: "-";
}
.course-card__image-wrapper {
  overflow: hidden;
  text-align: center;
}
.course-card__image {
  display: block;
  width: 100%;
  padding: 0;
}
.course-card__image--hidden-course {
  opacity: 0.25;
}
.course-card__image picture {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 160px;
}
.course-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 2px 2px 0 0;
  object-fit: cover;
  vertical-align: middle;
}
.course-card__actions {
  overflow: hidden;
  max-height: 0;
  padding: 0 25px;
}
.course-card__action-btn {
  padding: 3px 10px;
  border-style: none;
  border-radius: 0px;
  margin: 0 0 5px 5px;
  background-color: hsl(21, 75%, 49%);
  color: hsl(0, 0%, 100%);
  font-family: "IBM Plex Mono";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.course-card__action-btn .xi-icon {
  margin-left: 5px;
}
.course-card__action-btn:hover, .course-card__action-btn:focus {
  background-color: hsl(21, 75%, 43%);
  color: hsl(0, 0%, 100%);
  outline: 3px auto Highlight;
  outline: 3px auto -webkit-focus-ring-color;
  text-decoration: none;
}
.course-card__action-btn.disabled {
  color: rgba(255, 255, 255, 0.4);
}
.course-card__action-btn--secondary {
  background-color: hsl(21, 75%, 14%);
  color: hsl(0, 0%, 100%);
}
.course-card__action-btn--secondary:hover, .course-card__action-btn--secondary:focus {
  background-color: hsl(21, 75%, 20%);
  color: hsl(0, 0%, 100%);
}
.course-card__action-btn--tertiary {
  background-color: hsl(21, 74%, 94%);
  color: hsl(21, 75%, 14%);
}
.course-card__action-btn--tertiary:hover, .course-card__action-btn--tertiary:focus {
  background-color: hsl(22, 80%, 98%);
  color: hsl(21, 75%, 14%);
}
.course-card__action-btn--large {
  padding: 10px 20px;
  margin: 0 10px 0 0;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 2rem;
}
.course-card--expandable {
  transition: box-shadow 200ms 150ms ease-in-out, transform 200ms 150ms ease-in-out;
}
.course-card--expandable .course-card__content-wrapper {
  background-color: inherit;
}
.course-card--expandable .course-card__actions {
  opacity: 0;
}
.course-card--expanded {
  position: absolute;
  z-index: 10;
  margin-top: -5px;
  transition: margin-top 200ms 150ms ease-in-out;
}
.course-card--expanded .course-card__content-wrapper {
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 200ms 150ms ease-in-out, background-color 200ms 150ms ease-in-out;
}
.course-card--expanded .course-card__image-wrapper {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 200ms 150ms ease-in-out;
}
.course-card--expanded .course-card__extended-info {
  max-height: 213px;
}
.course-card--expanded .course-card__teacher {
  min-height: auto;
}
.course-card--expanded .course-card__title a {
  display: block;
  max-height: 100px;
}
.course-card--expanded .course-card__datapoints {
  padding: 13px 25px 8px;
  transition: padding 200ms 150ms ease-in-out;
}
.course-card--expanded .course-card__datapoints span {
  display: block;
  max-height: 100px;
}
.course-card--expanded .course-card__subtitles {
  display: flex;
  max-height: 21px;
  padding-bottom: 5px;
  opacity: 1;
  transition: padding 200ms 150ms ease-in-out, max-height 200ms 150ms ease-in-out, opacity 200ms 150ms ease-in-out;
}
.course-card--expanded .course-card__actions {
  display: flex;
  max-height: 120px;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 20px 25px 15px;
  opacity: 1;
  transition: padding 200ms 150ms ease-in-out, max-height 200ms 150ms ease-in-out, opacity 200ms 150ms ease-in-out;
}
.course-card--expanded .course-card__datapoints span,
.course-card--expanded .course-card__title a,
.course-card--expanded .course-card__extended-info {
  transition: max-height 200ms 150ms ease-in-out;
}
.course-card--compact {
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.course-card--compact .course-card__actions {
  display: flex;
  overflow: visible;
  max-height: fit-content;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 20px 25px 15px;
}
.course-card--compact .actions-dropdown {
  margin-right: auto;
}
.course-card--compact .course-card__datapoints {
  padding: 13px 25px 8px;
}

.course-card-grid {
  display: grid;
  margin: 5px 0 25px 0;
  gap: 15px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .home-courses .course-card-grid,
  .channel-courses .course-card-grid,
  .course-list .course-card-grid {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-courses .course-card-grid,
  .channel-courses .course-card-grid,
  .course-list .course-card-grid {
    gap: 28px;
    grid-template-columns: repeat(3, minmax(10px, 1fr));
  }
}
@media (min-width: 992px) {
  .home-courses .course-card-grid,
  .channel-courses .course-card-grid,
  .course-list .course-card-grid {
    gap: 28px;
    grid-template-columns: repeat(4, minmax(10px, 1fr));
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .dashboard .course-card-grid {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard .course-card-grid {
    gap: 20px;
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
}
@media (min-width: 992px) {
  .dashboard .course-card-grid {
    gap: 20px;
    grid-template-columns: repeat(3, minmax(10px, 1fr));
  }
}

.course-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.course-progress h4 {
  font-size: 1.4rem;
  line-height: 2rem;
}
.course-progress__items {
  display: grid;
  margin: 15px 0 25px;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media (min-width: 580px) {
  .course-progress__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.course-progress__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.course-progress__overall-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.course-progress__overall-score-title {
  font-weight: bold;
  text-align: center;
}
.course-progress__overall-graded-score {
  display: flex;
  gap: 5px;
}

.courses-slider__container {
  width: 100%;
  padding: 10px 0 20px;
  background: hsl(0, 0%, 15%);
}
@media (min-width: 800px) {
  .courses-slider__container {
    padding: 35px 0 45px;
  }
}
.courses-slider__content {
  max-width: 1370px;
  margin: 0 auto;
}
.courses-slider__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  padding-right: calc(env(safe-area-inset-left) + 15px);
  padding-left: calc(env(safe-area-inset-right) + 15px);
}
.courses-slider__title {
  padding-right: 15px;
  color: hsl(0, 0%, 100%);
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 3.3rem;
}
@media (min-width: 800px) {
  .courses-slider__title {
    font-size: 3.3rem;
    line-height: 3.8rem;
  }
}
.courses-slider__slider {
  width: 100%;
}
@media (min-width: 800px) {
  .courses-slider__slider {
    padding: 15px;
    padding-right: calc(env(safe-area-inset-left) + 15px);
    padding-left: calc(env(safe-area-inset-right) + 15px);
  }
}

.ts-wrapper.single .ts-control {
  --ts-pr-caret: 2rem;
}
.ts-wrapper.single .ts-control::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #808080 transparent transparent transparent;
}
.ts-wrapper.single .ts-control:not(.rtl)::after {
  right: 8px;
}
.ts-wrapper.single .ts-control.rtl::after {
  left: 8px;
}
.ts-wrapper.single.dropdown-active .ts-control::after {
  margin-top: -3.2px;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #808080 transparent;
}
.ts-wrapper.single.input-active .ts-control, .ts-wrapper.single.input-active .ts-control input {
  cursor: text;
}

.ts-wrapper {
  display: inline-block;
  min-width: 100%;
}
@media (min-width: 450px) {
  .ts-wrapper {
    min-width: 400px;
  }
}
.ts-wrapper.form-control, .xui-upload .ts-wrapper.xui-upload-zone {
  height: auto;
  padding: 0;
  border: none;
}

.custom-select-group form {
  display: flex;
}

.optgroup-header {
  font-weight: 700;
}

/* stylelint-disable plugin/stylelint-bem-namics */
.plugin-clear_button .clear-button {
  top: 40%;
  font-size: 18px;
}

.dialog {
  width: 95%;
  padding: 20px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 800px) {
  .dialog {
    width: 600px;
  }
}
.dialog ::backdrop {
  background-color: rgba(114.75, 114.75, 114.75, 0.5);
}
.dialog__close {
  border: none;
  margin-bottom: 20px;
  background: none;
  float: right;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.dialog__close:hover {
  color: hsl(21, 75%, 49%);
}

.disclosure-widget {
  padding: 10px;
  background-color: hsl(0, 0%, 98%);
}
.disclosure-widget summary {
  display: block;
}
.disclosure-widget--light {
  padding: 10px 10px 0 0;
  background-color: transparent;
}
.disclosure-widget--light .disclosure-widget__summary {
  color: hsl(0, 0%, 45%);
  font-size: 1.1rem;
}
.disclosure-widget summary::-webkit-details-marker {
  display: none;
}
.disclosure-widget__summary--opened {
  display: none;
}
.disclosure-widget[open] .disclosure-widget__summary--closed {
  display: none;
}
.disclosure-widget[open] .disclosure-widget__summary--opened {
  display: flex;
}
.disclosure-widget__summary {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.disclosure-widget__summary--opened {
  display: none;
}
.disclosure-widget > div {
  padding-top: 10px;
  margin-top: 0;
}

.enrollment-form h1 {
  margin-top: 0px;
}
.enrollment-form__checkbox {
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
}
.enrollment-form__checkbox label {
  margin-top: 0px;
}

.empty-state {
  padding: 6.25rem;
  font-size: 2.6rem;
  line-height: 3.3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .empty-state {
    padding: 9.375rem;
  }
}
.empty-state--small {
  padding: 5rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .empty-state--small {
    padding: 6.25rem;
  }
}
.empty-state--compact {
  padding: 0;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.empty-state--left {
  text-align: left;
}

.featured-course {
  display: none;
}
@media (min-width: 800px) {
  .featured-course {
    display: grid;
    height: 350px;
    padding-bottom: 0;
    margin: 20px 0;
    gap: 30px;
    grid-template-columns: 0.5fr 0.5fr;
  }
  .featured-course__image {
    width: 100%;
    height: 350px;
    margin: 0;
    object-fit: cover;
  }
  .featured-course__heading {
    display: inline-block;
    margin: 30px 0 10px;
    color: hsl(0, 0%, 15%);
    font-size: 2.6rem;
    line-height: 3.3rem;
  }
  .featured-course__heading:hover, .featured-course__heading:focus {
    color: hsl(0, 0%, 15%);
    text-decoration: underline;
  }
  .featured-course__text {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 10px;
    color: hsl(0, 0%, 15%);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
  }
  .featured-course__actions {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .featured-course {
    grid-template-columns: 0.5fr 0.4fr;
  }
}

.filter-bar {
  padding: 5rem 0 1.25rem 0;
}
.filter-bar__search {
  display: flex;
  border-bottom: 1px solid hsl(0, 0%, 83%);
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.filter-bar__search--active {
  border-bottom: 2px solid hsl(21, 75%, 49%);
}
.filter-bar__search input {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  background: none;
  color: hsl(0, 0%, 9%);
}
.filter-bar__search button {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  background: inherit;
  color: hsl(0, 0%, 83%);
}
.filter-bar__search button:focus, .filter-bar__search button:hover {
  color: hsl(21, 75%, 43%);
  text-shadow: 0px 8px 18px rgba(0, 0, 0, 0.07), 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.filter-bar__search button:active {
  text-shadow: none;
}
.filter-bar__search:focus-within .filter-bar__search-button, .filter-bar__search:hover .filter-bar__search-button {
  color: hsl(21, 75%, 49%);
  text-shadow: 0px 8px 18px rgba(0, 0, 0, 0.07), 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.filter-bar__search:focus-within .filter-bar__clear-button, .filter-bar__search:hover .filter-bar__clear-button {
  color: hsl(0, 0%, 45%);
  visibility: visible;
}
.filter-bar__search:focus-within .filter-bar__clear-button:hover, .filter-bar__search:hover .filter-bar__clear-button:hover {
  color: hsl(0, 0%, 32%);
}
.filter-bar__floating-label-search {
  position: relative;
  display: flex;
  max-width: 550px;
  padding-bottom: 5px;
  border: none;
  border-bottom: 1px solid hsl(0, 0%, 83%);
  margin-bottom: 2.5rem;
  font-size: 2.6rem;
  line-height: 3.3rem;
}
@media (min-width: 768px) {
  .filter-bar__floating-label-search {
    font-size: 3.3rem;
    line-height: 3.8rem;
  }
}
.filter-bar__floating-label-search:focus-within .filter-bar__search-button, .filter-bar__floating-label-search:hover .filter-bar__search-button {
  color: hsl(21, 75%, 49%);
  text-shadow: 0px 8px 18px rgba(0, 0, 0, 0.07), 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.filter-bar__floating-label-search:focus-within .filter-bar__clear-button, .filter-bar__floating-label-search:hover .filter-bar__clear-button {
  color: hsl(0, 0%, 45%);
  font-size: 1.8rem;
  visibility: visible;
}
.filter-bar__floating-label-search:focus-within .filter-bar__clear-button:hover, .filter-bar__floating-label-search:hover .filter-bar__clear-button:hover {
  color: hsl(0, 0%, 32%);
}
.filter-bar__floating-label-search input {
  width: 100%;
  height: 40px;
  border: none;
  background: none;
  font-size: 2.6rem;
  line-height: 3.3rem;
}
@media (min-width: 768px) {
  .filter-bar__floating-label-search input {
    height: 45px;
    font-size: 3.3rem;
  }
}
.filter-bar__floating-label-search label {
  position: absolute;
  top: -80%;
  color: hsl(0, 0%, 32%);
  font-weight: normal;
  transform-origin: left top;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), top 500ms;
  user-select: none;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .filter-bar__floating-label-search label {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.filter-bar__floating-label-search input:placeholder-shown + label {
  transform: translateY(160%);
}
@media (min-width: 768px) {
  .filter-bar__floating-label-search input:placeholder-shown + label {
    transform: translateY(130%) scale(1.8);
  }
}
.filter-bar__floating-label-search input:focus + label {
  transform: translateY(0%);
}
@media (min-width: 768px) {
  .filter-bar__floating-label-search input:focus + label {
    transform: translateY(0%);
  }
}
.filter-bar__floating-label-search button {
  border: none;
  background: inherit;
  color: hsl(0, 0%, 83%);
}
.filter-bar__floating-label-search button:focus, .filter-bar__floating-label-search button:hover {
  color: hsl(21, 75%, 43%);
  text-shadow: 0px 8px 18px rgba(0, 0, 0, 0.07), 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.filter-bar__floating-label-search button:active {
  text-shadow: none;
}
.filter-bar__floating-label-search--active {
  border-bottom: 2px solid hsl(21, 75%, 49%);
}
.filter-bar__clear-button {
  font-size: 1.4rem;
  visibility: hidden;
}
.filter-bar__wrapper {
  padding: 0 15px;
  padding-right: calc(env(safe-area-inset-left) + 15px);
  padding-left: calc(env(safe-area-inset-right) + 15px);
  max-width: 1370px;
  margin-right: auto;
  margin-left: auto;
}
.filter-bar__wrapper::after {
  display: block;
  clear: both;
  content: "";
}
.filter-bar__container {
  width: 100%;
  margin-bottom: 10px;
  background: hsl(0, 0%, 96%);
}
.filter-bar__container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding-right: calc(env(safe-area-inset-left) + 0px);
  padding-left: calc(env(safe-area-inset-right) + 0px);
  max-width: 1370px;
  margin-right: auto;
  margin-left: auto;
}
.filter-bar__container-wrapper::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .filter-bar__container-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.filter-bar__filters {
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .filter-bar__filters {
    flex-direction: row;
  }
}
.filter-bar__filters > * {
  padding: 1.25rem;
}
.filter-bar__filters label {
  display: flex;
  flex-direction: column;
  color: hsl(0, 0%, 32%);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}
.filter-bar__filters .select {
  border: none;
  border-bottom: 1px solid hsl(0, 0%, 83%);
  background-color: inherit;
  color: hsl(0, 0%, 9%);
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .filter-bar__filters .select {
    min-width: 20rem;
    max-width: 30rem;
  }
}
.filter-bar__filters .select--active {
  border-bottom: 2px solid hsl(21, 75%, 49%);
}
.filter-bar__filters .select--disabled {
  color: hsl(0, 0%, 45%);
  cursor: not-allowed;
}
.filter-bar__filters select:not(.tomselected) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.filter-bar__filters--legacy-style > *:first-child {
  padding-left: 0;
}
.filter-bar__filters--legacy-style > *:last-child {
  padding-right: 0;
}
.filter-bar .ts-control {
  height: 25px;
  padding: 0;
  border: none;
  background: transparent;
}
.filter-bar .ts-control input {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.filter-bar .ts-wrapper.select {
  max-width: none;
}
.filter-bar .ts-wrapper.multi.has-items .ts-control {
  padding: 0;
}
.filter-bar .ts-wrapper.multi.has-items .ts-control .item {
  background: hsl(0, 0%, 98%);
}
.filter-bar .ts-wrapper.multi.has-items .ts-control .item + input[placeholder] {
  visibility: hidden;
}
.filter-bar__controls {
  width: 100%;
}
.filter-bar__controls-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 0 15px;
  max-width: 1370px;
  margin-right: auto;
  margin-left: auto;
}
.filter-bar__controls-wrapper::after {
  display: block;
  clear: both;
  content: "";
}
.filter-bar__overview {
  display: none;
}
.filter-bar__results {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.filter-bar__overview-text {
  margin: 0 10px 0 0;
  color: hsl(0, 0%, 32%);
}
.filter-bar__results-count {
  margin: 0 10px 0 0;
}
.filter-bar__overview-title {
  margin-right: 5px;
  font-weight: bold;
}
.filter-bar__controls.js-fixed {
  padding: 10px 0;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.filter-bar__controls.js-fixed .filter-bar__overview {
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .filter-bar__controls.js-fixed .filter-bar__overview {
    flex-direction: row;
    align-items: center;
  }
}
.filter-bar__controls.js-fixed .filter-bar__overview,
.filter-bar__controls.js-fixed .filter-bar__results {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .filter-bar__controls.js-fixed .filter-bar__overview,
  .filter-bar__controls.js-fixed .filter-bar__results {
    justify-content: flex-start;
  }
}
.filter-bar__controls.js-fixed .filter-bar__results-count,
.filter-bar__controls.js-fixed .filter-bar__overview-text {
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  .filter-bar__controls.js-fixed .filter-bar__results-count,
  .filter-bar__controls.js-fixed .filter-bar__overview-text {
    margin: 0 10px 0 0;
  }
}
.filter-bar__controls.js-fixed .filter-bar__results {
  display: inline-flex;
  flex-direction: column;
  align-items: end;
  align-self: auto;
}
@media (min-width: 768px) {
  .filter-bar__controls.js-fixed .filter-bar__results {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
  }
}

/* We override the library styles and therefore cannot adhere to the BEM standards. */
/* stylelint-disable plugin/stylelint-bem-namics */
.flatpickr-calendar__custom-buttons {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid hsl(0, 0%, 90%);
}
.flatpickr-calendar__custom-buttons button {
  width: 100%;
  height: 60px;
  border: none;
  background: none;
  font-size: 18px;
}
.flatpickr-calendar__custom-buttons button:hover,
.flatpickr-calendar__custom-buttons button :focus {
  background: hsl(0, 0%, 93%);
}
.flatpickr-calendar__custom-buttons button:active {
  background: hsla(0, 0%, 0%, 0.2);
}
.flatpickr-calendar .flatpickr-time {
  max-height: 60px;
  line-height: 60px;
}
.flatpickr-calendar .flatpickr-time .numInputWrapper {
  height: 60px;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 60px;
}

.head-hero {
  display: inline-block;
  width: 100%;
  height: 80vw;
  min-height: 450px;
  max-height: 650px;
  background: hsl(0, 0%, 96%) top center/100% auto no-repeat;
  background-image: url("/assets/startpage/head_hero/mobile-8e84fcea.png");
  background-image: -webkit-image-set(url("/assets/startpage/head_hero/mobile-8e84fcea.png") 1x, url("/assets/startpage/head_hero/mobile.2x-2176caf6.png") 2x);
  background-image: image-set(url("/assets/startpage/head_hero/mobile-8e84fcea.png") 1x, url("/assets/startpage/head_hero/mobile.2x-2176caf6.png") 2x);
}
@media (min-width: 768px) {
  .head-hero {
    background: hsl(0, 0%, 96%) right -200px top/auto 100% no-repeat;
    background-image: url("/assets/startpage/head_hero/desktop-d2463d52.png");
    background-image: -webkit-image-set(url("/assets/startpage/head_hero/desktop-d2463d52.png") 1x, url("/assets/startpage/head_hero/desktop.2x-dfc2aee9.png") 2x);
    background-image: image-set(url("/assets/startpage/head_hero/desktop-d2463d52.png") 1x, url("/assets/startpage/head_hero/desktop.2x-dfc2aee9.png") 2x);
  }
}
@media (min-width: 1200px) {
  .head-hero {
    background: hsl(0, 0%, 96%) right top/auto 100% no-repeat;
    background-image: url("/assets/startpage/head_hero/desktop-d2463d52.png");
    background-image: -webkit-image-set(url("/assets/startpage/head_hero/desktop-d2463d52.png") 1x, url("/assets/startpage/head_hero/desktop.2x-dfc2aee9.png") 2x);
    background-image: image-set(url("/assets/startpage/head_hero/desktop-d2463d52.png") 1x, url("/assets/startpage/head_hero/desktop.2x-dfc2aee9.png") 2x);
  }
}
.head-hero__image {
  display: none;
}
@media (min-width: 768px) {
  .head-hero__image {
    display: block;
    max-width: 270px;
    max-height: 65px;
  }
}
@media (min-width: 992px) {
  .head-hero__image {
    max-width: 365px;
    max-height: 90px;
  }
}
@media (min-width: 1200px) {
  .head-hero__image {
    max-width: 480px;
    max-height: 95px;
  }
}
.head-hero__claim {
  position: relative;
  top: 60%;
  max-width: 1370px;
  padding: 0 15px;
  margin: 0 auto;
  transform: translateY(-50%);
  padding-right: calc(env(safe-area-inset-left) + 15px);
  padding-left: calc(env(safe-area-inset-right) + 15px);
}
.head-hero__heading {
  font-size: 2.6rem;
  line-height: 3.3rem;
  width: 70%;
  margin-bottom: 45px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .head-hero__heading {
    font-size: 4.2rem;
    line-height: 4.6rem;
    width: 45%;
  }
}
.head-hero--l .head-hero__heading {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .head-hero--l .head-hero__heading {
    font-size: 3.3rem;
    line-height: 3.8rem;
  }
}

.helpdesk-button {
  position: fixed;
  z-index: 1020;
  right: calc(env(safe-area-inset-right) + 10px);
  bottom: 10px;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: hsl(21, 75%, 49%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.12);
  color: hsl(0, 0%, 100%);
  font-size: 2rem;
  transition: bottom 0.1s;
}
@media (min-width: 768px) {
  .helpdesk-button {
    right: calc(env(safe-area-inset-right) + 20px);
    bottom: 20px;
    font-size: 1.8rem;
  }
}
.helpdesk-button--bottom-reached {
  bottom: 50px;
}
.helpdesk-button--bottom-reached + .helpdesk-panel {
  bottom: 130px;
}

.helpdesk-panel {
  position: fixed;
  z-index: 1030;
  top: 50px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
  width: 100%;
  background-color: hsl(0, 0%, 96%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .helpdesk-panel {
    top: auto;
    right: 20px;
    bottom: 90px;
    left: auto;
    width: 500px;
    height: auto;
    max-height: 80vh;
    overflow-x: auto;
  }
}
.helpdesk-panel label {
  margin-bottom: 5px;
  font-size: 0.9em;
  font-weight: normal;
}
.helpdesk-panel input,
.helpdesk-panel textarea,
.helpdesk-panel select {
  border-radius: 0px;
}
.helpdesk-panel input {
  height: 40px;
}
.helpdesk-panel .helpdesk-default-box {
  display: none;
  margin: 15px 25px;
}
.helpdesk-panel .helpdesk-default-box p {
  font-size: 1.4rem;
}
.helpdesk-panel .helpdesk-default-box textarea {
  resize: none;
}
.helpdesk-panel .helpdesk-result-box {
  display: none;
  margin: 15px 25px;
  overflow-x: hidden;
}

.item-status {
  display: flex;
  overflow: hidden;
  width: max-content;
  height: 50px;
  align-items: center;
  padding-bottom: 15px;
  color: hsl(0, 0%, 9%);
}
.item-status .item-status__icon {
  font-size: 2.6rem;
}
.item-status:active, .item-status:focus, .item-status:hover {
  text-decoration: none;
}
.item-status:active .item-status__content, .item-status:focus .item-status__content, .item-status:hover .item-status__content {
  color: hsl(0, 0%, 9%);
}
.item-status:active .item-status__title, .item-status:focus .item-status__title, .item-status:hover .item-status__title {
  color: hsl(21, 75%, 41%);
  text-decoration: underline;
}
.item-status:active .course-overview-item__title, .item-status:focus .course-overview-item__title, .item-status:hover .course-overview-item__title {
  color: hsl(21, 75%, 41%);
  text-decoration: underline;
}
.item-status__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
}
.item-status__title {
  margin-bottom: 0;
}
.item-status__title:hover {
  color: hsl(21, 75%, 41%);
  text-decoration: underline;
}
.item-status__text {
  margin-bottom: 0;
  font-size: 14px;
}
.item-status--link .item-status__icon {
  color: hsl(21, 75%, 49%);
}
.item-status--link:active .item-status__icon, .item-status--link:focus .item-status__icon, .item-status--link:hover .item-status__icon {
  color: hsl(21, 75%, 41%);
}
.item-status--success .item-status__icon {
  color: hsl(145, 53%, 48%);
}
.item-status--success:active .item-status__icon, .item-status--success:focus .item-status__icon, .item-status--success:hover .item-status__icon {
  color: hsl(145, 86%, 23%);
}
.item-status--error .item-status__icon {
  color: hsl(4, 78%, 48%);
}
.item-status--error:active .item-status__icon, .item-status--error:focus .item-status__icon, .item-status--error:hover .item-status__icon {
  color: hsl(4, 82%, 30%);
}
.item-status--connected .item-status__icon {
  position: relative;
  top: 0;
  display: inline-flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.4rem;
}
.item-status--connected:not(a:last-of-type) .item-status__icon::after {
  position: absolute;
  top: 33px;
  left: 50%;
  width: 2px;
  height: 100%;
  content: "";
  transform: translateX(-50%);
}
.item-status--connected .item-status__icon {
  color: hsl(0, 0%, 9%);
  border: 2px hsl(0, 0%, 9%) solid;
}
.item-status--connected .item-status__icon:not(a:last-of-type)::after {
  background: hsl(0, 0%, 9%);
}
.item-status--connected:active .item-status__icon, .item-status--connected:focus .item-status__icon, .item-status--connected:hover .item-status__icon {
  color: hsl(0, 0%, 32%);
  color: hsl(0, 0%, 32%);
  border-color: hsl(0, 0%, 32%);
}
.item-status--connected.item-status--link .item-status__icon {
  color: hsl(21, 75%, 49%);
  border: 2px hsl(21, 75%, 49%) solid;
}
.item-status--connected.item-status--link .item-status__icon:not(a:last-of-type)::after {
  background: hsl(21, 75%, 49%);
}
.item-status--connected.item-status--link:active .item-status__icon, .item-status--connected.item-status--link:focus .item-status__icon, .item-status--connected.item-status--link:hover .item-status__icon {
  color: hsl(21, 75%, 41%);
  color: hsl(21, 75%, 41%);
  border-color: hsl(21, 75%, 41%);
}
.item-status--connected.item-status--error .item-status__icon {
  color: hsl(4, 78%, 48%);
  border: 2px hsl(4, 78%, 48%) solid;
}
.item-status--connected.item-status--error .item-status__icon:not(a:last-of-type)::after {
  background: hsl(4, 78%, 48%);
}
.item-status--connected.item-status--error:active .item-status__icon, .item-status--connected.item-status--error:focus .item-status__icon, .item-status--connected.item-status--error:hover .item-status__icon {
  color: hsl(4, 82%, 30%);
  color: hsl(4, 82%, 30%);
  border-color: hsl(4, 82%, 30%);
}
.item-status--connected.item-status--success .item-status__icon {
  color: hsl(145, 53%, 48%);
  border: 2px hsl(145, 53%, 48%) solid;
}
.item-status--connected.item-status--success .item-status__icon:not(a:last-of-type)::after {
  background: hsl(145, 53%, 48%);
}
.item-status--connected.item-status--success:active .item-status__icon, .item-status--connected.item-status--success:focus .item-status__icon, .item-status--connected.item-status--success:hover .item-status__icon {
  color: hsl(145, 86%, 23%);
  color: hsl(145, 86%, 23%);
  border-color: hsl(145, 86%, 23%);
}
.item-status--dashed .item-status__icon {
  color: hsl(0, 0%, 9%);
  border: 2px hsl(0, 0%, 9%) dashed;
}
.item-status--dashed .item-status__icon:not(a:last-of-type)::after {
  background: hsl(0, 0%, 9%);
}
.item-status--dashed:active .item-status__icon, .item-status--dashed:focus .item-status__icon, .item-status--dashed:hover .item-status__icon {
  color: hsl(0, 0%, 15%);
  color: hsl(0, 0%, 15%);
  border-color: hsl(0, 0%, 15%);
}
.item-status--dashed.item-status--link .item-status__icon {
  color: hsl(21, 75%, 49%);
  border: 2px hsl(21, 75%, 49%) dashed;
}
.item-status--dashed.item-status--link .item-status__icon:not(a:last-of-type)::after {
  background: hsl(21, 75%, 49%);
}
.item-status--dashed.item-status--link:active .item-status__icon, .item-status--dashed.item-status--link:focus .item-status__icon, .item-status--dashed.item-status--link:hover .item-status__icon {
  color: hsl(21, 75%, 41%);
  color: hsl(21, 75%, 41%);
  border-color: hsl(21, 75%, 41%);
}
.item-status--dashed.item-status--error .item-status__icon {
  color: hsl(4, 78%, 48%);
  border: 2px hsl(4, 78%, 48%) dashed;
}
.item-status--dashed.item-status--error .item-status__icon:not(a:last-of-type)::after {
  background: hsl(4, 78%, 48%);
}
.item-status--dashed.item-status--error:active .item-status__icon, .item-status--dashed.item-status--error:focus .item-status__icon, .item-status--dashed.item-status--error:hover .item-status__icon {
  color: hsl(4, 82%, 30%);
  color: hsl(4, 82%, 30%);
  border-color: hsl(4, 82%, 30%);
}
.item-status--dashed.item-status--success .item-status__icon {
  color: hsl(145, 53%, 48%);
  border: 2px hsl(145, 53%, 48%) dashed;
}
.item-status--dashed.item-status--success .item-status__icon:not(a:last-of-type)::after {
  background: hsl(145, 53%, 48%);
}
.item-status--dashed.item-status--success:active .item-status__icon, .item-status--dashed.item-status--success:focus .item-status__icon, .item-status--dashed.item-status--success:hover .item-status__icon {
  color: hsl(145, 86%, 23%);
  color: hsl(145, 86%, 23%);
  border-color: hsl(145, 86%, 23%);
}
.item-status--filled .item-status__icon {
  color: hsl(0, 0%, 9%);
  border: 2px hsl(0, 0%, 9%) solid;
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 9%);
}
.item-status--filled .item-status__icon:not(a:last-of-type)::after {
  background: hsl(0, 0%, 9%);
}
.item-status--filled:active .item-status__icon, .item-status--filled:focus .item-status__icon, .item-status--filled:hover .item-status__icon {
  color: hsl(0, 0%, 15%);
  color: hsl(0, 0%, 15%);
  border-color: hsl(0, 0%, 15%);
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 15%);
}
.item-status--filled.item-status--link .item-status__icon {
  color: hsl(21, 75%, 49%);
  border: 2px hsl(21, 75%, 49%) solid;
  color: hsl(0, 0%, 100%);
  background-color: hsl(21, 75%, 49%);
}
.item-status--filled.item-status--link .item-status__icon:not(a:last-of-type)::after {
  background: hsl(21, 75%, 49%);
}
.item-status--filled.item-status--link:active .item-status__icon, .item-status--filled.item-status--link:focus .item-status__icon, .item-status--filled.item-status--link:hover .item-status__icon {
  color: hsl(21, 75%, 41%);
  color: hsl(21, 75%, 41%);
  border-color: hsl(21, 75%, 41%);
  color: hsl(0, 0%, 100%);
  background-color: hsl(21, 75%, 41%);
}
.item-status--filled.item-status--success .item-status__icon {
  color: hsl(145, 53%, 48%);
  border: 2px hsl(145, 53%, 48%) solid;
  color: hsl(0, 0%, 100%);
  background-color: hsl(145, 53%, 48%);
}
.item-status--filled.item-status--success .item-status__icon:not(a:last-of-type)::after {
  background: hsl(145, 53%, 48%);
}
.item-status--filled.item-status--success:active .item-status__icon, .item-status--filled.item-status--success:focus .item-status__icon, .item-status--filled.item-status--success:hover .item-status__icon {
  color: hsl(145, 86%, 23%);
  color: hsl(145, 86%, 23%);
  border-color: hsl(145, 86%, 23%);
  color: hsl(0, 0%, 100%);
  background-color: hsl(145, 86%, 23%);
}
.item-status--filled.item-status--error .item-status__icon {
  color: hsl(4, 78%, 48%);
  border: 2px hsl(4, 78%, 48%) solid;
  color: hsl(0, 0%, 100%);
  background-color: hsl(4, 78%, 48%);
}
.item-status--filled.item-status--error .item-status__icon:not(a:last-of-type)::after {
  background: hsl(4, 78%, 48%);
}
.item-status--filled.item-status--error:active .item-status__icon, .item-status--filled.item-status--error:focus .item-status__icon, .item-status--filled.item-status--error:hover .item-status__icon {
  color: hsl(4, 82%, 30%);
  color: hsl(4, 82%, 30%);
  border-color: hsl(4, 82%, 30%);
  color: hsl(0, 0%, 100%);
  background-color: hsl(4, 82%, 30%);
}
.item-status--disabled {
  color: hsl(0, 0%, 32%);
  cursor: not-allowed;
}
.item-status--disabled:active .item-status__title,
.item-status--disabled:active .item-status__text, .item-status--disabled:focus .item-status__title,
.item-status--disabled:focus .item-status__text, .item-status--disabled:hover .item-status__title,
.item-status--disabled:hover .item-status__text {
  color: hsl(0, 0%, 32%);
  text-decoration: none;
}
.item-status--disabled .item-status__icon {
  color: hsl(0, 0%, 32%);
  border-color: hsl(0, 0%, 32%);
  color: hsl(0, 0%, 32%);
  background-color: hsl(0, 0%, 100%);
}
.item-status--disabled .item-status__icon:not(a:last-of-type)::after {
  background: hsl(0, 0%, 32%);
}
.item-status--disabled:active .item-status__icon, .item-status--disabled:focus .item-status__icon, .item-status--disabled:hover .item-status__icon {
  color: hsl(0, 0%, 32%);
  color: hsl(0, 0%, 32%);
  border-color: hsl(0, 0%, 32%);
}
.item-status--disabled.item-status--link .item-status__icon, .item-status--disabled.item-status--success .item-status__icon, .item-status--disabled.item-status--error .item-status__icon {
  color: hsl(0, 0%, 32%);
  border-color: hsl(0, 0%, 32%);
  color: hsl(0, 0%, 32%);
  background-color: hsl(0, 0%, 100%);
}
.item-status--disabled.item-status--link .item-status__icon:not(a:last-of-type)::after, .item-status--disabled.item-status--success .item-status__icon:not(a:last-of-type)::after, .item-status--disabled.item-status--error .item-status__icon:not(a:last-of-type)::after {
  background: hsl(0, 0%, 32%);
}
.item-status--disabled.item-status--link:active .item-status__icon, .item-status--disabled.item-status--link:focus .item-status__icon, .item-status--disabled.item-status--link:hover .item-status__icon, .item-status--disabled.item-status--success:active .item-status__icon, .item-status--disabled.item-status--success:focus .item-status__icon, .item-status--disabled.item-status--success:hover .item-status__icon, .item-status--disabled.item-status--error:active .item-status__icon, .item-status--disabled.item-status--error:focus .item-status__icon, .item-status--disabled.item-status--error:hover .item-status__icon {
  color: hsl(0, 0%, 32%);
  color: hsl(0, 0%, 32%);
  border-color: hsl(0, 0%, 32%);
}

.labeled-copy-button {
  margin: 2px 0;
}
.labeled-copy-button > * {
  display: inline-block;
  padding: 1px 3px;
  border: 1px solid hsl(0, 0%, 45%);
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.labeled-copy-button__label {
  background-color: hsl(21, 74%, 94%);
}
.labeled-copy-button__value {
  overflow: hidden;
  max-width: 5em;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.labeled-copy-button__button {
  background-color: hsl(0, 0%, 96%);
}
.labeled-copy-button__button:hover {
  background-color: hsl(0, 0%, 83%);
}
.labeled-copy-button__label, .labeled-copy-button__value {
  border-right: 0;
}

/*------------------------------------*\
    $Loading-Indicators
\*------------------------------------*/
.spinner {
  display: none;
  width: 0;
  height: auto;
  opacity: 0;
}

.has-spinner.loading .xi-icon {
  animation: spin 1s infinite linear;
  cursor: progress;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.has-spinner.loading .spinner {
  display: inline;
  width: 20px; /* This doesn't work, just fix for unkown width elements */
  opacity: 1;
}

.spinner {
  width: 70px;
  margin: 100px auto 0;
  text-align: center;
}

.spinner > div {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
  background-color: #333;
}

.spinner.spinner--small > div {
  width: 10px;
  height: 10px;
}

.spinner .bounce1 {
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  animation-delay: -0.16s;
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
#loading-dimmer {
  position: fixed;
  z-index: 1040;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fade-in 1s forwards;
  background-color: hsl(0, 0%, 45%);
  cursor: wait;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
#loading-dimmer .loading-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading-dimmer .loading-wrapper .spinner > div {
  background-color: hsl(0, 0%, 9%);
}

.markdown-editor {
  position: relative;
}
.markdown-editor * {
  box-sizing: content-box;
}
.markdown-editor--with-uploads {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .markdown-editor--with-uploads {
    flex-direction: row;
  }
}
.markdown-editor--with-uploads .dropzone {
  height: 300px;
  margin: 0.5rem 0 0 0;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .markdown-editor--with-uploads .dropzone {
    width: 20%;
    margin: 0 0 0 0.5rem;
  }
}
.markdown-editor--with-uploads .dropzone,
.markdown-editor--with-uploads .xui-mdupload-zone {
  box-sizing: border-box;
}
.markdown-editor__error-message {
  margin: 0;
  color: hsl(21, 75%, 49%);
}
.markdown-editor__resize-btn {
  position: absolute;
  z-index: 1000;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  background: transparent;
  color: hsl(0, 0%, 15%);
}
.markdown-editor__resize-btn::after {
  content: "\f065";
  font-family: "Font Awesome 6 Pro";
}
.markdown-editor__resize-btn--with-scrollbar {
  right: 15px;
}
.markdown-editor__resize-btn--collapse {
  right: 0;
}
.markdown-editor__resize-btn--collapse::after {
  content: "\f066";
}
.markdown-editor__resize-btn:hover {
  border: 1px solid hsl(0, 0%, 83%);
  background: hsl(0, 0%, 98%);
}
.markdown-editor textarea[data-behavior=markdown-form-input] {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  resize: none;
}

.upload_fields_wrapper {
  position: relative;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .upload_fields_wrapper {
    width: 80%;
  }
}

.upload_fields {
  position: absolute;
  bottom: 0;
  width: 100%;
  resize: none;
}

/*------------------------------------*\
    $ToastUI overrides
\*------------------------------------*/
.toastui-editor-md-container {
  background-color: white;
}

.toastui-editor-toolbar h2 {
  color: hsl(0, 0%, 9%);
}

.toastui-editor-contents {
  font-size: 14px;
}
.toastui-editor-contents h1,
.toastui-editor-contents h2,
.toastui-editor-contents h3,
.toastui-editor-contents h4,
.toastui-editor-contents h5,
.toastui-editor-contents h6 {
  padding: 0;
  border-bottom: 0;
  margin: 1.5em 0 0 0;
}
.toastui-editor-contents p,
.toastui-editor-contents li {
  margin: 1.5em 0 0 0;
}
.toastui-editor-contents blockquote p {
  margin-top: 0;
  color: hsl(0, 0%, 15%);
  font-size: 0.75em;
}
.toastui-editor-contents ol,
.toastui-editor-contents ul {
  margin: 1.5em 1em;
}
.toastui-editor-contents ol li,
.toastui-editor-contents ul li {
  margin-top: 0.5em;
}
.toastui-editor-contents ol > li::before {
  color: inherit;
}
.toastui-editor-contents ul > li::before {
  background-color: hsl(0, 0%, 9%);
}
.toastui-editor-contents a {
  color: hsl(21, 75%, 49%);
  text-decoration: none;
}
.toastui-editor-contents a:hover {
  color: hsl(21, 75%, 41%);
  text-decoration: underline;
}
.toastui-editor-contents pre {
  padding: 0;
  border: 1px solid #ccc;
  margin: 1.5em 0 0;
  background-color: #f5f5f5;
}
.toastui-editor-contents table {
  border: none;
}
.toastui-editor-contents table thead tr {
  border-bottom: 2px solid hsl(0, 0%, 0%);
  background: rgba(114.75, 114.75, 114.75, 0.5);
}
.toastui-editor-contents table td,
.toastui-editor-contents table th {
  height: auto;
  padding: 2px;
  border: none;
  margin: 2px;
}
.toastui-editor-contents table th {
  background: inherit;
  color: hsl(0, 0%, 9%);
  font-weight: bold;
}
.toastui-editor-contents table tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.5);
}
.toastui-editor-contents table tbody tr:nth-child(even) {
  background: rgba(114.75, 114.75, 114.75, 0.5);
}
.toastui-editor-contents del {
  color: hsl(0, 0%, 9%);
}
.toastui-editor-contents :first-child {
  margin-top: 15px;
}
.toastui-editor-contents :last-child {
  margin-bottom: 15px;
}

.toastui-editor-md-marked-text,
.toastui-editor-md-block-quote {
  color: hsl(0, 0%, 15%);
}

.toastui-editor-md-meta,
.toastui-editor-md-html,
.toastui-editor-md-link.toastui-editor-md-link-url.toastui-editor-md-marked-text,
.toastui-editor-contents blockquote p,
.toastui-editor-contents blockquote ul,
.toastui-editor-contents blockquote ol,
.toastui-editor-contents blockquote,
.toastui-editor-contents del,
.ProseMirror .placeholder {
  color: hsl(0, 0%, 32%);
}

.meter__label {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-weight: normal;
  transform: translate(-50%, -50%);
}
.meter {
  position: relative;
  width: 100%;
  height: 20px;
}
.meter meter[value] {
  display: block;
  width: 100%;
  height: 20px;
  border: none;
  /* Reset the default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* Override background gradient in Firefox */
  background: hsl(0, 0%, 96%);
}
.meter {
  /* Chrome and Safari */
}
.meter meter::-webkit-meter-bar {
  height: 20px;
  background: hsl(0, 0%, 96%);
}
.meter meter::-webkit-meter-optimum-value {
  background: hsl(145, 53%, 48%);
}
.meter {
  /* Firefox */
}
.meter meter::-moz-meter-bar {
  background: hsl(145, 53%, 48%);
}
.meter--info {
  /* Chrome and Safari */
}
.meter--info meter::-webkit-meter-optimum-value {
  background: hsl(47, 90%, 60%);
}
.meter--info {
  /* Firefox */
}
.meter--info meter::-moz-meter-bar {
  background: hsl(47, 90%, 60%);
}
.meter--white meter[value] {
  background: hsl(0, 0%, 100%);
}
.meter--white {
  /* Chrome and Safari */
}
.meter--white meter::-webkit-meter-bar {
  background: hsl(0, 0%, 100%);
}

.section-progress__item {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.section-progress__content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 20px;
  gap: 40px;
}
@media (min-width: 800px) {
  .section-progress__content {
    flex-direction: row;
    gap: 20px;
  }
}
.section-progress__material-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  gap: 5px;
}
.section-progress__material-items a {
  text-decoration: none;
}
.section-progress__material-item {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: hsl(0, 0%, 96%);
}
.section-progress__material-item .xi-icon {
  color: hsl(0, 0%, 9%);
  font-size: 16px;
}
.section-progress__material-item--completed {
  background: linear-gradient(hsl(145, 53%, 48%), hsl(145, 53%, 48%)) left bottom/100% var(--percentage), hsl(0, 0%, 96%);
  background-clip: padding-box;
  background-repeat: no-repeat;
}
.section-progress__material-item--critical {
  background: linear-gradient(hsl(4, 78%, 48%), hsl(4, 78%, 48%)) left bottom/100% var(--percentage), hsl(0, 0%, 96%);
  background-clip: padding-box;
  background-repeat: no-repeat;
}
.section-progress__material-item--warning {
  background: linear-gradient(hsl(47, 90%, 60%), hsl(47, 90%, 60%)) left bottom/100% var(--percentage), hsl(0, 0%, 96%);
  background-clip: padding-box;
  background-repeat: no-repeat;
}
.section-progress__material-item--optional {
  border: 1px, dashed, hsl(0, 0%, 45%);
  background-color: hsl(0, 0%, 98%);
}
.section-progress__statistics {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 580px) {
  .section-progress__statistics {
    flex-direction: row;
  }
}
@media (min-width: 800px) {
  .section-progress__statistics {
    flex-direction: column;
  }
}
.section-progress__statistic-percentage {
  font-size: 2.6rem;
  line-height: 3.3rem;
  display: flex;
  align-items: center;
  color: hsl(0, 0%, 15%);
  text-align: right;
}
@media (min-width: 800px) {
  .section-progress__statistic-percentage {
    justify-content: flex-end;
  }
}
.section-progress__statistic-percentage span {
  color: hsl(0, 0%, 15%);
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (min-width: 800px) {
  .section-progress__statistic-percentage span {
    padding-right: 5px;
    border-right: 2px solid hsl(0, 0%, 83%);
  }
}
.section-progress__statistic {
  display: grid;
  grid-template-columns: auto;
}
@media (min-width: 800px) {
  .section-progress__statistic {
    gap: 10px;
    grid-template-columns: auto 230px;
  }
}
.section-progress__statistic-item {
  display: flex;
  align-items: center;
  color: hsl(0, 0%, 15%);
  font-weight: bold;
  gap: 5px;
}
.section-progress__statistic-item-data {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 800px) {
  .section-progress__statistic-item-data {
    flex-wrap: nowrap;
  }
}
.section-progress__titlebar {
  display: grid;
  width: 100%;
  padding: 10px;
  border: none;
  background-color: hsl(0, 0%, 96%);
  gap: 10px;
  grid-template-areas: "title" "info" "score-bars";
}
@media (min-width: 800px) {
  .section-progress__titlebar {
    grid-template-areas: "title info" "score-bars score-bars";
  }
}
@media (min-width: 1440px) {
  .section-progress__titlebar {
    grid-template-areas: "title score-bars info";
    grid-template-columns: 300px auto 180px;
  }
}
.section-progress__titlebar[aria-expanded=false] + .section-progress__content {
  display: none;
}
.section-progress__titlebar[aria-expanded=false] .section-progress__icon::before {
  content: "\f078";
}
.section-progress__titlebar[aria-expanded=true] + .section-progress__content {
  display: flex;
}
.section-progress__titlebar[aria-expanded=true] .section-progress__icon::before {
  content: "\f077";
}
.section-progress__icon {
  margin-right: 10px;
  font: var(--fa-font-regular);
}
.section-progress__trigger {
  display: flex;
  align-items: center;
  font-weight: bold;
  grid-area: title;
}
.section-progress__title {
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.section-progress__score-bar {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: end;
  margin: 0 auto;
  gap: 10px;
  grid-area: score-bars;
}
@media (min-width: 800px) {
  .section-progress__score-bar {
    flex-direction: row;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .section-progress__score-bar {
    justify-content: center;
    margin: 0;
  }
}
.section-progress__score {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  gap: 3px;
}
.section-progress__score > label {
  margin-top: 0;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
@media (min-width: 800px) {
  .section-progress__score {
    flex-direction: column;
  }
  .section-progress__score > label {
    min-width: auto;
  }
}
@media (min-width: 1440px) {
  .section-progress__score {
    width: auto;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.section-progress__score-empty, .section-progress__score-progress {
  width: 100%;
}
.section-progress__score-empty p, .section-progress__score-progress p {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .section-progress__score-empty, .section-progress__score-progress {
    min-width: 150px;
  }
}
.section-progress__completed-items {
  color: hsl(0, 0%, 32%);
  grid-area: info;
  white-space: nowrap;
}
@media (min-width: 800px) {
  .section-progress__completed-items {
    justify-self: end;
  }
}
.section-progress__completed-items p {
  margin-bottom: 0;
}
.section-progress__legend {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.section-progress__legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.section-progress__legend-icon {
  min-width: 20px;
  min-height: 20px;
  margin-right: 10px;
  background-color: hsl(0, 0%, 96%);
}
.section-progress__legend-icon--completed {
  background-color: hsl(145, 53%, 48%);
}
.section-progress__legend-icon--critical {
  background: linear-gradient(to top, hsl(4, 78%, 48%) 20%, hsl(0, 0%, 96%) 0);
}
.section-progress__legend-icon--warning {
  background: linear-gradient(to top, hsl(47, 90%, 60%) 50%, hsl(0, 0%, 96%) 0);
}
.section-progress__legend-icon--optional {
  border: 1px, dashed, hsl(0, 0%, 45%);
  background-color: hsl(0, 0%, 98%);
}
.section-progress__legend-icon span {
  margin-left: 5px;
}

.bottom-navigation {
  display: flex;
  flex-direction: column;
}
.bottom-navigation__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.bottom-navigation__text {
  color: hsl(0, 0%, 32%);
}
.bottom-navigation__icon {
  font-size: 1.8rem;
}
.bottom-navigation__item {
  display: flex;
  max-width: 45%;
  align-items: center;
  margin: 20px 0;
  text-align: right;
}
.bottom-navigation__item > * {
  margin-right: 10px;
}
.bottom-navigation__item:hover .bottom-navigation__title, .bottom-navigation__item:active .bottom-navigation__title, .bottom-navigation__item:focus .bottom-navigation__title {
  color: hsl(21, 75%, 41%);
  text-decoration: underline;
}
.bottom-navigation__item .bottom-navigation__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bottom-navigation__item--prev {
  text-align: left;
}
.bottom-navigation__item--prev .bottom-navigation__arrow {
  order: 1;
}
.bottom-navigation__item--prev .bottom-navigation__icon {
  order: 2;
}
.bottom-navigation__item--prev .bottom-navigation__text {
  order: 3;
}
.bottom-navigation__item--next {
  margin-left: auto;
}
.bottom-navigation__nav-text {
  margin: 0;
  color: hsl(21, 75%, 49%);
  font-weight: bold;
}
.bottom-navigation__title {
  display: none;
}
@media (min-width: 768px) {
  .bottom-navigation__title {
    display: inline;
  }
}

.slider {
  position: relative;
  display: flex;
  width: 100%;
}
.slider.slider--light .slider__content {
  scrollbar-color: hsl(0, 0%, 83%) transparent;
  scrollbar-width: thin;
}
.slider.slider--light .slider__content::-webkit-scrollbar {
  height: 7px;
}
.slider.slider--light .slider__content::-webkit-scrollbar-thumb {
  border-radius: 0px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  background: hsl(0, 0%, 83%);
  background-clip: content-box;
}
@media (min-width: 800px) {
  .slider.slider--light .slider__content::-webkit-scrollbar-thumb {
    border: 0;
    background-clip: initial;
  }
}
.slider.slider--light .slider__content::-webkit-scrollbar-thumb:hover {
  background: hsl(0, 0%, 45%);
}
@media (min-width: 800px) {
  .slider.slider--light .slider__content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px hsl(0, 0%, 45%);
  }
}
.slider.slider--light .slider__scroll-button {
  background-color: rgba(255, 255, 255, 0.65);
}
.slider.slider--light .slider__scroll-button .xi-icon {
  color: hsl(0, 0%, 15%);
}
.slider.slider--light .slider__scroll-button:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.slider.slider--dark .slider__content {
  scrollbar-color: hsl(0, 0%, 32%) transparent;
  scrollbar-width: thin;
}
.slider.slider--dark .slider__content::-webkit-scrollbar {
  height: 7px;
}
.slider.slider--dark .slider__content::-webkit-scrollbar-thumb {
  border-radius: 0px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  background: hsl(0, 0%, 32%);
  background-clip: content-box;
}
@media (min-width: 800px) {
  .slider.slider--dark .slider__content::-webkit-scrollbar-thumb {
    border: 0;
    background-clip: initial;
  }
}
.slider.slider--dark .slider__content::-webkit-scrollbar-thumb:hover {
  background: hsl(0, 0%, 45%);
}
@media (min-width: 800px) {
  .slider.slider--dark .slider__content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px hsl(0, 0%, 45%);
  }
}
.slider.slider--dark .slider__scroll-button {
  background-color: rgba(38.25, 38.25, 38.25, 0.65);
}
.slider.slider--dark .slider__scroll-button .xi-icon {
  color: hsl(0, 0%, 100%);
}
.slider.slider--dark .slider__scroll-button:hover {
  background-color: rgba(38.25, 38.25, 38.25, 0.75);
}
.slider.slider--custom .slider__content {
  scrollbar-color: hsl(0, 0%, 83%) transparent;
  scrollbar-width: thin;
}
.slider.slider--custom .slider__content::-webkit-scrollbar {
  height: 7px;
}
.slider.slider--custom .slider__content::-webkit-scrollbar-thumb {
  border-radius: 0px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  background: hsl(0, 0%, 83%);
  background-clip: content-box;
}
@media (min-width: 800px) {
  .slider.slider--custom .slider__content::-webkit-scrollbar-thumb {
    border: 0;
    background-clip: initial;
  }
}
.slider.slider--custom .slider__content::-webkit-scrollbar-thumb:hover {
  background: hsl(0, 0%, 45%);
}
@media (min-width: 800px) {
  .slider.slider--custom .slider__content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px hsl(0, 0%, 45%);
  }
}
.slider.slider--custom .slider__scroll-button {
  background-color: rgba(218.6625, 96.83625, 31.2375, 0.65);
}
.slider.slider--custom .slider__scroll-button .xi-icon {
  color: hsl(21, 75%, 20%);
}
.slider.slider--custom .slider__scroll-button:hover {
  background-color: rgba(218.6625, 96.83625, 31.2375, 0.75);
}
.slider__content {
  display: flex;
  min-width: 100%;
  flex-wrap: nowrap;
  padding: 0 15px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scroll-padding: 10px;
  scroll-snap-type: x mandatory;
}
@media (min-width: 580px) {
  .slider__content {
    scroll-padding: 50px;
  }
}
@media (min-width: 800px) {
  .slider__content {
    padding: 0;
  }
}
.slider__content::after {
  padding-right: 1px;
  content: "";
}
.slider__item {
  flex: 0 0 90%;
  margin-right: 10px;
  scroll-snap-align: center;
}
.slider__item:nth-last-of-type(2) {
  margin-right: 0;
}
@media (min-width: 580px) {
  .slider__item {
    flex-basis: 45%;
    scroll-snap-align: start;
  }
}
@media (min-width: 800px) {
  .slider__item {
    flex-basis: 30%;
  }
}
@media (min-width: 1440px) {
  .slider__item {
    flex-basis: 23%;
  }
}
.slider__item > * {
  margin: 0;
}
.slider__item > * {
  box-shadow: none;
}
.slider__scroll-button {
  position: absolute;
  z-index: 1;
  left: 0;
  display: none;
  width: 50px;
  height: 100%;
  border: none;
  transition: transform 0.4s ease;
}
@media (min-width: 580px) {
  .slider__scroll-button {
    display: block;
  }
}
.slider__scroll-button .xi-icon {
  backface-visibility: hidden;
  transition: transform 0.4s ease;
}
.slider__scroll-button:hover {
  transform: scaleX(1.1) translateX(2px);
}
.slider__scroll-button:hover .xi-icon {
  transform: scaleX(0.9) translateX(3px);
}
.slider__scroll-button--right {
  right: 0;
  left: auto;
}
.slider__scroll-button--right:hover {
  transform: scaleX(1.1) translateX(-2px);
}
.slider__scroll-button--right:hover .xi-icon {
  transform: scaleX(0.9) translateX(-3px);
}
.slider [data-slider-target=intersector-left],
.slider [data-slider-target=intersector-right] {
  display: none;
}
@media (min-width: 580px) {
  .slider [data-slider-target=intersector-left],
  .slider [data-slider-target=intersector-right] {
    display: block;
  }
}

.table_of_contents {
  padding-left: 0;
  background-color: hsl(0, 0%, 100%);
}
.table_of_contents .navigation-item {
  list-style-type: none;
}
.table_of_contents .navigation-item__icon {
  width: 16px;
  color: hsl(0, 0%, 32%);
  text-align: center;
}
.table_of_contents .navigation-item__icon + .navigation-item__text {
  margin-left: 7px;
}
.table_of_contents .navigation-item__control {
  margin-top: 2px;
  margin-left: 7px;
  color: hsl(0, 0%, 32%);
}
.table_of_contents .navigation-item__main {
  position: relative;
  display: inline-flex;
  height: 50px;
  align-items: center;
  padding: 0 20px;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 9%);
  font-weight: normal;
}
.table_of_contents .navigation-item__main--link:focus {
  outline: 3px auto Highlight;
  outline: 3px auto -webkit-focus-ring-color;
}
.table_of_contents .navigation-item__main:hover {
  background-color: hsl(22, 80%, 98%);
  color: hsl(21, 75%, 14%);
  text-decoration: none;
}
.table_of_contents .navigation-item__main:hover .navigation-item__icon,
.table_of_contents .navigation-item__main:hover .navigation-item__control {
  color: inherit;
}
.table_of_contents .navigation-item__main:focus, .table_of_contents .navigation-item__main:active, .table_of_contents .navigation-item__main--active {
  background-color: hsl(21, 74%, 94%);
  color: hsl(21, 75%, 14%);
  outline-offset: -2px;
  text-decoration: none;
}
.table_of_contents .navigation-item__main:focus .navigation-item__icon,
.table_of_contents .navigation-item__main:focus .navigation-item__control, .table_of_contents .navigation-item__main:active .navigation-item__icon,
.table_of_contents .navigation-item__main:active .navigation-item__control, .table_of_contents .navigation-item__main--active .navigation-item__icon,
.table_of_contents .navigation-item__main--active .navigation-item__control {
  color: inherit;
}
.table_of_contents .navigation-item__main--locked {
  color: hsl(0, 0%, 45%);
  cursor: not-allowed;
}
.table_of_contents ul {
  padding-left: 20px;
}
.table_of_contents .navigation-item__icon + .navigation-item__text {
  margin-left: 12px;
}
.table_of_contents .navigation-item__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.table_of_contents .navigation-item__main {
  width: 100%;
  height: 40px;
  border-left: 3px solid transparent;
}
.table_of_contents .navigation-item__main--active {
  border-left: 3px solid hsl(21, 75%, 49%);
}
.table_of_contents .navigation-item__main--active + ul {
  border-left: 3px solid hsl(21, 75%, 49%);
}
.table_of_contents ul .navigation-item {
  border-left: 1px solid hsl(0, 0%, 83%);
}
.table_of_contents ul .navigation-item__main {
  height: 30px;
}
.table_of_contents ul .navigation-item__main--active {
  border-left: 3px solid transparent;
  background-color: transparent;
  font-weight: bold;
}
.table_of_contents ul .navigation-item__main:hover {
  background-color: hsl(22, 80%, 98%);
}
.table_of_contents ul .navigation-item__main:focus, .table_of_contents ul .navigation-item__main:active {
  background-color: hsl(21, 74%, 94%);
}

.tile-container {
  container-type: inline-size;
}

.tile {
  font-size: 1.4rem;
  line-height: 2rem;
}
.tile__title {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.tile--m {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.tile--m .tile__title {
  font-size: 2.6rem;
  line-height: 3.3rem;
}
.tile__text {
  color: hsl(0, 0%, 15%);
}
.tile__link {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  margin-top: 15px;
  color: hsl(21, 75%, 49%);
}
.tile__link:hover {
  color: hsl(21, 75%, 43%);
}
.tile__link:hover a {
  text-decoration: none;
}
.tile__link .xi-icon {
  margin-left: 5px;
}
.tile__image {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 0 15px 0;
  object-fit: cover;
}
.tile--with-decoration .tile__title {
  padding: 5px 15px;
  border-left: 4px solid hsl(21, 75%, 49%);
}
.tile--with-decoration .tile__text,
.tile--with-decoration .tile__link {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .tile {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .tile__title {
    margin-bottom: 1.25rem;
    font-size: 2.6rem;
    line-height: 3.3rem;
  }
  .tile--m {
    font-size: 2.6rem;
    line-height: 3.3rem;
  }
  .tile--m .tile__title {
    font-size: 3.3rem;
    line-height: 3.8rem;
  }
  .tile--with-decoration .tile__title {
    padding: 5px 25px;
  }
  .tile--with-decoration .tile__text,
  .tile--with-decoration .tile__link {
    padding-left: 30px;
  }
}
@container (min-width: 768px) {
  .tile--with-image {
    display: grid;
    padding-bottom: 20px;
    gap: 30px;
    grid-template-columns: 0.33fr 0.66fr;
  }
  .tile--with-image .tile__title {
    margin-top: 30px;
  }
  .tile__image {
    height: 350px;
    margin: 0;
  }
}

.tiles-group {
  max-width: 1370px;
  padding: 50px 15px;
  padding-right: calc(env(safe-area-inset-left) + 15px);
  padding-left: calc(env(safe-area-inset-right) + 15px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tiles-group {
    padding: 100px 15px;
    padding-right: calc(env(safe-area-inset-left) + 15px);
    padding-left: calc(env(safe-area-inset-right) + 15px);
  }
}
.tiles-group__title {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tiles-group__title {
    font-size: 3.3rem;
    line-height: 3.8rem;
    margin-bottom: 40px;
  }
}
.tiles-group__tiles {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .tiles-group__tiles {
    gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.tiles-group .tile-container:nth-child(3n+1) .tile--with-decoration .tile__title {
  border-left: 4px solid hsl(21, 75%, 49%);
}
.tiles-group .tile-container:nth-child(3n+2) .tile--with-decoration .tile__title {
  border-left: 4px solid hsl(343, 86%, 37%);
}
.tiles-group .tile-container:nth-child(3n+3) .tile--with-decoration .tile__title {
  border-left: 4px solid hsl(37, 90%, 56%);
}

.transcript {
  position: relative;
  border: 1px solid hsl(0, 0%, 9%);
  font-size: 16px;
}
.transcript__cues {
  overflow: auto;
  height: 200px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.transcript__cues > * {
  display: flex;
  padding: 10px;
  border-top: 1px solid hsl(0, 0%, 96%);
}
.transcript__cues > *:hover {
  color: hsl(21, 75%, 49%);
}
.transcript__cues > *[aria-current=true] {
  background-color: hsl(21, 75%, 89.8%);
}
.transcript__empty-state {
  position: absolute;
  top: 50%;
  left: 50%;
  color: hsl(0, 0%, 32%);
  text-align: center;
  transform: translate(-50%, -50%);
}
.transcript__start-time {
  margin-right: 15px;
}

.pages-header {
  width: 100%;
  background-color: hsl(0, 0%, 96%);
}
.pages-header__container {
  max-width: 1370px;
  padding: 30px 15px;
  margin: 0 auto;
}
.pages-header__title {
  font-size: 2.6rem;
  line-height: 3.3rem;
  margin: 0;
  color: hsl(0, 0%, 9%);
  font-weight: normal;
}
@media (min-width: 580px) {
  .pages-header__title {
    font-size: 3.3rem;
    line-height: 3.8rem;
  }
}
.pages-header__subtitle {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-top: 4px;
  color: hsl(0, 0%, 32%);
}
.pages-header__pill {
  margin-bottom: 10px;
}
.pages-header--slim .pages-header__container {
  padding: 15px 15px;
}
@media (min-width: 580px) {
  .pages-header--slim .pages-header__title-wrapper {
    display: flex;
    align-items: center;
  }
}
.pages-header--slim .pages-header__pill {
  margin-bottom: 5px;
}
@media (min-width: 580px) {
  .pages-header--slim .pages-header__pill {
    order: 2;
    margin-bottom: 0;
    margin-left: 7px;
  }
}
.pages-header--slim .pages-header__title {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.pages-header--slim .pages-header__subtitle {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 0;
}

.pill {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid hsl(0, 0%, 45%);
  border-radius: 100px;
  margin: 0;
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 32%);
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 2rem;
}
.pill--small {
  padding: 2px 7px;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.pill--note {
  border: 1px solid hsl(208, 56%, 53%);
  background-color: hsl(208, 56%, 90%);
  color: hsl(208, 56%, 13%);
}
.pill--success {
  border: 1px solid hsl(145, 53%, 48%);
  background-color: hsl(145, 53%, 90%);
  color: hsl(144, 84%, 10%);
}
.pill--information {
  border-color: hsl(47, 90%, 60%);
  background-color: hsl(46, 95%, 89%);
  color: hsl(47, 90%, 13%);
}
.pill--error {
  border-color: hsl(4, 78%, 48%);
  background-color: hsl(5, 76%, 90%);
  color: hsl(2, 97%, 12%);
}

.promotion {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.promotion a {
  text-decoration: none;
}
.promotion:hover .xi-icon {
  transform: translateX(-10px);
  transition-delay: 0.25s;
}
@media (min-width: 580px) {
  .promotion:hover .xi-icon .xi-icon {
    transform: translateX(-25px);
  }
}
.promotion .xi-icon {
  align-self: center;
  font-size: 3.3rem;
  transition: transform 0.25s ease;
}
@media (min-width: 580px) {
  .promotion .xi-icon {
    font-size: 4.2rem;
  }
}
.promotion--with-image {
  position: relative;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.promotion__content {
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 1370px;
  align-items: center;
  justify-content: space-between;
  padding: 50px 15px;
  padding-right: calc(env(safe-area-inset-left) + 15px);
  padding-left: calc(env(safe-area-inset-right) + 15px);
}
.promotion__content > :first-child {
  max-width: 70%;
}
@media (min-width: 580px) {
  .promotion__content > :first-child {
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .promotion__content > :first-child {
    width: 50%;
  }
}
.promotion__title {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (min-width: 580px) {
  .promotion__title {
    font-size: 2.6rem;
    font-weight: 3.3rem;
  }
}
.promotion__text {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (min-width: 1440px) {
  .promotion__text {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.promotion__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsl(0, 0%, 0%);
}
.promotion__overlay--primary {
  background-color: hsl(21, 75%, 49%);
}
.promotion__overlay--secondary {
  background-color: hsl(343, 86%, 37%);
}
.promotion__overlay--tertiary {
  background-color: hsl(37, 90%, 56%);
}
.promotion--black {
  background-color: hsl(0, 0%, 15%);
  color: hsl(0, 0%, 100%);
}
.promotion--black a {
  color: hsl(0, 0%, 100%);
}
.promotion--primary {
  background-color: hsl(21, 75%, 49%);
  color: hsl(0, 0%, 100%);
}
.promotion--primary a {
  color: hsl(0, 0%, 100%);
}
.promotion--secondary {
  background-color: hsl(343, 86%, 37%);
  color: hsl(0, 0%, 100%);
}
.promotion--secondary a {
  color: hsl(0, 0%, 100%);
}
.promotion--tertiary {
  background-color: hsl(37, 90%, 56%);
  color: hsl(38, 91%, 18%);
}
.promotion--tertiary a {
  color: hsl(38, 91%, 18%);
}

.podcast {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}
.podcast__title {
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: hsl(0, 0%, 100%);
}
@media (min-width: 580px) {
  .podcast__title {
    font-size: 2.6rem;
    line-height: 3.3rem;
  }
}
.podcast__content {
  display: flex;
  width: 100%;
  max-width: 1370px;
  align-items: center;
  justify-content: space-between;
  padding: 50px 15px;
  margin: 0 auto;
}
.podcast__content a {
  text-decoration: none;
}
.podcast__call_to_action {
  display: flex;
  flex-direction: column;
}
@media (min-width: 580px) {
  .podcast__call_to_action {
    flex-direction: row;
  }
}
.podcast .xi-icon {
  font-size: 3.3rem;
}
@media (min-width: 580px) {
  .podcast .xi-icon {
    font-size: 4.2rem;
  }
}
.podcast .arrow-icon {
  transition: transform 0.25s ease;
}
.podcast .arrow-icon a {
  color: hsl(0, 0%, 100%);
}
.podcast .arrow-icon:hover {
  transform: translateX(-10px);
  transition-delay: 0.25s;
}
@media (min-width: 580px) {
  .podcast .arrow-icon:hover .arrow-icon {
    transform: translateX(-25px);
  }
}
.podcast__btn {
  display: flex;
  max-width: 120px;
  max-height: 50px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  margin: 10px;
  text-decoration: none;
  border-color: hsl(0, 0%, 83%);
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
}
.podcast__btn:focus, .podcast__btn.focus {
  border-color: hsl(0, 0%, 58%);
  background-color: hsl(0, 0%, 90%);
  color: hsl(0, 0%, 0%);
}
.podcast__btn:hover {
  border-color: hsl(0, 0%, 71%);
  background-color: hsl(0, 0%, 90%);
  color: hsl(0, 0%, 0%);
}
.podcast__btn:active, .podcast__btn.active, .open > .podcast__btn.dropdown-toggle {
  border-color: hsl(0, 0%, 71%);
  background-color: hsl(0, 0%, 90%);
  background-image: none;
  color: hsl(0, 0%, 0%);
}
.podcast__btn:active:hover, .podcast__btn:active:focus, .podcast__btn:active.focus, .podcast__btn.active:hover, .podcast__btn.active:focus, .podcast__btn.active.focus, .open > .podcast__btn.dropdown-toggle:hover, .open > .podcast__btn.dropdown-toggle:focus, .open > .podcast__btn.dropdown-toggle.focus {
  border-color: hsl(0, 0%, 71%);
  background-color: hsl(0, 0%, 83%);
  color: hsl(0, 0%, 0%);
}
.podcast__btn.disabled:hover, .podcast__btn.disabled:focus, .podcast__btn.disabled.focus, .podcast__btn[disabled]:hover, .podcast__btn[disabled]:focus, .podcast__btn[disabled].focus, fieldset[disabled] .podcast__btn:hover, fieldset[disabled] .podcast__btn:focus, fieldset[disabled] .podcast__btn.focus {
  border-color: hsl(0, 0%, 83%);
  background-color: hsl(0, 0%, 100%);
}
.podcast__btn .badge, .podcast__btn .icon-box .item .overlay, .icon-box .item .podcast__btn .overlay {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}
.podcast__btn > span {
  margin-right: 10px;
}
@media (min-width: 580px) {
  .podcast__btn {
    padding: 30px 20px;
  }
}

.quiz-recap {
  --qr-color-primary: hsl(21, 75%, 49%);
  --qr-color-primary-dark: hsl(21, 75%, 43%);
  --qr-color-neutral: hsl(0, 0%, 32%);
  --qr-color-neutral-light: hsl(0, 0%, 96%);
  --qr-color-neutral-dark: hsl(0, 0%, 15%);
  --qr-color-success: hsl(145, 53%, 48%);
  --qr-color-success-light: hsl(145, 53%, 90%);
  --qr-color-success-dark: hsl(145, 86%, 23%);
  --qr-color-danger: hsl(4, 78%, 48%);
  --qr-color-danger-light: hsl(5, 76%, 90%);
  --qr-color-danger-dark: hsl(4, 79%, 39%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.quiz-recap legend {
  border-bottom: none;
}
.quiz-recap input {
  margin-top: 0;
}
.quiz-recap label {
  margin-top: 0;
  font-weight: normal;
}

.report-button {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
  color: hsl(0, 0%, 32%);
  cursor: pointer;
}
.report-button .report-button__icon {
  margin-right: 3px;
  color: hsl(0, 0%, 45%);
}
.report-button.report-button:hover, .report-button.report-button:focus {
  color: hsl(0, 0%, 9%);
  text-decoration: none;
}
.report-button.report-button:hover .report-button__icon, .report-button.report-button:focus .report-button__icon {
  color: hsl(0, 0%, 9%);
}

.navigation-bar {
  position: sticky;
  z-index: 1040;
  top: 0;
  min-height: 50px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 1px 0 hsl(0, 0%, 96%);
}
.navigation-bar__content {
  display: flex;
  max-width: 1370px;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  background-color: hsl(0, 0%, 100%);
}
.navigation-bar__left, .navigation-bar__right {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
@media (min-width: 720px) {
  .navigation-bar__right .navigation-item__menu,
  .navigation-bar__right .navigation-profile-item__menu {
    right: 0;
    white-space: nowrap;
  }
  .navigation-bar__right .navigation-item__menu .navigation-item__menu,
  .navigation-bar__right .navigation-profile-item__menu .navigation-item__menu {
    right: 100%;
    left: auto;
  }
}
.navigation-bar__right .courses-menu-item__menu {
  right: 0;
}
@media (min-width: 720px) {
  .navigation-bar__right .navigation-item,
  .navigation-bar__right .navigation-profile-item {
    position: relative;
  }
}
.navigation-bar__left--desktop {
  flex-grow: 1;
  flex-wrap: wrap;
}
.navigation-bar__content--mobile {
  justify-content: space-between;
}
@media (min-width: 720px) {
  .navigation-bar__content--mobile {
    display: none;
  }
}
.navigation-bar__content--desktop {
  display: none;
  justify-content: flex-end;
  padding: 0 15px;
  padding-right: calc(env(safe-area-inset-left) + 15px);
  padding-left: calc(env(safe-area-inset-right) + 15px);
}
@media (min-width: 720px) {
  .navigation-bar__content--desktop {
    display: flex;
  }
}
.navigation-bar__left-container {
  display: inline-flex;
}
@media (min-width: 720px) {
  .navigation-bar__logo {
    padding-right: 20px;
  }
}

.navigation-item {
  list-style-type: none;
}
.navigation-item__icon {
  width: 16px;
  color: hsl(0, 0%, 32%);
  text-align: center;
}
.navigation-item__icon + .navigation-item__text {
  margin-left: 7px;
}
.navigation-item__control {
  margin-top: 2px;
  margin-left: 7px;
  color: hsl(0, 0%, 32%);
}
.navigation-item__main {
  position: relative;
  display: inline-flex;
  height: 50px;
  align-items: center;
  padding: 0 20px;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 9%);
  font-weight: normal;
}
.navigation-item__main--link:focus {
  outline: 3px auto Highlight;
  outline: 3px auto -webkit-focus-ring-color;
}
.navigation-item__main:hover {
  background-color: hsl(22, 80%, 98%);
  color: hsl(21, 75%, 14%);
  text-decoration: none;
}
.navigation-item__main:hover .navigation-item__icon,
.navigation-item__main:hover .navigation-item__control {
  color: inherit;
}
.navigation-item__main:focus, .navigation-item__main:active, .navigation-item__main--active {
  background-color: hsl(21, 74%, 94%);
  color: hsl(21, 75%, 14%);
  outline-offset: -2px;
  text-decoration: none;
}
.navigation-item__main:focus .navigation-item__icon,
.navigation-item__main:focus .navigation-item__control, .navigation-item__main:active .navigation-item__icon,
.navigation-item__main:active .navigation-item__control, .navigation-item__main--active .navigation-item__icon,
.navigation-item__main--active .navigation-item__control {
  color: inherit;
}
.navigation-item__main--locked {
  color: hsl(0, 0%, 45%);
  cursor: not-allowed;
}

.navigation-item__menu {
  position: absolute;
  z-index: 1;
  left: 0;
  overflow: auto;
  width: 100%;
  max-height: 90vh;
  padding-left: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 720px) {
  .navigation-item__menu {
    left: auto;
    width: auto;
    min-width: 200px;
  }
}
.navigation-item__menu .navigation-item {
  position: relative;
  white-space: nowrap;
}
.navigation-item__menu .navigation-item__main {
  width: 100%;
  height: 50px;
  border-top: 1px solid hsl(0, 0%, 96%);
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 9%);
}
.navigation-item__menu .navigation-item__main:hover {
  background-color: hsl(22, 80%, 98%);
  color: hsl(21, 75%, 14%);
}
.navigation-item__menu .navigation-item__main:focus, .navigation-item__menu .navigation-item__main:active {
  background-color: hsl(21, 74%, 94%);
  color: hsl(21, 75%, 14%);
}
.navigation-item__menu .navigation-item__main:hover .navigation-item__icon,
.navigation-item__menu .navigation-item__main:hover .navigation-item__control, .navigation-item__menu .navigation-item__main:focus .navigation-item__icon,
.navigation-item__menu .navigation-item__main:focus .navigation-item__control, .navigation-item__menu .navigation-item__main:active .navigation-item__icon,
.navigation-item__menu .navigation-item__main:active .navigation-item__control {
  color: inherit;
}
.navigation-item__menu .navigation-item__main:hover .navigation-item__text, .navigation-item__menu .navigation-item__main:focus .navigation-item__text, .navigation-item__menu .navigation-item__main:active .navigation-item__text {
  text-decoration: none;
}
.navigation-item__menu .navigation-item__main--active {
  padding: 0 17px;
  background-color: hsl(22, 80%, 98%);
}
.navigation-item__menu .navigation-item__main--active:not([data-behaviour=dropdown]) {
  border-left: 3px solid hsl(21, 75%, 49%);
}
.navigation-item__menu .navigation-item__main .navigation-item__control {
  flex-grow: 1;
  text-align: right;
}
.navigation-item__menu .navigation-item__main .navigation-item__control .xi-icon {
  display: none;
}
.navigation-item__menu .navigation-item__main[aria-expanded=false] .navigation-item__control--on-expanded::before {
  content: "\f067";
  font: var(--fa-font-regular);
}
@media (min-width: 720px) {
  .navigation-item__menu .navigation-item__main[aria-expanded=false] .navigation-item__control--on-expanded::before {
    content: "\f054";
  }
}
.navigation-item__menu .navigation-item__main[aria-expanded=true] .navigation-item__control--on-collapsed::before {
  content: "\f068";
  font: var(--fa-font-regular);
}
@media (min-width: 720px) {
  .navigation-item__menu .navigation-item__main[aria-expanded=true] .navigation-item__control--on-collapsed::before {
    content: "\f053";
  }
}
.navigation-item__menu .navigation-item__menu {
  position: relative;
  overflow: auto;
  max-height: 70vh;
  box-shadow: none;
}
@media (min-width: 720px) {
  .navigation-item__menu .navigation-item__menu {
    position: absolute;
    top: 0;
    right: auto;
    left: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}
.navigation-item__main[aria-expanded=false] + .navigation-item__menu {
  display: none;
}
.navigation-item__main[aria-expanded=false] .navigation-item__control--on-collapsed {
  display: none;
}
.navigation-item__main[aria-expanded=true] {
  background-color: hsl(21, 74%, 94%);
  color: hsl(21, 75%, 14%);
}
.navigation-item__main[aria-expanded=true] .navigation-item__control--on-expanded {
  display: none;
}
.navigation-item--menu-hide-last {
  display: block;
}
@media (min-width: 950px) {
  .navigation-item--menu-hide-last {
    display: none;
  }
}
.navigation-item--menu-hide-first {
  display: none;
}
@media (min-width: 950px) {
  .navigation-item--menu-hide-first {
    display: block;
  }
}
@media (min-width: 1200px) {
  .navigation-item--menu-hide-first {
    display: none;
  }
}

.navigation-bar__right > .navigation-item--hide-first,
.navigation-bar__left > .navigation-item--hide-first {
  display: none;
}
@media (min-width: 1200px) {
  .navigation-bar__right > .navigation-item--hide-first,
  .navigation-bar__left > .navigation-item--hide-first {
    display: block;
  }
}
.navigation-bar__right > .navigation-item--hide-last,
.navigation-bar__left > .navigation-item--hide-last {
  display: none;
}
@media (min-width: 950px) {
  .navigation-bar__right > .navigation-item--hide-last,
  .navigation-bar__left > .navigation-item--hide-last {
    display: block;
  }
}
.navigation-bar__right > .navigation-item--menu-hide-first > .navigation-item__menu,
.navigation-bar__right > .navigation-item--menu-hide-last > .navigation-item__menu,
.navigation-bar__left > .navigation-item--menu-hide-first > .navigation-item__menu,
.navigation-bar__left > .navigation-item--menu-hide-last > .navigation-item__menu {
  overflow: visible;
}

.navigation-logo {
  display: flex;
  height: 50px;
  align-items: center;
}
.navigation-logo img {
  height: 24px;
}

.navigation-profile-item {
  list-style-type: none;
}
.navigation-profile-item__icon, .navigation-profile-item__controls {
  color: hsl(0, 0%, 32%);
}
.navigation-profile-item__controls {
  margin-left: 7px;
}
.navigation-profile-item__main {
  position: relative;
  display: inline-flex;
  height: 50px;
  align-items: center;
  padding: 0 20px;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 9%);
  font-weight: normal;
}
.navigation-profile-item__main:hover {
  background-color: hsl(22, 80%, 98%);
  color: hsl(21, 75%, 14%);
  text-decoration: none;
}
.navigation-profile-item__main:hover .navigation-profile-item__icon,
.navigation-profile-item__main:hover .navigation-profile-item__controls {
  color: inherit;
}
.navigation-profile-item__main:focus, .navigation-profile-item__main:active, .navigation-profile-item__main--active {
  background-color: hsl(21, 74%, 94%);
  color: hsl(21, 75%, 14%);
  outline-offset: -2px;
  text-decoration: none;
}
.navigation-profile-item__main:focus .navigation-profile-item__icon,
.navigation-profile-item__main:focus .navigation-profile-item__controls, .navigation-profile-item__main:active .navigation-profile-item__icon,
.navigation-profile-item__main:active .navigation-profile-item__controls, .navigation-profile-item__main--active .navigation-profile-item__icon,
.navigation-profile-item__main--active .navigation-profile-item__controls {
  color: inherit;
}
.navigation-profile-item__main[aria-expanded=false] + .navigation-profile-item__menu {
  display: none;
}
.navigation-profile-item__main[aria-expanded=false] .navigation-profile-item__control--on-collapsed {
  display: none;
}
.navigation-profile-item__main[aria-expanded=true] .navigation-profile-item__control--on-expanded {
  display: none;
}
.navigation-profile-item__text {
  display: none;
  margin-left: 7px;
}
@media (min-width: 720px) {
  .navigation-profile-item__text {
    display: block;
  }
}
.navigation-profile-item__menu {
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 720px) {
  .navigation-profile-item__menu {
    left: auto;
    width: auto;
    min-width: 200px;
  }
}
.navigation-profile-item__menu .navigation-item__main {
  width: 100%;
  height: 50px;
  border-top: 1px solid hsl(0, 0%, 96%);
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 9%);
}
.navigation-profile-item__menu .navigation-item__main:hover {
  background-color: hsl(22, 80%, 98%);
  color: hsl(21, 75%, 14%);
}
.navigation-profile-item__menu .navigation-item__main:focus, .navigation-profile-item__menu .navigation-item__main:active {
  background-color: hsl(21, 74%, 94%);
  color: hsl(21, 75%, 14%);
}
.navigation-profile-item__menu .navigation-item__main:hover .navigation-item__icon,
.navigation-profile-item__menu .navigation-item__main:hover .navigation-item__control, .navigation-profile-item__menu .navigation-item__main:focus .navigation-item__icon,
.navigation-profile-item__menu .navigation-item__main:focus .navigation-item__control, .navigation-profile-item__menu .navigation-item__main:active .navigation-item__icon,
.navigation-profile-item__menu .navigation-item__main:active .navigation-item__control {
  color: inherit;
}
.navigation-profile-item__menu .navigation-item__main:hover .navigation-item__text, .navigation-profile-item__menu .navigation-item__main:focus .navigation-item__text, .navigation-profile-item__menu .navigation-item__main:active .navigation-item__text {
  text-decoration: none;
}
.navigation-profile-item__menu .navigation-item__main--active {
  padding: 0 17px;
  border-left: 3px solid hsl(21, 75%, 49%);
  background-color: hsl(22, 80%, 98%);
}
.navigation-profile-item__menu .navigation-profile-item__masq-li {
  border-top: 1px solid hsl(0, 0%, 96%);
}
.navigation-profile-item__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 7px;
}
.navigation-profile-item__avatar .user-avatar {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
}
.navigation-profile-item__points {
  padding: 3px 6px;
  border-radius: 100px;
  margin: 10px;
  background-color: hsl(0, 0%, 96%);
  list-style-type: none;
}
.navigation-profile-item__points--desktop {
  display: none;
}
@media (min-width: 720px) {
  .navigation-profile-item__points--desktop {
    display: block;
  }
}
.navigation-profile-item__points--mobile {
  position: absolute;
  z-index: 2;
  right: 0;
  margin-top: 25px;
  transform: translateY(-50%);
}
@media (min-width: 720px) {
  .navigation-profile-item__points--mobile {
    display: none;
  }
}
.navigation-profile-item--masquerated, .navigation-profile-item__demasq-li {
  animation: masq-pulse-warning 3s infinite;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@keyframes masq-pulse-warning {
  from {
    background-color: hsl(4, 82%, 30%);
  }
  50% {
    background-color: hsl(4, 78%, 48%);
  }
  to {
    background-color: hsl(4, 82%, 30%);
  }
}
.navigation-profile-item--masquerated .navigation-profile-item__main, .navigation-profile-item__demasq-li .navigation-profile-item__main {
  background-color: transparent;
  color: hsl(0, 0%, 96%);
}
.navigation-profile-item--masquerated .navigation-profile-item__main:hover, .navigation-profile-item--masquerated .navigation-profile-item__main:focus, .navigation-profile-item--masquerated .navigation-profile-item__main:active,
.navigation-profile-item--masquerated .navigation-profile-item__demasq-btn:hover,
.navigation-profile-item--masquerated .navigation-profile-item__demasq-btn:focus,
.navigation-profile-item--masquerated .navigation-profile-item__demasq-btn:active, .navigation-profile-item__demasq-li .navigation-profile-item__main:hover, .navigation-profile-item__demasq-li .navigation-profile-item__main:focus, .navigation-profile-item__demasq-li .navigation-profile-item__main:active,
.navigation-profile-item__demasq-li .navigation-profile-item__demasq-btn:hover,
.navigation-profile-item__demasq-li .navigation-profile-item__demasq-btn:focus,
.navigation-profile-item__demasq-li .navigation-profile-item__demasq-btn:active {
  background-color: hsl(5, 76%, 90%);
  color: hsl(4, 82%, 30%);
}
.navigation-profile-item__masq-li, .navigation-profile-item__demasq-li {
  display: flex;
  height: 50px;
  align-items: center;
  padding: 0 20px;
  background-color: hsl(0, 0%, 100%);
}
.navigation-profile-item__demasq-btn {
  color: hsl(0, 0%, 96%);
}

.navigation-tabs {
  margin: 0 10px 20px 0;
  box-shadow: 0 1px 0 hsl(0, 0%, 83%);
}
.navigation-tabs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.navigation-tabs .navigation-tabs__header {
  display: block;
}
@media (min-width: 800px) {
  .navigation-tabs .navigation-tabs__header {
    display: none;
  }
}
.navigation-tabs .navigation-tabs__header-button {
  width: 100%;
  padding: 15px 10px;
  border: none;
  background-color: transparent;
  color: hsl(0, 0%, 9%);
  font-size: 1.8rem;
  text-align: right;
}
.navigation-tabs .navigation-tabs__header-button:hover, .navigation-tabs .navigation-tabs__header-button:focus {
  background-color: hsl(21, 74%, 94%);
  cursor: pointer;
}
.navigation-tabs .navigation-tabs__header-button:active {
  background-color: hsl(21, 75%, 69%);
}
.navigation-tabs .navigation-tabs__items {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
.navigation-tabs .navigation-tabs__additional-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (min-width: 800px) {
  .navigation-tabs .navigation-tabs__content {
    display: flex;
    justify-content: space-between;
  }
}
.navigation-tabs .navigation-tabs__content--collapsible .navigation-tabs__items {
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .navigation-tabs .navigation-tabs__content--collapsible .navigation-tabs__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.navigation-tabs .navigation-tabs__content--collapsible[aria-expanded=false] {
  display: none;
}
@media (min-width: 800px) {
  .navigation-tabs .navigation-tabs__content--collapsible[aria-expanded=false] {
    display: flex;
  }
}
.navigation-tabs .navigation-tabs__item > * {
  display: flex;
  height: 50px;
  align-items: center;
  padding: 10px 20px;
}
.navigation-tabs .navigation-tabs__item a {
  color: hsl(0, 0%, 9%);
}
.navigation-tabs .navigation-tabs__item .xi-icon {
  font-size: 1.8rem;
}
.navigation-tabs .navigation-tabs__item.navigation-tabs__item--active {
  background-color: hsl(22, 80%, 98%);
  box-shadow: inset 0 -2px 0 hsl(21, 75%, 49%);
}
.navigation-tabs .navigation-tabs__item:hover, .navigation-tabs .navigation-tabs__item:focus {
  background-color: hsl(21, 74%, 94%);
  cursor: pointer;
}
.navigation-tabs .navigation-tabs__item:hover > *, .navigation-tabs .navigation-tabs__item:focus > * {
  text-decoration: none;
}
.navigation-tabs .navigation-tabs__button {
  border: none;
  background-color: transparent;
}

.courses-menu-item__menu {
  position: absolute;
  z-index: 2;
  top: 100%;
  display: none;
  overflow: auto;
  width: 300px;
  max-height: 90vh;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .courses-menu-item__menu {
    width: 800px;
  }
}
.courses-menu-item__main:focus {
  outline: 3px auto Highlight;
  outline: 3px auto -webkit-focus-ring-color;
}
@media (min-width: 768px) {
  .courses-menu-item__main:hover + .courses-menu-item__menu, .courses-menu-item__menu:hover {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .courses-menu-item__main:hover + .courses-menu-item__menu, .courses-menu-item__menu:hover {
    flex-direction: row;
  }
}
.courses-menu-item__category {
  flex: 1;
  margin: 10px 20px;
}
.courses-menu-item__category-title {
  padding: 10px;
  border-bottom: 2px solid hsl(0, 0%, 9%);
  font-size: 1.6rem;
  font-weight: bold;
}
.courses-menu-item__courses {
  padding-left: 0;
  list-style-type: none;
}
.courses-menu-item__menu-item {
  display: flex;
  width: 100%;
  align-items: center;
  border-top: 1px solid hsl(0, 0%, 96%);
}
.courses-menu-item__menu-item:first-child {
  border-top: none;
}
.courses-menu-item__menu-item a {
  width: 100%;
  padding: 10px;
  color: hsl(0, 0%, 9%);
  text-decoration: none;
}
.courses-menu-item__menu-item--more a,
.courses-menu-item__menu-item .xi-icon {
  margin-right: 10px;
  color: hsl(21, 75%, 49%);
}
.courses-menu-item__menu-item:hover {
  background-color: hsl(22, 80%, 98%);
  color: hsl(21, 75%, 14%);
}
.courses-menu-item__menu-item:hover a {
  text-decoration: none;
}

.navigation-system-alerts {
  position: relative;
  display: inline-flex;
  height: 50px;
  align-items: center;
  padding: 10px;
}
.navigation-system-alerts__toggle {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: hsl(21, 75%, 49%);
  color: hsl(0, 0%, 100%);
  font-size: 1.8rem;
}
.navigation-system-alerts__toggle:hover {
  background-color: hsl(21, 75%, 43%);
}
.navigation-system-alerts__toggle[aria-expanded=false] + .navigation-system-alerts__menu {
  display: none;
}
.navigation-system-alerts__menu {
  position: fixed;
  z-index: 1;
  top: 50px;
  left: 0;
  display: block;
  width: 100vw;
  padding: 10px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  list-style-type: none;
}
@media (min-width: 768px) {
  .navigation-system-alerts__menu {
    position: absolute;
    width: 300px;
  }
}
.navigation-system-alerts__close-btn {
  float: right;
  font-size: large;
}

.navigation-system-alert {
  padding: 3px 20px 3px 30px;
}
.navigation-system-alert__title {
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6rem;
}
.navigation-system-alert__title::before {
  position: absolute;
  top: 0.3rem;
  left: -20px;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 5px;
  background-color: hsl(0, 0%, 45%);
  content: "";
}
[role=status] .navigation-system-alert__title::before {
  background-color: hsl(4, 78%, 48%);
}

.course-item-navigation {
  position: relative;
  display: flex;
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  background-color: hsl(0, 0%, 83%);
}
.course-item-navigation button {
  position: absolute;
  z-index: 1;
  min-width: 40px;
  height: 100%;
  border: none;
  background-color: hsl(0, 0%, 45%);
}
.course-item-navigation button:active, .course-item-navigation button:hover, .course-item-navigation button:focus {
  background-color: hsl(0, 0%, 15%);
  color: hsl(0, 0%, 100%);
}
.course-item-navigation button[data-slider-target$=right] {
  right: 0;
}
.course-item-navigation a:hover, .course-item-navigation a:focus {
  text-decoration: none;
}
.course-item-navigation__items {
  display: flex;
  height: 40px;
  flex-wrap: nowrap;
  padding: 0px;
  background-color: hsl(0, 0%, 100%);
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}
.course-item-navigation__items::-webkit-scrollbar {
  display: none;
}
.course-item-navigation__items::after {
  padding-right: 1px;
  content: "";
}
.course-item-navigation__items li.course-nav-item {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 2px;
  background-color: hsl(0, 0%, 83%);
}
.course-item-navigation__items li.course-nav-item .xi-icon {
  display: block;
  width: 40px;
  height: 40px;
  color: hsl(0, 0%, 0%);
  font-size: 20px;
  line-height: 40px;
  pointer-events: none;
  text-align: center;
}
.course-item-navigation__items li.course-nav-item:nth-last-of-type(2) {
  margin-right: 0;
}
.course-item-navigation__items li.course-nav-item.visited {
  background-color: hsl(0, 0%, 96%);
}
.course-item-navigation__items li.course-nav-item.active {
  background-color: hsl(0, 0%, 100%);
}
.course-item-navigation__items li.course-nav-item.active::before {
  position: absolute;
  top: 38px;
  width: 40px;
  box-shadow: 0 0 0 2px hsl(21, 75%, 49%);
  content: "";
}
.course-item-navigation__items li.course-nav-item.locked {
  cursor: not-allowed;
  opacity: 0.5;
}
.course-item-navigation__items li.course-nav-item:hover, .course-item-navigation__items li.course-nav-item:focus {
  background-color: hsl(22, 80%, 98%);
}

.swal2-actions {
  flex-wrap: wrap;
  margin: 1em auto 0 !important;
}
.swal2-actions button {
  flex: 1 1 auto;
  margin: 0.25em 5px;
}

[hidden] {
  display: none !important;
}
