.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:end:ignore*/
/*
      */
}
/*
      /*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:end:ignore*/
/*
      */
}
/*
      /*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(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.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(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  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);
  }
}

@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto-light-webfont.woff2") format("woff2"), url("/fonts/roboto-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto-regular-webfont.woff2") format("woff2"), url("/fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto-medium-webfont.woff2") format("woff2"), url("/fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto-bold-webfont.woff2") format("woff2"), url("/fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto-black-webfont.woff2") format("woff2"), url("/fonts/roboto-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Chord Symbols";
  src: url("/fonts/chord-symbols.woff2") format("woff2"), url("/fonts/chord-symbols.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
/**
 * Address inconsistent and variable font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/**
 * Contain overflow in all browsers.
 */
/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
/**
 * Re-set default cursor for disabled elements.
 */
/**
 * Remove inner padding and border in Firefox 4+.
 */
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

button {
  border-radius: 0;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  background: #fff;
}

body {
  background: #303030;
  color: #303030;
  font: normal normal 400 16px/24px "Roboto", Arial, sans-serif;
  overscroll-behavior: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:before {
  background: #303030;
  content: "";
  height: 20px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
}

a {
  color: currentColor;
  text-decoration: none;
}

.bg-organisation {
  background: #5B81A8;
}

.bg-chord {
  background: #FFB997;
}

.bg-instrument {
  background: #FF886F;
}

.bg-interval {
  background: #FFD398;
}

.bg-melody {
  background: #A1E9C6;
}

.bg-mixed {
  background: #FFEFC6;
}

.bg-note {
  background: #8CCEF9;
}

.bg-quiz {
  background: #8BAAFF;
}

.bg-rhythm {
  background: #ADE7A0;
}

.bg-scale {
  background: #FFADCA;
}

.bg-music {
  background: #DAED81;
}

.bg-theory {
  background: #CABCFF;
}

.bg-tone {
  background: #95EEE6;
}

.is-green {
  color: #10B541;
}

.is-red {
  color: #EA6C56;
}

.is-print {
  display: none;
}

.breadcrumbs {
  background: #FFE6A7;
  border-radius: 20px 20px 0 0;
  color: #996E00;
  display: flex;
  font-size: 14px;
  height: 70px;
  left: 0;
  line-height: 20px;
  padding: 10px 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1003;
}
.breadcrumbs__wrap {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs a {
  color: currentColor;
  text-decoration: none;
}
.breadcrumbs a:after {
  content: "•";
  display: inline-block;
  flex-shrink: 0;
  text-align: center;
  width: 20px;
}
.breadcrumbs a:last-child:after {
  display: none;
}
.breadcrumbs--is-users, .breadcrumbs--is-teams {
  background: #FFE6A7;
  color: #996E00;
}
.breadcrumbs--is-courses, .breadcrumbs--is-folders, .breadcrumbs--is-games {
  background: #FE9B6A;
  color: #B53C00;
}
.breadcrumbs--is-coupons, .breadcrumbs--is-badges, .breadcrumbs--is-teachers, .breadcrumbs--is-organisations {
  background: #EEF5F8;
  color: #303030;
}
.breadcrumbs--is-coupons a, .breadcrumbs--is-badges a, .breadcrumbs--is-teachers a, .breadcrumbs--is-organisations a {
  color: #29A8E3;
}

.breadcrumbs + .main {
  padding-top: 38px;
}

.header {
  background: #303030;
  bottom: 0;
  border-radius: 20px 20px 0 0;
  display: flex;
  left: 0;
  padding: 20px;
  position: fixed;
  width: 100%;
  z-index: 1005;
}
.header button,
.header a {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  color: #59C4F6;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  width: 33.333%;
}
.header svg {
  flex-shrink: 0;
  height: 24px;
  margin: 0 8px 0 0;
  width: 24px;
}
.header span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main {
  background: #fff;
  margin: 0;
  min-height: 100vh;
  padding: 0 12px 72px;
}
.main__header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #f6f6f6;
  border-radius: 20px 20px 0 0;
  margin: 0 -12px 30px;
  padding: 20px 12px;
  position: sticky;
  top: 0;
  z-index: 1003;
}
.main__header h2 {
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 5px;
}
.main__header h2 a {
  align-items: center;
  display: inline-flex;
}
.main__header h2 svg {
  flex-shrink: 0;
  margin: 0 10px 0 0;
}
.main__header h2 span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100vw - 70px);
}
.main__header p {
  font-size: 14px;
  line-height: 20px;
  margin: 4px 0 0;
}
.main__header__actions {
  align-items: center;
  display: flex;
}
.main__header__actions .button {
  margin: 0 6px 0 0;
}
.main__header__dropdown {
  background: #fff;
  border: 1px solid #f6f6f6;
  padding: 10px 0;
  position: absolute;
  right: 32px;
  top: calc(100% - 5px);
  max-width: 320px;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
}
.main__header__dropdown:after, .main__header__dropdown:before {
  border: solid transparent;
  content: "";
  height: 0;
  position: absolute;
  pointer-events: none;
  right: 50px;
  width: 0;
}
.main__header__dropdown:after {
  border-bottom-color: #fff;
  border-width: 10px;
  bottom: calc(100% - 2px);
}
.main__header__dropdown:before {
  border-bottom-color: #f6f6f6;
  border-width: 10px;
  bottom: 100%;
}
.main__header__dropdown ul {
  list-style: none;
  margin: 0;
  max-height: 160px;
  overflow: auto;
  padding: 0;
}
.main__header__dropdown button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 3px 20px;
  overflow: hidden;
  outline: 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.main__header__dropdown button:hover {
  background: #EEF5F8;
}
.main__header__dropdown .is-active {
  color: #1F7EAA;
  font-weight: bold;
}

.navigation {
  background: #303030;
  border-radius: 20px 20px 0 0;
  bottom: 0;
  color: #59C4F6;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  height: auto;
  margin: 0;
  max-height: 100vh;
  max-height: -webkit-fill-available;
  overflow: auto;
  overscroll-behavior: contain;
  position: fixed;
  padding: 0 0 64px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 1004;
}
.navigation.is-active {
  transform: translateY(0);
}
.navigation__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 24px;
}
.navigation__header {
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding: 24px 20px;
}
.navigation__header svg {
  display: none;
  height: 21px;
  width: 21px;
}
.navigation__header svg + svg {
  display: inline;
  height: 21px;
  width: 55px;
}
.navigation__section {
  display: none;
  list-style: none;
  margin: 0;
  padding: 24px 20px;
}
.navigation__section.is-active {
  display: block;
}
.navigation__section li {
  margin: 0 0 32px;
  position: relative;
}
.navigation__section li svg:first-child {
  flex-shrink: 0;
  height: 24px;
  margin: 0 14px 0 0;
  width: 24px;
}
.navigation__section li span + svg {
  display: none;
  flex-shrink: 0;
  height: 16px;
  margin: 5px 0 0 6px;
  width: 16px;
}
.navigation__section li span {
  display: inline;
}
.navigation__section li:last-child {
  margin: 0;
}
.navigation__section li button, .navigation__section li a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  color: currentColor;
  cursor: pointer;
  display: inline-flex;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
}
.navigation__section li button.is-active, .navigation__section li a.is-active {
  color: #fff !important;
}
.navigation__section li.has-submenu button {
  display: none;
}
.navigation__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation__submenu svg {
  color: #59C4F6;
}
.navigation__submenu span {
  display: inline !important;
}

.symbols {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}

.actions {
  margin: 16px 0 24px;
}
.actions__item {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #303030;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  font-size: 16px;
  padding: 7px 12px 7px 16px;
  position: relative;
  transition: opacity 0.3s ease;
}
.actions__item:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.actions__item span + svg {
  flex-shrink: 0;
  margin: 0 0 0 12px;
}
.actions__item input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.actions__item ins {
  background: #FE9B6A;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 0 6px;
  padding: 0 6px;
  text-decoration: none;
}
.actions__item--is-primary {
  background: #54BF74;
  border-color: #54BF74;
  color: #fff;
}
.actions__item--is-danger {
  background: #EA6C56;
  border-color: #EA6C56;
  color: #fff;
}

.alert {
  background: #54BF74;
  border-radius: 3px;
  bottom: 80px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  left: 50%;
  line-height: 26px;
  margin: 0;
  max-width: 100%;
  min-height: 70px;
  opacity: 0;
  padding: 22px 42px 22px 16px;
  pointer-events: none;
  position: fixed;
  transform: translateX(-50%) translateY(82px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: calc(100% - 24px);
  z-index: 1001;
}
.alert.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.alert p {
  margin: 0;
}
.alert button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 24px;
}
.alert svg {
  height: 14px;
  width: 14px;
}

