/* MA Schedule List Styling */

#ma-schedule .programs-list {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 576px) {
  #ma-schedule .programs-list {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  #ma-schedule .programs-list {
    column-count: 2;
    margin-left: 30px !important;
  }
}

@media (min-width: 992px) {
  #ma-schedule .programs-list {
    column-gap: 70px;
    font-size: 18px;
    margin-left: 66px !important;
  }
}

@media (min-width: 1200px) {
  #ma-schedule .programs-list {
    column-gap: 125px;
    margin-left: 56px !important;
  }
}

@media (min-width: 1400px) {
  #ma-schedule .programs-list {
    column-gap: 170px;
    margin-left: 26px !important;
  }
}

#ma-schedule .programs-list li {
  margin-bottom: 8px;
  break-inside: avoid;
}

#ma-schedule .programs-list .fa-li {
  left: -22px;
  width: 15px;
  top: 0px;
}

/* 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;
}

#ma-schedule .last-day {
  margin-right: 2px;
}

#ma-schedule .first-day {
  margin-left: 2px;
}

#ma-schedule .day-font {
  font-family: 'Roboto Condensed', arial, sans-serif;
  color: #fff !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  line-height: 1.4;
}

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

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

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

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

#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: #c6e0fb;
}

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

#ma-schedule .day-of-week {
  background-color: #303030;
  font-family: 'Roboto Condensed', arial, 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-size: 17px;
  line-height: 1.3;
  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';
  font-size: 17px;
  font-weight: 700;
}

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

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

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

/* Class wrappers */

.bg-15 {
  min-height: 30px;
}

.bg-30 {
  min-height: 70px;
  line-height: 1.2;
}

.bg-45 {
  min-height: 105px;
}

.bg-60 {
  min-height: 140px;
}

.bg-75 {
  min-height: 170px;
}

/* MA Schedule Colors */

#ma-schedule .bg-lkm {
  background-color: #c96b43;
}

#ma-schedule .text-lkm {
  color: #c96b43 !important;
}

#ma-schedule .bg-child-beg {
  background-color: #ff0000;
}

#ma-schedule .text-child-beg {
  color: #ff0000;
}

#ma-schedule .bg-child-adv {
  background-color: #820000;
}

#ma-schedule .text-child-adv {
  color: #820000;
}

#ma-schedule .bg-child-open {
  background: linear-gradient(#ff0000 0%, #820000 100%);
}

#ma-schedule .bg-adult {
  background-color: #00405c;
}

#ma-schedule .text-adult {
  color: #00405c;
}

#ma-schedule .bg-sword {
  background-color: #728ba7;
}

#ma-schedule .text-sword {
  color: #728ba7;
}

#ma-schedule .bg-judo {
  background-color: #454545;
}

#ma-schedule .text-judo {
  color: #454545;
}

