/* ESTILO INFOGRÁFICO
 */
.h5p-image-hotspot-popup-body > * {
    font-size: 0.6em;
    line-height: 1.2;
    padding: 0.8em;
}

.h5p-image-hotspots {
    background-color: #FFF;
    color: #282828;
}

.h5p-image-hotspot-close-popup-button {
    position: absolute;
    top: 0.1em;
    right: 0.3em;
    border: 0;
    background: transparent;
    font-size: 1.4em;
    padding: 0.3em;
    cursor: pointer;
	color: rgb(74, 98, 201);
}

.h5p-image-hotspot-popup {
    position: absolute;
    z-index: 3;
    top: 0;
    margin: 0.5em;
    height: 100%;
    max-height: 100%;
/* 	max-width: 30em; */
    background: white;
    background: rgba(250,249,247,1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: left .3s ease-in-out;
    transition: left .8s ease-in-out;
}

.h5p-image-hotspot-popup-header {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    margin: 0 0 0 0.2em;
    padding: 0.8em 0.8em 0 0.8em;
    line-height: 1.5em;
    height: 1.5em;
	color: #851f82;
}

.h5p-image-hotspot-popup-pointer {
    position: absolute;
    -webkit-transition: left .3s ease-in-out;
    transition: left .8s ease-in-out;
    width: 0;
    height: 0;
    border-top: 0.6em solid transparent;
    border-left: 0.6em solid rgba(250,249,247,1);
    border-bottom: 0.6em solid;
}

.h5p-image-hotspot-popup-pointer.to-the-right {
    border-right: 0.6em solid rgba(250,249,247,1);
    border-left: none;
/*     left: -0.58em; */
	 left: 0em;
}

/* EDIÇÃO DANI EM 06/08/20: coloquei os !important porque o css da tipologia sobrescreve esse 
.h5p-image-pair-item {
    width: 9.8em;
    padding: 0px;
    height: 10em;
    border-radius: 6px 6px 6px 6px;
	float: none;
    margin: auto;
	margin-top: 12px;
    cursor: pointer;
    border: 2px solid #dbe2e8;
    box-shadow: none!important;
	display: block!important;
	background-color: #fff!important;
}

.h5p-image-pair-item .image-container {
    width: 9.8em !important;
    height: 10em !important;
    -webkit-box-shadow: inset 0px 2px 74px 0px rgba(203, 213, 222, 1);
    -moz-box-shadow: inset 0px 2px 74px 0px rgba(203, 213, 222, 1);
    box-shadow: none!important;
    position: relative;
    border-radius: 6px 6px 6px 6px;
}

.h5p-image-pair-desc {
    font-family: 'Open Sans', sans-serif!important;
    color: #404040!important;
    font-size: 1.125em;
    line-height: 1.125em;
    padding: 1em;
    border-bottom: 0px!important;
	font-weight: bold!important;
}*/

.h5p-image-pair .mate-container {
    background-color: #fff;
    box-shadow: none;
}

.h5p-image-pair .game-container > ul {
    border-bottom: 0px solid #dde4ea;
	padding: 0;
}
	
.h5p-image-pair .game-container {
	border-style: none;
}

.h5p-image-pair .card-container {
	margin: 0 auto;
}

.h5p-image-pair-desc {
    border-bottom: 0px solid #dde4ea;
}

.h5p-image-pair-item {
    padding: 4px;
	margin: 4px;
}

.h5p-essay .h5p-essay-input-field-textfield {
    width: calc(100% - 1em)!important;
}



.sequencing-status {
    visibility: hidden;
    height: 0;
}

/* .h5p-question-visible .h5p-question-feedback-content.has-content {
    display: none;
	visibility: hidden!important;
    margin-bottom: 0.8em;
	font-size: 0px;
}

.h5p-question-feedback {
	display: none;
	visibility: hidden;
} */

/* EDIÇÃO DANI EM 19/01/21 */
/* Feedback circles */
.h5p-image-hotspot-question .hotspot-feedback {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e9242f;
  box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  visibility: hidden;
  border: 4px solid #fff;
  left: -4px
}

.h5p-image-hotspot-question .hotspot-feedback:before {
  font-family: "H5PFontAwesome4";
  content: "\f00d";
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 28px;
}

.h5p-question-feedback.h5p-question-popup {
    position: absolute;
    display: none;
    width: 22em;
    max-width: 100%;
    margin: 0;
    z-index: 3;
    background-color: white;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.59);
    border-radius: 6px;
    padding: 1.5em;
    transition: none;
/* 	text-align: center; */
}

