#academicYear {
  background-image: url(/v2/views/img/school-list-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: #f6f6f9;
}
#academicYear .page-header {
  background-color: #202359;
  padding: 50px 0;
  color: #fff;
  background-image: url(/img/schoolsArtwork.svg);
}
@media (max-width: 780px) {
  #academicYear .page-header {
    padding: 0 0 20px 0;
  }
}
#academicYear .page-header .title-row {
  margin-bottom: 2rem;
}
#academicYear .page-header .title-row p {
  font-size: 1.7rem;
  margin-top: 1rem;
}
@media (max-width: 780px) {
  #academicYear .yearbox {
    padding: 20px 0 !important;
  }
}
@media (max-width: 780px) {
  #academicYear .yearbox .head {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 780px) {
  #academicYear .yearbox .head span {
    display: none;
  }
}
#academicYear .yearbox .head a {
  color: #202359;
}
#academicYear .yearbox .head .btn-year {
  background: #c6c6c6;
  height: 38px;
  color: #575757;
  border-radius: 8px;
}
#academicYear .yearbox .head .btn-year.active, #academicYear .yearbox .head .btn-year:hover, #academicYear .yearbox .head .btn-year:focus {
  background: #4299e1;
  color: #fff;
}
@media (max-width: 780px) {
  #academicYear .yearbox .head .justify-content-md-end {
    display: none !important;
  }
}
#academicYear .yearbox .body .table {
  font-size: 1rem;
}
@media (max-width: 780px) {
  #academicYear .yearbox .body .table {
    font-size: 0.8rem;
    border: 1px solid #dbdbdb;
  }
}
@media (max-width: 780px) {
  #academicYear .yearbox .body {
    margin-top: 0 !important;
  }
}
#academicYear .year-link-copied-alert {
  z-index: 2000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  font-size: 14px;
  position: fixed;
}

.events-card {
  background-color: white;
  border-radius: 16px;
  padding: 16px 0;
}
.events-card .event-card {
  width: fit-content;
  padding: 0 16px;
  border-left: 1px solid #f6f6f9;
}
.events-card .event-card .event-date-container .event-date p {
  color: #737598;
  font-size: 12px;
  line-height: 18.6px;
}
.events-card .event-card .event-date-container .event-date .day {
  background-color: #e0e0eb;
  border-radius: 4px;
  padding: 0 5px;
}
.events-card .event-card .event-data-card {
  background-color: #eaf6fb;
  border-radius: 8px;
  padding: 16px 16px 8px 16px;
  font-size: 16px;
  line-height: 25px;
  color: #737598;
}
.events-card .event-card .event-data-card p {
  max-width: 222px;
  color: #2ea9d3;
}
.events-card .event-card .past {
  background-color: #f6f6f9;
}
.events-card .event-card .past p {
  color: #737598;
}

.events-card.empty-event-month {
  height: 15vh;
  background: repeating-linear-gradient(-45deg, #e0e0eb, #e0e0eb 0px, #f6f6f9 2px, #f6f6f9 12px);
}

.each-month .shap {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #202359;
  position: relative;
  display: flex;
  justify-content: center;
}
.each-month .shap::before, .each-month .shap::after {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 102px;
  background-color: #202359;
}
.each-month .shap::before {
  top: -75px;
}
.each-month .shap::after {
  bottom: -97px;
}
.each-month .data {
  width: 79px;
}
.each-month .data p {
  font-weight: 500;
  font-size: 21px;
  line-height: 31px;
  color: #202359;
}
.each-month .data p.month {
  font-size: 16px;
  line-height: 25px;
}
.each-month.past .data p {
  color: #737598;
}
.each-month.past .shap {
  background-color: #babbcf;
}
.each-month.past .shap::before, .each-month.past .shap::after {
  background-color: #babbcf;
}