@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap);
@charset "UTF-8";
body#login-page-parnasse {
  background-size: cover;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.student-hero {
  background: #57C8C2;
  height: 135px;
}

h1::after {
  content: "";
}

#chat-app {
  width: 100%;
}

.user-name-chat {
  color: #4cc7c1;
  font-weight: 500;
}

.file-link, .data-link {
  cursor: pointer;
  line-height: 1.2;
  color: #323232;
}

.file-link {
  align-items: center;
  padding: 0.65rem;
}

.file-link:hover {
  color: #495057;
  text-decoration: none;
  background-color: #fafafa;
  align-items: center;
  padding: 0.65rem;
}

.data-link:hover {
  color: #111a22;
  text-decoration: underline;
}

.help-text {
  color: #323232;
}

.active-icon {
  color: #4cc7c1;
}

.tech-err form, .question-form form {
  margin: 0;
}
.tech-err .form__checkbox-wrapper, .tech-err .form__label, .question-form .form__checkbox-wrapper, .question-form .form__label {
  font-size: 15px !important;
  font-weight: 100 !important;
  text-transform: none !important;
}
.tech-err .tech-form, .question-form .tech-form {
  padding: 0.6rem 0.2rem 0.2rem;
}
.tech-err .form__checkbox-wrapper, .question-form .form__checkbox-wrapper {
  display: block;
}
.tech-err .help-text, .question-form .help-text {
  display: none;
  font-weight: 100;
}
.tech-err .form-buttons, .question-form .form-buttons {
  display: flow-root;
}
.tech-err .cancel, .question-form .cancel {
  color: #234 !important;
  border-color: #234 !important;
  background-color: transparent !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.tech-err .submit, .question-form .submit {
  color: #fff !important;
  background-color: #234 !important;
  border-color: #234 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.tech-err .submit:hover, .question-form .submit:hover {
  color: #fff !important;
  background-color: #15202b !important;
  border-color: #111a22 !important;
}
.tech-err .cancel:hover, .question-form .cancel:hover {
  color: #fff !important;
  background-color: #234 !important;
  border-color: #234 !important;
}
.tech-err .technical-problem__icon, .question-form .technical-problem__icon {
  cursor: pointer;
}
.tech-err .custom-checkbox, .question-form .custom-checkbox {
  cursor: pointer;
}
.tech-err .custom-checkbox input, .question-form .custom-checkbox input {
  position: relative;
  display: inline-block;
  opacity: 0;
  height: 0;
  width: 0;
}
.tech-err .checkmark, .question-form .checkmark {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #234;
  border-radius: 0.125rem;
  margin-right: 0.4875rem;
  margin-top: 0.2625rem;
}
.tech-err .checkmark:after, .question-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.tech-err .custom-checkbox input:checked ~ .checkmark:after, .question-form .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.tech-err .custom-checkbox input:checked ~ .checkmark, .question-form .custom-checkbox input:checked ~ .checkmark {
  background-color: #234;
}
.tech-err .custom-checkbox .checkmark:after, .question-form .custom-checkbox .checkmark:after {
  left: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.tech-err .comment, .question-form .comment {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0.4875rem;
  margin-bottom: 0.4875rem;
  padding: 0.4875rem 0.65rem;
  border: 1px dashed #adb5bd;
  border-radius: 0.25rem;
  background: #fff;
}
.tech-err .comment:focus, .question-form .comment:focus {
  border-color: #4cc7c1;
  outline: none;
  box-shadow: 0 0 0 2px rgba(76, 199, 193, 0.3);
}

.tech-form, .rating-form {
  margin-top: 0.121875rem;
  padding-top: 0.975rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  animation: slideDown 0.2s linear;
  display: none;
}

.review-form .cancel, .review-form-replay .cancel, .hubspot-form .cancel {
  color: #234 !important;
  border-color: #234 !important;
  background-color: transparent !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.review-form .submit, .review-form-replay .submit, .hubspot-form .submit {
  color: #fff !important;
  background-color: #234 !important;
  border-color: #234 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.review-form .submit:disabled, .review-form-replay .submit:disabled, .hubspot-form .submit:disabled {
  color: #fff !important;
  background-color: #234 !important;
  border-color: #234 !important;
  opacity: 0.65;
}
.review-form .submit:hover, .review-form-replay .submit:hover, .hubspot-form .submit:hover {
  color: #fff !important;
  background-color: #15202b !important;
  border-color: #111a22 !important;
}
.review-form .cancel:hover, .review-form-replay .cancel:hover, .hubspot-form .cancel:hover {
  color: #fff !important;
  background-color: #234 !important;
  border-color: #234 !important;
}

.send-message {
  cursor: pointer;
  background-color: transparent;
}

.input-message:focus-visible {
  border-color: #4cc7c1;
  outline: none;
  box-shadow: 0 0 0 2px rgba(76, 199, 193, 0.3);
}

.chatrooms-list .name {
  color: #4cc7c1 !important;
}

.replay ::-webkit-scrollbar, .live ::-webkit-scrollbar {
  width: 10px !important;
  background-color: #eeeeeec7 !important;
}
.replay ::-webkit-scrollbar-thumb, .live ::-webkit-scrollbar-thumb {
  background-color: #4cc7c1 !important;
  border-radius: 10% !important;
}

.hubspot-form {
  flex-grow: 1;
  overflow: auto;
}
.hubspot-form #hubspot-form:disabled {
  color: #fff;
  background-color: #234;
  border-color: #234;
}
.hubspot-form .rich-content ol li::marker {
  display: block;
  color: #4cc7c1;
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateX(calc(-100% - 0.4875rem));
}
.hubspot-form h3 {
  font-size: 1.5rem !important;
  margin-bottom: 0.9rem !important;
  font-family: Oxygen, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: inherit !important;
}
.hubspot-form a {
  color: #234 !important;
  text-decoration: none !important;
  background-color: transparent !important;
}
.hubspot-form .q-textera {
  display: grid;
}
.hubspot-form .question-form__question {
  border: 1px dashed;
  color: #234;
}
.hubspot-form .form__group {
  margin: 0.4875rem 0;
}
.hubspot-form .question-form__question.question-form__question.question-form__question.question-form__question {
  height: 7rem;
}
.hubspot-form .filter__select:focus, .hubspot-form .form__field--is-focused, .hubspot-form .form__field:focus, .hubspot-form .form__select2__control--is-focused, .hubspot-form .form__select2__control:focus {
  border-color: #4cc7c1;
  outline: none;
  box-shadow: 0 0 0 2px rgba(76, 199, 193, 0.3);
}
.hubspot-form .body {
  --font-family-sans-serif: "Lato", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.hubspot-form .live-page__box {
  padding: 0.975rem 1.4625rem;
  display: flex;
  flex-direction: column;
}
.hubspot-form p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
}
.hubspot-form form {
  margin: 0;
}
.hubspot-form .rich-content ol, .hubspot-form .rich-content ul {
  padding-left: 1.95rem;
}
.hubspot-form .btn_pill, .hubspot-form .evaluation .btn {
  border-radius: 2.375rem;
}
.hubspot-form .btn {
  border-width: 2px;
}
.hubspot-form .form__submit {
  float: right;
}

/*live cards*/
.live-cards {
  list-style: none;
}

.start .window-vh {
  height: 100vh;
}
.start .bg-brand_darker {
  background-color: #234 !important;
}
.start .oh {
  overflow: hidden;
}
.start body {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  text-align: left;
  background-color: #fff;
}
.start .template {
  background-color: #234;
  color: #fff;
  padding-top: 12.5vh;
  padding-bottom: 12.5vh;
}
.start .template__body_circle {
  width: 75vh;
}
.start .template__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 75vh;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.start .animated-circles {
  position: relative;
}
.start .animated-circles:after, .start .animated-circles:before {
  background-color: #4cc7c1;
}
.start .animated-circles:after, .start .animated-circles:before {
  content: "";
  z-index: -1;
  animation: spin 4s linear infinite;
}
.start .animated-circles:after, .start .animated-circles:before, .start .animated-circles__inner {
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: 49.75% 50.5%;
}
.start .animated-circles:after {
  animation-direction: reverse;
}
.start .animated-circles__inner {
  background-color: #234;
  animation: spinOffBy180 4s linear infinite;
}
.start .p-lg {
  padding: 1.4625rem !important;
}
.start .animated-circles__text {
  position: relative;
}
.start .template__intro {
  font-size: 3rem;
  font-weight: 700;
}
.start .template__status {
  font-size: 1.75rem;
  line-height: 1.2;
}
.start .blink-fade_soft {
  animation: softFadeIn 0.8s linear infinite alternate;
}
@keyframes spinOffBy180 {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes softFadeIn {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.9;
  }
}

.wip .window-vh {
  height: 100vh;
}
.wip .oh {
  overflow: hidden;
}
.wip body {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  text-align: left;
  background-color: #fff;
}
.wip .template__wip {
  border-radius: 0 0 0 200px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.975rem;
}
.wip .template__wip-circle-wrapper {
  fill: none;
  animation: rotate 3s cubic-bezier(0.39, 0, 0.39, 1) infinite;
}
.wip svg {
  overflow: hidden;
}
.wip img, .wip svg {
  vertical-align: middle;
}
.wip .template__wip-circle {
  stroke: #fafafa;
  stroke-width: 1.125rem;
  fill: #fff;
}
.wip .template__wip-arc {
  stroke: #234;
  stroke-width: 1.125rem;
  stroke-dasharray: 90 598;
  stroke-dashoffset: 0;
  fill: none;
}
.wip .template__wip-arc_thin {
  stroke: #4cc7c1;
  stroke-width: 4px;
  stroke-dasharray: 84 559;
  stroke-dashoffset: 0;
  fill: none;
}
.wip .template__wip-text {
  display: block;
  color: #234;
  font-size: 2.5rem;
  line-height: 0.75;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

.tech-problem .window-vh {
  height: 100vh;
}
.tech-problem .bg-brand_darker {
  background-color: #234 !important;
}
.tech-problem .oh {
  overflow: hidden;
}
.tech-problem body {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  text-align: left;
  background-color: #fff;
}
.tech-problem .template {
  background-color: #234;
  color: #fff;
  padding-top: 12.5vh;
  padding-bottom: 12.5vh;
}
.tech-problem .window-vh {
  height: 100vh;
}
.tech-problem .template__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 75vh;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.tech-problem .template__image {
  position: relative;
}
.tech-problem .template__svg {
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  stroke-width: 2.25px;
}
.tech-problem svg {
  overflow: hidden;
}
.tech-problem img, .tech-problem svg {
  vertical-align: middle;
}
.tech-problem .template__warning-svg-polygon {
  stroke-dasharray: 105;
  animation: dash 3s cubic-bezier(0.39, 0, 0.39, 1) infinite;
}
.tech-problem .template__warning-icon {
  font-size: 3rem;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tech-problem .fab, .tech-problem .far, .tech-problem .fas, .tech-problem .fa {
  font-weight: 400;
}
.tech-problem .fa-exclamation:before {
  content: "";
}
.tech-problem .template__intro {
  font-size: 3rem;
  font-weight: 700;
}
.tech-problem .mt-3, .tech-problem .my-3 {
  margin-top: 0.975rem !important;
}
.tech-problem p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.tech-problem .template__loader-wrapper {
  height: 0.4875rem;
  border-radius: 1rem;
  overflow: hidden;
  line-height: 0;
  position: relative;
  width: 100%;
}
.tech-problem .template__loader {
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  animation-name: inProgress;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 200%;
}
.tech-problem .template__loader-bar_tech-problem {
  width: 14.625rem;
  margin-right: calc(50% - 14.625rem);
}
.tech-problem .template__loader-bar {
  height: 0.4875rem;
  width: 5.85rem;
  background: #4cc7c1;
  display: inline-block;
  border-radius: 1rem;
  margin-right: calc(50% - 5.85rem);
  margin-left: -5px;
}
.tech-problem .template__status {
  font-size: 1.75rem;
  line-height: 1.2;
}
.tech-problem .blink-fade_soft {
  animation: softFadeIn 0.8s linear infinite alternate;
}
.tech-problem .mt-5, .tech-problem .my-5 {
  margin-top: 2.925rem !important;
}
.tech-problem p {
  margin-top: 0;
  margin-bottom: 1rem;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: -105;
  }
  100% {
    stroke-dashoffset: -210;
  }
}
@keyframes inProgress {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes softFadeIn {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.9;
  }
}

.pause .window-vh {
  height: 100vh;
}
.pause .oh {
  overflow: hidden;
}
.pause .bg-white {
  background-color: #fff !important;
}
.pause body {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  text-align: left;
  background-color: #fff;
}
.pause .template {
  background-color: #234;
  color: #fff;
  padding-top: 12.5vh;
  padding-bottom: 12.5vh;
}
.pause .template__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 75vh;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.pause .template__image {
  position: relative;
}
.pause .template__svg_coffee {
  stroke-width: 5px;
}
.pause .template__svg {
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  stroke-width: 2.25px;
}
.pause svg {
  overflow: hidden;
}
.pause img, .pause svg {
  vertical-align: middle;
}
.pause .template__coffee-svg-heat:first-of-type {
  transform-origin: 25% 0;
}
.pause .template__coffee-svg-heat {
  animation: heat 2s infinite;
}
.pause .template__coffee-svg-heat:nth-child(2) {
  transform-origin: 44% 0;
}
.pause .template__coffee-svg-heat:nth-child(3) {
  transform-origin: 63% 0;
}
.pause .template__svg_coffee {
  stroke-width: 5px !important;
}
.pause .template__intro {
  font-size: 3rem;
  font-weight: 700;
}
.pause .mt-3, .pause .my-3 {
  margin-top: 0.975rem !important;
}
.pause p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.pause .template__loader-wrapper {
  height: 0.4875rem;
  border-radius: 1rem;
  overflow: hidden;
  line-height: 0;
  position: relative;
  width: 100%;
}
.pause .template__loader_pause {
  animation-duration: 2s;
}
.pause .template__loader {
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  animation-name: inProgress;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 200%;
}
.pause .template__loader-bar {
  height: 0.4875rem;
  width: 5.85rem;
  background: #4cc7c1;
  display: inline-block;
  border-radius: 1rem;
  margin-right: calc(50% - 5.85rem);
  margin-left: -5px;
}
.pause .template__status {
  font-size: 1.75rem;
  line-height: 1.2;
}
.pause .blink-fade_soft {
  animation: softFadeIn 0.8s linear infinite alternate;
}
.pause .mt-5, .pause .my-5 {
  margin-top: 2.925rem !important;
}
.pause p {
  margin-top: 0;
  margin-bottom: 1rem;
}
@keyframes heat {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(0deg);
  }
  51% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes inProgress {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes softFadeIn {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.9;
  }
}

.send-video {
  margin-top: 0.4875rem !important;
}
.send-video .save-video {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.3125rem 2.875rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #234;
  background-color: transparent;
}
.send-video .save-video:hover {
  color: #fff !important;
  background-color: #234 !important;
  border-color: #234 !important;
}
.send-video .loading {
  display: none;
}
.send-video .active-loading {
  color: #234;
  font-weight: 600;
  display: inline-block;
  padding-left: 1em;
}
.send-video .active-loading .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 43px;
  height: 43px;
}
.send-video .active-loading .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #234;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.send-video .active-loading .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.send-video .active-loading .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.send-video .active-loading .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.send-video .active-loading .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

#replay-table, #livestream-table {
  overflow: scroll;
  display: block;
  width: auto !important;
}

#replay-table::-webkit-scrollbar, #livestream-table::-webkit-scrollbar {
  height: 10px !important;
  background-color: #eeeeeec7 !important;
}