.auth {
  align-items: center;
  background: #EEF5F8;
  display: flex;
  justify-content: safe center;
  min-height: 100vh;
  overflow: hidden;
  padding: 24px;
  position: relative;
  width: 100%;
  z-index: 1003;
}
.auth__logo {
  left: 24px;
  position: absolute;
  top: 27px;
}
.auth__logo svg {
  color: #1F7EAA;
  height: 21px;
  width: 55px;
}
.auth__logo img {
  height: 36px;
  left: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -7px;
  width: 75px;
}
.auth__wrap {
  max-width: 360px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.auth__wrap.is-wide {
  max-width: 620px;
  margin-top: 50px;
}
.auth__wrap h1 {
  color: #29A8E3;
  font-size: 32px;
  font-weight: 900;
  line-height: 35px;
  margin: 0;
}
.auth__wrap form {
  margin: 40px 0;
}
.auth__wrap div {
  margin: 0 0 32px;
  position: relative;
}
.auth__wrap label {
  color: #303030;
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 12px;
}
.auth__wrap input,
.auth__wrap select {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(5px);
  border: 0;
  border-radius: 3px;
  color: #6EB0CD;
  font-size: 16px;
  line-height: 26px;
  outline: 0;
  padding: 12px;
  width: 100%;
}
.auth__wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3E%3Cpath fill='%2329A8E3' fill-rule='evenodd' d='M14 2 7 9 0 2l2-2 5 5 5-5z'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  padding-right: 32px;
}
.auth__wrap input::-moz-placeholder {
  color: #bbb;
}
.auth__wrap input::placeholder {
  color: #bbb;
}
.auth__wrap .message,
.auth__wrap .error {
  display: block;
  font-weight: 500;
  margin-top: 6px;
}
.auth__wrap .error {
  color: #EA6C56;
}
.auth__wrap input ~ button {
  background: none;
  border: 0;
  bottom: 0;
  cursor: pointer;
  height: 50px;
  outline: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  width: 50px;
}
.auth__wrap input ~ button svg {
  color: #1F7EAA;
  height: 100%;
  width: 100%;
}
.auth__wrap button {
  background: #29A8E3;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  outline: 0;
  padding: 12px 20px;
}
.auth__wrap button + a {
  color: #29A8E3;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.auth__wrap button + a:before {
  content: "";
  display: block;
  height: 4px;
}
.auth__language {
  color: #1F7EAA;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 24px;
  text-align: right;
  top: 24px;
  width: 210px;
}
.auth__language span {
  cursor: pointer;
}
.auth__language svg {
  height: 10px;
  width: 15px;
}
.auth__language ul {
  background: #272727;
  border-radius: 8px;
  color: #fff;
  display: none;
  list-style: none;
  margin: 24px 0 0;
  padding: 9px 20px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 1;
}
.auth__language ul.is-active {
  display: block;
}
.auth__language ul:after {
  bottom: 100%;
  border: solid transparent;
  border-color: transparent;
  border-bottom-color: #272727;
  border-width: 14px;
  content: "";
  height: 0;
  margin-left: -14px;
  position: absolute;
  right: 20px;
  width: 0;
}
.auth__language li {
  margin: 15px 0;
}
.auth__language li.is-active {
  color: #59C4F6;
}
.auth__language a {
  color: currentColor;
  text-decoration: none;
}
.auth__background {
  bottom: -20px;
  height: 155px;
  position: fixed;
  right: -2px;
  width: 260px;
}

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  outline: 0;
  margin: 0;
  padding: 0;
}
.button--is-primary {
  align-items: center;
  background: #54BF74;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
}
.button--is-secondary {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #303030;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 16px;
}
.button--is-round {
  align-items: center;
  background: #fff;
  border: 2px solid #F6F6F6;
  border-radius: 20px;
  color: #1F7EAA;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}
.button--is-link {
  color: #1F7EAA;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.button--is-help {
  height: 22px;
  width: 22px;
}
.button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.button svg {
  color: currentColor;
  flex-shrink: 0;
}
.button span + svg {
  margin: 0 0 0 6px;
}
.button input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.curriculum {
  max-width: 670px;
  margin: 0 auto 40px;
}
.curriculum strong {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1.4px;
  line-height: 20px;
  text-transform: uppercase;
}
.curriculum ul {
  border-bottom: 2px solid #F6F6F6;
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}
.curriculum li {
  border-top: 2px solid #F6F6F6;
  color: #1F7EAA;
  font-size: 16px;
}
.curriculum li > span,
.curriculum a {
  align-items: center;
  display: flex;
  color: #1F7EAA;
  justify-content: space-between;
  padding: 12px 0;
  position: relative;
  text-decoration: none;
}
.curriculum svg {
  visibility: hidden;
}
.curriculum a:hover {
  background: #EEF5F8;
}
.curriculum a:hover:before {
  background: #EEF5F8;
  content: "";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 20px;
}
.curriculum a:hover:after {
  background: #EEF5F8;
  content: "";
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
}
.curriculum a:hover svg {
  visibility: visible;
}

.dashboard {
  padding-top: 50px;
}
.dashboard:before {
  align-items: center;
  background: #fff;
  border-radius: 20px 20px 0 0;
  content: "";
  left: 0;
  padding: 10px;
  position: fixed;
  top: 0;
  width: calc(100% - 20px);
  z-index: 1003;
}
.dashboard__welcome {
  background: #29A8E3;
  border-radius: 20px;
  color: #fff;
  margin-top: -18px;
  overflow: hidden;
  padding: 40px 40px 100px;
  position: relative;
}
.dashboard__welcome h2 {
  font-size: 38px;
  font-weight: 900;
  line-height: 40px;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}
.dashboard__welcome p {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.dashboard__welcome svg {
  bottom: -60px;
  height: 202px;
  position: absolute;
  right: -12px;
  width: 340px;
}
.dashboard__welcome img {
  background: #fff;
  border-radius: 100%;
  display: block;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
}
.dashboard__stats {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
  width: 100%;
}
.dashboard__stats div {
  color: #29A8E3;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 30px;
  width: 50%;
}
.dashboard__stats strong {
  color: #303030;
  display: block;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1.4px;
  line-height: 20px;
  text-transform: uppercase;
}
.dashboard__news {
  background: #FFE6A7;
  border-radius: 20px;
  color: #303030;
  margin: 0 0 30px;
  padding: 30px 40px;
  position: relative;
}
.dashboard__news__wrap {
  color: currentColor;
  text-decoration: none;
}
.dashboard__news__wrap img {
  border-radius: 20px;
  display: block;
  height: auto;
  margin: 20px auto 0;
  max-width: 200px;
  width: 100%;
}
.dashboard__news__content h4 {
  font-size: 30px;
  font-weight: 900;
  line-height: 32px;
  margin: 0 0 10px;
}
.dashboard__news__content p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.dashboard__news__cta {
  display: none;
  height: 40px;
  position: absolute;
  right: 32px;
  text-decoration: none;
  top: 32px;
  width: 40px;
}
.dashboard__news__cta span {
  background: #303030;
  bottom: 65px;
  color: #fff;
  font-size: 14px;
  left: -65px;
  line-height: 20px;
  margin: 0 0 -12px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.dashboard__news__cta span:after {
  border: solid transparent;
  border-color: transparent;
  border-top-color: #303030;
  border-width: 10px;
  content: "";
  height: 0;
  left: calc(50% - 5px);
  position: absolute;
  top: 100%;
  width: 0;
}
.dashboard__news__cta:hover span {
  opacity: 1;
}
.dashboard__news h3 {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1.4px;
  line-height: 20px;
  margin: 16px 0 8px;
  text-transform: uppercase;
}
.dashboard__news time {
  color: #29A8E3;
  font-weight: 400;
}
.dashboard__notes {
  color: #303030;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1.4px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.dashboard__notes span {
  color: #29A8E3;
  font-size: 14px;
  font-weight: 400;
}
.dashboard .notice:first-child {
  margin-top: 0;
}

.filters {
  margin: 0 0 55px;
  max-width: 990px;
}
.filters--is-simple {
  align-items: center;
  display: flex;
}
.filters--is-advanced {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.filters--is-advanced .filters__search {
  width: calc(100% - 60px);
}
.filters select,
.filters input[type=text] {
  background: #EEF5F8;
  border: 0;
  border-radius: 3px;
  color: #1F7EAA;
  font-size: 16px;
  line-height: 26px;
  max-width: 100%;
  outline: 0;
  padding: 12px 10px;
  width: 466px;
}
.filters input::-moz-placeholder {
  color: #6EB0CD;
}
.filters input::placeholder {
  color: #6EB0CD;
}
.filters select {
  max-width: 100%;
  width: 559px;
}
.filters__toggle {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  margin: 8px;
  padding: 0;
}
.filters__toggle span {
  color: #29A8E3;
  display: none;
  font-size: 14px;
  line-height: 20px;
  margin: 0 5px;
}
.filters__toggle svg {
  background: #FFFFFF;
  border: 2px solid #F6F6F6;
  border-radius: 20px;
  height: 40px;
  padding: 10px;
  width: 40px;
}
.filters__wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
  width: 100%;
}
.filters__input, .filters__search, .filters__date {
  display: inline-block;
  max-width: 100%;
  position: relative;
  width: 384px;
}
.filters__input input, .filters__search input, .filters__date input {
  width: 100%;
}
.filters__input svg, .filters__search svg, .filters__date svg {
  position: absolute;
  right: 12px;
  top: 16px;
}
.filters__input {
  width: 320px;
}
.filters__select {
  display: flex;
  justify-content: space-between;
  margin: 4px 0 0;
  width: 100%;
}
.filters__select .form__select,
.filters__select select {
  width: calc(50% - 2px);
}
.filters__level {
  margin: 4px 4px 0 0;
  width: 194px;
}
.filters__level select {
  height: 50px;
  width: 100%;
}
.filters__date {
  margin: 4px 4px 0 0;
  width: 145px;
}
.filters__submit {
  background: #29A8E3;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin: 4px 4px 0 0;
  padding: 13px 20px;
}
.filters__reset {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #303030;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin: 4px 0 0;
  padding: 11px 18px;
}
.filters__link {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  color: #29A8E3;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
  margin: 4px 4px 0 4px;
  padding: 0;
}

.form {
  margin: 0;
}
.form__section {
  border-bottom: 1px solid #f6f6f6;
  margin: 0 -12px 30px;
  padding: 0 24px 30px;
  position: relative;
}
.form__section:after {
  background: #f6f6f6;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1001;
}
.form__section:last-child {
  border: 0;
}
.form__section:last-child:after {
  display: none;
}
.form__toggler {
  left: 32px;
  position: absolute;
  z-index: 1001;
}
.form__toggler + .form__wrap .form__group.has-columns:first-child > div:first-child > .form__label, .form__toggler + .form__wrap .form__group:first-child > .form__label, .form__toggler + .form__wrap .is-toggle-title {
  padding-left: 32px;
}
.form__wrap {
  max-width: 760px;
  margin: 0 auto;
}
.form__group {
  margin: 0 0 30px;
}
.form__group.is-space-between {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px;
}
.form__group.has-columns > div:not(.class) {
  margin: 0 0 30px;
  position: relative;
}
.form__group:last-child {
  margin: 0;
}
.form__group .redactor-box,
.form__group textarea,
.form__group select,
.form__group input {
  background-color: #EEF5F8;
  border-radius: 3px;
  border: 0;
  color: #303030;
  font-size: 16px;
  line-height: 26px;
  outline: 0;
  padding: 12px;
  width: 100%;
}
.form__group input::-moz-placeholder {
  color: currentColor;
}
.form__group input::placeholder {
  color: currentColor;
}
.form__group textarea:disabled,
.form__group select:disabled,
.form__group input:disabled {
  background: #E7E7E7;
  cursor: not-allowed;
  opacity: 1;
}
.form__group .redactor-box {
  padding: 0;
}
.form__group textarea {
  height: 120px;
}
.form__label {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
}
.is-wide .form__label {
  padding-left: 32px;
}
.form__label small {
  font-size: 12px;
  line-height: 16px;
}
.form__password {
  position: relative;
}
.form__password button {
  background: none;
  border: 0;
  bottom: 0;
  cursor: pointer;
  height: 50px;
  outline: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  width: 50px;
}
.form__password svg {
  color: #29A8E3;
  height: 100%;
  width: 100%;
}
.form__input__group {
  align-items: center;
  background: #EEF5F8;
  border-radius: 3px;
  display: flex;
  justify-content: center;
}
.form__input__group + .form__input__group {
  margin-top: 12px;
}
.form__input__prefix, .form__input__suffix {
  color: #29A8E3;
  padding: 12px;
  text-align: center;
  white-space: nowrap;
}
.form__input__prefix {
  border-right: 1px solid #fff;
  min-width: 80px;
}
.form__input__suffix {
  border-left: 1px solid #fff;
}
.form__buttons {
  display: flex;
}
.form__buttons .button--is-primary {
  background: #29A8E3;
  color: #fff;
}
.form__buttons .button {
  margin: 0 4px 0 0;
}
.form__games__item {
  align-items: center;
  background-color: #EEF5F8;
  border-radius: 3px;
  display: flex;
  margin-bottom: 10px;
}
.form__games .form__select {
  flex-grow: 1;
}
.form__games .drag {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: move;
  margin: 0 0 0 12px;
  outline: 0;
  padding: 0 4px;
}
.form__multiselect {
  position: relative;
}
.form__multiselect__toggle {
  background: #EEF5F8;
  border-radius: 3px;
  border: 0;
  color: #303030;
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
  outline: 0;
  padding: 12px;
  text-align: left;
  width: 100%;
}
.form__multiselect__wrap {
  background: #EEF5F8;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #303030;
  max-height: 210px;
  outline: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 12px 0;
  position: absolute;
  scrollbar-color: #B8D2DE transparent;
  top: 100%;
  width: 100%;
  z-index: 1002;
  -webkit-overflow-scrolling: touch;
}
.form__multiselect__wrap::-webkit-scrollbar {
  background: transparent;
  height: 100%;
  width: 18px;
}
.form__multiselect__wrap::-webkit-scrollbar-thumb {
  background: #B8D2DE;
  border: 4px solid transparent;
  background-clip: padding-box;
  border-radius: 9999px;
  min-height: 50px;
}
.form__multiselect__wrap label {
  cursor: pointer;
  display: block;
  padding: 2px 12px;
}
.form__multiselect__wrap label:hover {
  background: rgba(255, 255, 255, 0.5);
}
.form__multiselect__wrap input {
  display: none;
}
.form__multiselect__wrap strong,
.form__multiselect__wrap span {
  align-items: center;
  display: inline-flex;
}
.form__multiselect__wrap strong:before,
.form__multiselect__wrap span:before {
  border: 2px solid #E1E6E9;
  border-radius: 6px;
  content: "";
  flex-shrink: 0;
  height: 16px;
  margin: 0 8px 0 0;
  width: 16px;
}
.form__multiselect__wrap input:checked + strong:before,
.form__multiselect__wrap input:checked + span:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 12'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='m15 2.304-9.391 9.392L0 6.087l2.304-2.304 3.305 3.304L12.696 0z'/%3E%3C/svg%3E");
  background-color: #29A8E3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 9px;
  border-color: #29A8E3;
}
.form__multiselect__wrap img {
  height: 24px;
  width: auto;
}
.form__multiselect__clear {
  background: #EEF5F8;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 14px;
  z-index: 1;
}
.form__multiselect__clear svg {
  height: 20px;
  width: 20px;
}
.form__select {
  position: relative;
}
.form__select__toggle {
  background: #EEF5F8;
  border-radius: 3px;
  border: 0;
  color: #1F7EAA;
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
  outline: 0;
  padding: 12px;
  text-align: left;
  width: 100%;
}
.form__select__wrap {
  background: #EEF5F8;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #303030;
  display: none;
  max-height: 210px;
  outline: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 12px 0;
  position: absolute;
  scrollbar-color: #B8D2DE transparent;
  top: 100%;
  width: 100%;
  z-index: 1002;
  -webkit-overflow-scrolling: touch;
}
.form__select__wrap::-webkit-scrollbar {
  background: transparent;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 18px;
}
.form__select__wrap::-webkit-scrollbar-thumb {
  background: #B8D2DE;
  border: 4px solid transparent;
  background-clip: padding-box;
  border-radius: 9999px;
  min-height: 50px;
}
.form__select__wrap.is-active {
  display: block;
}
.form__select__wrap span {
  padding: 6px 12px;
}
.form__select__wrap label {
  cursor: pointer;
  display: block;
  padding: 6px 12px;
}
.form__select__wrap label:hover {
  background: rgba(255, 255, 255, 0.5);
}
.form__select__wrap label.is-selected {
  background: #59C4F6;
}
.form__select__wrap strong,
.form__select__wrap span {
  align-items: center;
  display: inline-flex;
}
.form__select__group {
  display: none;
}
.form__select__group.is-active {
  display: block;
}
.form__select__group label {
  padding-left: 24px;
}
.form__media__wrap {
  align-items: center;
  background: #fff;
  border: 2px dashed #eee;
  border-radius: 14px;
  color: #ccc;
  display: flex;
  font-size: 16px;
  padding: 11px 12px;
  position: relative;
  width: 100%;
}
.form__media input[type=url] {
  background: none;
  line-height: 24px;
  padding: 0 10px;
  width: 100%;
}
.form__media input[type=url]::-moz-placeholder {
  color: #ccc;
  font-weight: 700;
}
.form__media input[type=url]::placeholder {
  color: #ccc;
  font-weight: 700;
}
.form__media input[type=file] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.form__media span {
  font-weight: 700;
  margin: 0 0 0 10px;
  pointer-events: none;
}
.form__media a {
  color: #1F7EAA;
  margin: 0 0 0 10px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form__media button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  color: #1F7EAA;
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
}
.form__random {
  align-items: center;
  display: flex;
  margin: -12px 0 0;
}
.form__random span {
  color: #303030;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1.4px;
  line-height: 20px;
  margin: 0 20px 0 0;
  text-transform: uppercase;
}
.form__random button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 2px solid #F6F6F6;
  border-radius: 100%;
  color: #1F7EAA;
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 10px;
}
.form__random .is-active {
  background: #1F7EAA;
  color: #fff;
}
.form__random svg {
  display: block;
}
.form__quiz {
  background: white;
  border-radius: 3px;
  margin: 10px -10px 15px;
  padding: 24px 32px;
}
.form__quiz .form__section {
  margin: 0 -42px 24px;
  padding: 0 42px 24px;
}
.form__quiz .form__section .is-toggler {
  left: 22px;
  padding: 4px 120px 4px 20px;
  position: absolute;
  top: 3px;
}
.form__quiz .form__section .is-toggle-title {
  padding: 0;
}
.form__quiz .form__section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.form__quiz .form__label {
  padding: 0 !important;
}
.form__quiz__media__wrap {
  display: flex;
  flex-wrap: wrap;
}
.form__quiz__media__item {
  border-radius: 14px;
  cursor: move;
  height: 100px;
  margin: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
  width: auto;
}
.is-audio .form__quiz__media__item {
  border: 2px dashed #eee;
}
.form__quiz__media__item:hover button {
  opacity: 1;
}
.form__quiz__media__item > img {
  display: block;
  height: 100%;
  max-width: 100%;
  min-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
.form__quiz__media__item > svg {
  height: 96px;
  padding: 25px;
  width: 96px;
}
.form__quiz__media__item button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  margin: 0;
  outline: none;
  opacity: 0;
  padding: 6px;
  position: absolute;
  right: 38px;
  top: 4px;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.form__quiz__media__item button + button {
  right: 4px;
  z-index: 1;
}
.form__quiz__media__item button svg {
  color: #1F7EAA;
  display: block;
  height: 18px;
  width: 18px;
}
.form__quiz__media__add {
  background: #fff;
  border: 2px dashed #eee;
  border-radius: 14px;
  cursor: pointer;
  height: 100px;
  margin: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
  width: 100px;
}
.form__quiz__media__add input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  width: 100%;
}
.form__quiz__media__add svg {
  height: 100%;
  left: 0;
  padding: 30px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.form__quiz__media .sortable-ghost {
  padding: 0 !important;
}
.form__theme {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.form__theme button {
  border: 1px solid #ccc;
  border-radius: 100%;
  cursor: pointer;
  height: 32px;
  margin: 0 10px 0 0;
  opacity: 0.5;
  width: 32px;
}
.form__theme button:first-child {
  background: #fff;
  border-radius: 3px;
  height: auto;
  margin: 0 20px 0 0;
  padding: 8px 16px;
  width: auto;
}
.form__theme .is-active {
  border: 1px solid #303030;
  opacity: 1;
}
.form__radio {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  margin: 16px 0 0;
}
.form__radio label {
  display: block;
}
.form__radio input {
  display: none;
}
.form__radio span {
  align-items: flex-start;
  display: flex;
  position: relative;
}
.form__radio span:before {
  border: 2px solid #E1E6E9;
  border-radius: 100%;
  content: "";
  flex-shrink: 0;
  height: 24px;
  margin: 0 10px 0 0;
  width: 24px;
}
.form__radio input:checked + span:after {
  background: #29A8E3;
  border-radius: 100%;
  content: "";
  flex-shrink: 0;
  height: 16px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 16px;
}
.form__checkbox {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  margin: 16px 0 0;
}
.form__checkbox label {
  display: block;
}
.form__checkbox input {
  display: none;
}
.form__checkbox span {
  align-items: flex-start;
  display: flex;
  position: relative;
}
.form__checkbox span:before {
  border: 2px solid #E1E6E9;
  border-radius: 8px;
  content: "";
  flex-shrink: 0;
  height: 24px;
  margin: 0 10px 0 0;
  width: 24px;
}
.form__checkbox input:checked + span:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 12'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='m15 2.304-9.391 9.392L0 6.087l2.304-2.304 3.305 3.304L12.696 0z'/%3E%3C/svg%3E");
  background-color: #29A8E3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 12px;
  border-color: #29A8E3;
}
.form__toggle {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  margin: 0;
  outline: 0;
  padding: 0;
}
.form__toggle:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.form__toggle.is-active div {
  background: #7BE19A;
}
.form__toggle.is-active svg {
  background: #54BF74;
  left: calc(100% - 20px);
}
.form__toggle div {
  background: #FFB8AC;
  border-radius: 100px;
  display: block;
  height: 20px;
  position: relative;
  transition: all 0.3s ease;
  width: 38px;
}
.form__toggle svg {
  background: #EA6C56;
  border-radius: 100%;
  height: 20px;
  left: 0;
  padding: 4px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 20px;
}
.form__toggle span {
  margin: 0 0 0 16px;
}
.form__grades {
  margin: 40px 0 0;
}
.form__grades td {
  padding: 10px 5px;
  vertical-align: middle;
}
.form__grades input {
  background: #EEF5F8;
  border-radius: 3px;
  border: 0;
  color: #303030;
  font-size: 16px;
  line-height: 26px;
  max-width: 300px;
  outline: 0;
  padding: 12px;
  width: 100%;
}
.form__message {
  background: #FFF8EC;
  padding: 40px 0;
}
.form__message__content {
  background: #fff;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 580px;
  padding: 30px;
}
.form__message h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  margin: 0 0 24px;
}
.form__message h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 30px;
}
.form__message h3, .form__message h4, .form__message h5, .form__message h6 {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
}
.form__message p {
  margin: 0 0 1em;
}
.form__message p:last-child {
  margin: 0;
}
.form__message ul, .form__message ol, .form__message p {
  margin: 0 0 1em;
}
.form__message strong {
  font-weight: 500;
}
.form__message a {
  color: #29A8E3;
  text-decoration: underline;
}
.form__message .video {
  background: #000;
  border-radius: 20px;
  height: 0;
  margin: 30px 0 !important;
  overflow: hidden;
  position: relative;
}
.form__message .video iframe {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.form__message img {
  display: block;
  height: auto;
  margin: 30px 0 !important;
  width: 100%;
}
.form__locale_inputs {
  position: relative;
}
.form__locale_inputs nav {
  display: flex;
  gap: 1px;
  position: absolute;
  right: 0;
  top: 7px;
}
.form__locale_inputs button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #EEF5F8;
  border: 0;
  border-radius: 3px;
  color: #ABABAB;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  min-width: 30px;
  outline: 0;
  opacity: 0.5;
  padding: 0 6px;
  text-align: center;
}
.form__locale_inputs .is-active {
  color: #1F7EAA;
  opacity: 1;
}
.form__locale_inputs .has-input {
  color: #1F7EAA;
}
.form__clefs {
  display: flex;
  gap: 10px;
}
.form__clefs label {
  background: #EEF5F8;
  border-radius: 3px;
  display: flex;
  flex-grow: 1;
  padding: 12px;
  position: relative;
}
.form__clefs input {
  cursor: pointer;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.form__clefs input:checked ~ img {
  opacity: 1;
}
.form__clefs img {
  display: block;
  height: auto;
  max-height: 80px;
  mix-blend-mode: multiply;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.25;
  pointer-events: none;
  transition: opacity 0.3s ease;
  width: 100%;
}
.form__clefs.has-grandstaff label:last-of-type img:first-of-type {
  margin: 0 -20px 0 0;
}
.form__clefs.has-grandstaff label:last-of-type img:last-of-type {
  margin: 0 0 0 -20px;
}
.form .has-error {
  position: relative;
}
.form .has-error textarea,
.form .has-error input {
  border-bottom: 4px solid #FE9B6A;
  padding-bottom: 8px;
}
.form .error {
  align-self: flex-start;
  background: #303030;
  bottom: 60px;
  color: #fff;
  font-size: 14px;
  height: auto;
  left: 50%;
  line-height: 20px;
  padding: 10px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1002;
}
.form .error:after {
  border: solid transparent;
  border-color: transparent;
  border-top-color: #303030;
  border-width: 10px;
  content: "";
  height: 0;
  left: calc(50% - 5px);
  position: absolute;
  top: 100%;
  width: 0;
}
.form .theory .error,
.form .piano + .error {
  top: -60px;
}
.form .has-columns .error {
  left: 0;
  transform: none;
}
.form .help {
  color: #999;
  display: block;
  margin-top: 10px;
}
.form .help a {
  color: #1F7EAA;
}

.filters__select select,
.filters__level select,
.form__multiselect__toggle,
.form__select__toggle,
.form__group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3E%3Cpath fill='%231F7EAA' fill-rule='evenodd' d='M14 2 7 9 0 2l2-2 5 5 5-5z'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  padding-right: 32px;
}

