/* / ---------- MAIN contet ---------- \ */
.ld-tab-content .h5p-iframe-wrapper:first-of-type {margin-bottom: 14px;}

.h5p-content {
	color: #363232;
	font-family: "Inter",sans-serif !important;
	font-size: 1.125rem;
	line-height: 1.875rem;
	}

.h5p-course-presentation {
	color: #363232;
	font-family: "Inter", sans-serif;
	}

.h5p-container .h5p-question-introduction {
	color: #333;
	font-size: 1.5rem;
	font-weight: 800;
	margin-bottom: 7px;
	padding: 28px 0 27px;
	border-bottom: 1px solid #e8e8e8;
	}

/* / ---------- Headings ---------- \ */
.h5p-content h1 {font-size: 36px;}
.h5p-content h2 {font-size: 30px;}
.h5p-content h3 {font-size: 24px;}
.h5p-content h4 {font-size: 18px;}
.h5p-content h5 {font-size: 16px;}
.h5p-content h6 {font-size: 14px;}

/* / ----------ACCORDION ---------- \ */
.h5p-content .h5p-accordion {
	border-radius: 30px;
	border: 2px solid #e1dfdc;
	margin-bottom: 30px;
   }
.h5p-accordion .h5p-panel-title {
	color: #004af3;
	font-size: 1.5rem;
	font-weight: 800;
	font-family: "Inter",sans-serif;
	line-height: 2.25rem;
	}
.h5p-accordion .h5p-panel-expanded,
.h5p-accordion .h5p-panel-title:hover,
.h5p-accordion .h5p-panel-title:focus-within,
.h5p-accordion .h5p-panel-title:active {
	color: #333;
	}
.h5p-accordion .h5p-panel-title:not(:first-of-type) {
	border-top: 2px solid #e1dfdc;
	}
.h5p-accordion .h5p-panel-button {
	color: inherit;
	padding: 22px 45px 20px;
	}
.h5p-accordion .h5p-panel-button:before {
	font-size: 1.125rem;
	left: 1.5625rem;
	color: #333;
	}
.h5p-accordion .h5p-panel-expanded .h5p-panel-button {padding-bottom: 12px;}
.h5p-accordion .h5p-panel-content {
	padding: 0 45px 5px;
	}

/* / ----------INTERACTIVE VIDEO ---------- \ */
.h5p-interactive-video,
.h5p-interactive-video .h5p-dialog {
	border-radius: 10px;
	}
.h5p-interactive-video div>.h5p-interaction-button {
	background-color: #004af3;
	width: 2.81rem;
	height: 2.81rem;
	border: none !important;
	line-height: 2.6875rem;
	font-size: 1.5rem;
	box-shadow: 0 8px 10px 0 rgba(0,0,0, .1) !important;
	}
.h5p-interactive-video div:focus>.h5p-interaction-button {
	top: 0;
	left: 0;
	}
.h5p-interactive-video div:focus>.h5p-interaction-button,
.h5p-interactive-video div>.h5p-interaction-button:hover {
	background-color: #333 !important;
	}
.h5p-interactive-video .h5p-interaction-label {
	font-size: 16px;
	height: 44px;
	padding: 0 20px 0 50px;
	line-height: 40px;
	border-radius: 30px;
	background-color: #272727;
	}
.h5p-interactive-video .h5p-interaction-label .h5p-interaction-label-text {font-size: 1em;}

.h5p-interactive-video .h5p-dialog-title {display: none;}
.h5p-interactive-video .h5p-dialog-close {
	color: #999;
	font-size: 1.5rem;
	top: 0;
	right: 0;
	padding: 6px;
	line-height: 1;
	margin: 20px 24px 0 0;
	}
.h5p-interactive-video .h5p-dialog-close:before {color: inherit;}
.h5p-interactive-video .h5p-question .h5p-question-buttons {
	margin: 0 30px 18px;
	width: 40%;
	}
.h5p-joubelui-button {
	background-color: #004af3;
	border-color: #004af3;
	}
.h5p-interactive-video .h5p-question .h5p-joubelui-button {
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1;
	padding: 16px 30px;
	}
.h5p-joubelui-button.truncated {
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	}

.h5p-interactive-video .h5p-dialog-interaction {
	font-size: 1.125rem;
	}
.h5p-question-image {
	margin: 0 0 26px;
	padding: 0 12px;
	}
.h5p-question-image-scalable {width: 50%;}

.h5p-multichoice .h5p-answers {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	}
.h5p-multichoice .h5p-answer {
	margin: 0;
	flex-grow: 1;
	flex-basis: auto;
	}
.h5p-multichoice .h5p-answer[aria-checked="true"] .h5p-alternative-container,
.h5p-multichoice .h5p-alternative-container {
	background-color: #f2f2f2;
	border-radius: 10px;
	border: none;
	box-shadow: none;
	color: #363232;
	font-size: 1.125rem;
	font-weight: 700;
	text-indent: 0;
	line-height: 26px;
	padding: 12px 0;
	outline: none !important;
	}
