@import "https://cdn.easi-training.fr/assets/css/icons.css";
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,700";

/* src/styles.scss */
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #424242;
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
}
html,
body {
  --mat-sys-background: #faf9fd;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-inverse-on-surface: #f2f0f4;
  --mat-sys-inverse-primary: #abc7ff;
  --mat-sys-inverse-surface: #2f3033;
  --mat-sys-on-background: #1a1b1f;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #410002;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #001b3f;
  --mat-sys-on-primary-fixed: #001b3f;
  --mat-sys-on-primary-fixed-variant: #00458f;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #131c2b;
  --mat-sys-on-secondary-fixed: #131c2b;
  --mat-sys-on-secondary-fixed-variant: #3e4759;
  --mat-sys-on-surface: #1a1b1f;
  --mat-sys-on-surface-variant: #44474e;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #00006e;
  --mat-sys-on-tertiary-fixed: #00006e;
  --mat-sys-on-tertiary-fixed-variant: #0000ef;
  --mat-sys-outline: #74777f;
  --mat-sys-outline-variant: #c4c6d0;
  --mat-sys-primary: #005cbb;
  --mat-sys-primary-container: #d7e3ff;
  --mat-sys-primary-fixed: #d7e3ff;
  --mat-sys-primary-fixed-dim: #abc7ff;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #565e71;
  --mat-sys-secondary-container: #dae2f9;
  --mat-sys-secondary-fixed: #dae2f9;
  --mat-sys-secondary-fixed-dim: #bec6dc;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #faf9fd;
  --mat-sys-surface-bright: #faf9fd;
  --mat-sys-surface-container: #efedf0;
  --mat-sys-surface-container-high: #e9e7eb;
  --mat-sys-surface-container-highest: #e3e2e6;
  --mat-sys-surface-container-low: #f4f3f6;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #dbd9dd;
  --mat-sys-surface-tint: #005cbb;
  --mat-sys-surface-variant: #e0e2ec;
  --mat-sys-tertiary: #343dff;
  --mat-sys-tertiary-container: #e0e0ff;
  --mat-sys-tertiary-fixed: #e0e0ff;
  --mat-sys-tertiary-fixed-dim: #bec2ff;
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
}
html,
body {
  --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,
body {
  --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,
body {
  --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,
body {
  --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,
body {
  --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,
body {
  --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,
body {
  --mat-sys-body-large: 400 1rem / 1.5rem Source Sans Pro;
  --mat-sys-body-large-font: Source Sans Pro;
  --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 Source Sans Pro;
  --mat-sys-body-medium-font: Source Sans Pro;
  --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 Source Sans Pro;
  --mat-sys-body-small-font: Source Sans Pro;
  --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 Source Sans Pro;
  --mat-sys-display-large-font: Source Sans Pro;
  --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 Source Sans Pro;
  --mat-sys-display-medium-font: Source Sans Pro;
  --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 Source Sans Pro;
  --mat-sys-display-small-font: Source Sans Pro;
  --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 Source Sans Pro;
  --mat-sys-headline-large-font: Source Sans Pro;
  --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 Source Sans Pro;
  --mat-sys-headline-medium-font: Source Sans Pro;
  --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 Source Sans Pro;
  --mat-sys-headline-small-font: Source Sans Pro;
  --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 Source Sans Pro;
  --mat-sys-label-large-font: Source Sans Pro;
  --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 Source Sans Pro;
  --mat-sys-label-medium-font: Source Sans Pro;
  --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 Source Sans Pro;
  --mat-sys-label-small-font: Source Sans Pro;
  --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 Source Sans Pro;
  --mat-sys-title-large-font: Source Sans Pro;
  --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 Source Sans Pro;
  --mat-sys-title-medium-font: Source Sans Pro;
  --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 Source Sans Pro;
  --mat-sys-title-small-font: Source Sans Pro;
  --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,
body {
  --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,
body {
  --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;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
}
* iframe {
  border: none;
}
input:focus,
textarea:focus {
  outline: none !important;
}
.easi-header {
  display: none;
  height: 50px;
  z-index: 102;
  position: relative;
}
.easi-iframe {
  height: 60px;
  width: 100%;
  border: none;
  display: block;
  position: relative;
  z-index: 103;
}
app-flash-message {
  width: 100vw;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 8;
}
.ngx-bar {
  top: 50px !important;
  background: #ff3366 !important;
}
#loading-bar .bar {
  position: relative !important;
}
.hidden {
  display: none;
}
.description-in-tooltip {
  display: -webkit-box;
  line-clamp: 10;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  text-overflow: ellipsis;
}
.icon-parcours-cercle,
.icon-parcours,
.icon-troispoints.sibling.parcours {
  color: #01a59b;
}
.icon-bloc-cercle,
.icon-bloc,
.icon-troispoints.sibling.bloc {
  color: #005980;
}
.icon-competence-cercle,
.icon-competence,
.icon-troispoints.sibling.competence {
  color: #ff5a00;
}
.icon-module-cercle,
.icon-module,
.icon-troispoints.sibling.module {
  color: #ea63d2;
}
.icon-sequence-cercle,
.icon-sequence,
.icon-troispoints.sibling.sequence {
  color: #ab80fb;
}
.icon-activite-cercle,
.icon-ressource-cercle,
.icon-Preparation-cercle,
.icon-remise-devoir,
.icon-activite,
.icon-ressource,
.icon-Preparation,
.icon-devoir {
  color: #007fad;
}
.icon-activite-presentielle-cercle,
.icon-TP-cercle,
.icon-lien-cercle,
.icon-activite-presentielle,
.icon-TP,
.icon-lien {
  color: #01a59b;
}
.icon-evaluation-cercle,
.icon-positionnement-cercle,
.icon-evaluation,
.icon-positionnement,
.icon-troispoints.sibling.positionnement,
.icon-troispoints.sibling.evaluation {
  color: #007a73;
}
.icon-Corrige-cercle,
.icon-Corrige {
  color: #1f94ce;
}
.icon-Miseenapplcation-cercle,
.icon-Miseenapplcation {
  color: #19bae2;
}
app-student-panel {
  height: 100%;
}
#left-content app-creation-space,
#right-content app-creation-space {
  flex-grow: 1;
}
#left-content.reduced .tab.left,
#right-content.reduced .tab.left {
  display: none;
}
#left-content.reduced .tab.right .label,
#right-content.reduced .tab.right .label {
  display: none;
}
#left-content.reduced *:not(.icon-minimizebloc),
#right-content.reduced *:not(.icon-minimizebloc) {
  visibility: hidden;
}
#left-content.reduced .icon-minimizebloc,
#right-content.reduced .icon-minimizebloc {
  visibility: visible;
}
.facultative-container .mat-expansion-indicator {
  color: #007fad;
}
.cdk-overlay-backdrop {
  z-index: 999 !important;
}
.cdk-global-overlay-wrapper {
  pointer-events: auto !important;
  overflow: auto !important;
}
.cdk-overlay-pane.mat-mdc-dialog-panel {
  --mat-dialog-container-max-width: 100vw;
}
.mat-mdc-dialog-container {
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  overflow: visible !important;
}
.mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-content {
  letter-spacing: unset !important;
  line-height: unset !important;
  font-size: unset !important;
  font-weight: unset !important;
}
.tooltip-container {
  background-color: #007fad !important;
  border-color: #007fad !important;
  color: white !important;
}
.mat-tooltip {
  background-color: #007fad;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  position: relative;
  overflow: unset !important;
  white-space: pre-line;
  max-width: 500px !important;
}
.mat-tooltip:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -8px;
  border-width: 8px 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #007fad;
}
.mat-tooltip-reversed:after {
  border-color: transparent;
}
.mat-tooltip-reversed:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -8px;
  border-width: 8px 8px 8px 8px;
  border-style: solid;
  border-color: transparent #007fad transparent transparent;
}
.mat-tooltip-below {
  position: relative !important;
  bottom: 0px !important;
  display: inline-block;
  max-width: 500px;
}
.mat-tooltip-below:after {
  border-color: transparent;
}
.mat-tooltip-below:before {
  content: " ";
  position: absolute;
  top: -4px;
  left: 25%;
  margin-top: -12px;
  border-width: 8px 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #007fad transparent;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 0;
  background-color: transparent;
}
::-webkit-scrollbar-track-piece {
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #a8a8a8;
  border-radius: 8px;
  z-index: 9999;
}
::-webkit-scrollbar-corner {
  background-color: #102c3a;
}
@keyframes beat {
  to {
    box-shadow: inset 0 0 4px #007fad;
    color: #007fad;
  }
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -20px);
  }
  19% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  53% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  66% {
    opacity: 0.53;
    transform: translate(0px, 0px);
  }
  80% {
    opacity: 0;
    transform: translate(0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate(0px, 0px);
  }
}
.n4s-content hr {
  margin: 10px 0;
}
.n4s-content h3 {
  font-size: 20px;
  text-align: center;
  margin: 10px 0;
}
.n4s-content ul {
  margin-left: 20px;
}
.n4s-content .reportQuestionTitle {
  color: #01a59b;
  font-size: 16px;
}
.n4s-content .reportQuestionTitle p {
  color: unset;
  font-style: italic;
  font-size: 14px;
  margin: 5px 0;
}
.n4s-content .reportQuestionTitle strong {
  font-size: 18px;
  font-weight: normal;
}
.n4s-content .feedbacktext {
  color: unset;
}
.mat-content {
  justify-content: flex-start;
}
app-dashboard .mat-expansion-panel-header {
  height: 60px;
  color: white;
  padding: 0;
}
app-dashboard .mat-expansion-panel-header .mat-content {
  display: grid;
  grid-template-columns: 20% 60% 20%;
}
app-dashboard .mat-expansion-panel-body {
  padding: 0 0 0 0px !important;
}
app-assignment-entry .mat-expansion-panel-header {
  padding: 0 !important;
}
app-assignment-entry .mat-expansion-panel-header .mat-content > * {
  padding: 0px 20px;
}
app-assignment-entry .mat-expansion-panel-body {
  padding: 0 0 0 20px !important;
}
.loadingEntry {
  height: 100vh;
}
.loadingEntry .point {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  position: relative;
  top: 50%;
  animation: animationFrames linear 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
}
.loadingEntry .point.point1 {
  position: absolute;
  left: calc(50% - 25px);
  background-color: #025576;
}
.loadingEntry .point.point2 {
  position: absolute;
  left: 50%;
  animation-delay: 0.2s;
  background-color: #12a2db;
}
.loadingEntry .point.point3 {
  position: absolute;
  left: calc(50% + 25px);
  animation-delay: 0.4s;
  background-color: #e0071b;
}
@media (max-width: 1200px) {
  body {
    transform: scale(0.5) translate(-50%, -50%);
    width: 200%;
    height: 200%;
  }
  ngx-loading-bar .bar {
    top: 100px !important;
  }
}

