.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

.academic-calendar-view h3 {
  font-size: 1.3rem;
  margin: 0;
}
.academic-calendar-view .action {
  display: flex;
  flex: 1;
  align-items: baseline;
}
@media (min-width: 768px) {
  .academic-calendar-view .action {
    flex-direction: row;
  }
}
.academic-calendar-view .action .btn {
  flex: 1;
  margin: 0;
  line-height: 30px;
}
@media (max-width: 768px) {
  .academic-calendar-view .action .btn {
    flex-direction: row;
    width: 100%;
  }
}
.academic-calendar-view .action .btn {
  background: #1b1f4a;
  color: #fff;
  border: 1px solid #292E6F;
  display: block;
}
.academic-calendar-view .action .btn[disabled] {
  background: #1b1f4a;
  color: #fff;
  border: 1px solid #292E6F;
  display: none;
}
.academic-calendar-view header {
  position: initial;
  z-index: 0;
  width: 100%;
  transform: none;
  top: 0;
}
.academic-calendar-view header > div {
  display: flex;
  overflow: auto;
  gap: 10px;
  flex-direction: column;
}
.academic-calendar-view header > div > div {
  flex: 0 0 auto;
}
.academic-calendar-view form.views-exposed-form {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  padding: 30px 15px;
  background: #f7f7f7;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .academic-calendar-view form.views-exposed-form {
    flex-direction: column;
  }
}
.academic-calendar-view form.views-exposed-form label {
  color: #292e6f;
  padding-bottom: 5px;
  font-weight: 500;
  display: block;
}
.academic-calendar-view form.views-exposed-form > div:not(.form-actions) {
  flex: 1;
}
@media (max-width: 768px) {
  .academic-calendar-view form.views-exposed-form > div {
    width: 100%;
  }
  .academic-calendar-view form.views-exposed-form input.form-submit {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.academic-calendar-view form.views-exposed-form select {
  border-radius: 0.5rem;
}
.academic-calendar-view form.views-exposed-form input.form-submit {
  height: 54px;
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  margin: 0;
  border-radius: 0.5rem;
}
.academic-calendar-view > table tr th {
  background: initial;
}
.academic-calendar-view > table th,
.academic-calendar-view > table td {
  vertical-align: middle;
}
.academic-calendar-view > table th:first-child,
.academic-calendar-view > table td:first-child,
.academic-calendar-view > table th:nth-child(3),
.academic-calendar-view > table th:nth-child(4) {
  width: 105px;
}
.academic-calendar-view > table caption {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  padding: 20px 10px;
}
.academic-calendar-view > table tr:first-child th {
  border: solid 1px #eee;
}
.academic-calendar-view .calendar-icons {
  width: 110px;
}
@media (max-width: 768px) {
  .academic-calendar-view .calendar-icons {
    width: 60px;
  }
}
.academic-calendar-view .calendar-icons > a {
  float: left;
  margin: 2px;
}
.academic-calendar-view .calendar-icons > a:hover::before {
  filter: drop-shadow(1px 1px 2px #3337);
  opacity: 0.8;
}
.academic-calendar-view .calendar-icons > a::before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  opacity: 0.5;
  background-color: initial !important;
}
.academic-calendar-view .calendar-icons > a:nth-child(1)::before {
  background-image: url("/themes/custom/tedu/icons/calendar-icons/google.svg");
}
.academic-calendar-view .calendar-icons > a:nth-child(2)::before {
  background-image: url("/themes/custom/tedu/icons/calendar-icons/calendar.svg");
}
.academic-calendar-view .calendar-icons > a:nth-child(3)::before {
  background-image: url("/themes/custom/tedu/icons/calendar-icons/yahoo.svg");
}
.academic-calendar-view .calendar-icons > a::before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

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