.is-locked {
  display: none !important;
}

.game--is-quiz {
  margin: 0 -12px;
}
.game--is-quiz .game__header button {
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game--is-quiz .game__header button svg {
  left: 3px;
}
.game__report {
  border-bottom: 1px solid #f6f6f6;
  margin: 0 -12px 40px;
  padding: 0 12px;
  position: relative;
  z-index: 1001;
}
.game__report__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.game__report__wrap > div {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 30px 0;
  width: 50%;
}
.game__report__wrap > div:last-child {
  margin-right: 0;
}
.game__report strong {
  display: block;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1.4px;
  line-height: 20px;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.game__report .has-tooltip {
  color: #1F7EAA;
  position: relative;
}
.game__report .tooltip {
  background: #303030;
  color: #fff;
  font-size: 14px;
  left: -100px;
  line-height: 20px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  transition: opacity 0.3s ease;
  width: 200px;
  z-index: 1;
}
.game__report .tooltip:after {
  border: solid transparent;
  border-color: transparent;
  border-bottom-color: #303030;
  border-width: 10px;
  content: "";
  height: 0;
  left: calc(50% - 5px);
  position: absolute;
  top: -20px;
  width: 0;
}
.game__report .has-tooltip:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
}
.game__report a:only-child {
  margin-top: 20px;
}
.game__report a:not([class]) {
  color: #1F7EAA;
}
.game__level {
  background: #EEF5F8;
  border-radius: 14px;
  margin: 0 0 30px;
  padding: 10px 20px;
}
.game__module {
  background: #FFFFFF;
  border-left: 6px solid #29A8E3;
  border-radius: 3px;
  margin: 10px 0 20px;
  padding: 10px 20px;
}
.game__module button strong {
  color: #303030;
}
.game__header {
  align-items: center;
  display: flex;
  color: #1F7EAA;
  font-size: 18px;
  font-weight: 700;
  flex-direction: row;
  justify-content: space-between;
  line-height: 26px;
}
.game__header strong {
  margin: 0 10px 0 16px;
}
.game__header small {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.game__curriculum {
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0 0;
}
.game__curriculum div {
  margin: 0 0 8px;
}
.game__curriculum strong {
  font-weight: 400;
}
.game__curriculum small {
  border-bottom: 2px solid #F6F6F6;
  border-top: 2px solid #F6F6F6;
  font-size: 14px;
  display: block;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 4px 0;
}
.game__curriculum img {
  display: inline-block;
  margin: 2px 6px 2px 0;
  max-height: 24px;
  width: auto;
}
.game__check {
  margin: 20px 0 0;
  table-layout: fixed;
}
.game__check th, .game__check td {
  padding: 5px;
  text-align: left;
}
.game__check .form__input__suffix {
  padding: 7px;
}
.game__check input {
  padding: 7px 5px;
  text-align: center;
}
.game__check input::-webkit-outer-spin-button,
.game__check input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.game .is-toggler {
  align-items: center;
  display: flex;
  padding: 12px 0;
}
.game .drag {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: move;
  margin: 0 0 0 16px;
  outline: 0;
  padding: 0 4px;
}
.game .sortable-ghost {
  background: #fff;
  border: 2px dashed #eee;
  padding: 18px;
}
.game .sortable-ghost * {
  visibility: hidden;
}
.game .notice {
  margin: 10px 0 !important;
  max-width: unset;
}

.new-level {
  align-items: center;
  background: #fff;
  border: 2px dashed #eee;
  border-radius: 14px;
  color: #ccc;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 64px;
  padding: 18px;
  position: relative;
  width: 100%;
}
.new-level.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.new-level + .new-level {
  margin: 15px 0 0;
}
.new-level svg:first-child {
  pointer-events: none;
  margin: 0 10px 0 0;
}
.new-level input {
  background: transparent;
  border: 0;
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  height: 100%;
  left: 0;
  outline: 0;
  padding: 18px 46px;
  position: absolute;
  top: 0;
  width: 100%;
}
.new-level input::-moz-placeholder {
  color: #ccc;
  font-weight: 700;
}
.new-level input::placeholder {
  color: #ccc;
  font-weight: 700;
}
.new-level input + svg {
  color: #ccc;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 22px;
}

.new-module {
  align-items: center;
  background: #fff;
  border-left: 6px solid #ccc;
  border-radius: 3px;
  display: flex;
  color: #ccc;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 10px;
  padding: 20px 20px;
  width: 100%;
}
.new-module select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  flex-grow: 1;
  margin: 0 10px;
  outline: 0;
}

.quiz__results {
  background: #fff;
  border: 2px dashed #eee;
  border-top: 2px solid #fff;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  color: #303030;
  cursor: default;
  left: -2px;
  max-height: 210px;
  outline: 0;
  overflow: auto;
  padding: 0 36px 12px;
  position: absolute;
  top: 100%;
  width: calc(100% + 4px);
  z-index: 1002;
  -webkit-overflow-scrolling: touch;
}
.quiz__results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quiz__results button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  color: #303030;
  cursor: pointer;
  font-weight: 400;
  margin: 0 0 12px;
  padding: 0;
  text-align: left;
}

