/* .course_quiz_certification {
  display: none;
} */
.modal.course-quiz-popup  {
  display: none;
  overflow: hidden;
  max-width: 40rem;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  margin: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;

}

.modal.course-quiz-popup.in {
  display: block;
}

.modal.course-quiz-popup .modal-dialog {
  left: 0px;
  top: 50%;
  position: relative;
  padding: 0;
  bottom: 0px;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.modal.course-quiz-popup .modal-content {
  position: relative;
  -webkit-background-clip: padding-box;
  outline: 0;
}
.modal.course-quiz-popup .modal-content .close-modal {
  right: 20px;
  z-index: 99;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0px;
  top: 13px;
  position: absolute;
}


.modal.course-quiz-popup .modal-content .modal-body {
  position: relative;
  text-align: center;
}
.modal.course-quiz-popup .modal-content .modal-body .infographics-content .banner > img {
  border-radius: 1.5rem;
}
#course-quiz-modal::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* .brightcove-player {
  margin-top: 7rem;
}

.course_detail_wrapper {
  display: flex;
  position: absolute;
  top: 10rem;
  margin-left: 4.1875rem;
  margin-right: 4.1875rem;
}

.course_detail_wrapper .back-button,
.course_detail_wrapper .course-material {
  display: none;
}

.course_detail_wrapper .course-title {
  display: flex;
  justify-content: space-between;
  color: black;
  padding-left: 0;
  padding-right: 1.625rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.4px;
  gap: 35rem;
} */



.quiz-detail {
  float: right;
  margin: 2.5rem;
}

.quiz-detail a {
  border: 1px solid #5225b5;
  background: #5225b5;
  text-align: center;
  border-radius: 0.375rem;
  padding: 0.625rem 6.75rem 0.625rem 6.75rem;
  color: white;
}