.h5p-joubelui-button.truncated {
    width: 2.1em;
    height: 2.1em;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    border: 4px solid #842881;
}

.h5peditor .ui-dialog .h5p-joubelui-button, .h5peditor .h5p-joubelui-button, .h5p-joubelui-button {
    font-size: 1em;
    line-height: 1.2;
    margin: 0 0.5em 1em;
    padding: 0.5em 1.25em;
    border-radius: 2em;
    background: #fff;
    color: #842881;
    cursor: pointer;
    border: none;
    box-shadow: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    text-align: center;
    text-shadow: none;
    text-decoration: none;
    vertical-align: baseline;
}

.h5p-image-hotspot-question .hotspot-feedback.correct {
    background: #4bbc6e;
    color: #fff;
}

.joubel-simple-rounded-button:hover,
.joubel-simple-rounded-button:focus {
  background-color: #842881;
}

.h5p-joubelui-button.truncated:hover,
.h5p-joubelui-button.truncated:focus {
  background-color: #842881;
}

.h5p-joubelui-button.truncated:active
{
  background-color: #701c6e;
}

.h5p-joubelui-score-bar {
    display: inline-flex;
    display: -webkit-inline-flexbox;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    width: 15em;
    max-width: 100%;
    background: #fff;
    border-radius: 1.5em;
    padding: 14px 0;
    border: 0px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    position: relative;
}

/* PARA TESTAR:
.h5p-question-scorebar.h5p-question-visible {
    width: 10em;
    max-width: calc(100% - 2em);
    margin: 0 0 1em 1em;
    padding-right: 0.5em;
    display: inline-block;
} */

/* FLASHCARDS*/
.h5p-flashcards .h5p-card .h5p-clue {
    display: block;
    /* padding: 0.5em; */
    background: white;
    max-height: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    /* object-fit: scale-down; */
    box-sizing: border-box;
    /* -webkit-box-shadow: 0em 0em 0.4em rgb(50 50 50 / 50%); */
    -moz-box-shadow: 0em 0em 0.4em rgba(50, 50, 50, 0.5);
    /* box-shadow: 0em 0em 0.4em rgb(50 50 50 / 50%); */
    border-radius: 1em;
    /* border: 0.1em solid #b6b6b6; */
    -webkit-transition: -webkit-transform 0.15s;
    -moz-transition: -moz-transform 0.15s;
    -ms-transform: -ms-transform 0.15s;
    transition: transform 0.15s; */
}

/*DRAG THE WORDS*/
.h5p-drag-text .h5p-drag-draggable-wide-screen {
    display: inline-block;
}

.h5p-drag-text .h5p-drag-wide-screen {
    float: none;
    padding-top: 0;
}

.h5p-drag-draggables-container {
    display: flex!important;
}

.h5p-drag-droppable-words {
	margin-right: 0!important;
}

/*MEMORY GAME*/
/* .h5p-memory-game .h5p-memory-card, .h5p-memory-game .h5p-memory-card .h5p-back, .h5p-memory-game .h5p-memory-card .h5p-front {
    width: 12.25em;
    height: 12.25em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */

/* .h5p-memory-game .h5p-memory-card .h5p-back,
.h5p-memory-game .h5p-memory-card .h5p-front {
  border-radius: 12px;
} */

/* DIALOG CARDS - FLASHCARDS C SOM*/
.h5p-dialogcards-summary-container:nth-child(2) {
	display: none;
}

.h5p-question-introduction {
    margin: 1em;
    font-size: 1.125em;
    line-height: 1.4 !important;
}