/* MA Schedule */

#ma-schedule .my-container {
  --bs-gutter-x: 1.5rem;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  #ma-schedule .last-day {
    margin-right: 2px;
  }
}

@media (min-width: 992px) {
  #ma-schedule .first-day {
    margin-left: 2px;
  }
}

#ma-schedule .day-font {
  font-family: 'Roboto Condensed', 'Roboto Condensed Fallback', sans-serif;
  color: #000 !important;
  line-height: 1.3;
}

#ma-schedule .sticky-top {
  position: sticky;
  top: 167px;
  z-index: 20;
}

@media (min-width: 992px) {
  #ma-schedule .sticky-top {
    position: sticky;
    top: 185px;
  }
}

@media (min-width: 1200px) {
  #ma-schedule .sticky-top {
    top: 189px;
  }
}

@media (min-width: 1400px) {
  #ma-schedule .sticky-top {
    top: 192px;
  }
}

#ma-schedule p {
  text-align: center;
  font-size: 15px;
}

@media (min-width: 1200px) {
  #ma-schedule p {
    font-size: 17px;
  }
}

#ma-schedule .text-shadow-none {
  text-shadow: none;
}

#ma-schedule .text-shadow {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#ma-schedule .bg-day {
  background-color: #a1bddd;
}

#ma-schedule .bg-eve {
  background-color: #8e8e8e;
}

#ma-schedule .day-of-week {
  background-color: #303030;
  font-family: 'Roboto Condensed', 'Roboto Condensed Fallback', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

#ma-schedule .day-of-week p {
  color: #c3c3c3;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  font-size: 20px;
}

@media (min-width: 1200px) {
  #ma-schedule .day-of-week p {
    font-size: 24px;
  }
}

#ma-schedule .day-of-week .today {
  color: #fff;
  background-color: #434343;
}

#ma-schedule .border-rt {
  border-right: 1px solid rgba(255,255,255,0.25);
}

/* MA Schedule Mobile */

#ma-schedule .mob-font p {
  font-family: 'Roboto Condensed', 'Roboto Condensed Fallback', sans-serif;
  font-size: 17px;
  text-align: center;
}

#ma-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #c3c3c3;
  border-bottom: none;
}

#ma-tabs .nav-tabs {
  border-bottom: none;
}

#ma-tabs .nav-tabs .nav-link {
  margin-bottom: -1px;
  padding: 6px 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-bottom: none;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  font-family: 'Roboto Condensed', 'Roboto Condensed Fallback', sans-serif;
  font-size: 17px;
  font-weight: 700;
}

#ma-tabs .tab-content {
  background-color: #c3c3c3;
}

@media (max-width: 991.9px) {
  #ma-tabs .closed {
    min-height: 400px;
    font-size: 30px;
  }
}

@media (max-width: 991.9px) {
  #ma-tabs .text-closed {
    font-size: 20px;
  }
}

/* Class wrappers */

.bg-30 {
  min-height: 60px;
  border-radius: .375rem;
  border: solid 1px rgba(0,0,0,0.3);
}

.bg-50 {
  min-height: 105px;
  border-radius: .375rem;
  border: solid 1px rgba(0,0,0,0.3);
}

.bg-60 {
  min-height: 124px;
  border-radius: .375rem;
  border: solid 1px rgba(0,0,0,0.3);
}

.bg-90 {
  min-height: 124px;
  border-radius: .375rem;
  border: solid 1px rgba(0,0,0,0.3);
}

@media (min-width: 992px) {
  .bg-90 {
    min-height: 214px;
    border-radius: .375rem;
    border: solid 1px rgba(0,0,0,0.3);
  }
}

/* MA Schedule Colors */

#ma-schedule .bg-private-1 {
  background: #dcdcdc;
}

#ma-schedule .text-private-1 {
  color: rgb(0,46,164);
}

#ma-schedule .bg-private-2 {
  background: #c3e8f8;
}

#ma-schedule .text-private-2 {
  color: rgb(11,113,58);
}

#ma-schedule .bg-preschool {
  background-color: #67bde9;
}

#ma-schedule .bg-adv-purp-br {
  background-color: #f7ef6d;
}

#ma-schedule .bg-adult-group {
  background-color: #f7b91f;
}

#ma-schedule .bg-child-group {
  background-color: #70be47;
}

#ma-schedule .bg-teen-group {
  background-color: #fbc6af;
}

#ma-schedule .bg-jr-bb-club {
  background-color: #f5948d;
}

#ma-schedule .bg-comb-child {
  background-color: #f9c8dc;
}

#ma-schedule .bg-workshops {
  background: #f16351;
}

