.section-title {
  font-weight: bold;
}

.icon-troph {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(115, 73, 45);
  font-size: 1.25rem;
}

.progress-ring {
  position: relative;
  width: 50px;
  height: 50px;
}

.progress-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
}

.sectio-wrapper.disabled {
  opacity: 0.65 !important;
  cursor: not-allowed;
}

.section-wrapper.disabled .section-title,
.section-wrapper.disabled .chapter,
.section-wrapper.disabled .quiz-btn,
.section-wrapper.disabled .resource-btn {
  opacity: 0.65 !important;
  cursor: not-allowed;
}
.quiz-btn.disabled {
  opacity: 0.65 !important;
  cursor: not-allowed;
}

.wrong-question {
  color: #e10a0a;
}
.correct-question {
  color: #97c93b;
}
