@charset "UTF-8";

/* src/styles.scss */
.btn-group {
  display: flex;
  height: fit-content;
  justify-content: flex-end;
  align-items: center;
}
.btn-group .btn:first-of-type {
  margin-right: 8px;
}
button:focus {
  outline: none;
}
.btn {
  border: 0;
  display: flex;
  color: #fff;
  outline: none;
  font-size: 15px;
  border-radius: 0;
  position: relative;
  width: fit-content;
  height: fit-content;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: background-color 0.25s ease 0s;
}
.btn.btn--primary {
  color: #fff;
  border: none;
  outline: none;
  padding: 0.5rem;
  background-color: #0056bf;
}
.btn.btn--primary:hover {
  opacity: 0.86;
}
.btn.btn--surface {
  background-color: var(--background-color);
  color: var(--color-font);
}
.btn.btn--surface:hover {
  background-color: var(--color-modal-blue-bg-hover);
}
.btn.btn--confirm {
  color: #fff;
  border: none;
  outline: none;
  padding: 0.5rem;
  background-color: #1d448e;
}
.btn.btn--confirm:hover {
  overflow: hidden;
  background-color: #0056bf;
}
.btn.btn--action {
  color: #fff;
  border: none;
  outline: none;
  padding: 0.5rem;
  background-color: #2A79FF;
}
.btn.btn--action:hover {
  background-color: #005fff;
}
.btn.btn--danger {
  color: #fff;
  border: none;
  outline: none;
  padding: 0.5rem;
  background-color: brown;
}
.btn.btn--danger:hover {
  background-color: crimson;
}
.btn.btn--disabled {
  background-color: var(--bg-wrapper-color);
  color: var(--color-font-gray);
  pointer-events: none;
}
.btn.btn--ghost {
  color: var(--color-font);
  opacity: 0.89;
  font-weight: 400;
}
.btn.btn--ghost:hover {
  opacity: 1;
}
.btn.btn--text {
  color: var(--color-font);
  font-weight: 400;
}
.btn.btn--text:hover {
  color: #2A79FF;
}
.btn.btn--outline {
  color: #031b4e;
  border: 1px solid #031b4e;
}
.btn.btn--outline:hover {
  color: #0056bf;
  border: 1px solid #0056bf;
}
.btn.btn--outline-light {
  color: var(--color-font-light-blue);
  border: 1px solid var(--color-font-light-blue);
}
.btn.btn--outline-light:hover {
  color: #fff;
  background-color: var(--color-font-light-blue);
}
.btn,
.btn * {
  cursor: pointer;
}
.modal {
  left: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.modal .modal__container {
  background-color: var(--color-medium-bg);
  color: var(--color-font);
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  margin: 0 10px;
  max-height: 98%;
  max-width: 560px;
  min-height: 170px;
}
@media screen and (min-width: 501px) and (max-width: 700px) {
  .modal .modal__container {
    flex: 0 1 80%;
  }
}
@media screen and (max-width: 500px) {
  .modal .modal__container {
    flex: 0 1 95%;
  }
  .modal .modal__container .modal__header,
  .modal .modal__container .modal__body {
    font-size: 13px;
    line-height: 1.2;
  }
}
.modal .modal__container > div {
  display: flex;
  align-items: center;
}
.modal .modal__container .modal__header {
  font-weight: 600;
  padding: 0.6rem 1rem;
  justify-content: flex-start;
  border-bottom: 0.5px solid #ddd;
}
.modal .modal__container .modal__body {
  min-width: 200px;
  padding: 0.4rem 1rem;
  height: 100%;
  min-height: 78px;
  font-weight: 400;
  line-height: 1.6;
  overflow-y: auto;
  position: relative;
  justify-content: flex-start;
}
.modal .modal__container .modal__body .description a {
  color: #2A79FF;
  display: inline;
}
.modal .modal__container .modal__body .description a:hover {
  color: #1d448e;
}
.modal .modal__container .modal__body .description ul {
  min-width: 300px;
  font-size: 14px;
  padding: 10px 15px 0 10px;
}
.modal .modal__container .modal__body .description ul .icon-tick {
  font-size: 11px;
  margin-right: 10px;
}
.modal .modal__container .modal__body .icon-alert {
  margin-right: 8px;
  color: #f00;
  font-weight: 700;
}
.modal .modal__container .modal__body .help__link {
  color: #2A79FF;
}
.modal .modal__container .modal__body .help__link:hover {
  color: #0056bf;
}
.modal .modal__container .modal__body .more-info {
  margin-top: 20px;
  align-self: flex-start;
}
.modal .modal__container .modal__body .more-info .more-info__input {
  display: none;
}
.modal .modal__container .modal__body .more-info .more-info__input:checked + label + .more-info__description {
  display: block;
}
.modal .modal__container .modal__body .more-info .more-info__label {
  color: #2A79FF;
  cursor: pointer;
}
.modal .modal__container .modal__body .more-info .more-info__label:hover {
  color: #0056bf;
}
.modal .modal__container .modal__body .more-info .more-info__description {
  display: none;
}
.modal .modal__container .modal__footer {
  justify-content: flex-end;
  padding: 0 10px 10px;
}
.modal .modal__container .modal__footer .button {
  display: flex;
  padding: 8px 20px;
  font-size: 0.8rem;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
}
.modal .modal__container {
  box-shadow:
    0px 0px 10px 5px rgba(0, 0, 0, 0.06),
    0px 8px 14px 10px rgba(0, 0, 0, 0.09),
    0px 5px 5px -8px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
item-list .modal .modal__container {
  min-height: unset;
  font-size: 14px;
}
item-list .modal .modal__header,
item-list .modal .modal__body {
  padding: 8px 1rem !important;
}
.spinner {
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner:not(.dotted) {
  position: absolute;
}
.spinner:not(.dotted) div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40%;
  height: 80%;
  border-radius: 50%;
  animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.spinner:not(.dotted) div:nth-child(1) {
  animation-delay: -0.45s;
}
.spinner:not(.dotted) div:nth-child(2) {
  animation-delay: -0.3s;
}
.spinner:not(.dotted) div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner.dotted {
  padding: 20px 0 10px 0;
}
.spinner.dotted.dark div {
  background: #1d448e;
}
.spinner.dotted:not(.dark) div {
  background: #ddd;
}
.spinner.dotted.typing_message div {
  background-color: rgba(0, 0, 0, 0.3);
}
.spinner.dotted.typing_message:not(.transparent) {
  background-color: #e9ebed;
}
.spinner.dotted.typing_message.transparent {
  padding: 2px 8px 0 8px;
}
.spinner.dotted.typing_message.transparent div {
  margin-left: 4px;
  background-color: #fff;
}
.spinner.dotted.typing_message {
  max-height: 40px;
  max-width: fit-content;
  padding: 5px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.spinner.dotted.typing_msg_notification {
  margin: 0;
  width: 22px;
  border-radius: 100px;
  padding: 6px 1px 6px 3px;
  background-color: #f5f5f5;
  top: -12px;
  right: 3px;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .spinner.dotted.typing_msg_notification {
    top: -7px;
    right: 7px;
  }
}
.spinner.dotted.typing_msg_notification div {
  width: 3px;
  height: 3px;
  max-width: 3px;
  max-height: 3px;
  margin: 0 1px 0 0;
  background-color: #9aa4b8;
}
.spinner.dotted.typing_msg_notification div:nth-child(1) {
  animation: fall-4 800ms linear 0.3s infinite;
  -webkit-animation: fall-4 800ms linear 0.3s infinite;
}
.spinner.dotted.typing_msg_notification div:nth-child(2) {
  animation: fall-4 800ms linear 0.2s infinite;
  -webkit-animation: fall-4 800ms linear 0.2s infinite;
}
.spinner.dotted.typing_msg_notification div:nth-child(3) {
  animation: fall-4 800ms linear 0.1s infinite;
  -webkit-animation: fall-4 800ms linear 0.1s infinite;
}
.spinner.dotted.typing_msg_notification div:nth-child(4) {
  animation: fall-4 1800ms linear infinite;
  -webkit-animation: fall-4 1800ms linear infinite;
}
.spinner.dotted.typing_msg_notification:not(.transparent) {
  background-color: #e9ebed;
}
@keyframes fall-4 {
  0% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
  25%, 75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
}
.spinner.dotted div {
  width: 0.4em;
  height: 0.4em;
  max-width: 0.4em;
  max-height: 0.4em;
  margin: 0.1em;
  border-radius: 50%;
}
.spinner.dotted div:nth-child(1) {
  animation: fall 1s linear 0.3s infinite;
}
.spinner.dotted div:nth-child(2) {
  animation: fall 1s linear 0.2s infinite;
}
.spinner.dotted div:nth-child(3) {
  animation: fall 1s linear 0.1s infinite;
}
.spinner.dotted div:nth-child(4) {
  animation: fall 1s linear infinite;
}
@keyframes fall {
  0% {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }
  25%, 75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }
}
.spinner.dotted {
}
.spinner:not(.spinner--button):not(.dotted) div {
  border: 4px solid;
  width: 55px;
  height: 55px;
  margin: 6px;
  border-color: #b9b9b9 transparent transparent transparent;
}
.spinner.spinner--button div {
  margin: 0;
  width: 20px;
  height: 20px;
  border: 2px solid;
}
.spinner.spinner--button.white div {
  border-color: #fff transparent transparent transparent;
}
.spinner.spinner--button:not(.white) div {
  border-color: #95A2B5 transparent transparent transparent;
}
.loader {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid var(--color-font-gray);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
.loader.white {
  border-color: #fff;
}
.loader.w-10 {
  width: 10px;
}
.loader.w-15 {
  width: 15px;
}
.loader.w-20 {
  width: 20px;
}
.loader.w-30 {
  width: 30px;
  border-width: 3px;
}
.loader.w-40 {
  width: 40px;
  border-width: 4px;
}
.loader.w-50 {
  border-width: 5px;
  width: 50px;
  height: 50px;
  margin: auto;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.select_list {
  width: 100%;
  border: none;
  height: 30px;
  cursor: pointer;
  font-size: 11.7px;
  position: relative;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #031B4E;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.select_list:hover {
  background-color: rgba(221, 221, 221, 0.6);
}
.select_list.error {
  border-left: 4px solid rgb(220, 64, 64);
}
.select_list span {
  order: -1;
}
.select_list div {
  left: 0;
  top: 31px;
  z-index: 4;
  width: 100%;
  position: absolute;
  background-color: #f5f5f5;
  box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.12);
}
.select_list div li {
  height: 40px;
  display: flex;
  padding: 0px 10px;
  align-items: center;
}
.select_list div li:hover,
.select_list div li.active {
  color: #fff;
  background-color: var(--color-font);
}
.select_list_2 input {
  display: none;
}
.select_list_2 {
  border: none;
  border-radius: 6px;
  width: 100%;
  height: 42px;
  display: flex;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  align-items: center;
  color: var(--color-font);
  justify-content: space-between;
  background-color: var(--color-navbar-menu-item-bg);
}
.select_list_2 * {
  -webkit-user-select: none;
  user-select: none;
}
.select_list_2:not(:hover)::before,
.select_list_2:not(:hover) span {
  opacity: 0.9;
}
.select_list_2:hover::before,
.select_list_2:hover span {
  opacity: 1;
}
.select_list_2.error {
  border-left: 4px solid rgb(220, 64, 64);
}
.select_list_2 input[type=checkbox]:checked + ul {
  display: flex;
}
.select_list_2 input[type=checkbox]:not(:checked) + ul {
  display: none;
}
.select_list_2 ul {
  opacity: 1;
  left: 0;
  top: 31px;
  z-index: 6;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  position: absolute;
  width: fit-content;
  flex-direction: column;
  background-color: var(--color-medium-bg);
  box-shadow: 0 8px 30px 0 var(--color-shadow-menu), 0 0 2px 0 var(--color-shadow-menu);
}
.select_list_2 ul li {
  align-items: center;
  border-radius: 6px;
  color: var(--color-font);
  display: flex;
  font-size: 0.88rem;
  height: 40px;
  padding: 0px 1.6rem;
  white-space: nowrap;
  width: 100%;
}
.select_list_2 ul li:hover,
.select_list_2 ul li.active {
  background-color: var(--color-navbar-menu-item-bg);
}
.select_list_2.disabled {
  pointer-events: none;
  color: #ccc;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}
@keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}
.initial-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  color: #fff;
  font-weight: 600;
  font-family:
    "Mulish",
    system-ui,
    sans-serif;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
html {
  font-size: 16px;
  overflow: hidden;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
  min-height: 100%;
  font-family: "Mulish", sans-serif;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  font-family: "Mulish", sans-serif;
  -webkit-user-select: text;
  user-select: text;
}
.wapp-link {
  cursor: pointer;
  padding: 10px;
  position: relative;
  height: 48px;
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  display: flex;
  text-align: center;
}
.wapp-link:hover:not(.btn) {
  transform: scale(1.1);
  transition: 120ms transform ease-in-out;
}
.wapp-link:hover::before {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 100px solid red;
}
.wapp-link span.display {
  display: flex;
  opacity: 0;
  animation: displayPopover 6s cubic-bezier(1, 0.8, 1, 0.91) 3s forwards;
}
@keyframes displayPopover {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.wapp-link span:not(.icon-wapp) {
  display: none;
  right: 0;
  top: 64px;
  z-index: 0;
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
  position: absolute;
  max-width: 106px;
  width: 100vw;
  padding: 8px 0 8px 20px;
  font-family: "Mulish", sans-serif;
  background-color: #2d2d2d;
}
.wapp-link span:not(.icon-wapp)::after {
  width: 0;
  height: 0;
  content: "";
  top: -32px;
  right: 16px;
  position: relative;
  border-style: solid;
  border-width: 0 10px 28px 10px;
  border-color: transparent transparent #2d2d2d transparent;
}
@media screen and (min-width: 580px) {
  .wapp-link:hover span,
  .wapp-link:hover span.display {
    display: flex;
    opacity: 1;
    animation: none;
  }
}
@media only screen and (min-width: 500px) {
  .wapp-link {
    display: inline-flex;
  }
}
@media only screen and (max-width: 499px) {
  .wapp-link {
    display: none;
  }
}
.wapp-link.btn {
  border: 1px solid #3cc14e;
  border-radius: 6px;
  gap: 10px;
  max-height: 40px;
  margin-right: 8px;
  min-height: 40px;
  order: -1;
  padding: 10px;
  width: fit-content;
}
.wapp-link.btn p {
  color: var(--whats-text-color);
}
.wapp-link.btn:hover {
  background-color: #3cc14e;
}
.wapp-link.btn:hover p {
  color: #fff;
}
.icon-wapp {
  align-items: center;
  background-color: #25d366;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px;
  height: 22px;
  width: 22px;
  font-size: 1.58rem !important;
  margin: auto;
}
.label-red {
  align-items: center;
  position: absolute;
  background-color: #ff2d55;
  border-radius: 20px;
  color: #fff;
  font-size: 0.69rem;
  font-weight: 400;
  justify-content: center;
  height: 19px;
  min-width: 19px;
  padding: 0 5px;
  right: -1px;
  top: 0;
  -webkit-animation: scale-up-center 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 10ms both;
  animation: scale-up-center 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 10ms both;
}
.grecaptcha-badge {
  visibility: hidden;
}
#nav-bar > .content .options-2 .my-courses .item.open + .menu {
  -webkit-animation: scale-up-ver-top 10ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-ver-top 10ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
img.teacher {
  border: 2px solid #1d448e;
}
img.student-official {
  border: 2px solid #f5a623;
}
img.monitor,
img.moderador {
  border: 2px solid #0e6a00;
}
img.student-free {
  border: 2px solid #90949c;
}
hr.divider {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: content-box;
  border: none;
  border-top: 1px solid var(--color-border);
}
.section-search .info .title strong {
  background-color: rgba(204, 225, 255, 0.58);
  padding: 0 4px;
}
.icon-search:before {
  font-weight: bolder;
}
.code-editor * {
  font-family:
    "Monaco",
    "Menlo",
    "Ubuntu Mono",
    "Consolas",
    "source-code-pro",
    monospace !important;
}
ul {
  list-style: none;
}
ul li {
  -webkit-user-select: none;
  user-select: none;
}
a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-user-select: none;
  user-select: none;
}
section:not(.linkAnnotation) {
  display: flex;
  flex-basis: 100%;
  overflow-x: hidden;
  background-color: #f3f5f9;
}
.classroom-wrapper .card {
  box-sizing: border-box;
  display: flex;
  flex-basis: 100%;
  margin-bottom: 10px;
  flex-direction: column;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
* {
  scrollbar-color: #b1b4b9 #f5f5f5;
  scrollbar-width: thin;
}
*::-webkit-scrollbar-track {
  background-color: rgba(28, 28, 30, 0.09);
}
*::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
  background-color: rgba(245, 245, 245, 0.1);
}
*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  cursor: pointer;
  background-color: #b1b4b9;
}
*:hover::-webkit-scrollbar-thumb {
  background-color: #b1b4b9;
}
*::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: gray;
}
input#arrow:checked ~ label.arrow::before,
.arrow.active::before {
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
}
input#arrow:checked ~ label.arrow::after,
.arrow.active::after {
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
}
.arrow {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow::before,
.arrow::after {
  content: "";
  position: relative;
  transition: transform 0.12s ease-in-out;
  -webkit-transition: transform 0.12s ease-in-out;
  -moz-transition: transform 0.12s ease-in-out;
  -ms-transition: transform 0.12s ease-in-out;
  -o-transition: transform 0.12s ease-in-out;
}
.arrow::before {
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
}
.arrow:after {
  left: -3px;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
}
.upload__title,
.upload__title * {
  font-style: normal !important;
  text-transform: none !important;
  text-decoration: none !important;
}
.upload__title.note_,
.upload__title *.note_ {
  cursor: pointer;
}
.upload__title.note_ *,
.upload__title *.note_ * {
  font-weight: 400 !important;
}
.link-a {
  color: #0056BF;
}
.link-a:active {
  color: #0056BF;
}
.link-a:hover {
  text-decoration: underline;
}
.loading-Element {
  animation: loadingElement 1250ms linear infinite alternate;
}
@keyframes loadingElement {
  100% {
    opacity: 1;
  }
  90% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.5;
  }
}
.loader-circle {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid transparent !important;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  padding: 8px;
}
.loader-circle.e-blue {
  border: 2px solid #1d448e;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.user-content .edit-profile-container user-modal-dialog,
app-profile-user app-modal-editor user-modal-dialog {
  height: 100%;
  left: 0;
  position: static;
  top: 0;
  width: 100%;
}
.user-content .edit-profile-container user-modal-dialog .modal,
app-profile-user app-modal-editor user-modal-dialog .modal {
  height: fit-content;
  min-height: 544px;
  top: 2rem;
}
.user-content .edit-profile-container user-modal-dialog .modal .modal__container._msg_,
app-profile-user app-modal-editor user-modal-dialog .modal .modal__container._msg_ {
  max-width: 420px;
  box-shadow: 0 8px 30px 0 var(--color-shadow-menu), 0 0 2px 0 var(--color-shadow-menu);
}
.user-content .edit-profile-container user-modal-dialog.saveAboutMe .modal,
app-profile-user app-modal-editor user-modal-dialog.saveAboutMe .modal {
  top: unset;
  bottom: 5rem;
}
.user-content .edit-profile-container user-modal-dialog.alert .modal,
app-profile-user app-modal-editor user-modal-dialog.alert .modal {
  top: unset;
  bottom: 1rem;
}
.user-content .edit-profile-container user-modal-dialog .modal__container .modal__header,
app-profile-user app-modal-editor user-modal-dialog .modal__container .modal__header {
  padding: 1rem;
}
.user-content .edit-profile-container user-modal-dialog .modal__body .description,
app-profile-user app-modal-editor user-modal-dialog .modal__body .description {
  text-align: left;
}
.user-content .edit-profile-container user-modal-dialog .modal__body .description .icon-alert,
app-profile-user app-modal-editor user-modal-dialog .modal__body .description .icon-alert {
  display: inline-flex;
  font-size: 3rem;
  justify-content: center;
  margin-bottom: 1rem;
  width: 100%;
}
.user-content .edit-profile-container user-modal-dialog .modal__body .description ul,
app-profile-user app-modal-editor user-modal-dialog .modal__body .description ul {
  font-size: 1rem !important;
  padding: 10px 0 10px 30px !important;
}
.user-content .edit-profile-container user-modal-dialog .modal__body .description ul li,
app-profile-user app-modal-editor user-modal-dialog .modal__body .description ul li {
  font-weight: 600;
  list-style: initial;
}
.user-content .edit-profile-container user-modal-dialog .modal__footer .button,
app-profile-user app-modal-editor user-modal-dialog .modal__footer .button {
  width: 140px;
}
comments-modal .list .items-container .card .card-content {
  padding: 1rem !important;
}
comments-modal .list .items-container .card .lesson-info {
  display: none;
}
comments-modal .file_image .icon-fullscreen {
  display: none;
}
.live-chat-group {
  bottom: 0;
  z-index: 4;
  right: 11%;
  display: flex;
  width: fit-content;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .live-chat-group.classroom {
    bottom: 51px;
  }
}
@media screen and (max-width: 1160px) {
  .live-chat-group.classroom {
    right: calc(11% + 40px);
  }
}
.live-chat-group .live-chat__container .live-chat__content {
  width: 100%;
  height: 100%;
}
.live-chat-group .live-chat__container .live-chat__content chat-room.inside .chat-room {
  margin: 0;
  width: 100% !important;
  position: relative;
}
.live-chat-group .live-chat__container .live-chat__content chat-room.inside .chat-room .chat-inbox {
  display: none;
}
.live-chat-group .live-chat__container .live-chat__content chat-room.inside .chat-room .direct-msg {
  height: calc(100% + 43px);
}
.live-chat-group .live-chat__container .live-chat__content chat-room.inside .chat-room .direct-msg .direct-msg__head {
  display: none;
}
.live-chat-group .live-chat__container .live-chat__content chat-room.inside .chat-room .file-visualizer .direct-msg__head {
  padding: 0.5rem;
  border-bottom: none;
}
.live-chat-group .live-chat__container .live-chat__content chat-room.inside .chat-room .file-visualizer .direct-msg__head .profile {
  display: none;
}
.live-chat-group .live-chat__container .live-chat__content chat-room.inside .chat-room .file-visualizer .file_prev {
  margin-top: 0;
}
.live-chat-group .live-chat__container .live-chat__content chat-room.inside .chat-room .conversation-modal {
  max-height: 94%;
}
.live-chat-group .live-chat__container .live-chat__content chat-room.inside .chat-room .conversation-modal .conversation-modal-container {
  width: 97%;
  max-height: 90%;
  min-height: 97%;
}
.live-chat-group .live-chat__container .live-chat__content chat-room.inside .modal .modal__container._msg_ {
  max-width: 90%;
}
.modal__source pre,
.description-wrapper pre {
  padding: 1em;
  overflow: auto;
  cursor: default;
  background: #f5f2f0;
}
.modal__source pre code,
.description-wrapper pre code {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  word-wrap: normal;
  word-break: normal;
  word-spacing: normal;
  color: #031B4E;
  white-space: break-spaces;
  font-family:
    Consolas,
    Monaco,
    "Andale Mono",
    "Ubuntu Mono",
    monospace;
}
.chat_group_image {
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.chat_group_image.conversations {
  margin-right: 5px;
}
.chat_group_image.conversations img:nth-child(2),
.chat_group_image.conversations app-user-avatar:nth-child(2),
.chat_group_image.conversations .initial-bubble:nth-child(2) {
  right: -8px;
}
.chat_group_image img,
.chat_group_image .initial-bubble {
  border: 2px solid #f6f9fc;
  width: 30px !important;
  height: 30px !important;
}
.chat_group_image img:nth-child(2),
.chat_group_image .initial-bubble:nth-child(2) {
  top: 6px;
  right: -12px;
  position: absolute;
}
.chat_group_image app-user-avatar:nth-child(2) {
  top: 6px;
  right: -12px;
  position: absolute;
}
conversations chat-room,
.content-academy .centered-modal chat-room {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.7);
}
chat-room {
  top: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
chat-room.over {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
chat-room modal-dialog .modal__footer {
  margin: 10px 0;
  flex-direction: column;
  align-items: flex-end !important;
}
chat-room modal-dialog .modal__footer .button.btn--ghost {
  margin: 6px 0;
}
chat-room modal-dialog .modal__footer .button {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.community_modal .modal_container .modal-content item-list .items-container {
  background-color: var(--background-color);
  border-radius: 6px;
}
carousel .wrapper .carousel .card {
  scroll-snap-align: start;
  cursor: pointer;
}
.label#card-label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
  color: var(--color-font);
  font-weight: 600;
  text-align: start;
  position: relative;
  height: min-content;
}
.label#card-label .invalid-msg {
  align-items: center;
  bottom: -24px;
  color: #df1b41;
  font-style: italic;
  font-size: 0.87rem;
  gap: 0.5rem;
  height: 20px;
  position: absolute;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.label#card-label.required::after {
  content: "*";
  color: red;
  position: absolute;
  right: 0;
  top: 2px;
  font-size: larger;
}
.label#card-label.optional::after {
  content: "Opcional";
  color: #95A2B5;
}
.label#card-label.invalid .input {
  border-color: #df1b41;
}
.label#card-label.invalid .invalid-msg {
  display: flex;
}
.label#card-label_title {
  display: flex;
  justify-content: space-between;
}
.label#card-label_title-optional {
  color: #95A2B5;
}
.input.StripeElement {
  min-height: 54px;
  border-radius: 6px;
  padding: 0 1rem;
  font-size: inherit;
  transition: border-color 0.2s ease;
  outline: none;
  max-width: 100%;
  background-color: #f4f5f9;
  color: #031b4e;
  cursor: text;
}
.input.StripeElement:focus,
.input.StripeElement.focus {
  border-color: #0056bf;
}
.input.StripeElement.white {
  background-color: #fff;
}
.input.StripeElement.disabled {
  pointer-events: none;
  background-color: #f5f5f5;
}
@media screen and (max-width: 950px) {
  .input.StripeElement {
    min-height: 46px;
  }
}
academies recommended-routes #main-recommended {
  padding: 2rem 8px !important;
}
app-login .help__link {
  display: inline;
  color: rgb(239, 46, 46);
  text-decoration: underline;
}
payment-methods .payment-method-tab.active {
  background-color: var(--background-light-cartel);
}
payment-methods .payment-method-tab.active .tab-content form,
payment-methods .payment-method-tab.active .tab-content .bank-transfers,
payment-methods .payment-method-tab.active .tab-content--component form,
payment-methods .payment-method-tab.active .tab-content--component .bank-transfers {
  max-height: 1500px;
}

