.il-deck .il-card.thumbnail .card-info {
  padding-bottom: 55px;
}

.advdboard-crs-info {
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  width: 100%;
  color: #f0f0f0;
}

.advdboard-crs-duration {}

.advdboard-crs-favourite {
  cursor: pointer;
  font-size: 25px;
}

.advdboard-crs-favourite.glyphicon-heart {
  color: #d9000d;
}

.advdboard-crs-favourite.glyphicon-heart-empty {
  color: #a0a0a0;
}

.advdboard-crs-modal-image,
.advdboard-crs-modal-image img {
  width: 100%;
}

.advdboard-crs-modal-content {
  width: 100%;
  padding: 20px 40px;
}

.advdboard-crs-properties {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.advdboard-crs-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  width: 100%;
}

.advdboard-crs-buttons button:nth-child(2) {
  background-color: transparent;
  color: #333;
}

#advdboard-course-preview-modal {}

.advdboard-progress {
  display: block;
  width: 100%;
  height: 8px;
  background-color: #d0d0d0;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.advdboard-progress::before {
  content: '';
  display: block;
  width: var(--progress);
  height: 100%;
  background-color: #d9000d;
  position: absolute;
  top: 0;
  left: 0;
}