.h5p-multichoice .h5p-answer .h5p-alternative-container:before {
	left: 15px;
	top: 12px;
	}
.h5p-multichoice .h5p-answer-icon {
	top: 16px;
	left: 15px;
	}
.h5p-multichoice .h5p-answer .h5p-alternative-inner {margin-left: 43px;}
.h5p-multichoice .h5p-solution-icon-radio,
.h5p-multichoice .h5p-solution-icon-checkbox {
	top: 1rem;
	right: 1rem;
	}
.h5p-multichoice .h5p-answer.h5p-should .h5p-alternative-container {background-color: #9dd8bb;}
.h5p-multichoice .h5p-answer.h5p-wrong .h5p-alternative-container {box-shadow: none;}

/* / ----------DIALOG BOXES ---------- \ */
.h5p-dialog {
	border-radius: 30px;
	box-shadow: 0 8px 10px 0 rgba(0,0,0, .1);
	}
.h5p-interactive-video .h5p-dialog-titlebar {
	border: none;
	font-size: 1.125rem;
	height: 50px;
	padding: 0;
	}
.h5p-question-introduction,
.h5p-blanks .h5p-question-content {
	margin: 0 30px 27px;
	}
.h5p-question-feedback.h5p-question-visible {
	margin: 0 30px 22px !important;
	}
.h5p-question-introduction,
.h5p-blanks .h5p-question-content p {
	color: #333;
	font-size: 1.125rem;
	}

/* / ----------TEXT INPUT *BLANKS ---------- \ */
.h5p-blanks .h5p-text-input {
	background-color: #f2f2f2;
	border-color: #cccccc;
	border: none;
	}
/* / ----------SCORE BAR ---------- \ */
.h5p-question-scorebar.h5p-question-visible {
	font-size: 1.125rem;
	margin: 0 0 30px 30px !important;
	width: 40%;
	max-width: calc(50% - 30px);
	}
.h5p-joubelui-score-bar-visuals {
	display: flex;
	flex-direction: column;
	justify-content: center;
	}
.h5p-joubelui-score-bar {
	background-color: #F2F2F2;
	border-color: #F2F2F2;
	padding: 15px 20px;
	}
.h5p-joubelui-score-bar-progress-wrapper {
	height: 4px;
	border-radius: 10px;
	}
.h5p-joubelui-score-bar-progress {
	border-radius: 10px;
	}
.h5p-joubelui-score-numeric {
	font-size: 18px;
	font-weight: 800;
	}
.h5p-joubelui-score-bar-star {
	height: 24px;
	width: 24px;
	right: 5px;
	top: -11px;
	}
/* .h5p-question-scorebar .h5p-joubelui-score-bar-star {top: -8px;} */

/* / ----------TRUE/FALSE QUESTION ---------- \ */
.h5p-question-content {
	margin: 30px;
	}
.h5p-question.h5p-true-false {
	font-size: 18px;
	}
.h5p-true-false-answer {
	background-color: #f2f2f2;
	border-radius: 30px;
	border: none;
	box-shadow: none;
	font-weight: 800;
	line-height: 25px;
	margin: 0 15px 15px 0;
	padding: 12px 30px;
	}
.h5p-true-false-answer:before {font-size: 1.125rem;}
.h5p-true-false-answer.correct {background-color: #b6e5ce;}
.h5p-true-false-answer.wrong {background-color: #f8d0d0;}
.h5p-true-false-answer.wrong:after,
.h5p-true-false-answer.correct::after {
	left: 40px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 30px;
	font-size: 10px;
	top: 18px;
	}

/* / ----------DRAG QUESTION ---------- \ */
.h5p-dragquestion {
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	}
.h5p-dragquestion > .h5p-question-content {
	margin-top: 0;
	}
.h5p-dragquestion .h5p-question-introduction {
	color: #333;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.4;
	margin: 0;
	padding: 28px 30px 26px;
	}
.h5p-dragquestion .h5p-question-buttons {
	margin: 0;
	padding: 15px 30px 30px;
	}
/* draggable text */
.h5p-dragquestion .h5p-draggable.h5p-advanced-text {
	background-color: #f2f2f2 !important;
	border: 1px solid transparent;
	border-radius: 30px;
	box-shadow: none !important;
	font-size: 1rem;
	font-weight: 800;
	padding: 0 1rem;
	line-height: 1;
	height: 48px !important;
	}

.h5p-dragquestion .h5p-draggable.h5p-dropped {
	color: #333;
	border: 1px solid #333;
	}
.h5p-dragquestion .h5p-draggable.h5p-advanced-text span {
	font-size: 1.125rem !important;
	line-height: 1 !important;
	}
.h5p-dragquestion .h5p-draggable.h5p-advanced-text strong {font-weight: 800;}
.h5p-dragquestion .h5p-draggable.h5p-advanced-text.h5p-draggable-hover {
	border: 1px solid transparent !important;
	}
.h5p-dragquestion .h5p-draggable.h5p-advanced-text.h5p-correct,
.h5p-dragquestion .h5p-draggable.h5p-advanced-text.h5p-wrong {
	padding-left: 20px;
	}
.h5p-dragquestion .h5p-draggable.h5p-advanced-text.h5p-correct:after,
.h5p-dragquestion .h5p-draggable.h5p-advanced-text.h5p-wrong:after {
	top: 17px;
	right: 20px;
	}
.h5p-dragquestion .h5p-draggable.h5p-advanced-text.h5p-correct {background-color: #b6e5ce !important;}
.h5p-dragquestion .h5p-draggable.h5p-advanced-text.h5p-wrong {background-color: #f8cfd0 !important;}
.h5p-dragquestion .h5p-draggable.h5p-advanced-text.h5p-correct:after {color: #07ad7c;}
.h5p-dragquestion .h5p-draggable.h5p-advanced-text.h5p-wrong:after {color: #cc0000;}
.h5p-dragquestion .h5p-label > div {
	font-size: 1.5rem;
	font-weight: 700;
	}

.h5p-question-buttons .h5p-joubelui-button {
	box-shadow: 0 8px 10px 0 rgba(0,0,0, .1);
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	padding: 16px 30px;
	}
.h5p-joubelui-score-bar .joubel-tip-container {
	top: 9px;
	}

.h5p-image-hotspot-question .image-wrapper,
.h5p-image-hotspot-question .image-wrapper > img {
	border-radius: 10px;
	width: 100% !important;
	height: 100% !important;
	}
.h5p-image-hotspots-background,
.h5p-image-hotspot-popup {border-radius: 10px;}

button.h5p-image-hotspot {
	width: 40px;
	height: 40px;
	font-size: 2.25rem;
	border: none;
	}

/* / ----------DRAG TEXT ---------- \ */
.h5p-drag-text {
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	}
.h5p-drag-text [aria-grabbed] {
	background-color: #F2F2F2;
	border-color: #F2F2F2;
	border-radius: 0;
	box-shadow: none;
	}
.h5p-drag-text [aria-grabbed]:hover {
	background-color: #e1dfdc !important;
	border-color: #e1dfdc !important;
	color: #333 !important;
	}
.h5p-drag-text [aria-dropeffect] {
	border-radius: 0;
	background-color: #f2f2f2;
	}
.h5p-drag-text .h5p-question-content {
	margin: 0;
	padding: 18px 30px 30px;
	border-bottom: 1px solid #e8e8e8;
	}
.h5p-drag-text .h5p-question-buttons {
	margin: 30px 0 0;
	padding: 0 30px 30px;
	}

/* / ---------- SUMMARY ---------- \ */
.h5p-summary {
	padding-bottom: 15px;
	}
.h5p-summary .summary-evaluation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.h5p-summary .summary-progress-numeric,
.h5p-summary .summary-score {
	font-size: 1.125rem;
	padding: 0 5px;
	line-height: 24px;
	border-radius: 0;
	margin-left: 10px;
	}
.h5p-summary .summary-progress-numeric { color: #07ad7c; }
.h5p-summary .summary-progress-numeric:before {color: inherit;}
.h5p-summary .summary-score {color: #cc0000;}
.h5p-summary .summary-score:before {color: #cc0000;}
.h5p-summary .summary-options li {
	background-color: #f2f2f2;
	border-radius: 30px;
	border: none;
	box-shadow: none;
	color: #363232;
	font-size: 1.125rem;
	font-weight: 800;
	margin-bottom: 10px;
	padding: 5px 30px;
	}
.h5p-summary li.summary-failed:before {margin-top: 9px;}
.h5p-summary .summary-options li.summary-failed {
	background-color: #f7d0d0;
	}
.h5p-summary .summary-options li.summary-failed p {
	border: none;
	}
.h5p-summary .summary-evaluation-content {
	color: #333333;
	flex: 1;
	font-weight: 800;
	font-size: 1.5rem;
	}
.h5p-summary .summary-container.has-results {
	border-radius: 10px;
	border-color: #e8e8e8;
	margin-top: -15px;
	}
.h5p-summary .summary-container li {
	border-color: #E8E8E8;
	padding: 20px;
	}
.h5p-summary .summary-container li:before {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #07ad7c;
	color: #fff;
	text-align: center;
	line-height: 39px;
	}
.h5p-summary .h5p-question-buttons {
	margin: 0 30px 19px 0;
	float: right;
	}
.h5p-summary .h5p-question-buttons > button {margin-right: 0 !important;}










