.calender-event-list__title {
  font-weight: 600;

  .calender-event-list__dot {
    margin-right: 10px;
  }

  .calender-event-list__link {
    color: #333;

    &:hover {
      color: #333;
      cursor: pointer;
    }
  }
}

.calender-event-list__content {
  color: #697180;
}

.calendar-event-list__progress strong {
  color: #333;
}

.calendar-event-list__progressbar.progress {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 6px;
  margin-right: 20px;
  margin-bottom: 0;
  background-color: #edeef1;
  border-radius: 6px;
  box-shadow: none;

  > .progress-bar {
    background-color: #f3bb00;
    box-shadow: none;
  }
}

.calendar-event-list__progressbar--blue.progress {
  > .progress-bar {
    background-color: #3273b4;
  }
}
