.timeline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between; }
.timeline .tl-start, .timeline .tl-end {
  width: 25px;
  height: 25px;
  background-size: cover;
  margin-top: -8px; }
.timeline .tl-start{
  background-image: url("/modules/custom/e5t_education/icons/fusee.svg");
}
.timeline .tl-end{
  background-image: url("/modules/custom/e5t_education/icons/stars-timeline.svg");
}
.timeline .tl-end {
  margin-left: 4px; }
.timeline .tl-chapter {
  display: flex;
  width: 12px;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: -2px 2px 0 2px; }
.timeline .tl-chapter .tl-line {
  margin: 3px 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e32320;
}
.timeline .tl-chapter .tl-number {
  color: #e32320;
  font-weight: bold;
  font-size: .85rem;
  padding: 0 4px; }
.timeline .tl-sprint {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between; }
.timeline .tl-chapter-title{
  align-self: baseline;
  white-space: nowrap;
  margin-left: 15px;
  margin-top: -22px;
  font-weight: bold;
  font-size: 0.75rem; }
.timeline .tl-step {
  flex: 1 1 auto;
  height: 10px;
  margin-right: 2px;
  margin-left: 2px;
  transition: padding 0.2s;
  background-color: #dddddd; }
.timeline .tl-step:first-child {
  margin-left: 0; }
.timeline .tl-step:last-child {
  margin-right: 0; }
.timeline .tl-step.ok {
  background-color: #0079fe; }
.timeline .tl-step.locked {
  background-color: #e6e6e6; }
.timeline .tl-step.current:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content:"\f0d7";
  display: block;
  margin-top: -15px;
}
.timeline .tl-step:hover{
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px;
  opacity: .7;
}
