html {
  /* min-width: 1200px; */
}

body {
  font-family: 'Roboto Condensed', sans-serif;
}

.menu__burger {
  margin-left: 40px;
  transform: translateZ(0);
  width: 20px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}

.menu__burger span {
  height: 2px;
  background: #333;
  transform: rotate(0);
  width: 100%;
  transition: all .25s ease-in-out;
}

.studentNav__icon {
  width: 20px;
  margin-right: 4px;
}

.demo-access-container {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
}

.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
  z-index: 4;
}

.logo-3 {
  margin: auto;
}

.logo-3 img {
  width: 125px;
  height: 50px;
}

.header__logout {
  position: absolute;
  top: 38px;
  right: 40px;
  color: #000;
  cursor: pointer;
}

.main {
  padding: 30px 0;
  background-color: #ccc;
}

.main__enter-the-name {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: calc(100vh - 120px);
  background-color: #000;
  box-shadow: 0px 0px 9px 0px #333;
  opacity: 94%;
  z-index: 10;
}

.main__enter-the-name-container {
  margin-top: -100px;
  padding: 40px;
  background-color: #C5BFED;
  border-radius: 30px;
}

.navigation {
  padding: 20px;
  width: 200px;
  text-transform: uppercase;
  background-color: #fff;
  transition: all .3s;
}

.main-user {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.main-user__avatar {
  position: relative;
  margin: 0 auto 10px;
  width: 120px;
  height: 120px;
}

.main-user__avatar:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 5px 5px 0 rgb(0 0 0 / 25%);
}

.main-user__name {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}

.main-user__user-role {
  display: flex;
  justify-content: center;
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
}

.main-user__user-class {
  color: #333;
  font-weight: 700;
  display: flex;
}

.main-user__user-class:before {
  font-weight: 400;
  content: "/";
  margin: 0 5px;
  color: #999;
}

.main-menu__list {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 120px;
}

.main-menu__list-item {
  cursor: pointer;
  width: fit-content;
}

.main-menu__list-item.active,
.main-menu__list-item:hover,
.header__logout:hover {
  color: #7f00a3;
}

.demo-access-section,
.demo-lesson,
.demo-test {
  display: none;
  background-color: #fff;
  width: calc(100% - 240px);
  height: fit-content;
  padding-bottom: 30px;
}

.demo-access-section.active,
.demo-lesson.active,
.demo-test.active {
  display: block;
}

.demo-access-section__title {
  position: sticky;
  top: 90px;
  margin-bottom: 30px;
  padding: 26px 40px;
  width: 100%;
  display: flex;
  gap: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #333;
  letter-spacing: 0px;
  z-index: 2;
}

.demo-access-section__info {
  padding: 30px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #333;
}

.demo-access-section__heading {
  margin-bottom: 20px;
  margin-left: 30px;
  width: 94%;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding: 0 10px 20px;
  color: #7f00a3;
}

.nextSchedule__list {
  margin-left: 40px;
}

.nextSchedule__list * {
  color: #333;
}

.nextSchedule__list-item {
  margin-bottom: 50px;
}

.nextSchedule__list-item::after {
  position: relative;
  top: 20px;
  content: '';
  display: block;
  width: 90%;
  height: 1px;
  background-color: #f2f2f2;
}

.nextSchedule__list-item:last-child::after {
  display: none;
}

.nextSchedule__list-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.nextSchedule__list-courses-item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.nextSchedule__list-courses-icon {
  width: 30px;
  height: 30px;
  background-color: rgb(250, 250, 250);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
}

.nextShedule__list-courses-info {
  display: flex;
  gap: 10px;
}

.nextSchedule__list-courses-item-course {
  font-weight: 700;
  color: #4ec1e2;
}

.nextSchedule__list-courses-notFound,
.fa-unlink {
  color: #999;
}

.content_title-icon {
  margin-right: 10px;
}

.general__list {
  display: flex;
  gap: 60px;
  height: 200px;
}

.general__list .nextSchedule__list-item::after {
  display: none;
}

.btn-schedule {
  margin-left: auto;
  margin-right: 40px;
  display: block;
  width: fit-content;
  min-width: 100px;
  text-align: center;
  padding: 15px 20px;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  background: #4ec1e2;
  color: #fff;
}

.grade__description-text {
  margin: 10px 0 40px 40px;
  font-family: Arial, Helvetica, sans-serif;
}

.grade__container {
  display: flex;
  margin-right: 30px;
}