/* src/app/styles/icons.scss */
.icon-cross {
  font-weight: bolder !important;
}
@font-face {
  font-family: "edutin-icons";
  src: url(/assets/fonts/edutin-icons.eot?eqsqt9);
  src:
    url(/assets/fonts/edutin-icons.eot?eqsqt9#iefix) format("embedded-opentype"),
    url(/assets/fonts/edutin-icons.ttf?eqsqt9) format("truetype"),
    url(/assets/fonts/edutin-icons.woff?eqsqt9) format("woff"),
    url(/assets/fonts/edutin-icons.svg?eqsqt9#edutin-icons) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "edutin-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-knowledge:before {
  content: "\e9ec";
}
.icon-ai-reply:before {
  content: "\e9e9";
}
.icon-ia-suggestion:before {
  content: "\e9eb";
}
.icon-activity:before {
  content: "\e941";
}
.icon-add-images:before {
  content: "\e97f";
}
.icon-add-text:before {
  content: "\e91b";
}
.icon-add-user:before {
  content: "\e9b5";
}
.icon-alarms:before {
  content: "\e92e";
}
.icon-alert:before {
  content: "\e93f";
}
.icon-answers:before {
  content: "\e91e";
}
.icon-apuntes:before {
  content: "\e92f";
}
.icon-arrow-down:before {
  content: "\e924";
}
.icon-arrow-left:before {
  content: "\e925";
}
.icon-arrow-point-to:before {
  content: "\e95f";
}
.icon-arrow-right:before {
  content: "\e934";
}
.icon-arrow-strong-down:before {
  content: "\e920";
}
.icon-arrow-strong-left:before {
  content: "\e922";
}
.icon-arrow-strong-right:before {
  content: "\e923";
}
.icon-arrow-strong-up:before {
  content: "\e921";
}
.icon-arrow-to-right:before {
  content: "\e974";
}
.icon-arrow-to-up:before {
  content: "\e976";
}
.icon-arrow-up:before {
  content: "\e938";
}
.icon-arrow-up-to:before {
  content: "\e9b8";
}
.icon-arrow_down_alt:before {
  content: "\e9d4";
}
.icon-arrow_right_alt:before {
  content: "\e95b";
}
.icon-arrow_sort:before {
  content: "\e9d5";
}
.icon-arrow_up_alt:before {
  content: "\e9d6";
}
.icon-attached:before {
  content: "\e90c";
}
.icon-back:before {
  content: "\e94b";
}
.icon-back-arrow:before {
  content: "\e911";
}
.icon-bell-filled:before {
  content: "\e9cc";
}
.icon-bell-outline:before {
  content: "\e9cb";
}
.icon-bold:before {
  content: "\e935";
}
.icon-broadcast:before {
  content: "\e988";
}
.icon-bullet:before {
  content: "\e971";
}
.icon-calendar:before {
  content: "\e900";
}
.icon-calendar-outline:before {
  content: "\e9da";
}
.icon-call:before {
  content: "\e98a";
}
.icon-call-us:before {
  content: "\e99e";
}
.icon-call-us-filled:before {
  content: "\e9a8";
}
.icon-cam:before {
  content: "\e973";
}
.icon-certificate:before {
  content: "\e964";
}
.icon-chat:before {
  content: "\e982";
}
.icon-circle-cross:before {
  content: "\e9d3";
}
.icon-circle-forward-arrow:before {
  content: "\e9ca";
}
.icon-circle-questions:before {
  content: "\e959";
}
.icon-circle-return-arrow:before {
  content: "\e9c9";
}
.icon-close:before {
  content: "\e965";
}
.icon-cloud-error:before {
  content: "\e910";
}
.icon-code:before {
  content: "\e90e";
}
.icon-code-outline:before {
  content: "\e90d";
}
.icon-code-strong:before {
  content: "\ea80";
}
.icon-comments:before {
  content: "\e92c";
}
.icon-community:before {
  content: "\e962";
}
.icon-contacts_follows:before {
  content: "\e97e";
}
.icon-content:before {
  content: "\e975";
}
.icon-contributed:before {
  content: "\e94f";
}
.icon-contributions:before {
  content: "\e94e";
}
.icon-copy:before {
  content: "\e96e";
}
.icon-copy-filled:before {
  content: "\e98d";
}
.icon-copy-outline:before {
  content: "\1f5c6";
}
.icon-copy-outline-r:before {
  content: "\e9a7";
}
.icon-course-content:before {
  content: "\e94d";
}
.icon-cross:before {
  content: "\e939";
}
.icon-cross-bolder:before {
  content: "\e9b3";
}
.icon-cross-strong:before {
  content: "\e9aa";
}
.icon-cumulative-hours:before {
  content: "\e950";
}
.icon-curriculum:before {
  content: "\e9cd";
}
.icon-delete:before {
  content: "\e913";
}
.icon-delete-filled:before {
  content: "\e9c6";
}
.icon-delete-outline:before {
  content: "\e9c7";
}
.icon-document:before {
  content: "\e942";
}
.icon-double-arrow-left:before {
  content: "\e9ba";
}
.icon-double-arrow-right:before {
  content: "\e9bb";
}
.icon-download:before {
  content: "\e944";
}
.icon-download-bottom:before {
  content: "\e94a";
}
.icon-download-ouline:before {
  content: "\e9c8";
}
.icon-download-video:before {
  content: "\e949";
}
.icon-earth:before {
  content: "\e945";
}
.icon-earth-strong:before {
  content: "\e9ab";
}
.icon-edit:before {
  content: "\e96d";
}
.icon-edutin:before {
  content: "\e98e";
}
.icon-edutin_outline:before {
  content: "\e9e4";
}
.icon-ellipsis-h:before {
  content: "\e91c";
}
.icon-ellipsis-v:before {
  content: "\e969";
}
.icon-email-outline:before {
  content: "\e9a0";
}
.icon-evaluacion-source:before {
  content: "\e9ea";
}
.icon-eye:before {
  content: "\e93e";
}
.icon-eye-strong:before {
  content: "\e9ad";
}
.icon-face-laugh:before {
  content: "\e985";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-favorite-filled:before {
  content: "\e9c2";
}
.icon-favorite-outline:before {
  content: "\e9c3";
}
.icon-fbook:before {
  content: "\e96c";
}
.icon-feedback:before {
  content: "\e963";
}
.icon-file:before {
  content: "\e98b";
}
.icon-file-excel:before {
  content: "\eae2";
}
.icon-file-openoffice:before {
  content: "\eae0";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-file-text2:before {
  content: "\e991";
}
.icon-file-word:before {
  content: "\eae1";
}
.icon-file-zip:before {
  content: "\e992";
}
.icon-filter:before {
  content: "\e9ae";
}
.icon-filter-light:before {
  content: "\e97b";
}
.icon-folder:before {
  content: "\e98c";
}
.icon-follow:before {
  content: "\e951";
}
.icon-forum:before {
  content: "\e96f";
}
.icon-forward:before {
  content: "\e912";
}
.icon-fullscreen:before {
  content: "\e940";
}
.icon-fullscreen-exit:before {
  content: "\e94c";
}
.icon-github:before {
  content: "\e906";
}
.icon-google:before {
  content: "\e907";
}
.icon-h-line:before {
  content: "\e99a";
}
.icon-hangup:before {
  content: "\e986";
}
.icon-happy:before {
  content: "\e983";
}
.icon-happy2:before {
  content: "\e984";
}
.icon-hat:before {
  content: "\e9b0";
}
.icon-headphone:before {
  content: "\e903";
}
.icon-headphone-filled:before {
  content: "\e9a9";
}
.icon-home:before {
  content: "\e952";
}
.icon-id-card:before {
  content: "\e997";
}
.icon-image:before {
  content: "\e915";
}
.icon-info:before {
  content: "\e90f";
}
.icon-insta-outline:before {
  content: "\e9a1";
}
.icon-instagram:before {
  content: "\e9a2";
}
.icon-italic:before {
  content: "\e937";
}
.icon-laptop:before {
  content: "\e9b6";
}
.icon-laptop-square:before {
  content: "\e990";
}
.icon-libreoffice:before {
  content: "\eae3";
}
.icon-license:before {
  content: "\e993";
}
.icon-light-bulb:before {
  content: "\e9d8";
}
.icon-like:before {
  content: "\e914";
}
.icon-like-filled:before {
  content: "\e9c0";
}
.icon-like-outline:before {
  content: "\e9c1";
}
.icon-link:before {
  content: "\e918";
}
.icon-linkedin:before {
  content: "\e99d";
}
.icon-live:before {
  content: "\e989";
}
.icon-lock:before {
  content: "\e946";
}
.icon-lock-small:before {
  content: "\e987";
}
.icon-lock-strong:before {
  content: "\e9ac";
}
.icon-logout:before {
  content: "\e947";
}
.icon-mail-filled:before {
  content: "\e931";
}
.icon-mail-outline:before {
  content: "\e996";
}
.icon-mail-outline1:before {
  content: "\e9b7";
}
.icon-medal .path1:before {
  content: "\e99b";
  color: rgb(29, 68, 141);
}
.icon-medal .path2:before {
  content: "\e99c";
  margin-left: -1em;
  color: rgb(255, 234, 128);
}
.icon-medal .path3:before {
  content: "\e99f";
  margin-left: -1em;
  color: rgb(255, 204, 102);
}
.icon-medal-outline:before {
  content: "\e9c4";
}
.icon-message:before {
  content: "\e953";
}
.icon-messenger:before {
  content: "\e9a4";
}
.icon-mic:before {
  content: "\e97a";
}
.icon-mic-filled:before {
  content: "\e902";
}
.icon-mic1:before {
  content: "\e972";
}
.icon-minus:before {
  content: "\e930";
}
.icon-minus-strong:before {
  content: "\ea0b";
}
.icon-monitor:before {
  content: "\e9e5";
}
.icon-mssnger2:before {
  content: "\e9a5";
}
.icon-new-note:before {
  content: "\e93b";
}
.icon-new-window:before {
  content: "\e9c5";
}
.icon-next:before {
  content: "\e954";
}
.icon-notes:before {
  content: "\e955";
}
.icon-notification-bell:before {
  content: "\e97c";
}
.icon-pause:before {
  content: "\e956";
}
.icon-pause-circle:before {
  content: "\e93a";
}
.icon-pause1:before {
  content: "\e994";
}
.icon-pen-outline:before {
  content: "\e999";
}
.icon-pencil:before {
  content: "\e995";
}
.icon-photo-camera:before {
  content: "\e9ce";
}
.icon-pic-2-svgrepo-com:before {
  content: "\e9e3";
}
.icon-play-arrow:before {
  content: "\e928";
}
.icon-play-circle:before {
  content: "\e936";
}
.icon-play-circle-outline:before {
  content: "\e91d";
}
.icon-play-list:before {
  content: "\e927";
}
.icon-play-list-filled:before {
  content: "\e90b";
}
.icon-play-outline:before {
  content: "\e9e7";
}
.icon-plus:before {
  content: "\e95e";
}
.icon-plus-light:before {
  content: "\e92d";
}
.icon-plus-strong:before {
  content: "\ea0a";
}
.icon-portfolio:before {
  content: "\e9e6";
}
.icon-portfolio1:before {
  content: "\e9dc";
}
.icon-printer:before {
  content: "\e98f";
}
.icon-professional:before {
  content: "\e998";
}
.icon-question-circle:before {
  content: "\e932";
}
.icon-questions:before {
  content: "\e958";
}
.icon-quiz:before {
  content: "\e96b";
}
.icon-quizzes:before {
  content: "\e9f3";
}
.icon-rate:before {
  content: "\e91f";
}
.icon-reload:before {
  content: "\e9b2";
}
.icon-reload-light:before {
  content: "\e96a";
}
.icon-reply:before {
  content: "\e966";
}
.icon-rocket_sharp:before {
  content: "\e901";
}
.icon-save:before {
  content: "\e926";
}
.icon-screen_share:before {
  content: "\e904";
}
.icon-search:before {
  content: "\e9a6";
}
.icon-search-bold:before {
  content: "\e978";
}
.icon-search-light:before {
  content: "\e9b1";
}
.icon-select:before {
  content: "\e93c";
}
.icon-select-arrow:before {
  content: "\e948";
}
.icon-selection:before {
  content: "\e9b4";
}
.icon-send:before {
  content: "\e92a";
}
.icon-send-arrow:before {
  content: "\e967";
}
.icon-settings:before {
  content: "\e943";
}
.icon-shopping-cart:before {
  content: "\e97d";
}
.icon-signet:before {
  content: "\e980";
}
.icon-smile:before {
  content: "\e9e1";
}
.icon-smile2:before {
  content: "\e9e2";
}
.icon-star-outline:before {
  content: "\e979";
}
.icon-subtitles:before {
  content: "\e95d";
}
.icon-suggestion:before {
  content: "\e9d7";
}
.icon-take-part:before {
  content: "\e95c";
}
.icon-text:before {
  content: "\e968";
}
.icon-text-source:before {
  content: "\e960";
}
.icon-tick:before {
  content: "\e92b";
}
.icon-tick-bold:before {
  content: "\e981";
}
.icon-tick-outline:before {
  content: "\e95a";
}
.icon-title:before {
  content: "\e970";
}
.icon-twitter:before {
  content: "\e908";
}
.icon-twitter_x_outline:before {
  content: "\e9a3";
}
.icon-underline:before {
  content: "\e933";
}
.icon-user:before {
  content: "\e957";
}
.icon-user-add:before {
  content: "\e977";
}
.icon-user-outline:before {
  content: "\e9dd";
}
.icon-user-outline1:before {
  content: "\e9db";
}
.icon-user-profile:before {
  content: "\e9af";
}
.icon-verified-filled:before {
  content: "\e9b9";
}
.icon-versions:before {
  content: "\e9df";
}
.icon-versions-h:before {
  content: "\e9e0";
}
.icon-video-library:before {
  content: "\e929";
}
.icon-video-library-filled:before {
  content: "\e909";
}
.icon-video-source:before {
  content: "\e961";
}
.icon-videocam-filled:before {
  content: "\e9de";
}
.icon-view:before {
  content: "\e916";
}
.icon-visibility-filled:before {
  content: "\e9bd";
}
.icon-visibility-off-filled:before {
  content: "\e9bc";
}
.icon-visibility-off-outline:before {
  content: "\e9be";
}
.icon-visibility-outline:before {
  content: "\e9bf";
}
.icon-volume:before {
  content: "\e917";
}
.icon-volume-high:before {
  content: "\e91a";
}
.icon-volume-low:before {
  content: "\e93d";
}
.icon-volume-medium:before {
  content: "\e919";
}
.icon-whapp-outline:before {
  content: "\e9e8";
}
.icon-www:before {
  content: "\e90a";
}
.icon-youtube:before {
  content: "\e9cf";
}
.icon-youtube-play:before {
  content: "\e9d0";
}
.icon-zoom:before {
  content: "\e9d1";
}
.icon-zoom-in:before {
  content: "\e9d2";
}
.icon-zoom-out:before {
  content: "\e9d9";
}

/* src/app/styles/theme-colors.scss */
.content-academy {
  --font-default-color: #031b4e;
  --green-color: #449045;
  --contrast: contrast(1);
  --contrast-card: contrast(1.14);
  --color-medium: #dee2e6;
  --color-medium-contrast: #dee1e7;
  --color-border: rgb(195, 201, 215, 0.4);
  --color-font: var(--font-default-color);
  --color-font-gray: rgba(3, 27, 78, 0.51);
  --color-font-light-blue: #2a79ff;
  --color-font-title-blue: rgb(29, 68, 142, 0.7);
  --color-violet: rgb(94, 47, 230);
  --bg-source-color: #fff;
  --bg-medium-color: #dee2e6;
  --bg-wrapper-color: #dee2e6;
  --background-color: #f3f5f9;
  --background-light-blue: #cce1ff;
  --background-light-yellow: #fff7e9;
  --background-light-banner: #fff3d7;
  --background-light-cartel: #fff;
  --background-cartel: #f3f5f9;
  --background-menu-items: #eef6ff;
  --background-course-thumbnail: var(--color-medium);
  --background-modal-video: rgba(243, 245, 249, 0.9);
  --background-gray: #e8e8e8;
  --input-background: #fefeff;
  --input-chat-background: #f6f9fc;
  --background-card-active: rgba(27, 67, 100, 0.1);
  --background-select-list: #f3f5f9;
  --color-slider-active-tab-text: #fff;
  --color-slider-active-tab-bg: #1c1c1e;
  --color-medium-bg: #fff;
  --color-navbar-label: #1d448e;
  --color-navbar-menu-item-bg: rgb(243, 245, 248);
  --color-navbar-menu-item-bg-hover: rgba(29, 68, 142, 0.12);
  --color-shadow-navbar: rgba(0, 0, 0, 0.1);
  --color-shadow-menu: rgba(0, 0, 0, 0.2);
  --color-text-blue-label: #1d448e;
  --input-color: #fff;
  --color-modal-blue-bg: #e9f1ff;
  --color-modal-blue-bg-hover: #d4e2f9;
  --color-item-bg: var(--color-medium);
  --color-item-selected-bg: rgba(208, 216, 223, 0.8);
  --bg-color-activity-item: rgba(226, 229, 234, 0.63);
  --whats-text-color: #075d14;
}
.content-academy .description-wrapper p.p-description table {
  background-color: #fff;
}
.content-academy.dark {
  --contrast: contrast(1.23);
  --contrast-card: contrast(0.99);
  --color-medium: #2d2d2d;
  --color-medium-contrast: #414142;
  --color-border: rgba(255, 255, 255, 0.15);
  --color-font: rgba(255, 255, 255, 1);
  --color-font-gray: rgba(255, 255, 255, 0.6);
  --color-font-light-blue: #5192ff;
  --color-font-title-blue: #758ec1;
  --color-violet: #A78BFA;
  --bg-medium-color: #dadde4;
  --bg-wrapper-color: #24272d;
  --bg-source-color: #24272d;
  --background-color: #1c1c1e;
  --background-light-yellow: rgba(72, 72, 74, 0.61);
  --background-light-cartel: #464646;
  --background-cartel: #2d2d2d;
  --background-course-thumbnail: #fff;
  --background-modal-video: rgba(72, 72, 74, 0.8);
  --background-gray: #434345;
  --input-background: #2e2e2e;
  --input-chat-background: #434345;
  --background-card-active: #2e2e2e;
  --background-select-list: var(--color-medium);
  --color-slider-active-tab-text: #1c1c1e;
  --color-slider-active-tab-bg: #fff;
  --color-medium-bg: #2d2d2d;
  --color-navbar-label: #fff;
  --color-navbar-menu-item-bg: rgba(72, 72, 74, 0.61);
  --color-navbar-menu-item-bg-hover: rgba(72, 72, 74, 0.8);
  --color-shadow-navbar: rgba(255, 251, 251, 0.2);
  --color-shadow-menu: rgba(255, 251, 251, 0.2);
  --color-text-blue-label: #fdfdfd;
  --input-color: #414142;
  --color-modal-blue-bg: var(--color-medium-contrast);
  --color-modal-blue-bg-hover: var(--color-shadow-menu);
  --color-item-bg: #434345;
  --color-item-selected-bg: rgba(85, 89, 92, 0.8);
  --bg-color-activity-item: rgba(113, 113, 113, 0.18);
  --whats-text-color: rgb(14, 172, 38);
}
.content-academy.dark #nav-bar .logo .positive-logo {
  display: none !important;
}
.content-academy.dark #nav-bar .logo .negative-logo {
  display: inline-block;
}
.content-academy.dark .description-wrapper p.p-description table td {
  border-color: #898989 !important;
  background-color: var(--color-medium-bg) !important;
}
.content-academy.dark #nav-bar .logo .item span.icon-edutin {
  color: #fff !important;
}
@-webkit-keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}
@keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}
@-webkit-keyframes scale-up-tr {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}
@keyframes scale-up-tr {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}

