

.h5p-joubelui-button {
  background-color:#7892f6;
}

/* Click effect */
.h5p-joubelui-button:active {
  background-color: #30c196;
  box-shadow: none;
}

/* Hover and focus effect */
.h5p-joubelui-button:hover,
.h5p-joubelui-button:focus {
  background-color: #30c196;
  
}


.h5p-dragquestion > .h5p-question-content {
    margin-left: 50px;
    margin-right: 50px;
}

.h5p-dragquestion .h5p-dropped.h5p-correct:after {
    content: "\f005";
    font-size: 2.85em;
    color:#feff61;
}


.h5p-dragquestion .h5p-draggable.h5p-wrong:after  {
    content: "\f00d";
    font-size: 2.75em;
    color:#ff5f5f;
}


.h5p-question-check-answer:before {
    content: "\f058";
}

.h5p-dragquestion .h5p-dragquestion-introduction {
    margin: 20px;
}

.h5p-multichoice .h5p-answer[aria-checked="true"] .h5p-alternative-container {
    color: #ffffff;
    background: #7892f6;
    border: 2px solid #5d7fff;
}

.h5p-multichoice .h5p-answer[aria-checked="true"]:not(.h5p-wrong):not(.h5p-correct):not([aria-disabled="true"]):hover .h5p-alternative-container {
    background-color: #8ca3ff;
    box-shadow: none;
}


.h5p-multichoice .h5p-answer.h5p-wrong .h5p-alternative-container, .h5p-multichoice .h5p-answer.h5p-wrong:hover .h5p-alternative-container {
    background: #ffdfe0;
    border-color: #fbd7d8;
    color: #ff2e2e;
    box-shadow: 0 0.1em 0 #ffd3d3;
}

.h5p-multichoice .h5p-answer:not([aria-disabled="true"]):hover .h5p-alternative-container {
    background-color: #dfe5ff;
}


.h5p-multichoice .h5p-answer.h5p-correct .h5p-alternative-container, .h5p-multichoice .h5p-answer.h5p-correct:hover .h5p-alternative-container {
    background: #00ba86;
    border-color: #00ba86;
    color: #ffffff;
    box-shadow: 0 0.1em 0 #a2bdb0;
}

.h5p-multichoice .h5p-answer:not([aria-disabled="true"]):focus .h5p-alternative-container {
    outline-style: none;
    outline-width: 0px;
}

.h5p-multichoice .h5p-wrong .h5p-answer-icon:before {
    content: "\f00d";
    color: #ff5f5f;
    font-size: 1.7em;
    padding: 0.2em 0.2em 0.2em 0.125em;
}

.h5p-multichoice .h5p-correct .h5p-answer-icon:before {
    content: "\f00c";
    color: #ffffff;
    font-size: 1.7em;
    padding: 0.2em 0.2em 0.2em 0.125em;
}

.h5p-multichoice .h5p-answer-icon {
    top: 1.23em;
    width: 2em;
    height: 1.1em;
}

/*.h5p-multichoice .h5p-answer .h5p-should .h5p-alternative-container {*/
/*    background: #00ba86;*/
/*    border-color: #00ba86;*/
/*    color: #ffffff;*/
/*    box-shadow: 0 0.1em 0 #a2bdb0;*/
/*}*/

.h5p-multichoice .h5p-answer.h5p-should .h5p-alternative-container {
    font-family: Quicksand;
    font-size: 23px;
    position: relative;
    text-align: center;
    display: block;
    padding: 0.25em 0.75em 0.25em 1em;
    border-radius: 1em;
    border: 0.1em solid transparent;
    font-weight: 500;
    background: #00ba86;
    color: #ffffff;
    -webkit-box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.3);
    line-height: 1.5em;
    text-indent: -2em;
}



.h5p-multichoice .h5p-should .h5p-solution-icon-radio:before {
    font-family:'H5PFontAwesome4';
    content: "\f00c";
    font-size: 1.7em;
    padding: 0.2em 0.2em 0.2em 0.125em;
    color: #00ba86;
}

.h5p-multichoice .h5p-should-not .h5p-solution-icon-radio:before {
    display: none;
}

/*.h5p-multichoice .h5p-should .h5p-answer-icon, .h5p-multichoice .h5p-should-not .h5p-answer-icon {*/
/*    display: none;*/
/*}*/

.h5p-multichoice .h5p-solution-icon-radio, .h5p-multichoice .h5p-solution-icon-checkbox {
     color: transparent;
}

.h5p-multichoice .h5p-solution-icon-radio, .h5p-multichoice .h5p-solution-icon-checkbox {
    top: 1.2em;
    width: 2em;
    height: 1em;
}


.h5p-no-frame .questionset .h5p-question {
    margin-left: 15px;
    margin-right: 15px;
}

.h5p-multichoice .h5p-alternative-container {
    font-family: Quicksand;
    font-size: 23px;
    position: relative;
    text-align: center;
    display: block;
    padding: 0.25em 0.75em 0.25em 1em;
    border-radius: 1em;
    border: 0.1em solid transparent;
    font-weight: 500;
    background: #fffacfcf;
    -webkit-box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.1em 0 rgb(187 189 145 / 30%);
    line-height: 1.5em;
    text-indent: -2em;
}