/* src/assets/scss/mui-override.scss */
:root {
  --mdc-filled-button-container-color: #146187;
}
:root {
  --mdc-filled-button-label-text-color: white;
}
:root {
  --mdc-filled-button-label-text-transform: uppercase;
}
:root {
  --mdc-filled-button-label-text-size: 14px;
}
:root {
  --mdc-fab-container-color: #ff3366;
}
:root {
  --mat-fab-foreground-color: #ffffff;
}
:root {
  --mat-fab-hover-state-layer-opacity: 0.15;
}
:root {
  --mdc-switch-track-width: 50px;
}
:root {
  --mdc-switch-track-height: 30px;
}
:root {
  --mat-switch-label-text-color: white;
}
:root {
  --mat-switch-label-text-size: 14px;
}
.mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.mat-datepicker-content {
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff !important;
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar .mat-calendar-header .mat-button-base {
  background: 0 0;
}
.mat-calendar .mat-calendar-table .mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar .mat-calendar-table .mat-calendar-body-cell-content {
  border-color: transparent;
}
.mat-calendar .mat-calendar-table .mat-calendar-body-cell-content.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar .mat-calendar-table .mat-calendar-body-cell-content.mat-calendar-body-selected {
  background-color: #007fad;
  color: #fff;
}
app-quiz-player .mat-expansion-panel-header:hover {
  background-color: #ff7200 !important;
}
app-quiz-player .mat-expansion-panel-header .mat-content {
  justify-content: center;
}
.mat-expansion-panel {
  border-radius: 0px !important;
}
.mat-expansion-panel.dndDragover > .mat-expansion-panel-header .dragover-message {
  opacity: 1 !important;
}
.mat-expansion-panel .mat-content.mat-content-hide-toggle {
  margin-right: 0;
}
.mat-expansion-panel-header {
  padding: 0px !important;
}
.mat-expansion-panel-header.cdk-program-focused,
.mat-expansion-panel-header:hover {
  background: initial !important;
}
.mat-expansion-panel-header .mat-expansion-indicator::after {
  color: inherit !important;
}
.mat-expansion-panel-body {
  padding: 0px 0px 0px 10px !important;
}
.mat-expansion-indicator {
  color: white;
  position: relative;
  right: 20px;
}
.mat-mdc-dialog-container {
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  overflow: visible !important;
  transform: none !important;
  height: 100% !important;
  width: 100% !important;
}
.mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-content {
  letter-spacing: unset !important;
  line-height: unset !important;
  font-size: unset !important;
  font-weight: unset !important;
}
.new-dialog .mat-mdc-dialog-container {
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
  overflow: visible !important;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-component-host .header {
  background-color: #007fad;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-component-host .header [class^=icon-] {
  font-size: 24px;
  padding: 8px;
  color: #ffffff;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-component-host .header .label {
  flex-grow: 1;
  text-align: center;
  text-transform: uppercase;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-component-host .header mat-icon {
  color: #ffffff;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-content {
  letter-spacing: unset !important;
  line-height: unset !important;
  font-size: unset !important;
  font-weight: unset !important;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .footer {
  background-color: #007fad;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .footer .mdc-button {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .footer .mdc-button:not(:disabled) {
  color: #007fad;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .footer .mdc-button .mdc-button__label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mat-calendar-previous-button::after,
.mat-calendar-next-button::after {
  margin: 19.5px !important;
}
.mdc-switch__icon--off > path {
  d: path("M14.06 9.02l.92.92L5.92 19H5v-.92l9.06-9.06M17.66 3c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6 3.19L3 17.25V21h3.75L17.81 9.94l-3.75-3.75z");
}
.mdc-switch__icon--on > path {
  d: path("M12 6c3.79 0 7.17 2.13 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5C4.83 8.13 8.21 6 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5c1.38 0 2.5 1.12 2.5 2.5S13.38 14 12 14s-2.5-1.12-2.5-2.5S10.62 9 12 9m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z");
}

/* node_modules/@videogular/ngx-videogular/fonts/videogular.css */
@font-face {
  font-family: videogular;
  src: url("./media/videogular.eot?hj1wei");
  src:
    url("./media/videogular.eot?hj1wei#iefix") format("embedded-opentype"),
    url("./media/videogular.ttf?hj1wei") format("truetype"),
    url("./media/videogular.woff?hj1wei") format("woff"),
    url("./media/videogular.svg?hj1wei#videogular") format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" vg-icon-"],
[class^=vg-icon-] {
  font-family: videogular !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vg-icon-closed_caption:before {
  content: "\e006";
}
.vg-icon-pause:before {
  content: "\e018";
}
.vg-icon-play_arrow:before {
  content: "\e01b";
}
.vg-icon-repeat:before {
  content: "\e023";
}
.vg-icon-replay:before {
  content: "\e025";
}
.vg-icon-skip_next:before {
  content: "\e027";
}
.vg-icon-skip_previous:before {
  content: "\e028";
}
.vg-icon-stop:before {
  content: "\e02a";
}
.vg-icon-volume_down:before {
  content: "\e030";
}
.vg-icon-volume_mute:before {
  content: "\e031";
}
.vg-icon-volume_off:before {
  content: "\e032";
}
.vg-icon-volume_up:before {
  content: "\e033";
}
.vg-icon-hd:before {
  content: "\e035";
}
.vg-icon-forward_10:before {
  content: "\e038";
}
.vg-icon-forward_30:before {
  content: "\e039";
}
.vg-icon-replay_10:before {
  content: "\e03b";
}
.vg-icon-replay_30:before {
  content: "\e03c";
}
.vg-icon-fullscreen:before {
  content: "\e20c";
}
.vg-icon-fullscreen_exit:before {
  content: "\e20d";
}
vg-player video {
  width: 100%;
  height: 100%;
}

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