.schedule .calendar-wrapper {
  width: 100%;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25px 0;
}
.schedule .calendar-wrapper .annotation {
  margin: 1rem;
  color: #fb4646;
  font-weight: 600;
  text-align: center;
}
.schedule .calendar-wrapper .table-wrapper {
  max-width: 95%;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid rgba(64, 61, 61, 0.7);
  display: inline-block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.schedule .calendar-wrapper .table-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.schedule .calendar-wrapper .table-wrapper table td:has(> a) {
  background: rgba(183, 44, 184, 0.45);
  color: #1a1a1a;
}
.schedule .calendar-wrapper .table-wrapper table td a {
  font-weight: 400;
  transition: all 0.1s ease-out;
}
.schedule .calendar-wrapper .table-wrapper table td a:hover {
  font-weight: 600;
  transition: all 0.1s ease-in;
}
.schedule .calendar-wrapper .table-wrapper table .alt td {
  padding: 0 !important;
  width: fit-content !important;
}
.schedule .calendar-wrapper .table-wrapper table .alt td .wrapper {
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
}
.schedule .calendar-wrapper .table-wrapper table .alt td .wrapper.grayed-out {
  opacity: 0.7;
}
.schedule .calendar-wrapper .table-wrapper table .alt td .wrapper.grayed-out a {
  border: 2px solid #fb4646;
}
.schedule .calendar-wrapper .table-wrapper table .alt td .wrapper a {
  background: rgba(183, 44, 184, 0.45);
  padding: 10px 25px;
  border-radius: 15px;
}
.schedule .calendar-wrapper .table-wrapper table .alt td .wrapper a .time {
  font-size: 1.05rem;
}
.schedule .calendar-wrapper .table-wrapper table .alt td .wrapper a p {
  white-space: nowrap;
}
.schedule .calendar-wrapper .table-wrapper table .alt td .wrapper a:hover {
  font-weight: unset;
  scale: 1.03;
}
.schedule .calendar-wrapper .table-wrapper table th {
  background: rgba(0, 0, 0, 0.05);
}
.schedule .calendar-wrapper .table-wrapper table th, .schedule .calendar-wrapper .table-wrapper table td {
  padding: 5px 10px;
  width: 175px;
  height: 40px;
  border: 1px solid rgba(64, 61, 61, 0.6);
  text-align: center;
}
.schedule .calendar-wrapper .table-wrapper table tr:nth-child(even) {
  background: rgb(230.25, 230.25, 230.25);
}
.schedule .calendar-wrapper .table-wrapper table th:first-child, .schedule .calendar-wrapper .table-wrapper table td:first-child {
  border-left: none;
  width: auto;
  padding: 5px 20px;
}
.schedule .calendar-wrapper .table-wrapper table th:last-child, .schedule .calendar-wrapper .table-wrapper table td:last-child {
  border-right: none;
}
.schedule .calendar-wrapper .table-wrapper table tr:first-child th {
  border-top: none;
}
.schedule .calendar-wrapper .table-wrapper table tr:last-child td {
  border-bottom: none;
}

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