.breadcrumb-links a{
  color: white;
  font-weight: 500;
  padding-right: 1rem;
}

.breadcrumb-links a:hover{
  color: rgba(255, 255, 255, 0.75);
}

.progress-days {
  border-radius: 0rem !important;
}

.day.active {
  color: black;
}

.topic-item:hover {
  transition: background-color .2s ease;
  background-color: #e9ecef;
}

.ms-container .ms-list {
  height: 400px;
}

blockquote {
  border-left: 0.5rem solid #e9ecef;
  padding-left: 0.5rem;
}