body {
  background-color: #1b1919;
  color: #f8eeb4;
  font-family: poppins;
}
.headText {
  font-family: poppins;
  font-weight: 800;
  text-align: center;
}
.btn-g {
  background-color: rgb(167, 209, 41) !important;
  color: black !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 3rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.btn-g:hover,
.btn-g:visited,
.btn-g:focus,
.btn-g.active {
  filter: brightness(1) !important;
}
.btn-g:active {
  filter: brightness(0.85) !important;
}

.seminar-section h1 {
  padding-top: 1rem;
}

.seminar-section p {
  color: #ffffff;
  text-decoration: none;
}
.seminar-section a {
  text-decoration: none;
}
.text-green,
.resource-link {
  color: rgb(167, 209, 41);
}

.text-green:hover,
.resource-link:hover {
  filter: brightness(3);
}
.breadcrumb li a {
  color: rgb(167, 209, 41);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgb(167, 209, 41);
}
.breadcrumb-item.active {
  color: #f8eeb4 !important;
}

.timeline-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.timeline-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 2px;
  background-color: rgb(187, 246, 13);
  z-index: -1;
}

.timeline-item {
  position: relative;
  text-align: center;
  background: #1b1919;
  padding: 10px;
  color: #f2ffc9;
}

.timeline-item span {
  position: relative;
  display: inline-block;
  background: #16181c;
  padding: 5px 10px;
  z-index: 1;
}

/* USED In COURSE CARD */
.deadline-badge {
  background: #332701;
  color: #d63031;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 500;
}

/* TIMELINE SCHEDULE */
.schedule-section {
  max-width: 800px;
  background-color: #212529;
}

/* Schedule */
.schedule-section-date p {
  color: hsl(40.37deg 100% 57.45%);
  font-size: 13px;
}

.schedule-section-date span {
  font-weight: 800;
  background-color: hsl(40.37deg 100% 57.45%);
  border-radius: 50%;
  padding: 13px;
}

.past-task a {
  padding: 10px 18px;
  border-radius: 10px;
}

.past-task a:hover {
  background-color: hsla(47, 85%, 61%, 0.333) !important;
  color: hsl(46.67deg 85.07% 60.59%) !important;
  border: 1px solid hsl(46.67deg 85.07% 60.59%);
}

.schedule-section-info p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1px;
}

/* .schedule-section-button {
  padding: 10px;
} */

@media (max-width: 768px) {
  .past-task a {
    padding: 9px 17px;
    border-radius: 10px;
    font-size: 1.1rem !important;
  }

  .schedule-section-info h4 {
    font-size: 0.8rem !important;
  }

  .schedule-section-info span {
    font-size: 13px;
  }

  .schedule-section-button {
    padding: 12px 0;
  }
}