.grade__details {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.grade__list {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.grade__list-item {
  display: flex;
  align-items: center;
}

.grade__subject {
  color: #999;
}

.grade__list-photo {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.grade__list-name {
  font-weight: 700;
  color: #4ec1e2;
}

.studentClass__courses-icon {
  width: 40px;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: #333;
}

.profile__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.profile__photo {
  margin-bottom: 20px;
  width: 150px;
  height: 150px;
}

.form__field-holder {
  position: relative;
  width: 500px;
  z-index: 0;
}

.form__field {
  border: 1px solid #ccc;
  background: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  line-height: 32px;
  height: 40px;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  z-index: 1;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}

.form__field-placeholder.isFilled {
  top: 0;
  z-index: 1;
  background: #fff;
  padding: 2px;
  margin-left: -2px;
  line-height: 1;
}

.form__field-placeholder {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 32px;
  -webkit-user-select: none;
  user-select: none;
  transition: all .15s ease-in-out;
}

.readonly {
  cursor: not-allowed;
}

.subjects__subject-name {
  color: #999;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 20px 20px;
  border-bottom: 1px solid #ccc;
  padding: 0 10px 20px;
}

.subjects__subject-theme {
  margin-bottom: 10px;
  margin-left: 40px;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
}

.subjects__subject-lesson {
  margin-left: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.subjects__subject-lesson-icon {
  width: 30px;
  height: 30px;
  color: #333;
  background-color: #fafafa;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
  flex: 0 0 auto;
}

.subjects__subject-lesson-name {
  color: #4ec1e2;
}

.footer {
  padding: 40px;
  background-color: #333;
  border: none;
}

.footer__inner {
  margin: auto;
  max-width: 1200px;
}

.footer__logo {
  width: 200px;
}

.footer__img {
  width: 125px;
}

.red {
  color: #e32929;
}

.green {
  color: green;
}

.bg-form-color {
  background-color: gainsboro;
}

/* COPY of journal styles */

.journal-container {
  padding: 0 40px;
}

.journal-holder {
  overflow-x: scroll;
  color: #333;
}

.journal-wrapper {
  position: relative;
  min-width: 900px;
}

.journal__days {
  display: flex;
  justify-content: space-evenly;
  background: #333;
}

.journal__prev {
  position: absolute;
  left: 15px;
  top: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}

.journal__next {
  position: absolute;
  right: 15px;
  top: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}

.journal__day.first {
  width: 50px;
  flex: 0 0 auto;
}

.journal__day {
  width: 100%;
  font-weight: 300;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
}

.journal__day.active {
  color: #a1d042;
}

.journal__day.isHoliday {
  opacity: .25;
}

.journal__day-date {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}

.journal__day-date strong {
  display: block;
  margin-bottom: 5px;
}

.journal__schedule {
  font-size: 12px;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  position: relative;
  margin: -30px 0;
}

.journal__timeSlot-holder {
  width: 50px;
  flex: 0 0 auto;
}

.journal__currentTime-holder {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0;
}

.journal__lessons {
  width: 100%;
  border-left: 1px solid #ccc;
  position: relative;
  margin: 50px 0;
}

.journal__lessons-item.skipped {
  border-color: #f2c2c2;
}

.journal__lessons-name {
  font-size: 14px;
  margin-top: 5px;
}


.journal__lessons-teacher {
  margin-top: 10px;
  display: none;
}

.journal__schedule:before {
  content: "";
  position: absolute;
  left: 50px;
  top: 50px;
  right: 0;
  bottom: 50px;
  background: #fafafa;
}

.journal__timeSlot:after, .journal__timeSlot:before {
  content: "";
  position: absolute;
  left: 35px;
  right: -9999px;
  height: 1px;
  z-index: -1;
}

.journal__timeSlot:after {
  top: 100%;
  border-top: 1px dotted #ccc;
  margin-top: -0.5px;
}

.journal__timeSlot:before {
  top: 49px;
  background: #ccc;
}

.journal__lessons-skipped {
  color: #e32929;
  position: absolute;
  right: 10px;
  top: 5px;
}

.journal__lessons-item {
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 5px 10px 10px;
  box-sizing: border-box;
  border-top: 5px solid #ccc;
}

.journal__lessons-item.skipped {
  border-color: #f2c2c2;
}

.journal__timeSlot-holder {
  width: 50px;
  flex: 0 0 auto;
}

.journal__timeSlot {
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.journal__currentTime-holder {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0;
}

.journal__lessons-name strong i {
  margin-right: 5px;
  font-size: 12px;
}

.journal__lessons-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #f2f2f2;
  opacity: .85;
}

.journal__lessons.isToday:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #dcf2ae;
  opacity: .25;
}

.journal__day-date strong {
  display: none;
}

/* lesson */

.content__title-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  /* margin: -40px -40px 40px; */
  background: #333;
  color: #fff;
  height: 85px;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 2;
}

.content__title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  align-items: center;
  max-width: 80%;
}

.content_title-icon {
  margin-right: 10px;
}

.content__title-inner {
  display: flex;
  flex-wrap: wrap;
}

.content__title-subtitle {
  color: #999;
  font-size: 14px;
  width: 100%;
  flex: 0 0 auto;
}

.content__title-actions {
  white-space: nowrap;
}

.btn_primary {
  background: #4ec1e2;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 15px 20px;
  border-radius: 25px;
  min-width: 100px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}

.btn[disabled] {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
}

.demo-lesson__content,
.demo-test__content {
  padding: 0 40px;
  line-height: 1.5;
  color: #333;
}

.demo-lesson__content *,
.demo-test__content * {
  margin-bottom: 10px;
}

.demo-lesson__content img,
.demo-test__content img {
  width: 100%;
}

.imageEditor__image-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.low-img-quality {
  width: fit-content;
  max-width: 50%;
}

.article__submit-holder {
  padding: 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
}

.article__title {
  margin: 40px 0 20px;
  border-bottom: 1px solid #333;
  padding: 10px;
  font-size: 18px;
  color: #7f00a3;
}

@media (max-width: 1200px) {
  .main__enter-the-name {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    min-width: 375px;
    background-color: #000;
    box-shadow: 0px 0px 9px 0px #333;
    opacity: 96%;
  }
  
  .main__enter-the-name-container {
    margin: 200px auto;
    max-width: 90%;
  }

  .form__field-holder {
    width: 400px;
  }
}

@media (max-width: 1025px) {
  @viewport {
    zoom: 1.0;
    min-zoom: 1.0;
  }

  .header__inner {
    height: 80px;
  }

  .logo-3 img {
    margin-left: -100px;
    width: 100px;
    height: 40px;
  }
  
  .header__logout {
    top: 32px;
  }

  .menu__burger {
    display: flex;
  }

  .menu__burger--active span {
    position: absolute;
    top: 6px;
  }

  .menu__burger--active span:first-child {
    transform: rotate(45deg);
  }

  .menu__burger--active span:nth-child(2) {
    transform: rotate(-45deg);
    background-color: transparent;
  }

  .menu__burger--active span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .main {
    padding: 0;
  }

  .navigation {
    position: fixed;
    top: 90px;
    left: -200px;
    height: 100vh;
    z-index: 3;
  }

  .demo-access-container {
    padding: 0;
  }

  .demo-access-section__heading {
    width: auto;
    margin-right: 30px;
  }

  .demo-access-container--active .navigation {
    left: 0;
  }

  .demo-access-section,
  .demo-lesson,
  .demo-test {
    position: relative;
    width: 100%;
    min-height: 100vh;
    transition: all .3s;
  }

  .demo-access-section__title {
    z-index: 2;
  }

  .navigation,
  .demo-access-section__title,
  .content__title-holder {
    top: 80px;
  }

  .demo-access-container--active .demo-access-section,
  .demo-access-container--active .demo-lesson,
  .demo-access-container--active .demo-test {
    transform: translateX(200px);
    filter: blur(2px);
  }

  .demo-access-container .demo-access-section::before,
  .demo-access-container .demo-lesson::before,
  .demo-access-container .demo-test::before  {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    content: '';
    background-color: #333;
    z-index: 3;

    transition: all .3s;
  }

  .demo-access-container--active .demo-access-section::before,
  .demo-access-container--active .demo-lesson::before,
  .demo-access-container--active .demo-test::before {
    visibility: visible;
    opacity: 0.85;
  }

  .demo-access-container {
    justify-content: center;
  }

  .general__list {
    height: fit-content;
    flex-direction: column;
    gap: 40px;
  }

  .general__list .nextSchedule__list-item {
    margin-bottom: 0;
  }

  .btn-schedule {
    margin: 20px 20px 40px auto;
  }

  .grade__container {
    flex-direction: column;
    gap: 40px;
    margin-right: 0;
  }

  .demo-lesson,
  .demo-test {
    width: 100%;
  }

  .footer {
    z-index: 2;
  }
}

@media (max-width: 600px) {
  .main__enter-the-name-container {
    margin: 200px auto;
    max-width: 90%;
  }

  .form__field-holder {
    width: 250px;
  }

  .header__inner {
    height: 60px;
  }

  .logo-3 img {
    margin-left: -60px;
    width: 75px;
    height: 30px;
  }
  
  .header__logout {
    top: 20px;
  }

  .header__icon-descr {
    display: none;
  }

  .navigation, 
  .demo-access-section__title,
  .content__title-holder {
    top: 60px;
  }

  .content__title {
    font-size: 16px;
  }

  .content__title-holder {
    padding: 20px 0;
    height: fit-content;
    flex-direction: column;
    gap: 20px;
  }

  .iframe-video {
    height: 200px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.position-static {
  position: static;
}