/* src/app/classroom/classroom-styles.scss */
.select_list {
  width: 100%;
  border: none;
  height: 30px;
  cursor: pointer;
  font-size: 11.7px;
  position: relative;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #031B4E;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.select_list:hover {
  background-color: rgba(221, 221, 221, 0.6);
}
.select_list.error {
  border-left: 4px solid rgb(220, 64, 64);
}
.select_list span {
  order: -1;
}
.select_list div {
  left: 0;
  top: 31px;
  z-index: 4;
  width: 100%;
  position: absolute;
  background-color: #f5f5f5;
  box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.12);
}
.select_list div li {
  height: 40px;
  display: flex;
  padding: 0px 10px;
  align-items: center;
}
.select_list div li:hover,
.select_list div li.active {
  color: #fff;
  background-color: var(--color-font);
}
.select_list_2 input {
  display: none;
}
.select_list_2 {
  border: none;
  border-radius: 6px;
  width: 100%;
  height: 42px;
  display: flex;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  align-items: center;
  color: var(--color-font);
  justify-content: space-between;
  background-color: var(--color-navbar-menu-item-bg);
}
.select_list_2 * {
  -webkit-user-select: none;
  user-select: none;
}
.select_list_2:not(:hover)::before,
.select_list_2:not(:hover) span {
  opacity: 0.9;
}
.select_list_2:hover::before,
.select_list_2:hover span {
  opacity: 1;
}
.select_list_2.error {
  border-left: 4px solid rgb(220, 64, 64);
}
.select_list_2 input[type=checkbox]:checked + ul {
  display: flex;
}
.select_list_2 input[type=checkbox]:not(:checked) + ul {
  display: none;
}
.select_list_2 ul {
  opacity: 1;
  left: 0;
  top: 31px;
  z-index: 6;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  position: absolute;
  width: fit-content;
  flex-direction: column;
  background-color: var(--color-medium-bg);
  box-shadow: 0 8px 30px 0 var(--color-shadow-menu), 0 0 2px 0 var(--color-shadow-menu);
}
.select_list_2 ul li {
  align-items: center;
  border-radius: 6px;
  color: var(--color-font);
  display: flex;
  font-size: 0.88rem;
  height: 40px;
  padding: 0px 1.6rem;
  white-space: nowrap;
  width: 100%;
}
.select_list_2 ul li:hover,
.select_list_2 ul li.active {
  background-color: var(--color-navbar-menu-item-bg);
}
.select_list_2.disabled {
  pointer-events: none;
  color: #ccc;
}
.source_evaluation iframe[src*="https://www.youtube.com"] {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
}
.description-wrapper .p-description img {
  max-width: 90%;
}
local-video video::-webkit-media-text-track-display {
  left: 12px !important;
  width: calc(100% - 24px) !important;
  transform: translateY(-60px) !important;
}
@media (max-width: 500px) {
  local-video video::cue {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 800px) and (min-width: 501px) {
  local-video video::cue {
    font-size: 1.3rem;
    line-height: 28px;
  }
}
@media (min-width: 801px) {
  local-video video::cue {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.source__description p ul,
.source__description p ol,
.description-wrapper p ul,
.description-wrapper p ol {
  list-style: revert;
  padding: revert !important;
  margin: revert !important;
}
.source__description p a,
.description-wrapper p a {
  display: unset !important;
}
.source__description p span.badge,
.description-wrapper p span.badge {
  background-color: gray;
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 0px 4px;
  border-radius: 4px;
  font-weight: 600;
}
.source__description table,
.source__description tr,
.source__description td,
.description-wrapper table,
.description-wrapper tr,
.description-wrapper td {
  border: 1px solid;
  margin: 1rem auto;
}
.source__description .video__container.YT .btn-over-next.bottom,
.description-wrapper .video__container.YT .btn-over-next.bottom {
  bottom: 108px;
}
.source__description .btn-over-next,
.description-wrapper .btn-over-next {
  z-index: 3;
  right: 10px;
  color: #fff !important;
  position: absolute;
  padding: 0.8rem 1.3rem;
  background-color: #121212;
}
.source__description .btn-over-next.top,
.description-wrapper .btn-over-next.top {
  top: 100px;
}
.source__description .btn-over-next.bottom,
.description-wrapper .btn-over-next.bottom {
  bottom: 20px;
}
.source__description .btn-over-next:not(.bottom),
.description-wrapper .btn-over-next:not(.bottom) {
  top: 16px;
  right: 16px;
}
.source__description .btn-over-next span,
.description-wrapper .btn-over-next span {
  color: #fff !important;
  margin-right: 10px;
}
.source__description .btn-over-next:hover,
.description-wrapper .btn-over-next:hover {
  opacity: 1 !important;
}
.source__description .btn-over-next.display,
.description-wrapper .btn-over-next.display {
  display: flex;
  -webkit-animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.source__description .btn-over-next:not(.display):not(.bottom),
.description-wrapper .btn-over-next:not(.display):not(.bottom) {
  display: none;
  -webkit-animation: slide-out-right 1000ms ease-out 5000ms;
  animation: slide-out-right 1000ms ease-out 5000ms;
}
.source__description .btn-over-next.hidden,
.description-wrapper .btn-over-next.hidden {
  display: none;
}
.source__description .btn-over-next.bottom:not(.display),
.description-wrapper .btn-over-next.bottom:not(.display) {
  display: none;
}
.source__description .btn-over-next.bottom.display,
.description-wrapper .btn-over-next.bottom.display {
  display: flex;
  -webkit-animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media screen and (max-width: 520px) {
  .source__description .btn-over-next.bottom,
  .description-wrapper .btn-over-next.bottom {
    font-size: 11px;
    padding: 0.5rem 0.8rem;
  }
  .source__description .btn-over-next.bottom .icon-next,
  .description-wrapper .btn-over-next.bottom .icon-next {
    font-size: 10px;
  }
}
.source__description .timeline__event:not(:last-of-type):after,
.description-wrapper .timeline__event:not(:last-of-type):after {
  content: "";
  width: 2px;
  height: calc(100% + 300px);
  background: #1d448e;
  position: absolute;
  top: 52%;
  z-index: 0;
}
.source__description .timeline__event:before,
.description-wrapper .timeline__event:before {
  content: "";
  position: absolute;
  background: #1d448e;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #1d448e;
}
.source__description .timeline__event:after,
.description-wrapper .timeline__event:after {
  left: -2rem;
}
.source__description .timeline__event:before,
.description-wrapper .timeline__event:before {
  width: 2rem;
  height: 2rem;
  left: -3rem;
}
.source__description .timeline__event .timeline__event:last-child:after,
.description-wrapper .timeline__event .timeline__event:last-child:after {
  content: none;
}
@media (max-width: 786px) {
  .source__description .timeline__event,
  .description-wrapper .timeline__event {
    flex-direction: column;
  }
  .source__description .timeline__event__icon,
  .description-wrapper .timeline__event__icon {
    border-radius: 4px 4px 0 0;
  }
}
@media (max-width: 786px) {
  .source__description .timeline,
  .description-wrapper .timeline {
    width: 60vw !important;
  }
  .source__description .timeline__event,
  .description-wrapper .timeline__event {
    flex-direction: column;
  }
  .source__description .timeline_event_icon,
  .description-wrapper .timeline_event_icon {
    border-radius: 4px 4px 0 0;
  }
  .source__description .media.flipped,
  .description-wrapper .media.flipped {
    flex-direction: column !important;
    align-items: center !important;
  }
}
.source__description .proc2,
.description-wrapper .proc2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 30px;
  overflow: hidden;
}
.source__description .proc2_content,
.description-wrapper .proc2_content {
  margin-top: 20px;
}
.source__description .proc2:hover,
.description-wrapper .proc2:hover {
  height: 300px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.source__description .callout,
.description-wrapper .callout {
  margin: 1rem 0;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  background: #eef4f8;
  border-left: 3px solid #9fcce9;
  color: #5d7f95;
  font-size: 14px;
}
.source__description .callout.yellow,
.description-wrapper .callout.yellow {
  background: #fcf8f0;
  border-left-color: #f9dda4;
  color: #b49a64;
}
.source__description .callout.red,
.description-wrapper .callout.red {
  background: #fcf0f0;
  border-left-color: #ffabab;
  color: #aa6464;
}
.source__description .callout p,
.description-wrapper .callout p {
  margin: 0;
}
.classroom-content {
  width: 100%;
  overflow: hidden;
}
.classroom-content.wlcm .cartel {
  top: 0;
}
@media screen and (max-width: 599px) {
  .classroom-content:not(.video_full):not(.wlcm):not(.meet) {
    height: calc(100% - 50px);
  }
  .classroom-content.video_full,
  .classroom-content.wlcm {
    height: 100%;
  }
  .classroom-content.video_full .source__video,
  .classroom-content.wlcm .source__video {
    z-index: 5 !important;
  }
}
@media screen and (min-width: 600px) {
  .classroom-content {
    height: 100%;
  }
}
.lesson-content .modal-container .modal__source.cartel:not(.welcome) .source__description modal .modal-container .modal__content {
  margin: 10px;
  box-shadow: 0 2px 10px 0 var(--color-shadow-menu);
}
.source__description img,
.description-wrapper img {
  max-width: 100%;
}
.file__display {
  width: 100%;
  height: 100%;
}
.file__display.source:not(.full) > iframe {
  z-index: 2;
  top: -2%;
  left: -2%;
  height: 104%;
  width: 102%;
  border: none;
  position: relative;
}
@media screen and (max-width: 600px) {
  .file__display.source:not(.full) > iframe {
    top: -14px;
    left: -14px;
    height: calc(100% + 18px);
    width: calc(100% + 19px);
  }
}
.file__display.source.full {
  height: calc(100% - 50px);
}
.file__display.source.full > iframe {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
}
.file__display.file > iframe {
  top: -2px;
  left: -3px;
  z-index: 2;
  border: none;
  position: relative;
  height: calc(100% + 4px);
  width: calc(100% + 5px);
}
.file__image img,
.file__image .img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--background-cartel);
  border-radius: 6px;
}
.file__image img::before,
.file__image .img::before {
  border-radius: 20px;
}
.feedback .text * {
  font-size: 14px !important;
  background-color: #f3f5f9 !important;
}
ul {
  margin: 0;
  padding: 0;
}
.section {
  display: flex;
  overflow: hidden;
  position: relative;
  background-color: var(--background-color);
}
p {
  margin: 0;
}
.classroom-wrapper {
  position: relative;
}
.classroom-wrapper .btn {
  border-radius: 6px;
}
.classroom-wrapper modal-dialog .modal {
  position: fixed;
  top: 0;
  z-index: 5;
}
.classroom-wrapper .classroom-sidebar.margin-top {
  margin-top: calc(100vh - 66px);
}
@media screen and (max-width: 1079px) {
  .classroom-wrapper {
    grid-template-columns: 100% !important;
  }
  .classroom-wrapper .classroom-sidebar.aside {
    display: none;
  }
  .classroom-wrapper .classroom-sidebar.inside {
    width: 100%;
    margin: 20px 0;
  }
  .classroom-wrapper .classroom-sidebar.inside .sidebar-container .container-sidebar .sidebar-content .section {
    max-width: 100%;
  }
}
@media (600px < width < 1079px) {
  .classroom-wrapper .sidebar-container .container-sidebar .sidebar-content {
    max-height: 70vh;
    height: calc(100vh + 84px);
  }
}
source-viewer:not(.other_file) section:not(.doc) {
  height: fit-content;
}
source-viewer:not(.other_file) section.doc {
  height: calc(100vh - 100px);
  border: 1px solid #c3c9d7;
}
source-viewer.other_file section {
  height: 100%;
}
source-viewer,
quiz-component {
  z-index: 2;
  width: 100%;
  height: 100%;
}
source-viewer.other_file,
quiz-component.other_file {
  z-index: 7;
  left: 0;
  top: 0;
  position: absolute;
  width: calc(100% + 2px);
  height: 100%;
}
source-viewer .source-msj,
quiz-component .source-msj {
  color: #031B4E;
}
source-viewer .source-msj a,
quiz-component .source-msj a {
  margin-top: 10px;
  color: #2A79FF;
}
source-viewer .source-msj a i,
quiz-component .source-msj a i {
  font-size: 12px;
}
source-viewer .answer-container.empty,
quiz-component .answer-container.empty {
  position: relative;
  border: 1px solid #d93025;
}
source-viewer .answer-container.empty.selection,
quiz-component .answer-container.empty.selection {
  padding: 8px 6px 22px;
}
source-viewer .answer-container.empty:not(.selection),
quiz-component .answer-container.empty:not(.selection) {
  padding: 0 6px 22px;
}
source-viewer .answer-container.empty::after,
quiz-component .answer-container.empty::after {
  content: "Debe responder la pregunta";
}
source-viewer .answer-container.empty::after,
quiz-component .answer-container.empty::after {
  height: fit-content;
  font-size: 13px;
  color: #d93025;
  padding: 6px;
  bottom: 0;
  left: 0;
  border-top-left-radius: 4px;
  align-items: center;
  position: absolute;
  width: fit-content;
  display: flex;
}
source-viewer .answer-container.empty,
quiz-component .answer-container.empty {
  border-radius: 4px;
  transition: 200ms border linear;
  -webkit-transition: 200ms border linear;
  -moz-transition: 200ms border linear;
  -ms-transition: 200ms border linear;
  -o-transition: 200ms border linear;
}
local-video {
  z-index: 2;
  height: 100%;
  width: 100%;
}
youtube-video {
  width: 100%;
  height: fit-content;
}
youtube-video,
youtube-video .video-player,
youtube-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
youtube-video .video-player {
  display: flex;
  min-height: 230px;
  position: relative;
}
.lesson-content:not(.m-bile) .full-screen__video .captions-text {
  left: 15px !important;
  width: calc(100% - 90px) !important;
}
.lesson-content:not(.m-bile) .full-screen__video .captions-text .bg-caption-text {
  font-size: 24px !important;
  line-height: 2rem;
}
.lesson-content.m-bile .full-screen__video .captions-text {
  left: 15px !important;
  width: calc(100% - 90px) !important;
}
.tabs > input,
.tabs-take-part > input {
  display: none;
}
.tabs {
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.tabs > nav {
  justify-content: center;
  padding: 0 10px;
  background-color: #f6f9fc;
}
.tabs > nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  height: 35px;
  position: relative;
  margin: 0;
}
.tabs > nav ul.tab-3 li {
  min-width: 113px;
  flex: 1 1 calc(100% / 3);
}
.tabs > nav ul.tab-3 li:nth-of-type(1).active ~ .slide {
  left: calc(100% / 3 * 0);
}
.tabs > nav ul.tab-3 li:nth-of-type(2).active ~ .slide {
  left: calc(100% / 3 * 1);
}
.tabs > nav ul.tab-3 li:nth-of-type(3).active ~ .slide {
  left: calc(100% / 3 * 2);
}
.tabs > nav ul.tab-3 .slide {
  width: calc(100% / 3);
}
.tabs > nav ul.tab-2 li {
  flex: 1 1 calc(100% / 2);
}
.tabs > nav ul.tab-2 li:nth-of-type(1).active ~ .slide {
  left: calc(100% / 2 * 0);
}
.tabs > nav ul.tab-2 li:nth-of-type(2).active ~ .slide {
  left: calc(100% / 2 * 1);
}
.tabs > nav ul.tab-2 .slide {
  width: calc(100% / 2);
}
.tabs > nav ul li:first-of-type.active ~ .slide {
  left: 0;
}
.tabs > nav ul li.active label {
  color: #2A79FF;
}
.tabs > nav ul li label {
  font-size: 12px;
  cursor: pointer;
  display: flex;
  border-bottom: 0;
  height: 100%;
  align-items: center;
  color: #95A2B5;
  justify-content: center;
}
.tabs > nav ul li:not(:last-child) label {
  border-right-width: 0;
}
.tabs > nav ul .slide {
  background: #2A79FF;
  height: 2px;
  position: absolute;
  left: 0;
  top: calc(100% - 2px);
  transition: left 0.3s ease-out;
  -webkit-transition: left 0.3s ease-out;
  -moz-transition: left 0.3s ease-out;
  -ms-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
}
p {
  word-break: break-word;
  -webkit-user-select: text;
  user-select: text;
}
p a {
  display: block;
}
.classroom-sidebar {
  overflow: hidden;
  position: sticky;
  height: fit-content;
  top: 0;
}
@media screen and (max-width: 599px) {
  .classroom-sidebar {
    height: calc(100% - 50px) !important;
  }
}
.classroom-sidebar .sidebar-container {
  height: 100%;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 400px) {
  .classroom-sidebar .sidebar-container {
    min-width: 360px;
  }
}
.classroom-sidebar .sidebar-container course-content,
.classroom-sidebar .sidebar-container community,
.classroom-sidebar .sidebar-container tab-notes,
.classroom-sidebar .sidebar-container activities {
  overflow-x: hidden;
  height: calc(100% - 91px);
}
.classroom-sidebar .sidebar-container .container-sidebar section {
  height: 100%;
  overflow: hidden;
  flex-direction: column;
}
.classroom-sidebar .sidebar-container .container-sidebar .community-container {
  height: 100%;
}
.classroom-sidebar .sidebar-container .container-sidebar .community-container .options__group {
  width: calc(100% - 19px);
}
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-header {
  height: fit-content;
}
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-header ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex: 1 1 100%;
  justify-content: space-between;
}
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-header ul li {
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-header ul li.header__close {
  flex: 1 0 280px;
  color: #031B4E;
}
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-header ul li.header__close a {
  max-width: 30px;
  flex: auto;
  margin-right: 10px;
  color: #031B4E;
}
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-header ul li.help__option {
  margin-right: 10px;
}
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-header ul li a {
  height: 100%;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-header ul li:not(.header__close) {
  flex: 0 1 30px;
}
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-header ul li:hover,
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-header ul li:hover a {
  color: #1d448e;
}
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-content {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  height: calc(100vh - 108px);
}
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-content .list,
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-content .feed,
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-content .participants {
  flex: 0 1 auto;
  overflow-y: scroll;
  box-sizing: border-box;
}
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-content tab-notes modal-dialog .modal {
  top: 0;
}
.classroom-sidebar .sidebar-container .container-sidebar .sidebar-content .empty-content {
  margin: 20px;
  position: relative;
  height: calc(100% - 90px);
  width: calc(100% - 40px);
  background-color: var(--color-medium);
}
.classroom-sidebar.close {
  flex: 0;
}
.classroom-sidebar.open {
  height: fit-content;
}
.classroom-sidebar.open .sidebar-header ul.header__bttns li:not(.header__close) {
  position: relative;
}
.classroom-sidebar.open .sidebar-header ul.header__bttns li:not(.header__close):hover a::after {
  content: attr(data-tooltip);
  top: 45px;
  z-index: 3;
  right: 0;
  color: #fff;
  font-size: 13px;
  padding: 5px 8px;
  position: absolute;
  width: fit-content;
  font-family: "Mulish", sans-serif;
  border-radius: 2px;
  background-color: #121212;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
@media screen and (min-width: 1174px) {
  .classroom-sidebar.open + .classroom-container upload.true .note {
    max-width: 48%;
  }
}
@media screen and (min-width: 734px) {
  .classroom-sidebar.close + .classroom-container upload.true .note {
    max-width: 50%;
  }
}
.classroom-sidebar mark {
  color: #fff;
  padding: 1.5px;
  font-weight: 600;
  background-color: #1d448e;
}
.classroom-sidebar:not(.maximize) .community-container {
  flex-direction: column;
}
.classroom-sidebar:not(.maximize) .container-sidebar .sidebar-header ul.header__bttns li span {
  display: none;
}
.classroom-sidebar:not(.maximize) nav ul {
  margin: 0;
}
@media screen and (min-width: 801px) {
  .classroom-sidebar.maximize {
    flex: 0 0 100vw;
  }
  .classroom-sidebar.maximize .tabs {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .classroom-sidebar.maximize .tabs > nav {
    height: fit-content;
    flex-basis: 100%;
  }
  .classroom-sidebar.maximize .tabs > nav::before {
    content: "";
    width: 186px;
    margin-right: 20px;
  }
  .classroom-sidebar.maximize .tabs > nav ul {
    width: 580px;
    margin: 0 8px 0 0px;
  }
  .classroom-sidebar.maximize .tabs section:first-of-type {
    width: 100%;
    height: 100%;
    min-width: 600px;
    max-width: 750px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    transition: all 0.25s;
    flex: 0 0 750px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
  }
  .classroom-sidebar.maximize .community-container {
    flex-direction: row;
    justify-content: center;
  }
  .classroom-sidebar.maximize .community-container .participate-container nav {
    display: flex;
    justify-content: center;
  }
  .classroom-sidebar.maximize .community-container .participate-container nav ul {
    flex: 0 0 600px;
  }
  .classroom-sidebar.maximize .community-container .participate-container section {
    display: flex;
    justify-content: center;
  }
  .classroom-sidebar.maximize course-content .section {
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
  }
  .classroom-sidebar.maximize {
    width: 100%;
    position: absolute;
  }
  .classroom-sidebar.maximize .list.full-item,
  .classroom-sidebar.maximize .feed.full-item {
    margin: 0px 4px 0px 10px;
  }
  .classroom-sidebar.maximize .list:not(.full-item),
  .classroom-sidebar.maximize .feed:not(.full-item) {
    margin: 0px 4px 10px 10px;
  }
  .classroom-sidebar.maximize .participants {
    margin: 0 auto;
    max-height: calc(100% - 150px) !important;
  }
  .classroom-sidebar.maximize .sidebar-content #tabs-outer {
    display: flex;
  }
  .classroom-sidebar.maximize .sidebar-content #tabs-outer nav {
    display: flex;
  }
  .classroom-sidebar.maximize .sidebar-content #tabs-inner {
    display: none;
  }
  .classroom-sidebar.open .sidebar-content #tabs-outer {
    display: none;
  }
  .classroom-sidebar.open .sidebar-content #tabs-inner {
    display: flex;
  }
  .classroom-sidebar.open .list.full-item,
  .classroom-sidebar.open .feed.full-item,
  .classroom-sidebar.open .participants.full-item {
    margin: 0px 4px 0px 10px;
  }
  .classroom-sidebar.open .list:not(.full-item),
  .classroom-sidebar.open .feed:not(.full-item),
  .classroom-sidebar.open .participants:not(.full-item) {
    margin: 0px 0px 10px 10px;
  }
}
@media screen and (max-width: 1069px) {
  .classroom-sidebar.maximize section.info-card,
  .classroom-sidebar.open section.info-card {
    display: none;
  }
}
@media screen and (min-width: 1070px) {
  .classroom-sidebar.maximize section.info-card {
    display: flex;
  }
  .classroom-sidebar.maximize #tabs-outer nav::after {
    content: "";
    width: 200px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .classroom-sidebar.maximize .community-container {
    flex-direction: column;
  }
  .classroom-sidebar.maximize .container-sidebar .sidebar-header ul.header__bttns li span {
    display: none;
  }
  .classroom-sidebar.maximize nav ul {
    margin: 0;
  }
  .classroom-sidebar.maximize {
    width: 100%;
    height: 100%;
    flex-basis: 100%;
    position: absolute;
  }
  .classroom-sidebar.maximize .list.full-item,
  .classroom-sidebar.maximize .feed.full-item,
  .classroom-sidebar.maximize .participants.full-item {
    margin: 0px 4px 0px 10px;
  }
  .classroom-sidebar.maximize .list:not(.full-item),
  .classroom-sidebar.maximize .feed:not(.full-item),
  .classroom-sidebar.maximize .participants:not(.full-item) {
    margin: 0px 4px 10px 10px;
  }
  .classroom-sidebar.maximize .sidebar-content #tabs-outer {
    display: none;
  }
  .classroom-sidebar.maximize .sidebar-content #tabs-inner {
    display: flex;
  }
}
.classroom-sidebar community-users .modal .modal__container {
  margin-bottom: 140px;
}
.classroom-sidebar community-users .modal .modal__container .modal__body.t-0 {
  min-height: 100px;
}
.classroom-sidebar community-users,
.classroom-sidebar community-comments,
.classroom-sidebar community-participate {
  overflow: hidden;
  flex: 1 1 auto;
  width: 100%;
  max-width: 750px;
}
@media screen and (min-width: 600px) {
  .classroom-sidebar {
    transition: flex 0.1s ease-in-out;
    -webkit-transition: flex 0.1s ease-in-out;
    -moz-transition: flex 0.1s ease-in-out;
    -ms-transition: flex 0.1s ease-in-out;
    -o-transition: flex 0.1s ease-in-out;
  }
}
.ng2-pdf-viewer-container {
  overflow-x: unset !important;
}
.ng2-pdf-viewer-container .page {
  height: 100%;
}
.options__group {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 10px 0 10px;
}
.options__group form {
  margin-bottom: 10px;
}
.options__group form a {
  cursor: pointer;
  flex-basis: 10%;
  text-align: center;
}
.options__group form a:nth-of-type(1) {
  font-size: 16px;
  font-weight: 600;
}
.options__group form a:nth-of-type(2) {
  font-weight: bold;
}
.options__group form input {
  border: 0;
  outline: none;
  flex-basis: 80%;
  font-size: 15px;
  background: transparent;
  color: rgba(3, 27, 78, 0.8);
}
.options__group form input::placeholder {
  font-size: 15px;
  color: rgba(3, 27, 78, 0.8);
}
.options__group form {
  height: 40px;
  padding: 10px;
  flex: 1 1 100%;
  justify-content: space-between;
  display: flex;
  max-width: 745px;
  flex-basis: 100%;
  border-radius: 2px;
  align-items: center;
  border: 1px solid #c3c9d7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.options__group .select_list_2 ul {
  top: 40px;
}
.card-content p.text {
  margin: 0;
  color: #031B4E;
}
.card-content p.text *:not(a):not(mark) {
  color: var(--color-font) !important;
}
comment-list .ace_editor,
quiz-component .ace_editor {
  height: 160px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
community.active {
  display: flex;
  flex-direction: column;
}
community:not(.active) {
  display: none;
}
community section {
  height: 100%;
  overflow: hidden;
  flex-direction: column;
}
community .section {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
}
community .community-container {
  display: flex;
  flex: auto;
  overflow-y: hidden;
  box-sizing: content-box;
}
community .community-container section:first-of-type:not(.info-card) {
  height: 100%;
  overflow: hidden;
  position: relative;
}
community .community-container section:first-of-type:not(.info-card) > div:not(.options__group):first-of-type {
  width: 100%;
  min-width: 300px;
}
community .community-container section:first-of-type:not(.info-card) > .comments,
community .community-container section:first-of-type:not(.info-card) > .contributions {
  display: flex;
  min-height: 200px;
}
@media screen and (max-width: 800px) {
  community .community-container {
    align-items: center;
  }
}
community section.info-card {
  margin: 10px;
  flex: 1 1 0px;
  max-width: 200px;
  height: fit-content;
}
community section.info-card .card {
  font-weight: 600;
  padding: 5px 15px 15px;
}
community section.info-card .card div:nth-of-type(1) {
  display: flex;
  padding: 10px 0;
  font-size: 14px;
  align-items: center;
  line-height: 1.2rem;
  justify-content: space-around;
}
community section.info-card .card div:nth-of-type(1) span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2rem;
}
community section.info-card .card div:nth-of-type(1) i {
  color: #f8e71d;
  font-size: 30px;
}
community section.info-card .card div:nth-of-type(2) {
  font-size: 13px;
  font-weight: 600;
  color: #687796;
  line-height: 1.2rem;
}
community section.info-card .card div:nth-of-type(2) a {
  color: #0056bf;
  margin: 10px 0 14px 0;
}
community a.title {
  color: #2A79FF;
  text-transform: capitalize;
}
community a.title:visited {
  color: #1d448e;
}
community item-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
community item-list.active {
  display: flex;
  flex-flow: column;
}
community item-list:not(.active) {
  display: none;
}
community item-list .code .ace_editor {
  width: 100%;
  height: 150px;
  border-radius: 3px;
}
community .options__group label,
community .options__group a.btn {
  height: 42px;
  font-size: 14px;
  font-weight: 600;
}
community .options__group label {
  flex: 0 1 122px;
}
community .options__group a {
  flex: 0 1 150px;
}
community .options__group search-bar a {
  max-width: 40px;
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .classroom-sidebar.open + .classroom-container modal div.cta a {
    width: 100%;
  }
  .classroom-sidebar.open + .classroom-container modal div.cta a:first-of-type {
    margin-bottom: 1%;
  }
  .classroom-sidebar.close + .classroom-container modal div.cta a {
    width: 49%;
  }
  .classroom-sidebar.close + .classroom-container modal div.cta a:first-of-type {
    margin-right: 1%;
  }
}
@media screen and (max-width: 800px) {
  .classroom-sidebar + .classroom-container modal div.cta a {
    width: 100%;
  }
  .classroom-sidebar + .classroom-container modal div.cta a:first-of-type {
    margin-bottom: 1%;
  }
}
@media screen and (min-width: 1101px) {
  .classroom-sidebar + .classroom-container modal div.cta a {
    width: 49%;
  }
  .classroom-sidebar + .classroom-container modal div.cta a:first-of-type {
    margin-right: 1%;
  }
}
modal .flag {
  margin-bottom: -4px;
}
modal .modal-container .title + div .blue-text {
  color: #0056bf;
}
.dropdown-menu-options {
  display: flex;
  position: relative;
}
.dropdown-menu-options input[type=checkbox]:checked + .dropdown-content {
  margin: 0;
  z-index: 5;
  display: flex;
  font-size: 1rem;
  text-align: left;
  position: absolute;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.dropdown-menu-options input[type=checkbox]:checked {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-menu-options input[type=checkbox] {
  display: none;
}
.dropdown-menu-options ul.dropdown-content {
  padding: 0;
  display: none;
  padding: 10px 0;
  min-width: 100px;
}
.dropdown-menu-options ul.dropdown-content li {
  width: 100%;
  padding: 12px 24px;
  white-space: nowrap;
  color: #031B4E;
}
.dropdown-menu-options ul.dropdown-content li:hover {
  cursor: pointer;
  background-color: #f3f5f9;
}
.dropdown-menu-options label {
  width: 100%;
  border: none;
  outline: none;
  padding: 4px 0;
  cursor: pointer;
  text-align: center;
  color: var(--color-font);
  background-color: transparent;
}
.dropdown-menu-options label::before {
  opacity: 0.74;
}
.dropdown-menu-options label:hover::before {
  opacity: 1;
}
community-participate .modal__container {
  flex: 0 1 85%;
  min-height: 120px !important;
}
community-participate#comment-participate .tabs-take-part .section .comment-content:not(span) {
  padding: 0;
}
note-editor.true ul.options li {
  position: relative;
}
note-editor.true ul.options li:hover a.toggle-size::after,
note-editor.true ul.options li:hover a.icon-close::after {
  content: attr(data-tooltip);
  top: 45px;
  z-index: 3;
  right: 0;
  color: #fff;
  font-size: 13px;
  padding: 5px 8px;
  position: absolute;
  width: fit-content;
  font-family: "Mulish", sans-serif;
  border-radius: 2px;
  background-color: #121212;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
note-editor:not(.full) .notes-tabs nav {
  justify-content: space-between;
}
note-editor:not(.full) .options li {
  width: 40px;
}
note-editor:not(.full) .options li .option__label {
  display: none;
}
note-editor:not(.full) .options li .toggle-size:before {
  width: 18px;
  height: 12px;
}
note-editor.full .notes-tabs nav {
  justify-content: flex-end;
}
note-editor.full .options {
  flex: 0 1 200px;
}
note-editor.full .options li {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-right: 10px;
}
note-editor.full .options li .option__label {
  display: inline;
  margin: 0 6px;
}
note-editor.full .options li .toggle-size:before {
  width: 18px;
  height: 9px;
}
note-editor .modal__container .modal__body .spinner.spinner--button {
  top: -20%;
}
@media screen and (max-width: 420px) {
  upload ul.icon-ellipsis-v.active div {
    right: -105px !important;
  }
}
community-participate:not(note-editor),
note-editor:not(note-editor),
answer-evaluation:not(note-editor),
feedback:not(note-editor) {
  position: relative;
  font-size: 0.8rem;
}
community-participate div.files,
note-editor div.files,
answer-evaluation div.files,
feedback div.files {
  height: 44px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  position: relative;
  justify-content: space-between;
  background-color: var(--background-gray);
}
community-participate div.files .files__group,
note-editor div.files .files__group,
answer-evaluation div.files .files__group,
feedback div.files .files__group {
  height: 100%;
  display: flex;
  align-items: center;
}
community-participate div.files .files__group span,
note-editor div.files .files__group span,
answer-evaluation div.files .files__group span,
feedback div.files .files__group span {
  font-size: 14px;
  margin-right: 8px;
  color: var(--color-font-gray);
}
community-participate div.files .files__group.disabled span,
note-editor div.files .files__group.disabled span,
answer-evaluation div.files .files__group.disabled span,
feedback div.files .files__group.disabled span {
  color: rgba(92, 101, 113, 0.3);
}
community-participate div.files .files__group.disabled ul,
community-participate div.files .files__group.disabled li,
note-editor div.files .files__group.disabled ul,
note-editor div.files .files__group.disabled li,
answer-evaluation div.files .files__group.disabled ul,
answer-evaluation div.files .files__group.disabled li,
feedback div.files .files__group.disabled ul,
feedback div.files .files__group.disabled li {
  pointer-events: none;
}
community-participate div.files ul,
note-editor div.files ul,
answer-evaluation div.files ul,
feedback div.files ul {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
community-participate div.files ul ul,
note-editor div.files ul ul,
answer-evaluation div.files ul ul,
feedback div.files ul ul {
  display: flex;
  position: relative;
  align-items: center;
  color: rgb(92, 101, 113);
}
community-participate div.files ul ul.active div li,
note-editor div.files ul ul.active div li,
answer-evaluation div.files ul ul.active div li,
feedback div.files ul ul.active div li {
  background-color: #f3f5f9;
}
community-participate div.files ul ul.active div,
note-editor div.files ul ul.active div,
answer-evaluation div.files ul ul.active div,
feedback div.files ul ul.active div {
  display: flex;
  position: absolute;
  bottom: 31px;
  width: fit-content;
  height: 48px;
  padding: 10px;
  right: 0;
  min-height: 26px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
community-participate div.files ul ul:not(.active) div,
note-editor div.files ul ul:not(.active) div,
answer-evaluation div.files ul ul:not(.active) div,
feedback div.files ul ul:not(.active) div {
  display: none;
}
community-participate div.files ul li.option,
note-editor div.files ul li.option,
answer-evaluation div.files ul li.option,
feedback div.files ul li.option {
  display: flex;
  min-height: 26px;
  padding: 4px 8px;
  cursor: pointer;
  min-width: 63px;
  font-size: 13px;
  border-radius: 2px;
  align-items: center;
  margin: 2px 3px 0 0;
  color: var(--color-font-gray);
  justify-content: space-evenly;
  gap: 4px;
}
community-participate div.files ul li.option:hover,
note-editor div.files ul li.option:hover,
answer-evaluation div.files ul li.option:hover,
feedback div.files ul li.option:hover {
  background-color: rgba(221, 221, 221, 0.6);
}
community-participate div.files ul li.option i,
note-editor div.files ul li.option i,
answer-evaluation div.files ul li.option i,
feedback div.files ul li.option i {
  font-size: 14px;
}
community-participate div.files ul li.option i:not(.icon-attached):not(.icon-link):not(.icon-play-circle-outline),
note-editor div.files ul li.option i:not(.icon-attached):not(.icon-link):not(.icon-play-circle-outline),
answer-evaluation div.files ul li.option i:not(.icon-attached):not(.icon-link):not(.icon-play-circle-outline),
feedback div.files ul li.option i:not(.icon-attached):not(.icon-link):not(.icon-play-circle-outline) {
  font-size: 1rem;
}
community-participate .btn-group,
note-editor .btn-group,
answer-evaluation .btn-group,
feedback .btn-group {
  margin-left: auto;
  padding: 10px 5px 0;
}
community-participate .btn-group .btn,
note-editor .btn-group .btn,
answer-evaluation .btn-group .btn,
feedback .btn-group .btn {
  font-size: 0.88rem;
  min-width: 100px;
  min-height: 38px;
  padding: 0.5rem 1rem;
  border-radius: 6px;
}
community-participate section > ul li i,
note-editor section > ul li i,
answer-evaluation section > ul li i,
feedback section > ul li i {
  display: none;
}
community-participate upload-file.text,
community-participate upload-file.code,
note-editor upload-file.text,
note-editor upload-file.code,
answer-evaluation upload-file.text,
answer-evaluation upload-file.code,
feedback upload-file.text,
feedback upload-file.code {
  height: 100%;
}
community-participatefeedback .text-editor .editor_text,
note-editorfeedback .text-editor .editor_text,
answer-evaluationfeedback .text-editor .editor_text,
feedbackfeedback .text-editor .editor_text {
  color: #031B4E;
}
note-editor:not(.evaluation_upload) {
  width: 100%;
  height: fit-content;
}
note-editor:not(.evaluation_upload) .notes-container {
  padding: 10px;
}
note-editor.evaluation_upload .note_editor--head {
  width: 100%;
  padding-top: 8px;
}
note-editor[class$=min] {
  display: none;
}
note-editor.medium {
  height: 100%;
}
note-editor.full {
  height: 100%;
}
note-editor.full .notes-container {
  padding: 0;
}
note-editor.full .notes-tabs {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
note-editor.full ul.tabs-v {
  padding: 10px 0;
  margin: 0 10px;
  min-width: 130px;
  height: fit-content;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
note-editor.full ul.tabs-v li * {
  cursor: pointer;
}
note-editor.full ul.tabs-v li i {
  display: flex;
  margin-right: 10px;
}
note-editor.full ul.tabs-v li {
  height: 30px;
  display: flex;
  padding: 0 20px;
  font-size: 0.8rem;
  align-items: center;
  flex-direction: row;
}
note-editor.full ul.tabs-v li:not(.active) {
  color: #031B4E;
}
note-editor.full ul.tabs-v li.active {
  color: #0056bf;
  background-color: #f3f5f9;
}
note-editor.full nav {
  width: 100%;
  height: 59px;
  border-bottom: 1px solid #c3c9d7;
}
note-editor.full section {
  margin: 10px;
  max-width: 700px;
}
.caption-visual-line * {
  font-family:
    Roboto,
    "Arial Unicode Ms",
    Arial,
    Helvetica,
    Verdana,
    "PT Sans Caption",
    sans-serif;
  color: #fff !important;
  font-weight: 500 !important;
}
.help__option {
  position: relative;
}
.help__option:hover:before {
  font-size: 13px;
  content: attr(text-info);
  position: absolute;
  z-index: 9;
  line-height: 1.6;
  right: 0;
  color: #fff;
  font-size: 13px;
  padding: 20px;
  width: 300px;
  font-family: "Mulish", sans-serif;
  background-color: #121212;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.help__option:hover .icon-question-circle {
  color: #1d448e;
}
note-editor:not(.full) .help__option:hover:before {
  top: 30px;
  right: -30px;
}
note-editor.full .help__option:hover:before {
  top: 35px;
  right: -30px;
}
@media screen and (min-width: 450px) {
  .maximize sidebar .tabs section .participants .card .participant_name {
    max-width: unset !important;
  }
}
sidebar {
  height: 100%;
  display: block;
  overflow: hidden;
}
sidebar .help__option:hover:before {
  right: 0;
  top: 45px;
}
sidebar community {
  height: calc(100% - 50px);
}
sidebar community .options__group.comments_option_group label {
  color: var(--color-font);
}
sidebar community .community_sidebar_container {
  width: 100%;
}
sidebar community .community_sidebar_container:not(.forums):not(.course_live-chat) {
  height: calc(100% - 20px);
}
sidebar community .community_sidebar_container.course_live-chat {
  height: 100%;
}
sidebar community .community_sidebar_container.course_live-chat modal-dialog .modal__container .modal__body.t-0 {
  height: 100px;
}
sidebar community .community_sidebar_container.forums {
  height: calc(100% - 90px);
}
sidebar community .community_sidebar_container.forums activities {
  height: 100%;
}
sidebar community .community_sidebar_container .options__group.comments_option_group,
sidebar community .community_sidebar_container #comment_notification {
  display: none;
}
sidebar community .community-container .tabs section {
  max-width: unset !important;
}
sidebar community .community-container .tabs section .comments {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
sidebar community .community-container .tabs section .comments > div {
  height: 100%;
}
sidebar community .community-container .tabs section .comments > div item-list .list {
  margin: 10px 0 10px 10px;
}
sidebar community .community-container .tabs section .comments > div item-list .list .card .card-content .student {
  line-height: 1.6;
}
sidebar community .community-container .tabs section .comments > div item-list .list .card .card-content .student .comment_solved {
  margin-left: unset !important;
}
sidebar community .community-container .community-menu {
  background-color: #f6f9fc;
}
section.source-container .community-menu,
section.source-container .lesson-info {
  display: none;
}
@media screen and (max-width: 412px) {
  section.source-container .comments {
    height: calc(100% - 155px);
  }
}
.modal-container.full-screen__source .source__doc .file-container {
  height: 100%;
}
.summary {
  font-size: 14px;
  border-radius: 6px;
  margin-bottom: 10px;
  color: #031B4E;
  padding: 16px clamp(10px, 5vw, 60px) 20px;
  background-color: #c3dafd;
}
.summary .summary-title {
  margin-bottom: 14px;
  display: inline-block;
}
@-webkit-keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}
@keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}
.summary {
  -webkit-animation: scale-up-ver-top 80ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-ver-top 80ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.summary .summary__title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.summary .summary__container p span:not(.icon-rate) {
  margin-right: 8px;
}
.summary .summary__container p span {
  font-weight: bolder;
}
.summary .summary__container p span.icon-answers {
  color: #1d448e;
}
.summary .summary__container p span.icon-activity {
  color: #368f8b;
}
.summary .summary__container p span.icon-rate {
  color: #ffc107;
}
.summary .summary__container p.medal {
  display: flex;
  align-items: center;
  height: 24px;
}
.summary .summary__container p.medal .medal-svg {
  height: 20px;
  margin: 0 8px 0 1px;
}
.summary .summary__container + p {
  text-align: right;
  padding: 1rem 8px 1rem 1rem;
}
.summary .summary__container .summary__footer {
  display: flex;
  margin: 15px 0 0;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 400px) {
  .summary .summary__container .summary__footer {
    flex-wrap: wrap;
  }
  .summary .summary__container .summary__footer .btn {
    height: 42px;
    width: 100%;
  }
}
.summary .summary__container .summary__footer .btn--text {
  margin-right: 20px;
  color: #031B4E;
}
.summary .summary__container .summary__footer .btn--action {
  text-align: center;
  padding: 10px 15px;
}
.summary .summary__container {
  height: auto;
  font-size: 1rem;
  line-height: 1.8;
  padding: 6px 0 0;
  color: #031B4E;
}
.summary .summary__container .summary-evaluation {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.summary .summary__info {
  color: #031B4E;
  margin-top: 10px;
  opacity: 0.6;
}
.summary .btn-group {
  max-width: 440px;
  margin-left: auto;
  flex-wrap: wrap;
}
.summary .btn-group .btn {
  padding: 0.5rem 1.3rem;
  height: 42px;
  min-width: 180px;
  flex: 1 1 49%;
  margin: 2px;
}
@media screen and (max-width: 500px) {
  .summary {
    width: 100%;
  }
}
.floating-user-bubbles {
  margin: 0 auto;
  margin: 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
}
.floating-user-bubbles ul {
  display: flex;
}
.floating-user-bubbles ul li {
  margin-right: 8px;
  cursor: pointer;
  position: relative;
}
.floating-user-bubbles ul li::after {
  content: "";
  right: 0;
  bottom: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  background: #009688;
  border: 2px solid var(--color-medium);
}
.floating-user-bubbles ul li img:not(.user_country_flag):not(.user_pic) {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.floating-user-bubbles button {
  width: 38px;
  height: 50px;
  color: var(--color-font);
}
.floating-user-bubbles hover-card .card .participant_name {
  padding-left: 8px;
}
main div.file-type,
item-list div.file-type {
  align-items: center;
  display: flex;
  height: 40px;
  margin: 0 0 8px 0;
  color: var(--color-font);
  border-radius: 6px;
  background-color: var(--color-navbar-menu-item-bg-hover);
  justify-content: space-between;
  width: fit-content;
}
main div.file-type > span,
item-list div.file-type > span {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 10px 20px 10px 10px;
  min-width: 140px;
}
main div.file-type > span img,
item-list div.file-type > span img {
  height: 24px;
}
main div.file-type > span .icon-video-source,
item-list div.file-type > span .icon-video-source {
  font-size: 13px;
  margin-top: 2px;
}
main div.file-type > div,
item-list div.file-type > div {
  display: flex;
}
main div.file-type a,
item-list div.file-type a {
  align-items: center;
  border-left: 1px solid var(--background-color);
  color: var(--color-font);
  display: flex;
  height: 40px;
  justify-content: center;
  text-align: center;
  opacity: 0.9;
  width: 50px;
}
main div.file-type a.icon-download-bottom,
item-list div.file-type a.icon-download-bottom {
  font-size: 13px;
  border-radius: 0 6px 6px 0;
}
main div.file-type a:not(.popover):hover,
item-list div.file-type a:not(.popover):hover {
  opacity: 1;
  background-color: rgba(155, 161, 168, 0.28);
}
main div.file-type a[class^=icon-],
item-list div.file-type a[class^=icon-] {
  position: relative;
}
main div.file-type a[class^=icon-]::after,
item-list div.file-type a[class^=icon-]::after {
  background-color: #121212;
  border-radius: 6px;
  bottom: 44px;
  color: #fff;
  content: attr(data-hover);
  font-family: "Mulish";
  font-size: 11px;
  opacity: 0;
  padding: 8px;
  position: absolute;
  right: 0px;
  transition-delay: 250ms;
  transition: opacity 250ms ease-in-out;
  width: max-content;
}
main div.file-type a[class^=icon-]:hover::after,
item-list div.file-type a[class^=icon-]:hover::after {
  opacity: 1;
}
main div.file-type .icon-send-arrow,
item-list div.file-type .icon-send-arrow {
  font-size: 12px;
}
.thumbnail-container {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  max-width: 120px;
  position: relative;
  background-color: var(--color-medium);
}
.thumbnail-container.forum {
  background-color: #b3e6ff;
}
.thumbnail-container.activity,
.thumbnail-container.quiz,
.thumbnail-container.reading,
.thumbnail-container.local-video {
  font-size: 2.3rem;
}
.thumbnail-container.activity.activity,
.thumbnail-container.quiz.activity,
.thumbnail-container.reading.activity,
.thumbnail-container.local-video.activity {
  color: #f3aa14;
  background-color: #f9d594;
}
.thumbnail-container.activity.quiz,
.thumbnail-container.quiz.quiz,
.thumbnail-container.reading.quiz,
.thumbnail-container.local-video.quiz {
  color: #5fb800;
  background-color: #e1f5cc;
}
.thumbnail-container.activity.reading,
.thumbnail-container.quiz.reading,
.thumbnail-container.reading.reading,
.thumbnail-container.local-video.reading {
  background-color: #7ec4cf;
  color: #258d9e;
}
.thumbnail-container.activity.local-video,
.thumbnail-container.quiz.local-video,
.thumbnail-container.reading.local-video,
.thumbnail-container.local-video.local-video {
  background-color: #ed5c53;
  color: #a62520;
}
.thumbnail-container.activity.local-video .thumbnail,
.thumbnail-container.quiz.local-video .thumbnail,
.thumbnail-container.reading.local-video .thumbnail,
.thumbnail-container.local-video.local-video .thumbnail {
  padding-left: 16px;
}
.thumbnail-container.activity .thumbnail,
.thumbnail-container.quiz .thumbnail,
.thumbnail-container.reading .thumbnail,
.thumbnail-container.local-video .thumbnail {
  align-items: center;
  display: flex;
}
.thumbnail-container.curated {
  background-color: #79baec;
  color: #33599d;
  font-size: 2rem;
}
.thumbnail-container.curated .thumbnail {
  align-items: center;
  display: flex;
  padding-left: 16px;
}
.thumbnail-container:not(.yt-video):not(.local-video):not(.curated) {
  border-radius: 4px;
  padding-left: 30px;
}
.thumbnail-container:not(.yt-video):not(.local-video):not(.curated) .thumbnail {
  background-position-x: left;
}
.thumbnail-container .thumbnail {
  aspect-ratio: 16/9;
  min-width: 120px;
  width: 120px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}
.thumbnail-container .source-complete {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #2A79FF;
  display: flex;
  font-size: 1.1rem;
  height: 10px;
  justify-content: center;
  position: absolute;
  left: 7px;
  top: 7px;
  width: 10px;
}
.thumbnail-container .duration {
  background-color: rgba(45, 45, 45, 0.73);
  bottom: 10px;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 0.74rem;
  padding: 2px 4px 3px 4px;
  position: absolute;
  right: 7px;
}
.version-tag {
  align-items: center;
  background-color: rgb(252, 241, 209);
  border-radius: 4px;
  color: var(--color-font);
  display: flex;
  font-weight: 600;
  font-size: 14px;
  gap: 8px;
  justify-content: center;
  position: absolute;
  bottom: 6px;
  padding: 4px 12px;
  right: 6px;
  width: fit-content;
}

/* src/app/styles/utilities.scss */
.avatar {
  align-items: center;
  background-color: var(--color-navbar-menu-item-bg);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
}
.avatar--x-small {
  height: 24px;
  width: 24px;
}
.avatar--small {
  height: 32px;
  width: 32px;
}
.avatar--medium {
  height: 48px;
  width: 48px;
}
.avatar--large {
  height: 64px;
  width: 64px;
}
.b-radius {
  border-radius: 6px;
}
.ellipsis-1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.p-absolute {
  position: absolute;
}
.p-relative {
  position: relative;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex.centered,
.inline-flex.centered {
  align-items: center;
  justify-content: center;
}
.flex.column,
.inline-flex.column {
  flex-direction: column;
}
.flex.row,
.inline-flex.row {
  flex-direction: row;
}
.flex.wrap,
.inline-flex.wrap {
  flex-wrap: wrap;
}
.flex.align-baseline,
.inline-flex.align-baseline {
  align-items: baseline;
}
.flex.align-start,
.inline-flex.align-start {
  align-items: flex-start;
}
.flex.align-end,
.inline-flex.align-end {
  align-items: flex-end;
}
.flex.align-center,
.inline-flex.align-center {
  align-items: center;
}
.flex.justify-start,
.inline-flex.justify-start {
  justify-content: flex-start;
}
.flex.justify-end,
.inline-flex.justify-end {
  justify-content: flex-end;
}
.flex.justify-center,
.inline-flex.justify-center {
  justify-content: center;
}
.flex.justify-space-around,
.inline-flex.justify-space-around {
  justify-content: space-around;
}
.flex.justify-space-between,
.inline-flex.justify-space-between {
  justify-content: space-between;
}
.flex.justify-space-evenly,
.inline-flex.justify-space-evenly {
  justify-content: space-evenly;
}
.flex.gap-4,
.inline-flex.gap-4 {
  gap: 4px;
}
.flex.gap-x-4,
.inline-flex.gap-x-4 {
  column-gap: 4px;
}
.flex.gap-y-4,
.inline-flex.gap-y-4 {
  row-gap: 4px;
}
.flex.gap-8,
.inline-flex.gap-8 {
  gap: 8px;
}
.flex.gap-x-8,
.inline-flex.gap-x-8 {
  column-gap: 8px;
}
.flex.gap-y-8,
.inline-flex.gap-y-8 {
  row-gap: 8px;
}
.flex.gap-12,
.inline-flex.gap-12 {
  gap: 12px;
}
.flex.gap-x-12,
.inline-flex.gap-x-12 {
  column-gap: 12px;
}
.flex.gap-y-12,
.inline-flex.gap-y-12 {
  row-gap: 12px;
}
.flex.gap-16,
.inline-flex.gap-16 {
  gap: 16px;
}
.flex.gap-x-16,
.inline-flex.gap-x-16 {
  column-gap: 16px;
}
.flex.gap-y-16,
.inline-flex.gap-y-16 {
  row-gap: 16px;
}
.flex.gap-20,
.inline-flex.gap-20 {
  gap: 20px;
}
.flex.gap-x-20,
.inline-flex.gap-x-20 {
  column-gap: 20px;
}
.flex.gap-y-20,
.inline-flex.gap-y-20 {
  row-gap: 20px;
}
.flex.gap-24,
.inline-flex.gap-24 {
  gap: 24px;
}
.flex.gap-x-24,
.inline-flex.gap-x-24 {
  column-gap: 24px;
}
.flex.gap-y-24,
.inline-flex.gap-y-24 {
  row-gap: 24px;
}
.flex.gap-32,
.inline-flex.gap-32 {
  gap: 32px;
}
.flex.gap-x-32,
.inline-flex.gap-x-32 {
  column-gap: 32px;
}
.flex.gap-y-32,
.inline-flex.gap-y-32 {
  row-gap: 32px;
}
.flex.gap-40,
.inline-flex.gap-40 {
  gap: 40px;
}
.flex.gap-x-40,
.inline-flex.gap-x-40 {
  column-gap: 40px;
}
.flex.gap-y-40,
.inline-flex.gap-y-40 {
  row-gap: 40px;
}
.flex.gap-48,
.inline-flex.gap-48 {
  gap: 48px;
}
.flex.gap-x-48,
.inline-flex.gap-x-48 {
  column-gap: 48px;
}
.flex.gap-y-48,
.inline-flex.gap-y-48 {
  row-gap: 48px;
}
.truncated-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.truncated-text.line-clamp-1 {
  -webkit-line-clamp: 1;
}
.truncated-text.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.fw-bold {
  font-weight: bold;
}
.fw-bolder {
  font-weight: bolder;
}
.fw-lighter {
  font-weight: lighter;
}
.h-100 {
  height: 100%;
}
.margin-auto {
  margin: auto;
}
.margin-x-auto {
  margin: 0 auto;
}
.margin-y-auto {
  margin: auto 0;
}
.margin-0 {
  margin: 0;
}
.padding-0 {
  padding: 0;
}
.w-100 {
  width: 100%;
}
.capitalized {
  text-transform: capitalize;
}
.scale-up-center {
  -webkit-animation: scale-up-center 100ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 100ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes small-scale-up-center {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes small-scale-up-center {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* node_modules/angular-calendar/css/angular-calendar.css */
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder;
}
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0;
}
.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1;
}
.cal-month-view .cal-cell-row {
  display: flex;
}
.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}
.cal-month-view .cal-day-cell {
  min-height: 100px;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid;
}
.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  float: left;
}
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}
.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: flex;
  flex-wrap: wrap;
}
.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer;
}
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default;
}
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em;
}
.cal-month-view .cal-open-day-events {
  padding: 15px;
  overflow: hidden;
  animation: cal-slide-down 150ms ease-in;
}
.cal-month-view .cal-open-day-events.cal-open-day-events-closing {
  animation: cal-slide-up 150ms ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .cal-month-view .cal-open-day-events.cal-open-day-events-closing {
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cal-month-view .cal-open-day-events {
    animation: none;
  }
}
@keyframes cal-slide-down {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  to {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@keyframes cal-slide-up {
  from {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px;
}
.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3;
}
.cal-month-view .cal-draggable {
  cursor: move;
}
.cal-month-view .cal-drag-active * {
  pointer-events: none;
}
.cal-month-view .cal-event-title {
  cursor: pointer;
}
.cal-month-view .cal-event-title:hover {
  text-decoration: underline;
}
.cal-month-view {
  background-color: #fff;
}
.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa;
}
.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed;
}
.cal-month-view .cal-days {
  border-color: #e1e1e1;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: initial;
  border-left-color: #e1e1e1;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #e1e1e1;
}
.cal-month-view .cal-day-badge {
  background-color: #b94a48;
  color: #fff;
}
.cal-month-view .cal-event {
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff;
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #8b0000;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7;
}
.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: rgb(224.25, 224.25, 224.25) !important;
}
.cal-month-view .cal-open-day-events {
  color: #fff;
  background-color: #555;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.cal-week-view {
}
.cal-week-view * {
  box-sizing: border-box;
}
.cal-week-view .cal-day-headers {
  display: flex;
  padding-left: 70px;
  border: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers {
  padding-left: initial;
  padding-right: 70px;
}
.cal-week-view .cal-day-headers .cal-header {
  flex: 1;
  text-align: center;
  padding: 5px;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: initial;
  border-right: 1px solid;
}
.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5;
}
.cal-week-view .cal-day-column {
  flex-grow: 1;
  border-left: solid 1px;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left: initial;
  border-right: solid 1px;
}
.cal-week-view .cal-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}
.cal-week-view .cal-time-label-column {
  width: 70px;
  height: 100%;
}
.cal-week-view .cal-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.cal-week-view .cal-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}
.cal-week-view .cal-all-day-events .cal-day-columns {
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cal-week-view .cal-all-day-events .cal-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row {
  margin-left: initial;
  margin-right: 70px;
}
.cal-week-view .cal-all-day-events .cal-event-container {
  display: inline-block;
  position: absolute;
}
.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
  z-index: 1;
  pointer-events: none;
}
.cal-week-view .cal-all-day-events .cal-event {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}
.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cal-week-view .cal-all-day-events .cal-time-label-column {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}
.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: 0;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: initial;
  left: 0;
}
.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cal-week-view .cal-drag-active {
  pointer-events: none;
  z-index: 1;
}
.cal-week-view .cal-drag-active * {
  pointer-events: none;
}
.cal-week-view .cal-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  display: flex;
}
.cal-week-view .cal-time-events .cal-day-columns {
  display: flex;
  flex-grow: 1;
}
.cal-week-view .cal-time-events .cal-day-column {
  position: relative;
}
.cal-week-view .cal-time-events .cal-events-container {
  position: relative;
}
.cal-week-view .cal-time-events .cal-event-container {
  position: absolute;
  z-index: 1;
}
.cal-week-view .cal-time-events .cal-event {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  padding: 0 5px;
  line-height: 25px;
}
.cal-week-view .cal-time-events .cal-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}
.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
  bottom: 0;
}
.cal-week-view .cal-hour-segment {
  position: relative;
}
.cal-week-view .cal-hour-segment::after {
  content: "\a0";
}
.cal-week-view .cal-event-container:not(.cal-draggable) {
  cursor: pointer;
}
.cal-week-view .cal-draggable {
  cursor: move;
}
.cal-week-view mwl-calendar-week-view-hour-segment,
.cal-week-view .cal-hour-segment {
  display: block;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed;
}
.cal-week-view .cal-time {
  font-weight: bold;
  padding-top: 5px;
  width: 70px;
  text-align: center;
}
.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: none;
}
.cal-week-view .cal-starts-within-day .cal-event {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cal-week-view .cal-ends-within-day .cal-event {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1;
}
.cal-week-view .cal-day-headers {
  border-color: #e1e1e1;
  border-top: 0;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: initial;
  border-left: solid 1px #e1e1e1 !important;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed;
}
.cal-week-view .cal-day-column {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-event {
  background-color: #d1e8ff;
  border-color: #1e90ff;
  color: #1e90ff;
}
.cal-week-view .cal-all-day-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7;
}
.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000;
}
.cal-week-view .cal-time-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: #ededed;
}
.cal-week-view .cal-hour-odd {
  background-color: #fafafa;
}
.cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: #ededed;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #e1e1e1;
}
.cal-week-view .cal-current-time-marker {
  background-color: #ea4334;
}
.cal-day-view {
}
.cal-day-view mwl-calendar-week-view-header {
  display: none;
}
.cal-day-view .cal-events-container {
  margin-left: 70px;
}
[dir=rtl] .cal-day-view .cal-events-container {
  margin-left: initial;
  margin-right: 70px;
}
.cal-day-view .cal-day-column {
  border-left: 0;
}
.cal-day-view .cal-current-time-marker {
  margin-left: 70px;
  width: calc(100% - 70px);
}
[dir=rtl] .cal-day-view .cal-current-time-marker {
  margin-left: initial;
  margin-right: 70px;
}
.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9;
}
.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}
.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}
.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}
.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}
.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem;
}
.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000;
}
.cal-tooltip-inner {
  color: #fff;
  background-color: #000;
}

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