/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.courses-filter {
  margin-bottom: 30px;
  text-align: right;
}

.courses-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.courses-grid .course-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  flex: 0 0 calc(33.33% - 30px);
  margin: 15px;
  transition: 0.3s;
}
.courses-grid .course-card:hover {
  transform: scale(1.05);
}
.courses-grid .course-card .thumb {
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 9px 10px rgba(0, 0, 0, 0.15);
  display: block;
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.courses-grid .course-card .thumb img {
  height: auto;
  min-height: 150px;
  min-width: 100%;
  width: auto;
}
.courses-grid .course-card .course-card-body {
  box-sizing: border-box;
  padding: 20px;
}
.courses-grid .course-card .course-card-body h3 {
  line-height: 27px;
  margin: 0;
}
.courses-grid .course-card .course-card-body a {
  text-decoration: none;
}
.courses-grid .course-card .course-card-body a.title {
  font-size: 27px;
}
.courses-grid .course-card .course-card-body .categories {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 20px;
}
.courses-grid .course-card .course-card-body .categories li {
  margin: 0 10px 0 0;
}
.courses-grid .sensei-progress-bar__bar {
  background-color: var(--sensei-course-theme-foreground-color);
  border-radius: 5px;
  overflow: hidden;
}
.courses-grid .sensei-progress-bar__progress {
  background-color: var(--sensei-course-theme-primary-color);
  border-radius: 5px;
  height: 10px;
}
.courses-grid .loading {
  display: flex;
  justify-content: space-between;
  margin: 15px;
  width: 100%;
}
.courses-grid .loading span {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #EFF1F4;
  background: linear-gradient(to right, #EFF1F4 8%, #e2e3e5 18%, #EFF1F4 33%);
  background-size: 800px 104px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  flex: 0 0 calc(33.33% - 30px);
  height: 200px;
}

.teacher-course-progress h2 {
  margin-top: 20px;
}
.teacher-course-progress ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.teacher-course-progress ul li {
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.teacher-course-progress ul li .thumb {
  flex: 1 1 10%;
}
.teacher-course-progress ul li .thumb img {
  border: 1px solid #ccc;
  border-radius: 50%;
  height: auto;
  max-width: 100%;
  padding: 5px;
}
.teacher-course-progress ul li .name {
  flex: 1 1 30%;
  padding: 0 15px;
}
.teacher-course-progress ul li .status {
  flex: 1 1 30%;
  padding: 0 15px;
}
.teacher-course-progress ul li .status .meter {
  margin: 0;
}
.teacher-course-progress ul li .date {
  flex: 1 1 30%;
  padding: 0 15px;
  text-align: center;
}

.course-timeline-container .course-hero {
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  display: flex;
  height: 150px;
  position: relative;
}
.course-timeline-container .course-hero::before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.course-timeline-container .course-hero header {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.course-timeline-container .course-hero header h1 {
  color: #fff;
  font-weight: bold;
}
.course-timeline-container .course-overview {
  margin: 40px 0;
}
.course-timeline-container .course-overview h2 {
  margin-bottom: 20px;
  text-align: center;
}
.course-timeline-container .course-lessons {
  margin-top: 40px;
}
.course-timeline-container .course-lessons h2 {
  margin-bottom: 20px;
  text-align: center;
}
.course-timeline-container .course-lessons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.course-timeline-container .course-lessons ul li {
  margin: 0;
  padding-bottom: 30px;
  padding-left: 70px;
  position: relative;
}
.course-timeline-container .course-lessons ul li h3 {
  margin-top: 0;
}
.course-timeline-container .course-lessons ul li::before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='none' stroke='%23000' points='9.5 5.5 8.5 3.5 1.5 3.5 1.5 16.5 18.5 16.5 18.5 5.5'%3E%3C/polygon%3E%3C/svg%3E") 50% 50% no-repeat;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 50px;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 50px;
}
.course-timeline-container .course-lessons ul li::after {
  background: #ccc;
  content: "";
  height: calc(100% - 50px);
  left: 24px;
  position: absolute;
  top: 50px;
  width: 2px;
}
.course-timeline-container .course-lessons ul li:last-child::after {
  display: none;
}
.course-timeline-container .course-lessons ul li.started::before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23000' d='M18.65 1.68 C18.41 1.45 18.109 1.33 17.81 1.33 C17.499 1.33 17.209 1.45 16.98 1.68 L8.92 9.76 L8 12.33 L10.55 11.41 L18.651 3.34 C19.12 2.87 19.12 2.15 18.65 1.68 L18.65 1.68 L18.65 1.68 Z'%3E%3C/path%3E%3Cpolyline fill='none' stroke='%23000' points='16.5 8.482 16.5 18.5 3.5 18.5 3.5 1.5 14.211 1.5'%3E%3C/polyline%3E%3C/svg%3E") 50% 50% no-repeat;
  border-color: green;
}
.course-timeline-container .course-lessons ul li.completed::before {
  background: green url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Cpolygon fill='%23FFFFFF' points='7.995 15.874 3.57 10.344 4.43 9.656 8.005 14.126 16.574 3.652 17.426 4.348 '/%3E%3C/svg%3E") 50% 50% no-repeat;
  border-color: green;
}
.course-timeline-container .course-lessons ul li.completed::after {
  background-color: green;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

/*# sourceMappingURL=ibm-course-display-public.css.map */
