/* HCi Learning Portal custom styles */

.hci-badge-pill {
  border-radius: 9999px;
}

.progress-track {
  background: #dbe9e8;
  border-radius: 9999px;
  overflow: hidden;
}
.progress-fill {
  background: linear-gradient(90deg, #0f6b6b, #14807f);
  height: 100%;
  transition: width 0.3s ease;
}

.lesson-video-wrap {
  position: relative;
  padding-top: 56.25%;
  background: #000;
  border-radius: 0.75rem;
  overflow: hidden;
}
.lesson-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.quiz-option {
  display: block;
  cursor: pointer;
}
.quiz-option input {
  accent-color: #0f6b6b;
}

@media print {
  body * { visibility: hidden; }
  .certificate-print, .certificate-print * { visibility: visible; }
  .certificate-print {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .no-print { display: none !important; }
}