.harmony__group {
  margin: 0 0 30px;
  position: relative;
}
.harmony__wrap {
  align-items: center;
  background: #EEF5F8;
  border-radius: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 56px 10px 10px;
}
.harmony__item {
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  color: #1F7EAA;
  display: flex;
  padding: 8px;
}
.harmony__item.is-active {
  background: #29A8E3;
  color: #303030;
}
.harmony__item select {
  padding: 6px 28px 6px 6px;
  text-align: center;
}
.harmony__item select:focus {
  outline: 1px solid #e7e7e7;
}
.harmony__item button {
  background: none;
  border: 0;
  cursor: pointer;
  margin: 0 0 -4px 4px;
  padding: 0;
}
.harmony__item strong {
  margin: 0 6px 0 10px;
}
.harmony__add {
  align-items: center;
  background: #29A8E3;
  border: 0;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
}
.harmony__add svg {
  flex-shrink: 0;
}
.harmony__remove {
  position: absolute;
  right: 10px;
  top: 18px;
}
.harmony .piano {
  margin-top: 20px !important;
}

.chord {
  font-family: "Chord Symbols";
  font-size: 18px;
}

.list {
  margin: 16px 0;
}
.list + .list {
  margin-top: 48px;
}
.list table {
  border-bottom: 2px solid #F6F6F6;
}
.list th {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1.4px;
  line-height: 20px;
  padding: 5px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}
