@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("fonts/montserrat-v12-latin_cyrillic-regular.woff2") format("woff2"),
    url("fonts/montserrat-v12-latin_cyrillic-regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url("fonts/montserrat-v12-latin_cyrillic-500.woff2") format("woff2"),
    url("fonts/montserrat-v12-latin_cyrillic-500.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url("fonts/montserrat-v12-latin_cyrillic-600.woff2") format("woff2"),
    url("fonts/montserrat-v12-latin_cyrillic-600.woff") format("woff");
} /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.01em;
}
.naulogo {
  top: 0;
  width: 40%;
  max-width: 170px;
  height: 90px;
  position: absolute;
  margin-top: 32px;
  margin-left: 25px;
  background-image: url("icons/naulogo-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: logo 300ms ease-out;
  animation: logo 300ms ease-out;
}
@-webkit-keyframes logo {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes logo {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.form-section {
  margin-top: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-animation: logo 300ms 50ms ease-out;
  animation: logo 300ms 50ms ease-out;
}
.form-section-center {
  -webkit-transform: translateY(calc(50vh - 100%));
  transform: translateY(calc(50vh - 100%));
  -webkit-animation: screen-center 300ms 50ms ease-out;
  animation: screen-center 300ms 50ms ease-out;
}
@-webkit-keyframes screen-center {
  from {
    opacity: 0;
    -webkit-transform: translateY(calc(50vh - 100% + 20px));
    transform: translateY(calc(50vh - 100% + 20px));
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(calc(50vh - 100%));
    transform: translateY(calc(50vh - 100%));
  }
}
@keyframes screen-center {
  from {
    opacity: 0;
    -webkit-transform: translateY(calc(50vh - 100% + 20px));
    transform: translateY(calc(50vh - 100% + 20px));
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(calc(50vh - 100%));
    transform: translateY(calc(50vh - 100%));
  }
}
.form-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto 3px;
  padding-right: 103px;
  max-width: 545px;
  font-size: 12px;
  font-weight: 600;
}
.institute-heading {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 110px;
  max-width: 110px;
  padding-left: 5px;
}
.group-number-heading {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-left: 3px;
}
.subgroup-heading {
  min-width: 60px;
  margin-left: 3px;
}
.main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  max-width: 545px;
  position: relative;
}
.main-form > *:focus {
  outline: none;
  -webkit-box-shadow: inset 0px 0px 0px 2px #449bc9;
  box-shadow: inset 0px 0px 0px 2px #449bc9;
}
.down-arrow {
  position: absolute;
  left: 90px;
  top: 15px;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}
#institute-select {
  -webkit-appearance: none;
  background-color: #cce5f8;
  border: none;
  border-radius: 10px 0px 0px 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: 40px;
  min-width: 110px;
  max-width: 110px;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#institute-select:hover {
  background-color: #abd7f5;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
#institute-select:active {
  background-color: #cce5f8;
}
#group-number-input {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 50px;
  height: 40px;
  border: none;
  margin-left: 3px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #cce5f8;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#group-number-input::-webkit-input-placeholder {
  color: rgba(26, 100, 150, 0.5);
}
#group-number-input:-ms-input-placeholder {
  color: rgba(26, 100, 150, 0.5);
}
#group-number-input:-ms-input-placeholder {
  color: rgba(26, 100, 150, 0.5);
}
#group-number-input::-ms-input-placeholder {
  color: rgba(26, 100, 150, 0.5);
}
#group-number-input::placeholder {
  color: rgba(26, 100, 150, 0.5);
}
#group-number-input:hover {
  background-color: #abd7f5;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
