.tm-page-course .uk-section.hidden {
  display: none; }

.course-completion-button.completed {
  background: #3c8f60;
  color: white; }
  .course-completion-button.completed:hover {
    background: #3c8f60;
    color: white;
    cursor: not-allowed; }

.progress-title {
  width: 300px;
  position: fixed;
  bottom: 61px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  margin: 0px !important; }

.progress {
  width: 300px;
  height: 26px;
  background-color: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; }
  .progress .percentage {
    width: 100%;
    display: flex;
    font-size: 12px;
    justify-content: flex-start;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    opacity: 0;
    padding-left: 10px; }
    .progress .percentage.active {
      opacity: 1;
      transition: 0.3s;
      transition-delay: 0.5s; }
  .progress .progress-bar {
    height: 100%;
    background-color: #3c8f60;
    transition: width 1.5s ease-in-out;
    width: 32px; }

/*# sourceMappingURL=course.css.map */