.list td {
  border-top: 2px solid #F6F6F6;
  color: #1F7EAA;
  padding: 11px 0;
  vertical-align: middle;
}
.list td > a {
  align-items: center;
  display: inline-flex;
}
.list td > a strong,
.list td > a svg {
  margin: 0 8px 0 0;
}
.list th:has(.list__checkbox),
.list td:has(.list__checkbox) {
  padding: 0 6px;
  width: 40px;
}
.list tfoot {
  font-weight: 700;
}
.list tr.has-links:hover td {
  background: #EEF5F8;
  cursor: pointer;
  position: relative;
}
.list tr.has-links:hover td .list__actions {
  visibility: visible;
}
.list__actions {
  align-items: center;
  display: inline-flex;
  position: relative;
  top: 1px;
  visibility: hidden;
}
.list__actions button,
.list__actions a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  margin: 0 8px;
  outline: 0;
  padding: 0;
  text-decoration: none;
  width: 20px;
}
.list__label {
  background: #FFE6A7;
  border-radius: 12px;
  color: #303030;
  display: inline-block;
  font-size: 14px;
  padding: 0 16px;
}
.list__checkbox {
  border: 2px solid #E1E6E9;
  border-radius: 8px;
  display: block;
  flex-shrink: 0;
  height: 24px;
  margin: 0;
  position: relative;
  visibility: visible;
  width: 24px;
}
tr:hover .list__checkbox {
  visibility: visible !important;
}
.list__checkbox:has(input:checked) {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 12'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='m15 2.304-9.391 9.392L0 6.087l2.304-2.304 3.305 3.304L12.696 0z'/%3E%3C/svg%3E");
  background-color: #29A8E3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 12px;
  border-color: #29A8E3;
  visibility: visible;
}
.list__checkbox input {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.list .grade--hidden {
  position: relative;
  top: 2px;
}
.list .grade--hidden span {
  background: #303030;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: -38px;
  top: -55px;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 1;
}
.list .grade--hidden span:after {
  border: solid transparent;
  border-color: transparent;
  border-top-color: #303030;
  border-width: 10px;
  content: "";
  height: 0;
  left: calc(50% - 5px);
  position: absolute;
  top: 100%;
  width: 0;
}
.list .grade--hidden:hover span {
  opacity: 1;
}
.list .is-small {
  text-align: center;
  width: 100px;
}
.list p:only-child {
  margin-top: 32px;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  display: none;
  height: 100vh;
  justify-content: center;
  left: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 0 10px;
  position: fixed;
  scroll-padding-top: 20px;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.modal.has-overflow {
  align-items: flex-start;
}
.modal.is-active {
  display: flex;
}
.modal--is-confirm .modal__wrap {
  background: #fff;
  border-radius: 3px;
  max-width: 450px;
  padding: 32px 24px;
}
.modal--is-confirm .modal__wrap p {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 18px;
}
.modal--is-confirm .modal__wrap p:last-child:has(.button) {
  margin: 1em 0 0;
}
.modal--is-confirm .modal__wrap ul {
  color: #FE9B6A;
  font-size: 14px;
  font-weight: 500;
  margin: 1em 0;
  padding: 0 0 0 1em;
  max-height: 85px;
  overflow-y: auto;
}
.modal--is-confirm .modal__wrap .button--is-primary {
  background: #EA6C56;
}
.modal--is-confirm .modal__wrap a:not(.button) {
  color: #1F7EAA;
  font-weight: 400;
}
.modal--is-preview .modal__wrap {
  background: #303030;
  max-width: calc(100% - 100px);
  padding: 20px;
}
.modal--is-preview .modal__wrap .modal__header {
  margin: 0;
}
.modal--is-preview .modal__wrap .modal__header button {
  position: absolute;
  right: -50px;
  top: 0;
}
.modal__loading {
  animation-name: loading;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  backface-visibility: visible;
  height: 80px;
  width: 80px;
}
.modal__wrap {
  background: #FFFBF9;
  border-radius: 20px;
  max-width: 1140px;
  margin: 10px auto;
  padding: 30px 24px 30px;
  position: relative;
  width: 100%;
}
.modal__header {
  margin: 0 0 42px;
  text-align: right;
}
.modal__header button,
.modal__header a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  height: 40px;
  margin: 0 2px;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 40px;
}
.modal__header span {
  background: #303030;
  bottom: 65px;
  color: #fff;
  font-size: 14px;
  left: -65px;
  line-height: 20px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.modal__header span:after {
  border: solid transparent;
  border-color: transparent;
  border-top-color: #303030;
  border-width: 10px;
  content: "";
  height: 0;
  left: calc(50% - 5px);
  position: absolute;
  top: 100%;
  width: 0;
}
.modal__header a:hover span {
  opacity: 1;
}
.modal__content {
  color: #303030;
  font-size: 18px;
  line-height: 26px;
}
.modal__frame {
  height: calc(100vh - 80px);
  width: 100%;
}
.modal__progress {
  background: #EEF5F8;
  border-radius: 12px;
  height: 16px;
  overflow: hidden;
  width: 100%;
}
.modal__progress div {
  background: #29A8E3;
  height: 100%;
  width: 0;
}
.modal .layout {
  margin: 0 auto 40px;
}
.modal .layout:last-child {
  margin-bottom: 0 !important;
}
.modal .layout--is-text {
  max-width: 780px;
}
.modal .layout--is-text h1, .modal .layout--is-text h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 32px;
  margin: 0 0 42px;
}
.modal .layout--is-text h3, .modal .layout--is-text h4 {
  font-size: 1em;
  font-weight: 900;
  margin: 0 0 1em;
}
.modal .layout--is-text p {
  margin: 0 0 1em;
}
.modal .layout--is-text ul, .modal .layout--is-text ol {
  margin: 0 0 1em;
  padding: 0 0 0 1em;
}
.modal .layout--is-text a {
  text-decoration: underline;
}
.modal .layout--is-text .toc {
  margin: 0 0 42px;
}
.modal .layout--is-text .toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal .layout__media {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.modal .layout--is-image, .modal .layout--is-video {
  max-width: 990px;
  margin: 60px auto;
}
.modal .layout--is-video .layout__media {
  height: 0;
  padding: 0 0 56.25%;
}
.modal .layout--is-video .layout__media__item {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal .layout--is-image .layout__media__item {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

@keyframes loading {
  0%, 100% {
    color: #EA6C56;
    transform: rotate(0deg) scaleX(1);
  }
  12.5% {
    color: #7498F9;
    transform: rotate(180deg) scaleX(-1);
  }
  25% {
    color: #FD87B1;
    transform: rotate(180deg) scaleX(1);
  }
  37.5% {
    color: #C9DE66;
    transform: rotate(0deg) scaleX(-1);
  }
  50% {
    color: #59C4F6;
    transform: rotate(0deg) scaleX(1);
  }
  62.5% {
    color: #FF915B;
    transform: rotate(180deg) scaleX(-1);
  }
  75% {
    color: #75DCAF;
    transform: rotate(180deg) scaleX(1);
  }
  87.5% {
    color: #FFD66F;
    transform: rotate(0deg) scaleX(-1);
  }
}
.melody {
  flex-grow: 1;
  margin: 20px 0 0;
  width: 100%;
}
.melody__item {
  align-items: center;
  background: #EEF5F8;
  border-radius: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0 20px;
}
.melody__item .vexflow {
  display: inline;
  margin: 0;
  width: auto;
}
.melody__item__controls {
  margin: 10px 0;
}
.melody__item__controls .drag {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: move;
  margin: 0 0 0 6px;
  outline: 0;
  padding: 0 4px;
}
.melody__modal {
  background-color: rgba(0, 0, 0, 0.5);
  align-items: safe center;
  display: flex;
  height: 100vh;
  justify-content: safe center;
  left: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 10px;
  position: fixed;
  scroll-padding-top: 20px;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.melody__modal__wrap {
  background: #fff;
  border-radius: 3px;
  margin: 40px auto;
  max-width: 920px;
  padding: 32px;
  width: 100%;
}
.melody__modal__controls {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}

.notice {
  background: #FFE6A7;
  border-radius: 3px;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 20px;
  max-width: 760px;
  margin: 0 auto 40px;
}
.form__wrap .notice, .notice:first-child {
  margin-top: 20px;
}
.notice p {
  margin: 0;
}
.notice a {
  opacity: 0.6;
}

.pagination {
  display: flex;
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
}
.pagination__item {
  margin: 0 2px;
}
.pagination__link {
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #F6F6F6;
  border-radius: 20px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.pagination__item:first-child .pagination__link, .pagination__item:last-child .pagination__link {
  border: 0;
}
.pagination .is-active {
  background: #29A8E3;
  border: 0;
}

.piano {
  height: 210px;
  margin: 0 0 60px;
  position: relative;
  white-space: nowrap;
}
.piano.is-root {
  height: 100px;
  margin-bottom: 0;
  margin-top: 4px;
  max-width: 420px;
  width: 100%;
}
.piano__key {
  background: #fff;
  border: 2px solid #E7E7E7;
  border-radius: 6px;
  box-sizing: content-box;
  box-shadow: 0 4px 0 0 #E7E7E7;
  display: inline-block;
  height: 100%;
  margin: 0 -4px 0 0;
  position: relative;
}
.piano__key[data-key*=b], .piano__key[data-key*="#"] {
  background: #303030 !important;
  box-shadow: 0 4px 0 0 #303030;
  border-color: transparent;
  height: 75%;
  margin: 0;
  position: absolute;
  top: -4px;
  transform: translate(-50%, 0) scale(0.74);
  transform-origin: center top;
  z-index: 2 !important;
}
.piano__key[data-key="C/4"]:after {
  color: #303030;
  content: "c’";
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 0;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%;
}
.is-relative .piano__key[data-key="C/4"]:after {
  content: "do’";
}
.is-root .piano__key[data-key="C/4"]:after {
  display: none;
}
.piano .is-disabled {
  background: #C2C2C2 !important;
  box-shadow: 0 4px 0 0 #C2C2C2;
}
.piano .is-static {
  background: #EEF5F8;
  cursor: not-allowed;
}
.piano .is-static:first-child {
  margin: 0 -6px 0 0;
}
.piano .is-static:last-child {
  margin: 0 -4px 0 -2px;
}
.piano .is-active {
  background: #59C4F6 !important;
  border-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 0 0 #1F7EAA;
  z-index: 1;
}
.piano input {
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.piano input:disabled {
  cursor: not-allowed;
  opacity: 0;
}

.report {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
  max-width: 1280px;
  width: 100%;
}
.report div {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 20px;
  width: 25%;
}
.report div:last-child {
  width: 50%;
}
.report strong {
  display: block;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1.4px;
  line-height: 20px;
  text-transform: uppercase;
}

.theory__search {
  position: relative;
}
.theory__search input {
  background: #EEF5F8;
  border-radius: 3px;
  border: 0;
  color: #303030;
  font-size: 16px;
  line-height: 26px;
  outline: 0;
  padding: 12px;
  width: 100%;
}
.theory__search input::-moz-placeholder {
  color: #6EB0CD;
}
.theory__search input::placeholder {
  color: #6EB0CD;
}
.theory__search svg {
  position: absolute;
  right: 12px;
  top: 16px;
}
.theory__wrap {
  margin: 2px 0 30px;
}
.theory__column {
  background: #EEF5F8;
  height: 190px;
  margin: 0 0 2px;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 20px 10px;
  scrollbar-color: #B8D2DE transparent;
  -webkit-overflow-scrolling: touch;
}
.theory__column::-webkit-scrollbar {
  background: transparent;
  height: 100%;
  width: 18px;
}
.theory__column::-webkit-scrollbar-thumb {
  background: #B8D2DE;
  border: 4px solid transparent;
  background-clip: padding-box;
  border-radius: 9999px;
  min-height: 50px;
}
.theory__item {
  align-items: center;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  padding: 7px 12px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.theory__item.is-selected {
  background: #59C4F6;
  border-radius: 3px;
}
.theory__item.is-selected strong:before,
.theory__item.is-selected span:before {
  border-color: #29A8E3;
}
.theory__item.is-selected svg {
  color: #1F7EAA;
  transform: translateY(1px) rotate(90deg);
}
.theory__item input {
  display: none;
}
.theory__item strong, .theory__item span {
  align-items: center;
  display: inline-flex;
}
.theory__item strong:before, .theory__item span:before {
  border: 2px solid #E1E6E9;
  border-radius: 6px;
  content: "";
  flex-shrink: 0;
  height: 24px;
  margin: 0 8px 0 0;
  width: 24px;
}
.theory__item input:checked + *:before {
  background-color: #29A8E3;
  background-position: center;
  background-repeat: no-repeat;
  border-color: #29A8E3;
}
.theory__item.is-checked input:checked + *:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 12'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='m15 2.304-9.391 9.392L0 6.087l2.304-2.304 3.305 3.304L12.696 0z'/%3E%3C/svg%3E");
  background-size: 15px 12px;
}
.theory__item small {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 8px;
}
.theory__item svg {
  color: #B8D2DE;
  flex-shrink: 0;
  margin: 0 0 0 8px;
}
.theory__item img {
  height: 30px;
  width: auto;
}
.theory__subgroup {
  background: #fff;
  border-radius: 3px;
  margin: -3px 0 0;
  padding: 20px;
  position: relative;
}
.theory__subgroup__wrap {
  max-width: 492px;
  margin: 17.1% auto 0;
  position: relative;
  white-space: nowrap;
}
.theory__subgroup__toggle {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -30px;
  right: 12px;
  z-index: 1;
}
.theory__subgroup label {
  align-items: flex-end;
  background: #fff;
  border: 2px solid #E7E7E7;
  border-radius: 6px;
  box-sizing: content-box;
  box-shadow: 0 4px 0 0 #E7E7E7;
  cursor: pointer;
  display: inline-flex;
  height: 100px;
  justify-content: center;
  margin: 0 -4px 0 0;
  position: relative;
  width: 14%;
}
.theory__subgroup label[data-key*="#"],
.theory__subgroup label[data-key*=b] {
  align-items: center;
  height: 0;
  margin: -5.7% 0 0 -5.7%;
  padding-bottom: 11.4%;
  position: absolute;
  width: 11.4%;
  z-index: 3;
}
.theory__subgroup label[data-key*="#"].is-selected,
.theory__subgroup label[data-key*=b].is-selected {
  z-index: 3;
}
.theory__subgroup label[data-key*="#"] svg,
.theory__subgroup label[data-key*=b] svg {
  height: 100%;
  left: 0;
  padding: 30%;
  position: absolute;
  top: 0;
  width: 100%;
}
.theory__subgroup label[data-key*="#"] {
  margin: -17.1% 0 0 -5.7%;
  z-index: 2;
}
.theory__subgroup label[data-key*="#"].is-selected {
  z-index: 2;
}
.theory__subgroup label.is-selected {
  background: #59C4F6 !important;
  border-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 0 0 #1F7EAA;
  z-index: 1;
}
.theory__subgroup input {
  display: none;
}
.theory__subgroup span {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 0 0 18px;
  visibility: hidden;
}

.support {
  background: #EEF5F8;
  border-radius: 20px 0 0 20px;
  height: 100vh;
  max-width: 100%;
  padding: 0 24px;
  overflow: auto;
  overscroll-behavior: contain;
  position: fixed;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  top: 0;
  width: 400px;
  will-change: transform;
  z-index: 1005;
  -webkit-overflow-scrolling: touch;
}
.support.is-active {
  transform: translateX(0);
}
.support.is-static {
  transition: none;
}
.support__header {
  background: #EEF5F8;
  padding: 32px 0;
  position: sticky;
  top: 0;
}
.support__header h2 {
  align-items: center;
  display: flex;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 22px;
}
.support__header h2 svg {
  margin-right: 10px;
}
.support__search {
  position: relative;
}
.support__search input {
  background: #FFFFFF;
  border: 0;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  outline: 0;
  padding: 12px;
  width: 100%;
}
.support__search input::-moz-placeholder {
  color: #6EB0CD;
}
.support__search input::placeholder {
  color: #6EB0CD;
}
.support__search svg {
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 15px;
}
.support__content {
  font-size: 18px;
  line-height: 26px;
  margin: 20px 0;
}
.support__content ul {
  border-bottom: 2px solid #E9E4E1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.support__content li {
  border-top: 2px solid #E9E4E1;
  padding: 14px 0;
}
.support__content p {
  margin: 0 0 14px;
}
.support__content a {
  align-items: center;
  color: currentColor;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.support__content div {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  margin: 0 0 0 18px;
  width: 60px;
}
.support__content svg {
  border-radius: 6px;
  color: #B8D2DE;
}
.support__content svg + svg {
  margin: 0 0 0 10px;
}
.support__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 34px;
}

.is-toggler {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 0;
}
.is-toggler.is-active svg {
  transform: rotate(90deg) translateX(1px);
}
.is-toggler svg {
  color: #1F7EAA;
  flex-shrink: 0;
  position: relative;
}

.is-togglable {
  display: none;
}
.is-togglable.is-active, .is-active > .is-togglable {
  display: block;
}

.is-toggle-title {
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 22px;
}
.is-active > .is-toggle-title {
  display: none;
}

.vexflow {
  display: block;
  position: relative;
  width: 100%;
}
.vexflow--has-ui {
  display: block;
  margin: 1em auto 0;
  width: auto;
}
.vexflow__target {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.is-disabled .vexflow__target {
  display: none;
}
.vexflow__target:after {
  content: "";
  height: 100%;
  left: -10%;
  position: absolute;
  top: 0;
  width: 120%;
}
.vexflow svg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.vexflow__ui {
  margin: 2em auto;
  max-width: 600px;
  visibility: hidden;
}
.vexflow__ui.is-disabled {
  pointer-events: none !important;
}
.vexflow__ui--is-active {
  visibility: visible;
}
.vexflow__ui__controls {
  position: relative;
  width: 100%;
}
.vexflow__ui__controls__wrap {
  align-items: center;
  background: #EEF5F8;
  border-radius: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1em auto;
  padding: 20px;
  position: relative;
  text-align: center;
  width: auto;
}
.vexflow__ui__options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  row-gap: 12px;
  margin: 0 16px 0 0;
}
.vexflow__ui__options button {
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #E4E9EB;
  box-shadow: 0 4px 0 0 #E4E9EB;
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  height: 60px;
  justify-content: center;
  margin: 0;
  outline: 0;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 60px;
}
.vexflow__ui__options button.active {
  box-shadow: 0 -4px 0 0 #E4E9EB;
  top: 4px;
}
.vexflow__ui__options button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.vexflow__ui__options button img {
  height: 30px;
  width: auto;
}
.vexflow__ui__options button svg {
  fill: currentColor;
  height: 30px;
  width: 36px;
}
.vexflow__ui__options button .note-double_sharp {
  padding: 10px 5px 5px;
}
.vexflow__ui__octave {
  align-self: stretch;
  background: #FFFFFF;
  border: 2px solid #E4E9EB;
  box-shadow: 0 4px 0 0 #E4E9EB;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin: 0;
  width: 60px;
}
.vexflow__ui__octave button {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 50%;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.vexflow__ui__octave button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.vexflow__ui__octave button:first-child:after {
  background: rgba(48, 48, 48, 0.1);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 66.666%;
}
.vexflow__ui__octave svg {
  height: 16px;
  width: 16px;
}
.vexflow__ui__arrow {
  border: solid transparent;
  border-bottom-color: #EEF5F8;
  border-width: 20px;
  bottom: 100%;
  height: 0;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  pointer-events: none;
  transition: left 0.3s ease;
  width: 0;
}
.vexflow__ui .btn {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 620px) {
  .is-md {
    display: none;
  }
  .list {
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 620px) {
  .breadcrumbs {
    border-radius: 20px 0 0 0;
    padding: 16px 40px 0;
    left: 68px;
    width: calc(100% - 68px);
  }
  .breadcrumbs + .main {
    padding-top: 50px;
  }
  .header {
    display: none;
  }
  .main {
    padding: 0 38px 24px;
    margin-left: 68px;
  }
  .main__header {
    border-radius: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
    margin: 0 -38px 30px;
    padding: 20px 40px;
  }
  .main__header h2 span {
    max-width: calc(100vw - 490px);
    width: 100%;
  }
  .navigation {
    border-radius: 0;
    bottom: auto;
    height: 100vh;
    padding: 0;
    left: 0;
    top: 0;
    transform: none;
    transition: none;
    width: 88px;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
  }
  .navigation.has-open-submenu {
    overflow: visible;
    z-index: 1002;
  }
  .navigation:after {
    background: #fff;
    border-radius: 20px 0 0 20px;
    content: "";
    height: 100%;
    left: 68px;
    position: fixed;
    top: 0;
    width: 20px;
  }
  .navigation__close {
    display: none;
  }
  .navigation__header svg {
    display: inline;
  }
  .navigation__header svg + svg {
    display: none;
  }
  .navigation__section {
    display: block;
  }
  .navigation__section + .navigation__section {
    border-top: 2px solid #272727;
    color: #1F7EAA;
    margin-top: auto;
  }
  .navigation__section li span {
    display: none;
  }
  .navigation__section li.has-submenu button {
    display: inline-flex;
  }
  .navigation__submenu {
    background: #272727;
    border-radius: 8px;
    bottom: -18px;
    color: #59C4F6;
    display: none;
    left: 100%;
    list-style: none;
    margin: 0 0 0 -12px;
    padding: 30px 20px;
    position: absolute;
    white-space: nowrap;
    width: 230px;
    z-index: 10;
  }
  .navigation__submenu.is-open {
    display: block;
  }
  .navigation__submenu:after {
    border: solid transparent;
    border-color: transparent;
    border-right-color: #272727;
    border-width: 15px;
    bottom: 20px;
    content: "";
    height: 0;
    left: -30px;
    position: absolute;
    width: 0;
  }
  .navigation__submenu svg {
    display: none;
  }
  .alert {
    bottom: 12px;
    width: auto;
  }
  .auth__wrap h1 {
    font-size: 46px;
    line-height: 50px;
  }
  .auth__language {
    font-size: 18px;
  }
  .dashboard:before {
    border-radius: 20px 0 0 0;
    left: 68px;
    width: calc(100% - 68px);
  }
  .dashboard__welcome {
    padding: 70px 70px 100px;
  }
  .dashboard__welcome h2 {
    font-size: 46px;
    line-height: 50px;
  }
  .dashboard__welcome img {
    height: 80px;
    right: 40px;
    top: 40px;
    width: 80px;
  }
  .dashboard__stats {
    margin: 60px 0 30px;
  }
  .dashboard__stats div {
    width: 25%;
  }
  .dashboard__news__wrap {
    align-items: flex-start;
    display: flex;
    margin: 20px 0 0;
  }
  .dashboard__news__wrap img {
    margin: 0 0 0 20px;
  }
  .dashboard__news__cta {
    display: block;
  }
  .filters--is-simple {
    display: block;
  }
  .filters--is-advanced .filters__search {
    width: 384px;
  }
  .filters__toggle span {
    display: inline;
  }
  .form__toggler {
    left: 0;
  }
  .form__toggler + .form__wrap .form__group.has-columns:first-child > div:first-child > .form__label, .form__toggler + .form__wrap .form__group:first-child > .form__label, .form__toggler + .form__wrap .is-toggle-title {
    padding-left: 0;
  }
  .form__group.has-columns {
    display: flex;
    gap: 20px;
  }
  .form__group.has-columns > div:not(.class) {
    flex: 1;
    margin: 0;
  }
  .is-wide .form__label {
    padding-left: 0;
  }
  .form__quiz {
    margin: 10px 0 15px;
    padding: 24px 42px;
  }
  .form__quiz .form__section .is-toggler {
    left: 18px;
  }
  .form__clefs {
    gap: 20px;
  }
  .game--is-quiz {
    margin: 0;
  }
  .game__report {
    margin: 0 -38px 40px;
    padding: 0 38px;
  }
  .game__report__wrap > div {
    min-width: 100px;
    width: auto;
  }
  .list th:has(.list__checkbox),
  .list td:has(.list__checkbox) {
    padding: 0;
  }
  .list tr.has-links:hover td:first-child:before {
    background: #EEF5F8;
    content: "";
    height: calc(100% + 4px);
    left: -20px;
    position: absolute;
    top: -2px;
    width: 20px;
  }
  .list tr.has-links:hover td:last-child:after {
    background: #EEF5F8;
    content: "";
    height: calc(100% + 4px);
    position: absolute;
    right: -20px;
    top: -2px;
    width: 20px;
  }
  tbody:has(button, a) .list__checkbox {
    visibility: hidden;
  }
  .modal--is-confirm .modal__wrap {
    padding: 32px 40px;
  }
  .modal--is-preview .modal__wrap {
    margin: 0 auto;
    padding: 20px;
  }
  .modal__wrap {
    margin: 40px auto;
    padding: 50px 32px;
  }
  .theory__wrap {
    display: flex;
    height: 280px;
    justify-content: space-between;
  }
  .theory__column {
    height: auto;
    margin: 0;
    width: calc(50% - 1px);
  }
  .support {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbs {
    left: 200px;
    width: calc(100% - 200px);
  }
  .main {
    margin-left: 200px;
  }
  .main__header h2 {
    font-size: 30px;
    margin: 0;
  }
  .main__header h2 span {
    max-width: calc(100vw - 620px);
  }
  .navigation {
    width: 220px;
  }
  .navigation:after {
    left: 200px;
  }
  .navigation__header svg {
    display: none;
  }
  .navigation__header svg + svg {
    display: inline;
  }
  .navigation__section li span + svg {
    display: inline;
  }
  .navigation__section li span {
    display: inline;
  }
  .dashboard {
    max-width: 1440px;
    padding-right: 400px;
  }
  .dashboard:before {
    left: 200px;
    width: calc(100% - 200px);
  }
  .form__section {
    margin: 0 -38px 30px;
    padding: 0 38px 30px;
  }
  .form__toggler {
    left: 24px;
  }
  .game__report__wrap {
    justify-content: flex-start;
  }
  .game__report__wrap > div {
    margin: 0 98px 30px 0;
  }
  .report {
    justify-content: space-between;
  }
  .report div {
    margin: 0;
    width: auto;
  }
  .report div:last-child {
    width: auto;
  }
  .theory__wrap {
    height: 400px;
  }
}
@media screen and (min-width: 820px) {
  .auth__logo {
    position: fixed;
  }
  .auth__wrap.is-wide {
    margin: 0;
  }
  .auth__wrap section {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 32px;
  }
  .auth__wrap section div {
    flex: 1;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .auth__background {
    bottom: -120px;
    height: 475px;
    width: 799px;
  }
}
@media screen and (min-width: 1100px) {
  .form__toggler {
    left: auto;
    padding: 0 !important;
  }
  .is-wide .form__wrap.is-active {
    max-width: unset;
  }
  .is-wide .form__label {
    padding-left: 32px;
  }
}
@media screen and (min-width: 420px) {
  .form__radio.is-horizontal {
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .piano.is-piano {
    margin: 0 -150px 60px;
  }
}
