/***h5p content*/
.h5p-multichoice, .h5p-alternative-container {
    background: #eee;
    -moz-box-shadow: none;
    box-shadow: none;
}


.h5p-single-choice-set .h5p-joubelui-progressbar-background {
    background-color: #ec6097 !important;
}


ul.h5p-sc-alternatives li.h5p-sc-alternative {
    box-shadow: none;
	border:1px solid #ccc;
	background:#F8F6F5;
}

.h5p-multichoice, .h5p-alternative-container {
    background: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
}

.h5p-answer .h5p-alternative-container {
	background:none;
}

.h5peditor .ui-dialog .h5p-joubelui-button, .h5peditor .h5p-joubelui-button, .h5p-joubelui-button {
    background: #ec6097 !important;
}

.progress-dot {
    border: 1px solid #ec6097;
    background: #ec6097;
}

.h5p-course-presentation .h5p-progressbar .h5p-progressbar-part-show {
    background: #ec6097;
    background-image: -webkit-linear-gradient(top, #ec6097, #ec6097);
    background-image: -moz-linear-gradient(top, #ec6097, #ec6097);
    background-image: linear-gradient(to bottom, #ec6097, #ec6097);
}

.h5p-drag-text [aria-dropeffect] {
    background-color: #FFF3F8;
    border: 1px solid #ddd;
   
    margin: 3px;
}

.h5p-drag-task {
    font-size: x-large;
	 background: #F0EBEA;
    border-radius: 1rem;
    padding: 1rem;
	width:unset !important;
}

.h5p-question-feedback-content-text {
    color: #3d3838;
}

.h5p-drag-text [aria-dropeffect] {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