#group-number-input:focus {
  background-color: #cce5f8;
}
#subgroup-checkbox {
  display: none;
}
.subgroup-checkbox-label {
  display: block;
  margin-left: 3px;
  position: relative;
  background-color: #cce5f8;
  text-align: center;
  min-width: 60px;
  height: 40px;
  font-size: 20px;
  font-weight: 500;
  -webkit-user-select: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.subgroup-checkbox-label:hover {
  background-color: #abd7f5;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.subgroup-checkbox-label > p {
  position: absolute;
  margin: 0 auto;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.subgroup-checkbox-label > p:nth-of-type(1) {
  margin-left: 43%;
  margin-top: 9px;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.subgroup-checkbox-label > p:nth-of-type(2) {
  margin-left: 40%;
  margin-top: 9px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}
#subgroup-checkbox:checked + label > p:nth-of-type(1) {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
#subgroup-checkbox:checked + label > p:nth-of-type(2) {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.subgroup-checkbox-label .left-arrow {
  display: block;
  position: absolute;
  margin-top: 17px;
  margin-left: 15%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid rgba(26, 100, 150, 0.4);
  border-left: 2px solid rgba(26, 100, 150, 0.4);
  background-color: transparent;
  width: 7px;
  height: 7px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.subgroup-checkbox-label .right-arrow {
  display: block;
  position: absolute;
  margin-top: 17px;
  margin-left: 71%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid black;
  border-right: 2px solid black;
  opacity: 1;
  background-color: transparent;
  width: 7px;
  height: 7px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#subgroup-checkbox:checked + label > .left-arrow {
  border-bottom: 2px solid black;
  border-left: 2px solid black;
}
#subgroup-checkbox:checked + label > .right-arrow {
  border-top: 2px solid rgba(26, 100, 150, 0.4);
  border-right: 2px solid rgba(26, 100, 150, 0.4);
}
#search-button {
  -webkit-appearance: none;
  background-color: #cce5f8;
  min-width: 100px;
  max-width: 100px;
  margin-left: 3px;
  border: none;
  border-radius: 0 10px 10px 0;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#search-button:hover {
  background-color: #abd7f5;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#search-button:active {
  color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #73b6e6;
  -webkit-transition: none;
  transition: none;
}
.spinner {
  margin-left: 180%;
  margin-top: 80%;
  width: 20px;
  height: 20px;
  border-top-color: rgba(0, 0, 0, 0.98);
  border-left-color: rgba(0, 0, 0, 0.98);
  -webkit-animation: spinner 300ms linear infinite;
  animation: spinner 300ms linear infinite;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  pointer-events: none;
  display: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#error-message {
  width: 100px;
  font-size: 12px;
  left: 110%;
  top: 120%;
  opacity: 0;
  transition: 1000ms;
  position: absolute;
}
#error-message.shown {
  transition: 200ms;
  opacity: 1;
  display: block;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-shown {
  display: inline-block;
}
.form-suggestions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  width: 90%;
  margin: 10px auto 5px;
  padding-left: 5px;
  padding-right: 103px;
  max-width: 545px;
  font-size: 14px;
  font-weight: 500;
}
.form-suggestions-shown {
  visibility: visible;
}
.suggestion-items {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.suggestion-item {
  margin-left: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: #000;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.suggestion-item:hover {
  border-bottom: 1px solid rgba(255, 54, 36, 0.25);
  color: #ff1500;
}
.legend {
  margin-top: 30px;
  display: none;
}
.legend-shown {
  display: block;
}
.legend-wrapper {
  max-width: 1065px;
  margin: 0 auto;
  padding: 0 7px;
}
.legend-groupname {
  font-weight: 600;
  font-size: 24px;
}
.screen {
  margin-left: 50%;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1120px;
  height: 520px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-animation: screen 300ms ease-out;
  animation: screen 300ms ease-out;
}
@-webkit-keyframes screen {
  from {
    -webkit-transform: translate(-50%, 20%);
    transform: translate(-50%, 20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes screen {
  from {
    -webkit-transform: translate(-50%, 20%);
    transform: translate(-50%, 20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
.screen-hidden {
  display: none;
}
.schedule-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 520px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.schedule-container {
  padding-left: 60px;
  padding-right: 60px;
  width: calc(1000px + 120px);
  height: 520px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.day {
  height: 100%;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  text-align: center;
}
.day-header {
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 7px;
  border-bottom: 1px solid black;
}
.day-caption {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3px;
}
.day-word {
  -webkit-transform: scaleX(0.95);
  transform: scaleX(0.95);
}
.this-day {
  background-color: rgba(246, 138, 30, 0.1);
}
.next-day {
  background-color: rgba(199, 229, 250, 0.3);
}
.day-hidden {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.day-shown {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.day-hidden:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.day-hidden:nth-of-type(2) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}
.day-hidden:nth-of-type(3) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.day-hidden:nth-of-type(4) {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
}
.day-hidden:nth-of-type(5) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.day-shown:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.day-shown:nth-of-type(2) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}
.day-shown:nth-of-type(3) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.day-shown:nth-of-type(4) {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
}
.day-shown:nth-of-type(5) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.lesson {
  height: 14.286%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  -webkit-transform: scaleX(0.95);
  transform: scaleX(0.95);
}
.lesson-lecture > b > span {
  padding: 0 3px;
  border-radius: 5px;
  background-color: #d9ffdf;
}
.lesson-nextfar {
  border-bottom: 1px solid #b3b3b3;
}
.next-day .lesson-nextfar {
  border-bottom: 1px solid #7dbfe8;
}
.this-day .lesson-nextfar {
  border-bottom: 1px solid #f6d355;
}
.lesson > b {
  font-weight: 600;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
.lesson p {
  font-weight: 500;
  margin: 0 auto;
}
.lesson p:first-of-type {
  font-weight: 500;
  margin: 0 auto;
}
.lesson-number {
  position: absolute;
  font-size: 80px;
  font-weight: 600;
  opacity: 0.1;
  width: 55px;
  text-align: center;
}
.this-day .lesson-number {
  color: #ffc800;
  opacity: 0.25;
}
.next-day .lesson-number {
  color: #009dff;
  opacity: 0.2;
}
.timing-container {
  position: absolute;
  width: 50px;
  height: 520px;
  padding-bottom: 0px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 0 20px 10px white;
  -webkit-box-shadow: 0 0 20px 10px white;
}
.week-switch {
  height: 60px;
  text-align: center;
}
.week-switch > p {
  font-weight: 600;
  font-size: 10px;
  margin: 5px auto 2px;
  -webkit-transform: scaleX(0.7) translateX(-2px);
  transform: scaleX(0.7) translateX(-2px);
}
#week-checkbox {
  display: none;
}
.week-checkbox-label {
  display: block;
  margin: 0 auto;
  position: relative;
  background-color: #cce5f8;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 500;
  color: black;
  overflow: hidden;
  border-radius: 10px;
}
.week-checkbox-label > p {
  position: absolute;
  margin: 0 auto;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-user-select: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.week-checkbox-label > p:nth-of-type(1) {
  margin-left: 17px;
  margin-top: 10px;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.week-checkbox-label > p:nth-of-type(2) {
  margin-left: 15px;
  margin-top: 10px;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  opacity: 0;
}
#week-checkbox:checked + label > p:nth-of-type(1) {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  opacity: 0;
}
#week-checkbox:checked + label > p:nth-of-type(2) {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.week-checkbox-label .left-arrow {
  display: block;
  position: absolute;
  margin-top: 17px;
  margin-left: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid rgba(26, 100, 150, 0.7);
  border-left: 2px solid rgba(26, 100, 150, 0.7);
  opacity: 0.6;
  background-color: transparent;
  width: 7px;
  height: 7px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.week-checkbox-label .right-arrow {
  display: block;
  position: absolute;
  margin-top: 17px;
  margin-left: 26px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid black;
  border-right: 2px solid black;
  opacity: 1;
  background-color: transparent;
  width: 7px;
  height: 7px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#week-checkbox:checked + label > .left-arrow {
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  opacity: 1;
}
#week-checkbox:checked + label > .right-arrow {
  border-top: 2px solid rgba(26, 100, 150, 0.7);
  border-right: 2px solid rgba(26, 100, 150, 0.7);
  opacity: 0.6;
}
.time {
  width: 100%;
  height: 16.667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  -webkit-transform: scaleX(0.95);
  transform: scaleX(0.95);
}
.time:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 1px;
  background-color: black;
  margin-top: -35.6px;
}
.time-big {
  margin: -10% auto;
  font-size: 30px;
  font-weight: 600;
}
.time-current {
  position: relative;
  background-color: white;
  border-radius: 15px 0 0 15px;
  color: black;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.timer-label {
  color: #000000;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 17px;
  padding: 0 5px 1px 5px;
  font-size: 14px;
  white-space: nowrap;
  top: 0;
  left: 90%;
  position: absolute;
  background-color: #ffe700;
  border-radius: 0 15px 15px 0;
}
.timecode-end .timer-label {
  background-color: #bfffea;
}
.timecode .timer-label-notsoon {
  display: none;
}
.timecode .timer-label-soon {
  background-color: #ffa500;
}
.timecode .timer-label-verysoon {
  background-color: red;
  color: white;
}
.timecode-end .timer-label-notsoon {
  display: none;
}
.timecode-end .timer-label-soon {
  background-color: #a6ffa6;
}
.timecode-end .timer-label-verysoon {
  background-color: #44cc00;
  color: white;
}
html,
body {
  height: 100%;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 15px;
}
.footer > p {
  margin-top: 10px;
  margin-bottom: 0px;
}
a {
  color: black;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
a:hover {
  color: red;
  border-bottom: 1px solid rgba(255, 0, 0, 0.25);
}
.tutor {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tutor-img {
  width: 232px;
}
.mock-data-info {
  padding: 20px;
  max-width: 420px;
  font-size: 12px;
  line-height: 16px;
}
#tutor-button {
  padding: 5px 10px;
  margin-top: 50px;
  background-color: #cce5f8;
  border: none;
  border-radius: 5px;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
#tutor-button:hover {
  background-color: #abd7f5;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#tutor-button:active {
  color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #73b6e6;
  -webkit-transition: none;
  transition: none;
}
.tutor-hidden {
  display: none;
}
.news-container {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.news {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 0px 30px;
  border-radius: 0 0px 10px 10px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  background-color: #ccf8de;
  max-width: 450px;
}
.news > button {
  margin-left: 15px;
  border: none;
  background-color: transparent;
  font-size: 20px;
}
.news-visible {
  display: flex;
}

@media (min-width: 1060px) {
  .schedule-wrapper {
    overflow-x: hidden;
  }
  .timing-container {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .schedule-container {
    padding-right: 0px;
    width: calc(1000px + 60px);
  }
  .schedule-wrapper {
    max-width: 1060px;
  }
  .screen {
    max-width: 1060px;
  }
}
@media (max-width: 980px) {
  .form-section {
    margin-top: 125px;
  }
  .form-section-center {
    -webkit-transform: translateY(calc(50vh - 200px));
    transform: translateY(calc(50vh - 200px));
  }
}
@media (max-width: 400px) {
  .schedule-container {
    width: calc(1000px + calc(50vw - 100px) + calc(50vw - 100px));
    padding-left: calc(50vw - 100px);
    padding-right: calc(50vw - 100px);
  }
  .legend-groupname {
    text-align: center;
  }
}
@media (min-width: 1170px) {
  .time-current {
    border-radius: 0 15px 15px 0;
  }
  .timer-label {
    left: auto;
    right: 95%;
    border-radius: 15px 0 0 15px;
  }
}
@media print {
  .footer {
    display: none;
  }
  .naulogo {
    display: none;
  }
  .form-section {
    display: none;
  }
  .screen {
    margin-top: 0;
    height: 600px;
  }
  .schedule-wrapper {
    width: 1200px;
  }
  .schedule-container {
    width: 1050px;
  }
  .time {
    font-size: 16px;
  }
  .day-caption {
    display: none;
  }
  .week-switch {
    opacity: 0;
    margin-bottom: 10px;
  }
  .this-day,
  .next-day {
    background-color: transparent;
  }
  .this-day .lesson-number {
    color: black;
    opacity: 0.1;
  }
  .next-day .lesson-number {
    color: black;
    opacity: 0.1;
  }
  .day-word {
    font-size: 25px;
  }
  .lesson > b {
    font-size: 16px;
    max-height: 36px;
  }
  .lesson-number {
    font-size: 90px;
  }
  .day-header {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lesson-lecture > b > span {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
