.roster-student[status=wrong-room] {
  display: none;
}

div.roster-wrapper:empty {
  display: none;
}

#masterWrapper #mainWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  padding: 1rem;
  font-size: 0.9rem;
  gap: 2rem;
}
#masterWrapper #mainWrapper:has(#nexusSchedule:not([expanded])) {
  max-width: 82em;
}
#masterWrapper #mainWrapper:has(div.roster-wrapper:empty):has(#nexusSchedule:not([expanded])) {
  max-width: 58em;
}
#masterWrapper #mainWrapper .grid-card-no-bg {
  padding: 1.5rem;
  border-radius: 4px;
}
#masterWrapper #mainWrapper .grid-card {
  padding: 1.5rem;
  border-radius: 4px;
  background-color: var(--accent16);
}
#masterWrapper #mainWrapper #centerWrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 22.5rem;
  gap: 2rem;
}
#masterWrapper #mainWrapper .nexus-countdown-timer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border-radius: 4px;
  background-color: var(--accent15);
  font-size: 3rem;
  text-align: center;
  color: var(--main01);
  column-gap: 1rem;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  cursor: default;
}
#masterWrapper #mainWrapper .nexus-countdown-timer span {
  white-space: nowrap;
}
#masterWrapper #mainWrapper #secondaryCountdownTimer {
  display: none;
  align-self: center;
  order: -1;
  flex: 100%;
  padding: 0.5rem;
}
#masterWrapper #mainWrapper:has(#nexusSchedule:not([expanded])) [day-hidden] {
  display: none;
}
#masterWrapper #mainWrapper:has(#nexusSchedule[expanded]) #nexusSchedule {
  order: -1;
}

#nexusSchedule {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  position: relative;
  cursor: default;
}
#nexusSchedule .rotation-day-header {
  padding: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
#nexusSchedule .day-wrapper[rotation-day="0"] .rotation-day-header {
  visibility: hidden;
}
#nexusSchedule .day-wrapper-wrapper {
  display: flex;
}
#nexusSchedule .day {
  display: grid;
  grid-template-rows: repeat(8, 4em);
  gap: 0.25rem;
}
#nexusSchedule .day:not(:has(.period[highlighted])) .period::before, #nexusSchedule .day:not(:has(.period[highlighted])) .period::after, #nexusSchedule .day:has(.period[highlighted]):hover .period::before, #nexusSchedule .day:has(.period[highlighted]):hover .period::after {
  opacity: 1;
}
#nexusSchedule .day .period,
#nexusSchedule .day .period-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#nexusSchedule .day .period {
  width: 12em;
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--main06);
  border-radius: 0 0.25rem 0.25rem 0;
  position: relative;
  margin-left: 0.25rem;
}
#nexusSchedule .day .period-header {
  display: flex;
  gap: 0.5rem;
}
#nexusSchedule .day .period-header .room {
  font-style: italic;
}
#nexusSchedule .day .period-header .room:empty {
  display: none;
}
#nexusSchedule .day .period-header .block {
  font-weight: 300;
}
#nexusSchedule .day .course-name {
  max-width: 11rem;
  font-weight: 700;
  white-space: nowrap;
}
#nexusSchedule:not([expanded]) .period[highlighted] {
  box-shadow: -0.5rem 0px var(--main01);
}
#nexusSchedule:not([expanded]) .period[highlighted]::before, #nexusSchedule:not([expanded]) .period[highlighted]::after {
  right: calc(100% + 1rem);
  opacity: 1 !important;
}
#nexusSchedule:not([expanded]) .period::before {
  content: attr(start-time);
  top: 0.15rem;
}
#nexusSchedule:not([expanded]) .period::after {
  content: attr(end-time);
  bottom: 0.15rem;
}
#nexusSchedule:not([expanded]) .period::before, #nexusSchedule:not([expanded]) .period::after {
  position: absolute;
  right: calc(100% + 0.5rem);
  font-size: 0.85rem;
  font-weight: normal;
  color: var(--main03);
  text-align: right;
  display: flex;
  width: 1.5rem;
  opacity: 0.5;
  justify-content: flex-end;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#nexusSchedule:has(.day-wrapper[num-periods="1"]) .period-time:nth-of-type(n + 2), #nexusSchedule:has(.day-wrapper[num-periods="2"]) .period-time:nth-of-type(n + 3), #nexusSchedule:has(.day-wrapper[num-periods="3"]) .period-time:nth-of-type(n + 4), #nexusSchedule:has(.day-wrapper[num-periods="4"]) .period-time:nth-of-type(n + 5), #nexusSchedule:has(.day-wrapper[num-periods="5"]) .period-time:nth-of-type(n + 6), #nexusSchedule:has(.day-wrapper[num-periods="6"]) .period-time:nth-of-type(n + 7), #nexusSchedule:has(.day-wrapper[num-periods="7"]) .period-time:nth-of-type(n + 8), #nexusSchedule:has(.day-wrapper[num-periods="8"]) .period-time:nth-of-type(n + 9), #nexusSchedule:has(.day-wrapper[num-periods="9"]) .period-time:nth-of-type(n + 10),
#nexusSchedule .day-wrapper[num-periods="1"] .period:nth-of-type(n + 2),
#nexusSchedule .day-wrapper[num-periods="2"] .period:nth-of-type(n + 3),
#nexusSchedule .day-wrapper[num-periods="3"] .period:nth-of-type(n + 4),
#nexusSchedule .day-wrapper[num-periods="4"] .period:nth-of-type(n + 5),
#nexusSchedule .day-wrapper[num-periods="5"] .period:nth-of-type(n + 6),
#nexusSchedule .day-wrapper[num-periods="6"] .period:nth-of-type(n + 7),
#nexusSchedule .day-wrapper[num-periods="7"] .period:nth-of-type(n + 8),
#nexusSchedule .day-wrapper[num-periods="8"] .period:nth-of-type(n + 9),
#nexusSchedule .day-wrapper[num-periods="9"] .period:nth-of-type(n + 10) {
  visibility: hidden;
}
#nexusSchedule #nexusToolsWrapper {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  transition: 0.5s ease-in-out;
  gap: 0.25rem;
}

modal .modal-content {
  background-color: var(--bs-body-bg);
}
modal .sched-block,
modal .class-name-text-input {
  border-color: var(--main04) !important;
  color: black;
}
modal .edit-sched-wrapper,
modal .sched-row {
  gap: 0.25rem;
}
modal .sched-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid var(--main04);
  border-radius: 4px;
}
modal .sched-block .reset-color-button,
modal .sched-block .change-color-button {
  opacity: 0;
}
modal .sched-block:hover .reset-color-button, modal .sched-block:hover .change-color-button {
  opacity: 0.6;
}
modal .sched-block .reset-color-button:hover,
modal .sched-block .change-color-button:hover {
  opacity: 1;
}

@media (max-width: 1100px) {
  #countdownTimer {
    display: none !important;
  }
  #secondaryCountdownTimer {
    display: flex !important;
  }
}

/*# sourceMappingURL=nexus.css.map */