#replay-table::-webkit-scrollbar-thumb, #livestream-table::-webkit-scrollbar-thumb {
  background-color: #234 !important;
  border-radius: 10% !important;
}

.copy_link {
  position: relative;
  display: inline-flex;
  margin: 0 auto;
}

.session-end-pop-up .modal-button {
  border: 2px solid #234;
  color: #234;
}
.session-end-pop-up .modal-button:hover {
  color: #fbfbfb;
  background-color: #234 !important;
}

.confirm-chat .confirmed {
  background-color: #4cc7c1 !important;
}

.carousel__item .item__img-wrapper {
  overflow: hidden;
  position: relative;
}
.carousel__item img {
  max-width: 100%;
}
.carousel__item .duration_pill {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  padding: 0.1rem 0.3rem;
  font-size: 0.65rem;
  border-radius: 0.3rem;
  line-height: 1rem;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.5);
  font-weight: 700;
  z-index: 2;
}
.carousel__item .text_inherit {
  font-family: Lato, sans-serif;
  color: #333;
  text-transform: inherit;
  text-decoration: inherit;
  margin: inherit;
}
.carousel__item .item__broadcast-date {
  padding: 0 1rem 0.5rem;
  font-size: small;
  color: #283967;
}
.carousel__item .item__broadcast-date span {
  font-weight: 700;
}
.carousel__item .video .thumbnail .overlay {
  background: rgba(0, 0, 0, 0.2) !important;
}
.carousel__item .video .thumbnail .overlay:hover {
  background: rgba(0, 0, 0, 0) !important;
}
.carousel__item .carousel__item {
  padding: 1rem;
  max-width: 17rem;
  min-width: 14.5rem;
  display: inline-block;
  cursor: pointer;
}
.carousel__item .item {
  overflow: hidden;
  background: #fff;
  border-radius: 0.325rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s, transform 0.25s;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  color: #333;
  outline: none;
}
.carousel__item .item__body {
  padding: 0.5rem 1rem 1rem;
  min-height: 10.45rem;
}
.carousel__item .item_border {
  border-bottom: 8px solid #283967;
}
.carousel__item .item__date-wrapper {
  overflow: visible;
}
.carousel__item .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.carousel__item .embed-responsive:before {
  display: block;
  content: "";
}
.carousel__item .item__date-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.carousel__item .item__date {
  font-size: 3.25rem;
  color: #283967;
  font-weight: 700;
  float: left;
}
.carousel__item .ml-2, .carousel__item .mx-2 {
  margin-left: 0.75rem !important;
}
.carousel__item .item__day {
  font-size: 1.04rem;
  color: #4f4f4f !important;
}
.carousel__item .item__month {
  font-size: 1.2675rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
.carousel__item .item:hover, .carousel__item .item_search:hover {
  box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
  transform: translateY(-1px);
  text-decoration: none;
  color: #333;
}
.carousel__item .item__time, .carousel__item .item__time .duration_lines:after, .carousel__item .item__time .duration_lines:before {
  background: #d6d6d6;
}
.carousel__item .duration_lines {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  color: #333;
}
.carousel__item .duration_lines:before {
  margin-right: 1rem;
}
.carousel__item .duration_lines:after {
  margin-left: 1rem;
}
.carousel__item .duration_lines:after, .carousel__item .duration_lines:before {
  content: "";
  display: block;
  height: 1px;
  flex: 1 1 auto;
}
.carousel__item .embed-responsive .embed-responsive-item, .carousel__item .embed-responsive embed, .carousel__item .embed-responsive iframe, .carousel__item .embed-responsive object, .carousel__item .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.carousel__item .embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.carousel__item .embed-responsive:before {
  display: block;
  content: "";
}
.carousel__item .item {
  overflow: hidden;
  background: #fff;
  border-radius: 0.325rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s, transform 0.25s;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  color: #333;
  outline: none;
}
.carousel__item .item[href]:hover, .carousel__item .item_search:hover {
  box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
  transform: translateY(-1px);
  text-decoration: none;
  color: #333;
}
.carousel__item .item__body {
  padding: 0.5rem 1rem 1rem;
  min-height: 10.45rem;
}
.carousel__item .item__info {
  color: #283967;
  font-size: 0.875rem;
  line-height: 1.25;
  padding-bottom: 0.3333333333rem;
}
.carousel__item .item__title {
  font-weight: 700;
  line-height: 1.3;
  font-size: 1rem;
  margin-top: 0;
  color: #333;
}
.carousel__item .text_inherit {
  font-family: Lato, sans-serif;
  color: #333;
  text-transform: inherit;
  text-decoration: inherit;
  margin: inherit;
}
.carousel__item .item__broadcast-date {
  padding: 0 1rem 0.5rem;
  font-size: small;
  color: #283967;
}
.carousel__item .item__broadcast-date span {
  font-weight: 700;
}

.header .first-live {
  padding: 2rem 1.5em;
  border-radius: 0.325rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s, transform 0.25s;
  color: #fff;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(/resources/images/parnasse/livestream-header.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.header .header__date-container {
  margin-right: 6rem;
  margin-bottom: 0;
}
.header .header__date-container {
  color: #1fbba6;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.header .header__date-container:after {
  content: "";
  display: block;
  width: 3px;
  background: #1fbba6;
  position: absolute;
  right: -3rem;
  top: 0;
  bottom: 0;
}
.header .ml-md-4, .header .mx-md-4 {
  margin-left: 1.5rem !important;
}
.header .header__date {
  font-size: 4rem;
}
.header .mt-1, .header .my-1 {
  margin-top: 0.5rem !important;
}
.header .header__day {
  font-size: 2.4rem;
}
.header .header__month {
  font-size: 2.7rem;
  font-weight: 700;
}
.header .duration_lines {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.header .duration_lines:after, .header .duration_lines:before {
  content: "";
  display: block;
  height: 1px;
  flex: 1 1 auto;
}
.header .duration_lines:before {
  margin-right: 1rem;
}
.header .duration_lines:after {
  margin-left: 1rem;
}
.header .header__time .duration_lines:after, .header .header__time .duration_lines:before {
  background: #fff;
}
.header .btn_light {
  background: #1fbba6;
  color: #fff;
}
.header .btn {
  border: none;
  cursor: pointer;
  display: inline-flex;
  padding: calc(0.5rem + 1px) 1.5rem;
  border-radius: 0.325rem;
  font-size: 1rem;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  line-height: 1.25;
  font-family: Lato, sans-serif;
  font-weight: 400;
}
.header .btn_light:hover:not(:disabled) {
  background: #178c7d;
  color: #fff;
}
.header .header__heading-wrapper {
  flex: 1 1;
}
.header .justify-content-center {
  justify-content: center !important;
}
.header .flex-column {
  flex-direction: column !important;
}
.header .d-flex {
  display: flex !important;
}
.header .mb-3, .header .my-3 {
  margin-bottom: 1rem !important;
}
.header .h1, .header .h2, .header .h3, .header .h4, .header .h5, .header .h6, .header h1, .header h2, .header h3, .header h4, .header h5, .header h6 {
  line-height: normal;
  font-family: Oxygen, sans-serif;
}
.header .header__topic-info {
  font-size: 1.325rem;
  color: #1fbba6;
}
.header .header__heading {
  position: relative;
  color: #fff;
  margin-top: 0;
}
.header .header__heading::after {
  content: none;
}

.theme-library {
  margin-bottom: 1rem !important;
  display: flex;
}
.theme-library .topic-item__icon {
  font-size: 3.5rem;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  color: #1fbba6;
}
.theme-library .box {
  display: inline-flex;
  cursor: pointer !important;
  min-height: 5em;
  padding: 1rem !important;
}
.theme-library a {
  color: #333 !important;
}
.theme-library .box:hover {
  box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
  transform: translateY(-1px);
  text-decoration: none;
  color: #333;
}
.theme-library .topic-item__title {
  font-family: Lato, sans-serif;
  display: -ms-flexbox;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: relative;
  margin: 0.5em 0;
  font-size: 1rem;
}
.theme-library .topic-item__info {
  color: #283967;
  font-size: 0.875rem;
  line-height: 1.25;
}

.livestream-theme-header .header {
  padding: 1em 4rem;
  position: relative;
}
.livestream-theme-header .header_topic {
  overflow: hidden;
  background-color: #283967;
  background-image: none;
}
.livestream-theme-header .header__column, .livestream-theme-header .header__row {
  flex: 1 0 auto;
}
.livestream-theme-header .header__heading {
  position: relative;
  color: #fff;
  margin-top: 0;
}
.livestream-theme-header .item {
  overflow: hidden;
  background: #fff;
  border-radius: 0.325rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s, transform 0.25s;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  color: #333;
  outline: none;
}
.livestream-theme-header .item__body {
  padding: 0.5rem 1rem 1rem;
}
.livestream-theme-header .item__info {
  color: #283967;
  font-size: 0.875rem;
  line-height: 1.25;
  padding-bottom: 0.3333333333rem;
}
.livestream-theme-header .progressbar {
  color: #1fbba6;
  font-size: 0.875rem;
}
.livestream-theme-header .progressbar_large {
  font-size: 1rem;
}
.livestream-theme-header .item__play-icon {
  fill: #fff;
  margin-left: 3px;
}
.livestream-theme-header .item__play, .livestream-theme-header .item__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.livestream-theme-header .item__play {
  z-index: 2;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  width: 4.5rem;
  height: 4.5rem;
}
.livestream-theme-header .duration_pill {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  padding: 0.1rem 0.3rem;
  font-size: 0.65rem;
  border-radius: 0.3rem;
  line-height: 1rem;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.5);
  font-weight: 700;
  z-index: 2;
}
.livestream-theme-header .container_carousel, .livestream-theme-header .container_padding {
  padding: 0 4rem;
}
.livestream-theme-header .row {
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  display: flex;
}
.livestream-theme-header .search-bar_fluid {
  border-radius: 0;
}
.livestream-theme-header .search-bar_fluid .search-bar__form {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.livestream-theme-header .search-bar_fluid .search-bar__search-input {
  max-width: 21.5rem;
  padding-left: 1rem;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  font-size: 1rem;
  width: 100%;
}
.livestream-theme-header .search-bar__submit {
  color: #1fbba6;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-left: 1px solid #d6d6d6;
  font-size: 1.325rem;
  display: flex;
  align-items: center;
  border-radius: 0 0.325rem 0.325rem 0;
}

.livestream-sub-theme {
  padding: 3rem 1em;
}
.livestream-sub-theme .mt-0, .livestream-sub-theme .my-0 {
  margin-top: 0 !important;
}
.livestream-sub-theme .h1, .livestream-sub-theme .h2, .livestream-sub-theme .h3, .livestream-sub-theme .h4, .livestream-sub-theme .h5, .livestream-sub-theme .h6, .livestream-sub-theme h1, .livestream-sub-theme h2, .livestream-sub-theme h3, .livestream-sub-theme h4, .livestream-sub-theme h5, .livestream-sub-theme h6 {
  line-height: normal;
  font-family: Oxygen, sans-serif;
  color: #333;
}
.livestream-sub-theme .h2, .livestream-sub-theme h2 {
  font-size: 1.75rem;
  margin-bottom: 1.05rem;
}
.livestream-sub-theme .h1, .livestream-sub-theme .h2, .livestream-sub-theme h1, .livestream-sub-theme h2 {
  font-weight: 700;
}
.livestream-sub-theme .progressbar_dark {
  color: #283967;
  font-size: 0.875rem;
}
.livestream-sub-theme .progressbar_dark .progressbar__container {
  background-color: #d6d6d6;
  height: 0.25rem;
  border-radius: 2px;
}
.livestream-sub-theme .progressbar__container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0.5rem;
}
.livestream-sub-theme .progressbar__bar {
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 5px 0 0;
  transform: skewX(40deg) translateX(-6px) scale(1.01);
  box-sizing: content-box;
  padding-left: 5px;
  transition: 0.3s;
}
.livestream-sub-theme .carousel__item .item__body {
  min-height: 6.7rem;
}

.search-page {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 3rem 0;
}
.search-page .box, .search-page .dialog-template__box, .search-page .header__login-card, .search-page .modal__content:not(.modal_gallery__content), .search-page .monthly-navigation__year {
  background-color: #fff;
  border-radius: 0.325rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}
.search-page .search-bar__form {
  display: flex;
}
.search-page .filter__select:not(textarea), .search-page .form__field:not(textarea), .search-page .form__select2__control, .search-page .live-status-filter__button:not(textarea) {
  height: calc(2.25rem + 2px);
}
.search-page .search-bar__search-input {
  border: 0;
  height: 3.5rem;
  font-size: 1.325rem;
}
.search-page .search-bar__search-input:focus-visible {
  border: none !important;
}
.search-page .filter__select, .search-page .form__field, .search-page .form__select2__control, .search-page .live-status-filter__button {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.6666666667rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.325rem;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.25;
  font-family: inherit;
}
.search-page .search-bar__submit {
  color: #1fbba6;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-left: 1px solid #d6d6d6;
  font-size: 1.325rem;
  display: flex;
  align-items: center;
  border-radius: 0 0.325rem 0.325rem 0;
}
.search-page .btn {
  border: none;
  cursor: pointer;
  display: inline-flex;
  padding: calc(0.5rem + 1px) 1.5rem;
  border-radius: 0.325rem;
  font-size: 1rem;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  line-height: 1.25;
  font-family: Lato, sans-serif;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .search-page .search__grid {
    grid-template-columns: 2fr 1fr !important;
  }
}
@media (min-width: 1024px) {
  .search-page .mb-lg-5, .search-page .my-lg-5 {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .search-page .search__title {
    font-size: 1.75rem;
  }
}
.search-page .search__title::after {
  content: none;
}
.search-page .search__category-title:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: tab2;
}
.search-page .search__category-title:first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: tab1;
}
.search-page .search__grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1rem 2rem;
  -ms-grid-rows: auto 1rem auto;
  grid-template-areas: "tab1 tab2" "results results";
}
.search-page .search__category-title {
  position: relative;
  padding: 0.5rem 0;
  cursor: default;
  grid-area: auto;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .search-page .search__category-title {
    cursor: default;
    grid-area: auto;
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.search-page .search__category-title {
  cursor: pointer;
  font-weight: 400;
  position: relative;
  padding: 0.5rem 0;
}
.search-page .search__category-count {
  position: relative;
  top: -5px;
  display: inline-flex;
  background: #283967;
  color: #fff;
  padding: 0 2px;
  min-width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  align-items: center;
  justify-content: center;
}
.search-page ul {
  list-style: none;
  padding: 0;
}
.search-page .item_search {
  flex-direction: row !important;
  margin: 0 0 0.6666666667rem;
}
.search-page .item {
  overflow: hidden;
  background: #fff;
  border-radius: 0.325rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s, transform 0.25s;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  color: #333;
  outline: none;
}
.search-page .item_search__date-wrapper, .search-page .item_search__img-wrapper {
  width: 10rem !important;
}
.search-page .item__img-wrapper {
  overflow: hidden;
  position: relative;
}
.search-page .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.search-page .embed-responsive:before {
  display: block;
  content: "";
}
.search-page .item_search__date-container, .search-page .item_search__img {
  max-width: none;
  max-height: 10rem;
}
.search-page .embed-responsive .embed-responsive-item, .search-page .embed-responsive embed, .search-page .embed-responsive iframe, .search-page .embed-responsive object, .search-page .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
  border: 0;
}
.search-page .item_search__body {
  width: 100%;
  min-height: 0;
  flex-grow: 1;
  display: flex;
  padding: 1rem;
  position: relative;
}
.search-page .item__body {
  padding: 0.5rem 1rem 1rem;
  width: 100%;
  position: revert;
}
.search-page .item_search__detail {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 8rem);
}
.search-page .item_search {
  position: relative;
}
.search-page .item__title {
  font-weight: 700;
  line-height: 1.3;
  font-size: 1rem;
  margin-top: 0;
}
.search-page a {
  color: #333 !important;
}
.search-page .item_search__info {
  min-height: 0;
}
.search-page .fa-file-pdf {
  position: absolute;
  right: 1rem;
  color: #283967;
}
.search-page .item__info {
  color: #283967;
  font-size: 0.875rem;
  line-height: 1.25;
  padding-bottom: 0.3333333333rem;
}
.search-page .item_search__duration {
  width: 8rem;
  justify-self: flex-end;
  color: #283967;
  display: flex;
  align-items: center;
  margin-left: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.search-page .item_search__duration i {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, a, p {
  font-family: "Montserrat" !important;
}

.btn-primary {
  background-color: #223344 !important;
  border-color: #223344 !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #223377 !important;
  border-color: #223377 !important;
}

.btn-outline-primary {
  color: #223344 !important;
  border-color: #223344 !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #223377 !important;
  border-color: #223377 !important;
}

.student_name {
  font-size: 2em;
}

.card .btn-danger {
  color: #fff;
  background-color: #223344;
  border-color: #223344;
}

.card .btn-danger:hover {
  color: #fff;
  background-color: #223377;
  border-color: #223377;
}

[class*=" ri-"], [class^=ri-] {
  color: #223377;
}

.sidebar .nav-sidebar li .nav-link.active i {
  color: #4CC7C1;
}

.sidebar .nav-sidebar .nav-treeview .nav-item .nav-link.active, .sidebar .nav-sidebar .nav-treeview .nav-item .nav-link:hover {
  border-left: 2px solid #223377;
}

.btn-success {
  background-color: #223344;
  border-color: #223344;
}

.btn-success:hover {
  color: #fff;
  background-color: #223377;
  border-color: #223377;
}

.btn-info {
  background-color: #4CC7C1;
  border-color: #4CC7C1;
}

.btn-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info {
  color: #4CC7C1;
  border-color: #4CC7C1;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #4CC7C1;
  border-color: #4CC7C1;
}

.btn-outline-primary {
  color: #4CC7C1;
  border-color: #4CC7C1;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #4CC7C1;
  border-color: #4CC7C1;
}

.btn-secondary {
  background-color: #223344;
  border-color: #223344;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #223377;
  border-color: #223377;
}

.btn-secondary.disabled {
  color: #4CC7C1;
  border-color: #4CC7C1;
}

.btn-secondary.disabled:hover {
  color: #fff;
  background-color: #4CC7C1;
  border-color: #4CC7C1;
}
