/* node_modules/ngx-spinner/animations/ball-scale-multiple.css */
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-scale-multiple {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-scale-multiple.la-dark {
  color: #333;
}
.la-ball-scale-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-scale-multiple {
  width: 32px;
  height: 32px;
}
.la-ball-scale-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  -moz-animation: ball-scale-multiple 1s 0s linear infinite;
  -o-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
.la-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
}
.la-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
.la-ball-scale-multiple.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-sm > div {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-2x {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-2x > div {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-3x {
  width: 96px;
  height: 96px;
}
.la-ball-scale-multiple.la-3x > div {
  width: 96px;
  height: 96px;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* src/styles.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
a,
button {
  cursor: pointer;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
button,
input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
*:focus:not(:focus-visible) {
  outline: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
  background: transparent;
}
:root {
  color-scheme: dark;
  --dark-background: #12120f;
  --plain-white: #ffffff;
  --btn-primary: #3a3a37;
  --error-color: #ff0000;
  --gray: #5e5e5a;
  --dark-gray: #1f1f1c;
  --light-gray: #333330;
  --light-gray-2: #777773;
  --tooltip-bg: #007aff;
  --outline-color: #007aff;
  --table-outline-color: #494948;
  --table-body-color: #1a1a17;
  --exceeds: #00db3b;
  --proficient: #0091db;
  --emerging: #ff9500;
  --developing: #fa1440;
}
.title {
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.2;
}
.header {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.22;
}
.hugeText {
  font-size: 5.625rem;
  font-weight: bold;
  line-height: 1.2;
}
.bigText {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
}
.mediumText {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.normalText {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
}
.normalTextLight {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.2;
}
.smallText {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
}
.label {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: base;
}
.backButton {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: base;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .header {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.22;
  }
  .hugeText {
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .mediumText {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .smallText {
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.2;
  }
}
html {
  --mat-sys-background: #141313;
  --mat-sys-error: #ffb4ab;
  --mat-sys-error-container: #93000a;
  --mat-sys-inverse-on-surface: #313030;
  --mat-sys-inverse-primary: #5f5e5a;
  --mat-sys-inverse-surface: #e5e2e0;
  --mat-sys-on-background: #e5e2e0;
  --mat-sys-on-error: #690005;
  --mat-sys-on-error-container: #ffdad6;
  --mat-sys-on-primary: #31302d;
  --mat-sys-on-primary-container: #e5e2dd;
  --mat-sys-on-primary-fixed: #1c1c18;
  --mat-sys-on-primary-fixed-variant: #474743;
  --mat-sys-on-secondary: #31302f;
  --mat-sys-on-secondary-container: #e5e2df;
  --mat-sys-on-secondary-fixed: #1c1c1a;
  --mat-sys-on-secondary-fixed-variant: #484745;
  --mat-sys-on-surface: #e5e2e0;
  --mat-sys-on-surface-variant: #e5e2d9;
  --mat-sys-on-tertiary: #2f3130;
  --mat-sys-on-tertiary-container: #e2e3e0;
  --mat-sys-on-tertiary-fixed: #1a1c1b;
  --mat-sys-on-tertiary-fixed-variant: #454746;
  --mat-sys-outline: #929189;
  --mat-sys-outline-variant: #474740;
  --mat-sys-primary: #c9c6c1;
  --mat-sys-primary-container: #474743;
  --mat-sys-primary-fixed: #e5e2dd;
  --mat-sys-primary-fixed-dim: #c9c6c1;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #c9c6c3;
  --mat-sys-secondary-container: #484745;
  --mat-sys-secondary-fixed: #e5e2df;
  --mat-sys-secondary-fixed-dim: #c9c6c3;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #141313;
  --mat-sys-surface-bright: #3a3938;
  --mat-sys-surface-container: #201f1f;
  --mat-sys-surface-container-high: #2b2a29;
  --mat-sys-surface-container-highest: #353434;
  --mat-sys-surface-container-low: #1c1b1b;
  --mat-sys-surface-container-lowest: #0e0e0e;
  --mat-sys-surface-dim: #141313;
  --mat-sys-surface-tint: #c9c6c1;
  --mat-sys-surface-variant: #474740;
  --mat-sys-tertiary: #c6c7c4;
  --mat-sys-tertiary-container: #454746;
  --mat-sys-tertiary-fixed: #e2e3e0;
  --mat-sys-tertiary-fixed-dim: #c6c7c4;
  --mat-sys-neutral-variant20: #31312b;
  --mat-sys-neutral10: #1c1b1b;
}
html {
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-body-large:
    400 1rem / 1.5rem Inter,
    Arial,
    sans-serif;
  --mat-sys-body-large-font:
    Inter,
    Arial,
    sans-serif;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium:
    400 0.875rem / 1.25rem Inter,
    Arial,
    sans-serif;
  --mat-sys-body-medium-font:
    Inter,
    Arial,
    sans-serif;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small:
    400 0.75rem / 1rem Inter,
    Arial,
    sans-serif;
  --mat-sys-body-small-font:
    Inter,
    Arial,
    sans-serif;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large:
    400 3.562rem / 4rem Inter,
    Arial,
    sans-serif;
  --mat-sys-display-large-font:
    Inter,
    Arial,
    sans-serif;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium:
    400 2.812rem / 3.25rem Inter,
    Arial,
    sans-serif;
  --mat-sys-display-medium-font:
    Inter,
    Arial,
    sans-serif;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small:
    400 2.25rem / 2.75rem Inter,
    Arial,
    sans-serif;
  --mat-sys-display-small-font:
    Inter,
    Arial,
    sans-serif;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large:
    400 2rem / 2.5rem Inter,
    Arial,
    sans-serif;
  --mat-sys-headline-large-font:
    Inter,
    Arial,
    sans-serif;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium:
    400 1.75rem / 2.25rem Inter,
    Arial,
    sans-serif;
  --mat-sys-headline-medium-font:
    Inter,
    Arial,
    sans-serif;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small:
    400 1.5rem / 2rem Inter,
    Arial,
    sans-serif;
  --mat-sys-headline-small-font:
    Inter,
    Arial,
    sans-serif;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large:
    500 0.875rem / 1.25rem Inter,
    Arial,
    sans-serif;
  --mat-sys-label-large-font:
    Inter,
    Arial,
    sans-serif;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium:
    500 0.75rem / 1rem Inter,
    Arial,
    sans-serif;
  --mat-sys-label-medium-font:
    Inter,
    Arial,
    sans-serif;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small:
    500 0.688rem / 1rem Inter,
    Arial,
    sans-serif;
  --mat-sys-label-small-font:
    Inter,
    Arial,
    sans-serif;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large:
    400 1.375rem / 1.75rem Inter,
    Arial,
    sans-serif;
  --mat-sys-title-large-font:
    Inter,
    Arial,
    sans-serif;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium:
    500 1rem / 1.5rem Inter,
    Arial,
    sans-serif;
  --mat-sys-title-medium-font:
    Inter,
    Arial,
    sans-serif;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small:
    500 0.875rem / 1.25rem Inter,
    Arial,
    sans-serif;
  --mat-sys-title-small-font:
    Inter,
    Arial,
    sans-serif;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
}
html {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-outlined-text-field-focus-outline-color: var(--outline-color);
  --mdc-outlined-text-field-focus-label-text-color: var(--outline-color);
  --mat-table-row-item-outline-color: var(--table-outline-color);
}
html .hideRequiredMarker .mat-mdc-form-field-required-marker {
  display: none;
}
html .mat-mdc-paginator {
  background: transparent;
  margin: 10px 0;
}
html .mat-mdc-table {
  background: transparent;
}
html .mat-mdc-table tbody {
  background: var(--table-body-color);
}
html .mdc-data-table__cell,
html .mdc-data-table__header-cell {
  padding: 0 0 0 25px;
}
.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.cdk-drag-placeholder {
  opacity: 0;
}
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
html,
body {
  height: 100%;
}
html {
  font-size: 16px;
  --mat-sys-body-large-size: type.rem(14);
}
body {
  font-family:
    "Inter",
    Arial,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--plain-white);
  font-optical-sizing: auto;
  background-color: var(--dark-background);
}
a {
  text-decoration: underline;
}
.allHeightContent {
  min-height: 100vh;
  width: 100%;
}
.fullHeightContent {
  min-height: calc(100vh - 133px);
  width: 100%;
}
.fullWidth {
  width: 100%;
}
.loginButton {
  margin: 1rem auto;
  width: 100%;
}
.button,
.button.mdc-button {
  font-weight: bold;
  line-height: 1;
}
.grid {
  display: grid;
  grid-gap: 10px;
}
.flex {
  display: flex;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  .wrapper {
    width: 100%;
  }
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.relative {
  position: relative;
}
.inlineList {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.simpleList {
  padding: 0;
  margin: 0;
  list-style: none;
}
table {
  background: transparent;
}
table tbody {
  background: var(--table-body-color);
}
table .sortable-header .header-content {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
table td.no-data {
  text-align: center;
  padding: 100px 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--light-gray-2);
}
.highlighted {
  position: relative;
  z-index: 1001;
}
.spotlight-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1000;
  pointer-events: none;
  transition: background-color 0.3s ease;
  display: block;
}
.spotlight-active {
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: all;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.modal-header .close-button {
  margin-right: 10px;
}
.learning-outcomes-container .mdc-slider__value-indicator {
  display: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