.h5p-multichoice .h5p-answer .h5p-alternative-container:before{
    display: none;
}

.h5p-question-introduction {
    font-family: Quicksand;
    text-align: center;
    font-size: 1.5em;
}

.button.retry {
  /* For all buttons having class="retry", the background color
     above will be overriden */
  background-color: #7892f6;
}
  /* For all found the correct hotspot-feedback */
.h5p-image-hotspot-question .hotspot-feedback.correct {
    background: #03ce85;
    color: #ffffff;
}

.h5p-image-hotspot-question .hotspot-feedback {
    width: 36px;
    height: 36px;
    box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.20);
    font-size: 25px;
}

.h5p-joubelui-score-bar-progress {

    background: linear-gradient(to right, #b2ff00, #03ce85);

}

.h5p-joubelui-score-bar-star-fill-full-score {
    fill: #ffdd4a;;
}

.h5p-joubelui-score-bar-full-score .h5p-joubelui-score-bar-star-border {
    stroke: #ffdd4a;
    stroke-width: 9;
}
.h5p-dragquestion .h5p-dropped.h5p-correct{
    background: none;
    border: 0px;
}

.h5p-dragquestion .h5p-dropped.h5p-correct, .h5p-dragquestion .h5p-dropzone.h5p-correct-answer {
    color: #33d484;

}

/* #847cf9 */
.h5p-memory-reset {
    background: #30c196;
    box-shadow: 0 0.15em 1em #30c19657;
}



.h5p-memory-game .h5p-feedback {

    font-size: 16px;
}

.h5p-memory-reset:hover {
    background: #30c196;
    box-shadow: 0 0.15em 1em #30c19657;

}

.h5p-memory-reset:hover,
.h5p-memory-reset:focus {
    background: #30c196;
    box-shadow: 0 0.15em 1em #30c19657;

}

.h5p-memory-game .h5p-memory-card {
    margin: 0.5em 0.5em;
}


.h5p-memory-game .h5p-memory-card .h5p-back, .h5p-memory-game .h5p-memory-card .h5p-front {
    border: 0px solid #d0d0d0;
    border-radius: 10px;
}

.h5p-memory-game .h5p-memory-card .h5p-front:after {
    background-image: radial-gradient(ellipse closest-side, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 90%);
}

.h5p-memory-game img {
    border-radius: 10px;
}

.button.retry:before {
  /* For all buttons having class="retry", the background color
     above will be overriden */
content: "\f08a";
}

 /* .h5p-question-try-again:before {*/
 /*    content: "\f08a";*/
 /*} */


.h5p-multi-media-choice {
    padding: 1em;
}



.h5p-multi-media-choice .h5p-multi-media-choice-wrong:before {
    color: #ff7373;
   content: "\e627";
}

.h5p-multi-media-choice .h5p-multi-media-choice-wrong {
    border-color: #ff7373;
}

.h5p-multi-media-choice .h5p-multi-media-content-audio-wrapper .h5p-audio-minimal-button {
    border: 4px solid #fff;
    background: #787df5;
}

.h5p-multi-media-choice .h5p-multi-media-content-audio-wrapper .h5p-audio-minimal-button:hover {
    background: #6065d8;
}

.h5p-multi-media-choice .h5p-multi-media-choice-correct:before {
    color: #47ba8b;
}

.h5p-multi-media-choice .h5p-multi-media-choice-correct {
    background-color: #9cdab985;
    border-color: #3bc383;
}

.h5p-multi-media-choice .h5p-multi-media-choice-media {
    border-radius: 21px;
}

.h5p-multi-media-choice .h5p-multi-media-choice-option {
    border-radius: 32px;
        padding: 0.5em;
}

.h5p-multi-media-choice .h5p-multi-media-choice-selected {
    border-color: #789ef6;
}

.h5p-multi-media-choice .h5p-multi-media-choice-selected:after {
   border-radius: 27px;
}

.h5p-multi-media-choice .h5p-multi-media-choice-list-item:focus .h5p-multi-media-choice-enabled {
    box-shadow: 0 0 1px 1px #a1b0fa;
}

.h5p-multi-media-choice .h5p-multi-media-choice-enabled:hover:not(.h5p-multi-media-choice-selected):after {
    background-color: #607be7;
    border-radius: 27px;
}

.h5p-multi-media-choice .h5p-multi-media-choice-show-correct:before {
    color: #617bf6;
}

.h5p-question-audio .h5p-audio-inner > button {
    font-size: 1em;
    margin: 20px 50% 20px 50%;
    padding: 0.5em .55em 0.5em 0.55em;
}


.h5p-question-image {
    text-align: center;
    margin: 0 0 1em;
    line-height: 0.8125em;
    
}



.h5p-dialogcards .h5p-joubelui-button.h5p-dialogcards-turn {
display: none;
}

.h5p-dialogcards .h5p-dialogcards-card-text {
    display: none;
}


.h5p-dialogcards .h5p-dialogcards-cardholder {
    max-width: 22em;
}

.h5p-dialogcards .h5p-dialogcards-image-wrapper {
    min-height: 20em;
}

.h5p-dialogcards-image {
    border-radius: 15px;
    max-height: 200%;
    max-width:200%;
}

.h5p-dialogcards .h5p-dialogcards-card-content {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}

.h5p-dialogcards .h5p-dialogcards-card-text-wrapper {
    /*height: 10em;*/
}

.h5p-dialogcards-card-text-wrapper .h5p-dialogcards-card-text-inner {
    height: 7em;
    padding: 0px;
    max-height: 10em;
}

.h5p-dialogcards .h5p-dialogcards-audio-wrapper {
    font-size: 3.5em;
}


.h5p-dialogcards .h5p-audio-minimal-button:focus, .h5p-dialogcards .h5p-audio-minimal-button:hover {
    background:#2dba8e;

    
}



.h5p-question-audio .h5p-audio-inner {
    font-size: 2.5em;
}


.h5p-audio-inner .h5p-audio-minimal-button:hover {
    background: #2dba8e;

}

.h5p-audio-inner .h5p-audio-minimal-button {
    background:  #42c096;
}

.h5p-audio-inner .h5p-audio-minimal-play-paused:before {
    content: "\f028";
}


.h5p-question-audio{
    width: calc(100% - 6em);
}

.h5p-find-the-words {
    font-family: Sans-Serif;
    font-weight:400;
}


.h5p-question-image img {
    border-radius: 32px;
    padding: 0.5em;
    background-color: #fff;
    border-style: solid;
    border-width: 4px;
    border-color: #dbe2e8;
    max-width: 300px;
}


.h5p-tooltip {
   background:#b0d7c7;
}


.h5p-question-image-wrap {
    transform: translate(-1em, 1em);
}

.h5p-question-image-scalable {
    width: 300px;
}

.h5p-question-image-fill-width .h5p-question-image-wrap, .h5p-no-frame > .h5p-question .h5p-question-image-wrap, .h5p-transparent > div > .h5p-question .h5p-question-image-wrap {
    max-width: 600px;
}

.h5p-interactive-book-summary-page .h5p-interactive-book-summary-buttons .h5p-interactive-book-summary-submit 
    {   
        display:none;
}

/*.h5p-mark-the-words .h5p-word-selectable-words {
    white-space: nowrap
    word-spacing: -10px
    font-family: raleway
}*/

/*.h5p-mark-the-words [role="option"] {
    white-space: nowrap
    padding: 0.6em 0.32em 0.5em 0.32em
    background: #f2ffc7
    border: 2px solid #fff
    height: 12.5%
    width: 12.5%
    max-width: 50px
    display: inline-block
    text-align: center
}*/







/*.h5p-mark-the-words .h5p-word-inner p {
    font-size: 2em
   max-width: 610px
}*/


/*@media (max-width: 480px) {
   /* .h5p-mark-the-words [role="option"] {
   /* min-height:30px;
   /* max-width: 50px;
  /*  white-space: nowrap;
  /*  padding: 0.2em 0.32em 0.35em 0.32em;
  /*  background: #f2ffc7;
  /*  border: 2px solid #fff;
  /*  text-align: center;
}*/


.h5p-joubelui-score-bar-star-fill-full-score {
    background:#ffdd4a;
}

.h5p-joubelui-score-bar-full-score .h5p-joubelui-score-bar-star-border {
    stroke: #ffdd4a;;
}

.h5p-joubelui-score-bar-progress {
    background:linear-gradient(to right, #1ebd9a, #01d486);
}

.h5p-question-plus-one, .h5p-question-minus-one {
    right: 0.1em;
    top: 1.5em;
}

.h5p-question-plus-one {
    background-image: url(https://e-logs.lv/wp-content/uploads/h5p//img/rs-award.svg);
}


.h5p-interactive-book-main.h5p-interactive-book-navigation-open .h5p-interactive-book-navigation {
    max-width: 22.563em;
    width: 22.563em;
}


.questionset .h5p-question-buttons.h5p-question-visible {
    display: inline-block;
    width: calc(100% - 2.5em);
}



.h5p-tooltip {
    display: none;
}
    /*--translateX: 1%;*/
    /*--translateY: -20%;*/
    /*border-radius: 5px;*/
    /*left: 0;*/
    /*white-space: normal;*/
    /*line-height: 1.4rem;*/
    /*transform: translateX(var(--translateX)) translateY(var(--translateY));*/
    /*z-index: 4;*/
    /*-webkit-animation: 800ms ease 0s normal forwards 1 fadein;*/
    /*animation: 800ms ease 0s normal forwards 1 fadein;*/



/*.h5p-mark-the-words [role="option"] {*/
/*    white-space: nowrap;*/
/*    padding: 2vmin 2vmin 2vmin 2vmin;*/
/*    background: #f2ffc7;*/
/*    border: 0.5vmin solid #fff;*/
/*    border-radius: 1vmin;*/
/*    height: 4vmin;*/
/*    width: 4vmin;*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    position: relative;*/
/*}*/

/*.h5p-mark-the-words .h5p-word-inner p {*/
/*    font-size: 4vmin;*/
/*    padding: 0;*/
/*    margin: 1vmin;*/
/*    min-height:300px;*/
/*    min-width: 300px;*/
/*}*/


/*.h5p-mark-the-words .h5p-word-selectable-words {*/
/*    line-height: 4vmin;*/
/*    word-spacing: -5vmin;*/
/*    text-align: center;*/
/*    white-space: nowrap;*/
/*}*/



/*.h5p-mark-the-words [aria-describedby="h5p-description-incorrect"] {*/
/*   line-height:4vmin;*/
/*    background-color: #ffdcdc;*/
/*    color: #fa5e5e;*/
/*    text-decoration: none;*/
/*}*/

/*.h5p-mark-the-words [aria-describedby="h5p-description-correct"] {*/
/*    background: #41de90;*/
/*    color: #ffffff;*/
/*    line-height:4vmin;*/
/*    font-weight: bold;*/
/*}*/




/*.h5p-mark-the-words [aria-describedby="h5p-description-missed"] {*/
/*    color: #ffffff;*/
/*    background: #6689ff;*/
/*}*/

.h5p-mark-the-words [role="option"] {
    white-space: nowrap;
    background: #eaedf9;
    border: 0.5vmin solid #fff;
    border-radius: 2vmin;
    height: 14vmin;
    width: 14vmin;
    max-width: 2ex;
    max-height: 2ex;
    min-width: 2.5ex;
    min-height: 2.5ex;
    display: inline-block;
    text-align: center;
    position: relative;
    line-height: 2.5ex;
}

.h5p-mark-the-words .h5p-word-inner p {
    font-size: 9vmin;
    padding: 0;
    margin: 1vmin;
    min-height: 300px;
    /*min-width: 300px;*/
}

.h5p-mark-the-words .h5p-word-selectable-words {
    word-spacing: -5vmin;
    text-align: center;
    white-space: nowrap;
}

.h5p-mark-the-words [aria-selected="true"] {
    background: #6689ff;
    color: #ffffff;
    font-weight: bold;
}

.h5p-mark-the-words [aria-describedby="h5p-description-incorrect"] {
    background-color: #ffdcdc;
    color: #fa5e5e;
    text-decoration: none;
}

.h5p-mark-the-words [aria-describedby="h5p-description-correct"] {
    background: #41de90;
    color: #ffffff;
    font-weight: bold;
}


.h5p-mark-the-words [aria-describedby="h5p-description-correct"]:after {
display: none;
}

.h5p-mark-the-words [aria-describedby="h5p-description-incorrect"]:after {
display: none;
}


.h5p-mark-the-words [aria-describedby="h5p-description-missed"] {
    color: #ffffff;
    background: #6689ff;
}

.h5p-question-plus-one, .h5p-question-minus-one{
display: none;
}


@media (min-height: 700px) {.h5p-mark-the-words [role="option"] {
    white-space: nowrap;
    background: #eaedf9;
    border: 0.5vmin solid #fff;
    border-radius: 2vmin;
    height: 2.2ex;
    width: 2.2ex;
    max-width:2.2ex;
    max-height:2.2ex;
    min-width: 2.2ex;
    min-height: 2.2ex;
    display: inline-block;
    text-align: center;
    position: relative;
    line-height: 2.2ex;
}}

@media (min-height: 700px) {.h5p-mark-the-words .h5p-word-inner p {
    font-size: 8vmin;
    padding: 0;
    margin: 1vmin;
    min-height: 300px;
    /*min-width: 300px;*/
}}

@media (min-height: 700px) {.h5p-mark-the-words .h5p-word-selectable-words {
    word-spacing: -5vmin;
    text-align: center;
    white-space: nowrap;
}}

@media (min-height: 700px) {.h5p-mark-the-words [aria-selected="true"] {
    background: #6689ff;
    color: #ffffff;
    font-weight: bold;
}}

@media (min-height: 700px) {.h5p-mark-the-words [aria-describedby="h5p-description-incorrect"] {
    background-color: #ffdcdc;
    color: #fa5e5e;
    text-decoration: none;
}}

@media (min-height: 700px) {.h5p-mark-the-words [aria-describedby="h5p-description-correct"] {
    background: #41de90;
    color: #ffffff;
    font-weight: bold;
}}


@media (min-height: 700px) {.h5p-mark-the-words [aria-describedby="h5p-description-correct"]:after {
display: none;
}}

@media (min-height: 700px) {.h5p-mark-the-words [aria-describedby="h5p-description-incorrect"]:after {
display: none;
}}


@media (min-height: 700px) {.h5p-mark-the-words [aria-describedby="h5p-description-missed"] {
    color: #ffffff;
    background: #6689ff;
}}

@media (min-height: 700px) {.h5p-question-plus-one, .h5p-question-minus-one{
display: none;
}}


/*@media (min-width: 480px) {
   /* .h5p-mark-the-words [role="option"] {
   /* min-height:30px;
   /* max-width: 50px;
  /*  white-space: nowrap;
  /*  padding: 0.2em 0.32em 0.35em 0.32em;
  /*  background: #f2ffc7;
  /*  border: 2px solid #fff;
  /*  text-align: center;
}*/

/*@media (max-width: 480px) {*/
/*    .h5p-mark-the-words .h5p-word-inner p {*/
/*    font-size: 7vmin;*/
/*    min-height: 300px;*/
/*    min-width: 100px;*/
/*}*/
/*}*/

/*@media (max-width: 480px) {.h5p-mark-the-words [role="option"] {*/
/*    white-space: nowrap;*/
/*    padding: 2vmin 2vmin 2vmin 2vmin;*/
/*    background: #f2ffc7;*/
/*    border: 0.5vmin solid #fff;*/
/*    border-radius: 1vmin;*/
/*    height: 5.5vmin;*/
/*    width: 5.5vmin;*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    position: relative;*/
/*}}*/



/*@media (max-width: 480px) {.h5p-mark-the-words .h5p-word-selectable-words {*/
/*    line-height: 5vmin;*/
/*    word-spacing: -5vmin;*/

/*}*/
/*}*/


/*@media (max-width: 480px) {.h5p-mark-the-words [aria-selected="true"] {*/
/*    background: #6689ff;*/
/*    color: #ffffff;*/
/*    font-weight: bold;*/
/*}}*/

/*@media (max-width: 480px) {.h5p-mark-the-words [aria-describedby="h5p-description-incorrect"] {*/
/*   line-height:4vmin;*/
/*    background-color: #ffdcdc;*/
/*    color: #fa5e5e;*/
/*    text-decoration: none;*/
/*}}*/

/*@media (max-width: 480px) {.h5p-mark-the-words [aria-describedby="h5p-description-correct"] {*/
/*    background: #41de90;*/
/*    color: #ffffff;*/
/*    line-height:4vmin;*/
/*    font-weight: bold;*/
/*}}*/

/*@media (max-width: 480px) {.h5p-mark-the-words [aria-describedby="h5p-description-missed"] {*/
/*    color: #ffffff;*/
/*    background: #6689ff;*/
/*}}*/

.h5p-find-the-words .puzzle-container {
    height: 700px;
    width: 700px;
}


.h5p-find-the-words .vocabulary-container .word {
    font-weight: 300;
    font-size: 25px;
    display: inline-block;
    line-height: 1.2em;
}

.h5p-find-the-words .vocabulary-container li {
    margin: 10px;
    white-space: nowrap;
}


.h5p-task-description {
    color: #4a519e;
}



/*.h5p-drag-text .h5p-drag-droppable-words {*/
/*    line-height: 2.75;*/
/*    font-size: 5ex;*/
/*}*/

/*.h5p-drag-text [aria-dropeffect].h5p-drag-correct-feedback {*/
/*     background: #f5f9b600;*/
/*}*/

/*.h5p-drag-text .h5p-drag-correct-feedback:before {*/
/*    color: #01c57d;*/
/*}*/

/*.h5p-drag-text .h5p-drag-draggables-container {*/
/*    font-size: 4ex;*/
/*}*/

/*.h5p-drag-text [aria-grabbed] {*/

/*    border: 0.1em solid #e3f395;*/
/*    background: #fefff3;*/
/*    box-shadow: 0 0 0.05em rgba(0, 0, 0, 0.2);*/

/*}*/

/*.h5p-drag-text [aria-grabbed='true'] {*/
/*    box-shadow: 0 0 0.01em 0.331875px rgba(0, 0, 0, 0.5);*/
/*}*/

/*.h5p-drag-text [aria-grabbed='true'], .h5p-drag-text [aria-grabbed].h5p-drag-dropped:not(.ui-draggable-disabled):hover, .h5p-drag-text [aria-grabbed]:not(.ui-draggable-disabled):hover*/
/* {*/
/*    border: 0.1em solid rgb(192 184 255);*/
/*    color: #7c7de2;*/
/*    background: #f8f2ff;*/
/*}*/

/*.h5p-drag-text [aria-grabbed].h5p-drag-dropped {*/

/*    border: 0.1em solid #e3f395;*/
/*    background: #fefff3;*/
/*}*/

/*.h5p-drag-text [aria-dropeffect] {*/
/*    background-color: #e5f3c4;*/
/*}*/

[data-content-id='304'] .h5p-interactive-book-chapter div{

    max-width: 900px;
}

.h5p-image-hotspot-question .hotspot-feedback {
    background: #ffdadf;
    color: #ff6076;
}


/*[data-content-id="413"] */
.h5p-interactive-book-summary-dropdown {

    display: none;
}

/*[data-content-id="413"] */
.h5p-interactive-book-summary-page .h5p-interactive-box-summary-progress .h5p-interactive-book-summary-progress-container:last-child {
    display: none;
}

/*[data-content-id="413"] */
.h5p-interactive-book.h5p-interactive-book-small .h5p-interactive-box-summary-progress>div
 {
    display: none;
}

/*[data-content-id="413"] */
.h5p-interactive-book-summary-page .h5p-interactive-box-summary-progress .h5p-interactive-book-summary-progress-container {
    display: none;
}

.h5p-interactive-book.h5p-interactive-book-small .h5p-interactive-book-navigation-open .h5p-interactive-book-navigation-chapter-button.h5p-interactive-book-navigation-current[aria-expanded=true] {
    border-bottom-width: 2px;
}

.h5p-interactive-book-summary-menu-button {
    border: 1px solid #8ad0bc;
    background-color: #fff;
    color: #37b390;
}


/*.h5p-interactive-book-status .h5p-interactive-book-status-button {*/
/*    display: none;*/
/*}*/


/*.h5p-interactive-book-status-progress {*/
/*    display: none;*/
/*}*/

/*.h5p-interactive-book-status-button*/
/* {*/
/*    display: none;*/
/*}*/

/*.h5p-interactive-book-status-arrow.previous {*/
/*    display: none;*/
/*}*/

/*.h5p-interactive-book-status-arrow.next*/
/* {*/
/*    display: none;*/
/*}*/

/*body > div > div > div.h5p-interactive-book-status-header > div.h5p-interactive-book-status > button.h5p-interactive-book-status-menu.h5p-interactive-book-status-button{*/
/*    display: none;*/
/*}*/

/*body > div > div > div.h5p-interactive-book-status-footer > div.h5p-interactive-book-status > button.h5p-interactive-book-status-to-top.h5p-interactive-book-status-button.h5p-interactive-book-status-arrow > div{*/
/*    display: none;*/
/*}*/


[data-content-id="312"]
.h5p-actions > .h5p-button {
    display: none;
}

/*[data-content-id="312"]*/
/*.h5p-memory-game .h5p-status{*/
/*    display: none;*/
/*}*/


.h5p-dialogcards .h5p-dialogcards-cardwrap-set {
    background: #ffffff00;  
    max-width: 100%;
}

.h5p-dialogcards .h5p-dialogcards-card-content {
box-shadow:none;
background: #ffffff00;

}

.h5p-dialogcards-summary-screen {
    background: white;
}

.h5p-multi-media-choice .h5p-multi-media-choice-list-item {
    min-width:129px!important;
    width: 20vw!important;
}


/*.h5p-dragquestion .h5p-draggable.h5p-dropped {*/
/*    color: white;*/
/*    border: 0.1em solid white;*/
/*    background: white;*/
/*}*/

.h5p-dragquestion .h5p-draggable:not(.ui-state-disabled).h5p-draggable-hover:not(.h5p-correct):not(.h5p-wrong) {
        border: none;
        background: transparent;
        box-shadow: none;
}

.h5p-memory-game.h5p-invert-shades .h5p-memory-card .h5p-front:before, .h5p-memory-game.h5p-invert-shades .h5p-memory-card .h5p-back:before, .h5p-memory-game.h5p-invert-shades .h5p-memory-image:before {
    background: #ffffff;
}


.h5p-memory-game .h5p-memory-card .h5p-back {
    background-color: #f0f0f000!important;
}


.h5p-memory-game .h5p-memory-card .h5p-front {
    color: #f0f0f000;
    background-color: #f0f0f000!important;
    border-color: #f0f0f000!important;
    
}

.h5p-memory-game .h5p-memory-card .h5p-back, .h5p-memory-game .h5p-memory-card .h5p-front {
    border: 0px solid #f0f0f000!important;
    border-radius: 10px;
}


@media (max-width: 1024px) {.h5p-multi-media-choice .h5p-multi-media-content-audio-wrapper .h5p-audio-minimal-button::before {
    font-size: 23px;
}
}

@media (max-width: 1024px) {.h5p-multi-media-choice .h5p-multi-media-content-audio-wrapper .h5p-audio-minimal-button {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 1024px) {.h5p-dragquestion > .h5p-question-content {
    margin-left: 0px;
    margin-right: 0px;
}
}

.h5p-alternative-inner {
    margin: 0 0.75em 0 3em;
}

[data-content-id='631'] .h5p-column-content, 
[data-content-id='632'] .h5p-column-content, 
[data-content-id='633'] .h5p-column-content, 
[data-content-id='634'] .h5p-column-content, 
[data-content-id='635'] .h5p-column-content, 
[data-content-id='636'] .h5p-column-content, 
[data-content-id='637'] .h5p-column-content, 
[data-content-id='638'] .h5p-column-content, 
[data-content-id='639'] .h5p-column-content, 
[data-content-id='640'] .h5p-column-content, 
[data-content-id='641'] .h5p-column-content, 
[data-content-id='642'] .h5p-column-content, 
[data-content-id='643'] .h5p-column-content,
[data-content-id='667'] .h5p-column-content{

    max-width: 700px;
    margin: auto;
}


[data-content-id='620'] .h5p-joubelui-score-bar,
[data-content-id='492'] .h5p-joubelui-score-bar,
[data-content-id='629'] .h5p-joubelui-score-bar,
[data-content-id='493'] .h5p-joubelui-score-bar,
[data-content-id='621'] .h5p-joubelui-score-bar,
[data-content-id='587'] .h5p-joubelui-score-bar,
[data-content-id='586'] .h5p-joubelui-score-bar,
[data-content-id='494'] .h5p-joubelui-score-bar, 
[data-content-id='489'] .h5p-joubelui-score-bar,
[data-content-id='502'] .h5p-joubelui-score-bar,
[data-content-id='503'] .h5p-joubelui-score-bar,
[data-content-id='504'] .h5p-joubelui-score-bar,
[data-content-id='505'] .h5p-joubelui-score-bar,
[data-content-id='506'] .h5p-joubelui-score-bar,
[data-content-id='582'] .h5p-joubelui-score-bar,
[data-content-id='583'] .h5p-joubelui-score-bar,
[data-content-id='584'] .h5p-joubelui-score-bar,
[data-content-id='585'] .h5p-joubelui-score-bar,
[data-content-id='498'] .h5p-joubelui-score-bar,
[data-content-id='499'] .h5p-joubelui-score-bar {
    display: none;
}

[data-content-id='620'] .h5p-question-buttons.has-scorebar,
[data-content-id='492'] .h5p-question-buttons.has-scorebar,
[data-content-id='629'] .h5p-question-buttons.has-scorebar,
[data-content-id='493'] .h5p-question-buttons.has-scorebar,
[data-content-id='621'] .h5p-question-buttons.has-scorebar,
[data-content-id='587'] .h5p-question-buttons.has-scorebar,
[data-content-id='586'] .h5p-question-buttons.has-scorebar,
[data-content-id='494'] .h5p-question-buttons.has-scorebar,
[data-content-id='489'] .h5p-question-buttons.has-scorebar,
[data-content-id='502'] .h5p-question-buttons.has-scorebar,
[data-content-id='503'] .h5p-question-buttons.has-scorebar,
[data-content-id='504'] .h5p-question-buttons.has-scorebar,
[data-content-id='505'] .h5p-question-buttons.has-scorebar,
[data-content-id='506'] .h5p-question-buttons.has-scorebar,
[data-content-id='582'] .h5p-question-buttons.has-scorebar,
[data-content-id='583'] .h5p-question-buttons.has-scorebar,
[data-content-id='584'] .h5p-question-buttons.has-scorebar,
[data-content-id='585'] .h5p-question-buttons.has-scorebar,
[data-content-id='498'] .h5p-question-buttons.has-scorebar,
[data-content-id='499'] .h5p-question-buttons.has-scorebar {
    width: calc(100%);
}

[data-content-id='620'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='492'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='629'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='493'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='621'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='587'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='586'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='494'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='489'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='502'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='503'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='504'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='505'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='506'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='582'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='583'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='584'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='585'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='498'] .h5p-question-scorebar.h5p-question-visible,
[data-content-id='499'] .h5p-question-scorebar.h5p-question-visible 
{
    display: none;
}

.h5p-dialogcards .h5p-joubelui-button.h5p-dialogcards-answer-button.correct.h5p-dialogcards-quick-progression {
    border: 2px solid #33b58e;
    color: #33b58e;
}

.h5p-dialogcards .h5p-joubelui-button.h5p-dialogcards-answer-button.correct.h5p-dialogcards-quick-progression:hover {
   background:#33b58e;
}



.h5p-memory-game .h5p-memory-top {
    background-color: transparent;
    border-bottom: transparent;
}

.h5p-memory-game .h5p-memory-image
{
    border: none;
}

.h5p-memory-game .h5p-memory-pop {
    border-radius: 1em;
    font-size: 20px;
    white-space: nowrap;
}

[data-content-id='516'] .h5p-find-the-words .vocabulary-container {
    background-color: #ffe9ee;
}

[data-content-id='515'] .h5p-find-the-words .vocabulary-container {
    background-color: #dae9ff;
}

[data-content-id='520'] .h5p-find-the-words .vocabulary-container {
    background-color: #eef4ff;
}

/*Gaisi okeana zalais - burti balti*/
[data-content-id='523'] .h5p-find-the-words .vocabulary-container,
[data-content-id='699'] .h5p-find-the-words .vocabulary-container,
[data-content-id='694'] .h5p-find-the-words .vocabulary-container,
[data-content-id='534'] .h5p-find-the-words .vocabulary-container{
    background-color:#87d2a7;
}

/*Persiks - burti balti*/
[data-content-id='524'] .h5p-find-the-words .vocabulary-container,
[data-content-id='695'] .h5p-find-the-words .vocabulary-container,
[data-content-id='685'] .h5p-find-the-words .vocabulary-container
{
    background-color:#ffab9c;
}

/*Gaiss cerins - burti balti*/
[data-content-id='526'] .h5p-find-the-words .vocabulary-container,
[data-content-id='680'] .h5p-find-the-words .vocabulary-container,
[data-content-id='689'] .h5p-find-the-words .vocabulary-container,
[data-content-id='687'] .h5p-find-the-words .vocabulary-container,
[data-content-id='535'] .h5p-find-the-words .vocabulary-container{
    background-color:#c2b2ff;
}

/*Zili violetigais - burti balti*/
[data-content-id='527'] .h5p-find-the-words .vocabulary-container,
[data-content-id='696'] .h5p-find-the-words .vocabulary-container,
[data-content-id='693'] .h5p-find-the-words .vocabulary-container,
[data-content-id='540'] .h5p-find-the-words .vocabulary-container{
    background-color:#848fff;
}

/*Salatu zalais - burti balti*/
[data-content-id='528'] .h5p-find-the-words .vocabulary-container,
[data-content-id='682'] .h5p-find-the-words .vocabulary-container,
[data-content-id='690'] .h5p-find-the-words .vocabulary-container,
[data-content-id='533'] .h5p-find-the-words .vocabulary-container,
[data-content-id='538'] .h5p-find-the-words .vocabulary-container{
    background-color:#aee383;
}
/*Dzelteni-oranzs - burti balti*/
[data-content-id='681'] .h5p-find-the-words .vocabulary-container,
[data-content-id='686'] .h5p-find-the-words .vocabulary-container {
    background-color:#ffd639;
}


/*Debesu zils - burti gaisi*/
[data-content-id='683'] .h5p-find-the-words .vocabulary-container,
[data-content-id='688'] .h5p-find-the-words .vocabulary-container,
[data-content-id='531'] .h5p-find-the-words .vocabulary-container,
[data-content-id='529'] .h5p-find-the-words .vocabulary-container,
[data-content-id='537'] .h5p-find-the-words .vocabulary-container{
    background-color: #94d3ff;
}

[data-content-id='523'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='524'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='526'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='527'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='528'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='682'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='680'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='681'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='699'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='696'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='695'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='694'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='693'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='690'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='689'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='687'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='686'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='685'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='535'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='534'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='533'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='540'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='538'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='683'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='688'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='531'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='529'] .h5p-find-the-words .vocabulary-container .word,
[data-content-id='537'] .h5p-find-the-words .vocabulary-container .word{
    color: white;
}

[data-content-id='523'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='524'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='526'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='527'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='528'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='682'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='680'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='681'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='699'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='696'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='695'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='694'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='693'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='690'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='689'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='687'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='686'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='685'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='535'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='534'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='533'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='540'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='538'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='683'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='688'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='531'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='529'] .h5p-find-the-words .vocabulary-container .vocHeading,
[data-content-id='537'] .h5p-find-the-words .vocabulary-container .vocHeading{
    color: #ffffff;
}

/*Maigi dzeltenais - burti tumsi*/
[data-content-id='525'] .h5p-find-the-words .vocabulary-container,
[data-content-id='697'] .h5p-find-the-words .vocabulary-container,
[data-content-id='691'] .h5p-find-the-words .vocabulary-container,
[data-content-id='530'] .h5p-find-the-words .vocabulary-container{
    background-color:#fff091;
}


/*Maigi roza - burti tumsi*/
[data-content-id='684'] .h5p-find-the-words .vocabulary-container,
[data-content-id='698'] .h5p-find-the-words .vocabulary-container,
[data-content-id='692'] .h5p-find-the-words .vocabulary-container,
[data-content-id='532'] .h5p-find-the-words .vocabulary-container,
[data-content-id='539'] .h5p-find-the-words .vocabulary-container{
    background-color: #ffdafc;
}



.h5p-find-the-words .puzzle-container {
    background: white;
}


.h5p-find-the-words .vocabulary-container ul {
    padding-left: 8px;
    padding-right: 8px;
}


.h5p-find-the-words .vocabulary-block-container {
    display: table-footer-group;
}


.h5p-find-the-words .vocabulary-container .word-found {
    color:#177a59 !important;
}

.h5p-find-the-words .vocabulary-inline-container .word-found em {
    color: #40c77c!important;
}

.h5p-find-the-words .vocabulary-inline-container .word-solved em {
    color: #4e61f5!important;
    visibility: visible;
}

.h5p-find-the-words .vocabulary-container
 {
    background-color:#f2fef0;
    border-radius: 15px!important;
}


.h5p-find-the-words .vocabulary-container li em  {
    visibility: visible!important;
}


.h5p-find-the-words .vocabulary-block-container {
    display: table-footer-group!important;
}

.h5p-content {
    background: #ffffffe3;
    border-radius: 10px;
}

.h5p-iframe .h5p-container {
    border-radius: 5px;
}


.h5p-memory-game .h5p-memory-card .h5p-back::before, .h5p-memory-game .h5p-memory-image::before {
    opacity: 0;
}

.h5p-memory-game .h5p-memory-two-images .h5p-memory-image:first-child{
    background-color: #e9e9e9!important;
}

.h5p-memory-game .h5p-memory-two-images .h5p-memory-image:last-child {
    color: transparent!important;
    background-color: transparent!important;
    border-color: transparent!important;
    width: 7.25em!important;
    box-shadow:none!important;
    background-image: url(https://skanotava.lv/wp-content/uploads/2025/12/Zvaigznite.gif)!important;
    Left:-2.5em!important;
}

div.h5p-memory-top.h5p-memory-two-images > div:nth-child(2) > img {
    display: none!important;
}

[data-content-id='731'] .h5p-multichoice .h5p-alternative-container {

    border-radius: 4px;

}

[data-content-id='732'] .h5p-question-content {
   max-width: 600px!important;
  /* width: 100%;*/
  /*margin:auto!important;*/
/*min-width: 300px!important;*/
/*   margin: auto!important;*/
}

