@charset "UTF-8";
/* Import from UI */
html {
  height: 100%;
}

body {
  height: 100%;
  background: #fff;
  color: #000;
}

#dMain {
  z-index: 0;
}

section {
  display: block;
}

.page {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background-size: cover;
  background-position: 50% 50%;
}

:root {
  scroll-behavior: auto;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
  animation-fill-mode: forwards;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container_1320 {
  max-width: 1320px !important;
}

.h-100 {
  min-height: var(--vh, 100lvh);
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
}

.oFocus:focus {
  outline: none;
}

.oFocus:focus-visible {
  outline: auto;
}

#dLogo {
  position: fixed;
  top: 0px;
  right: 22px;
  height: 38px;
  width: 38px;
  background-color: transparent;
  background-image: url("../../../assets/gfx/img/logo.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: none;
}

.iCourseInfo {
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translate(-50%, -50%);
  font-size: 26px;
}

.dPointer {
  cursor: pointer;
}

.dHide {
  display: none;
}

.rb {
  border: 1px solid red;
}

.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.bgOverlayBlack_50 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.bgOverlayBlack_40 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.bgOverlayBlack_30 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.bgOverlayBlack_20 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.bgPosition_center {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.bgPosition_right {
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: cover !important;
}

.bgPosition_left {
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: cover !important;
}

.bgPosition_fixed {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.imgWidth {
  width: 100%;
}

.imgWidth_60 {
  max-width: 60px;
  width: 100%;
}

.imgWidth_80 {
  max-width: 80px;
  width: 100%;
}

.imgWidth_120 {
  max-width: 120px;
  width: 100%;
}

.imgWidth_150 {
  max-width: 150px;
  width: 100%;
}

.imgWidth_200 {
  max-width: 200px;
  width: 100%;
}

.imgWidth_250 {
  max-width: 250px;
  width: 100%;
}

.imgWidth_400 {
  max-width: 400px;
  width: 100%;
}

.imgWidth_600 {
  max-width: 600px;
  width: 100%;
}

.imgHeight_20 {
  max-height: 20px;
}

.dVideoWrapper {
  position: relative;
  border: 1px solid red;
}

.dVideoWrapper video {
  width: 100%;
  margin-bottom: -8px !important;
}

.dVideoWrapper div {
  position: absolute;
  font-size: 80px;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.popover {
  background-color: #fff;
  border-color: #000;
  border-radius: 0px;
  min-width: 330px;
  z-index: 1;
}

.popover-body {
  color: #000;
  padding: 20px !important;
}

@media (max-width: 991px) {
  .popover-body {
    padding: 15px !important;
  }
  .popover-body p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  border-top-color: #000 !important;
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  border-left-color: #000 !important;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  border-right-color: #000 !important;
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  border-bottom-color: #000 !important;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  border-top-color: #000 !important;
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  border-left-color: #000 !important;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  border-right-color: #000 !important;
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  border-bottom-color: #000 !important;
}

/* Flip image */
.flip {
  transform: scaleX(-1);
}

/* Float animation */
.floatImage {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
/* Video background */
.vBackground {
  position: absolute;
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  box-shadow: inset 0 0 10px #000000;
}

/* Scenario video background */
.bgVideo {
  position: absolute;
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  box-shadow: inset 0 0 10px #000000;
}

/* Ken Burn */
.kenburns-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
}

.kenburns-wrap .imgKenburns {
  position: absolute;
  top: -999px;
  bottom: -999px;
  left: -999px;
  right: -999px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: auto;
  animation: 30s ppb_kenburns linear infinite alternate;
}

@keyframes ppb_kenburns {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.3) translate(-5%, 5%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/* Show hide media */
.hide_max_768 {
  display: block;
}

@media (max-width: 768px) {
  .hide_max_768 {
    display: none;
  }
}
.show_max_768 {
  display: block;
}

@media (min-width: 769px) {
  .show_max_768 {
    display: none;
  }
}
/* Show hide media - Is controlled by content.js */
.show_on_mobile {
  display: none;
}

.hide_on_mobile {
  display: none;
}

/* 3D 2D */
.d3D_Wrapper {
  perspective: 1000px;
}

.d3D_Content {
  position: relative;
  transition: all 0.1s linear;
  transform-style: preserve-3d;
}

.d3D {
  transition: all 0.75s ease-out;
  transform-style: preserve-3d;
}

/* 3D 2D Anims */
.d3D_Z200_X20_Y-20_R10.has-transform {
  transform: translateZ(200px) translateX(20px) translateY(-20px) rotateZ(10deg) !important;
}

.d3D_Z400.has-transform {
  transform: translateZ(400px) !important;
}

.d3D_Z300.has-transform {
  transform: translateZ(300px) !important;
}

.d3D_Z250.has-transform {
  transform: translateZ(250px) !important;
}

.d3D_Z40.has-transform {
  transform: translateZ(40px) !important;
}

/* Scenarion */
.dScenario_question_wrapper {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #000;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  right: 10%;
  bottom: 10%;
}

.dScenario_question {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  padding: 13px;
  border-radius: 10px 10px 0px 0px;
  pointer-events: none;
}

.dScenario_alternative {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 15px;
  margin-top: 5px;
  border-radius: 6px;
  cursor: pointer;
  transition-duration: 0.2s;
}

.dScenario_alternative:hover {
  background-color: rgb(255, 255, 255);
  transition-duration: 0.2s;
}

/* Scale */
.dScaleMe {
  position: relative;
  overflow: hidden;
}

.dScaleMe div {
  position: absolute;
  transition: 0s;
}

.dScaledText {
  position: absolute;
  transform: translate(-50%, -50%);
}

.dZoomMe {
  overflow: hidden;
}

.dTriangle {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  background: #fff;
  opacity: 0.3;
}

.dTriangle i {
  position: absolute;
  bottom: 3px;
  left: 22px;
  transform: rotate(-45deg);
  font-size: 16px;
  color: #000;
}

.dZoom_border {
  border: 1px dashed #ddd;
}

.dSplineCanvasHolder {
  position: absolute;
  top: 50px;
  left: 50px;
  height: 10px;
  width: 10px;
  overflow: hidden;
}

#dNavMenu {
  z-index: 2;
}

.dMenu {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: -340px;
  width: 300px;
  min-height: 100px;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  transition: 0.5s;
  padding: 0px;
  opacity: 1;
}

.dMenuTitle {
  padding: 10px 20px 0px 25px;
  font-size: 20px;
  color: #000;
  background: #fff;
  height: 50px;
  border-bottom: 1px solid #ededed;
}

#dMenuWrapper {
  overflow: auto;
  height: calc(100vh - 50px); /* Obs: If done pages is true this is adjusted in ui.js */
  padding-bottom: 100px;
}

.dMenuChapterWrapper {
  position: relative;
  width: 100%;
}

.dMenuChapter {
  position: relative;
  cursor: pointer;
  padding: 5px 5px 5px 30px;
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  width: 100%;
  min-height: 35px;
  background-size: cover;
  height: 100px;
  background-position: 50% 50%;
}

.dMenuChapterText {
  position: absolute;
  bottom: 10px;
  color: #fff;
}

.dMenuChapterGradient {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(transparent, #000);
  opacity: 0.5;
}

.dMenuChapter i:nth-child(2) {
  position: absolute;
  bottom: 13px;
  right: 1px;
  font-size: 22px;
  transform: rotate(90deg);
  transition-duration: 0.5s;
  display: none;
}

.dMenuChapter i:nth-child(3) {
  position: absolute;
  bottom: 13px;
  left: 7px;
  font-size: 18px;
  transition-duration: 0.5s;
  color: transparent;
}

.dMenuPageWrapper {
  display: none;
  padding-top: 5px;
  padding-bottom: 10px;
}

.dMenuPage {
  position: relative;
  margin-left: 0px;
  cursor: pointer;
  color: #888;
}

.dMenuPage div {
  padding: 3px 15px 0px 32px !important;
}

.dMenuPage i:nth-child(1) {
  position: absolute;
  top: 5px !important;
  left: 6px !important;
  font-size: 14px;
  background: #eee;
  padding-top: 4px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100%;
  color: transparent;
}

.iDoneMenuItemIcon {
  color: #000 !important;
  opacity: 1 !important;
}

.iMenuPageLockIcon {
  color: #000 !important;
  font-size: 12px !important;
  padding-top: 4px !important;
}

.iMenuChapterLockIcon {
  color: #fff !important;
  font-size: 14px !important;
  bottom: 16px !important;
  left: 9px !important;
}

.dMenuShow {
  left: -1px !important;
  transition: 0.5s;
  opacity: 1;
}

.dDictionaryShow {
  left: -1px !important;
  transition: 0.5s;
}

.dCurrentChapter i:nth-child(2) {
  bottom: 8px;
  right: 6px;
  transform: rotate(0deg);
  transition-duration: 0.5s;
}

.dCurrentPage {
  color: #000;
  transition-duration: 0.5s;
}

#btnNavMenuClose {
  position: absolute;
  top: -5px;
  right: -40px;
  font-size: 40px;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 991px) {
  #btnNavMenuClose {
    font-size: 40px;
    top: -12px;
  }
}
@media (max-width: 450px) {
  #btnNavMenuClose {
    font-size: 30px;
    top: -3px;
    right: -30px;
  }
}
#dUi {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
}

.modal {
  padding: 0px !important;
}

.modal-dialog {
  margin-top: 0px;
  max-width: 700px;
  z-index: 2000;
}

.modal-content {
  margin-top: 50px;
  border-radius: 0;
}

.modal-content .btn-close {
  position: absolute;
  top: -55px;
  right: -8px;
  font-size: 40px;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  padding: 0 !important;
  background-image: none !important;
}

@media (max-width: 991px) {
  .modal-content .btn-close {
    font-size: 40px;
    top: -50px;
  }
  .modal-content {
    margin-top: 40px;
  }
}
@media (max-width: 450px) {
  .modal-content .btn-close {
    font-size: 36px;
    top: -48px;
  }
  .modal-content {
    margin-top: 40px;
  }
}
.modal-body {
  padding: 120px;
}

@media (max-width: 991px) {
  .modal-body {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .modal-body {
    padding: 30px 15px;
  }
}
.dNoModalPadding {
  padding: 0px !important;
}

/* Last continue buttons */
.dLastContinueHolder button {
  float: right;
  margin: 10px 0px 0px 10px;
}

/* Bootstrap modal overlay */
.modal-backdrop.show {
  opacity: 0.7;
}

/* Overlay */
#dOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none;
}

/* Top bar - Default invisible */
#dTopBar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  background-color: #fff;
  opacity: 1;
  display: inline;
  transition-duration: 1s;
}

/* Chapter and page info */
#dChapterPageInfoWrapper {
  position: fixed;
  left: 100px;
  min-height: 50px;
  min-width: 50px;
}

#dChapterInfo {
  margin-top: 3px;
  font-size: 14px;
  color: #fff;
}

#dPageInfo {
  margin-top: -5px;
  font-size: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  #dChapterInfo {
    display: none;
  }
  #dPageInfo {
    display: none;
  }
}
/* Language flag */
#imgLangFlag {
  position: fixed;
  top: 18px;
  right: 300px;
  width: 22px;
  display: none;
}

@media (max-width: 768px) {
  #imgLangFlag {
    right: 220px;
  }
}
/* Language select */
#selectLang {
  display: none;
  position: fixed;
  width: auto;
  top: 9px;
  right: 20px;
  padding: 0px 5px 0px 10px !important;
}

@media (max-width: 768px) {
  #selectLang {
    right: 50px;
  }
}
/* Menu */
#btnNavMenu {
  cursor: pointer;
  position: fixed;
  top: 5px;
  left: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 4px;
}

/* Hide second icon */
#btnNavMenu i:nth-child(2) {
  display: none;
}

/* Dictionary Btn */
#btnDictionary {
  cursor: pointer;
  position: fixed;
  top: 10px;
  left: 95px;
  text-align: center;
  padding-top: 4px;
  display: none;
}

#btnDictionary i:nth-child(1) {
  font-size: 20px;
}

/* Hide second icon */
#btnDictionary i:nth-child(2) {
  display: none;
}

/* Dictionary */
.dDictionary {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: -340px;
  width: 300px;
  min-height: 100px;
  background: #333;
  border: 0px solid #aaa;
  border-radius: 0px 0px 0px 0px;
  transition: 0.5s;
  padding: 0px;
}

.dDictionary_scroll_wrapper {
  overflow-y: auto;
  overflow-x: visible !important;
  height: 100vh;
  padding-bottom: 20px;
}

.dDictionaryWord {
  color: #fff;
  width: 100%;
  padding: 10px 10px 0px 25px;
  cursor: pointer;
  transition: 0.2s;
}

.dDictionaryWord:hover {
  text-decoration: underline;
  transition: 0.2s;
}

/* Dictionary link on page */
.dDict {
  text-decoration: underline;
  cursor: pointer;
}

/* Page nav buttons */
#dNavButtonWrapper {
  display: none; /* Hide as default */
}

#btnPageUp {
  cursor: pointer;
  position: fixed;
  top: 50px;
  right: 10px;
  width: 30px;
  height: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 2px;
  display: none;
}

#btnPageDown {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  color: #000;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 4px;
  display: none;
}

/* Chapter nav buttons */
#btnChapterUp {
  cursor: pointer;
  position: fixed;
  top: 50px;
  right: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  color: #000;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: none;
  transition-duration: 0.3s;
}

#btnChapterDown {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  line-height: 38px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: none;
  transition-duration: 0.3s;
}

/* Course audio */
#dCourseAudio {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20%;
  right: 20%;
  height: 10px;
  border: 0px solid red;
  box-sizing: border-box;
}

@media (max-width: 575px) {
  #dCourseAudio {
    left: 50px;
    right: 50px;
  }
}
#dCourseAudioBG {
  position: absolute;
  top: 2px;
  height: 6px;
  width: 100%;
  border: 0px solid rgba(50, 50, 50, 0.5);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

#dCourseAudioHandle {
  position: absolute;
  top: -7px;
  left: 0%;
  margin-left: 2px;
  height: 24px;
  width: 24px;
  border: 0px solid rgb(50, 50, 50);
  border-radius: 12px;
  background: rgb(255, 255, 255);
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px rgb(0, 0, 0);
}

#dCourseAudioPlayBtn {
  cursor: pointer;
  position: absolute;
  top: -10px;
  left: -40px;
  width: 30px;
  height: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 3px;
}

/* Hide second icon */
#dCourseAudioPlayBtn i:nth-child(1) {
  margin-left: 3px;
}

#dCourseAudioPlayBtn i:nth-child(2) {
  display: none;
}

#dCourseAudioSubtitleBtn {
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -40px;
  width: 30px;
  height: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  background: #fff;
  color: #000;
  border-radius: 50%;
  text-align: center;
  padding-top: 3px;
}

#dCourseAudioSubtitleWrapper {
  position: absolute;
  bottom: 30px;
  left: 0%;
  right: 0%;
  max-height: 200px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 15px 0px 15px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Video
video::cue {
    opacity: 1;
    background-color: transparent;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
} */
/* Default buttons 
button {
    background: #fff;
    border: none;
    border-radius: 4px;    
    margin: 2px 0px;
    padding: 5px 15px 5px 15px;
    opacity: 1;
}
button:hover {
    opacity: 1;
} 
button:focus {
    outline: none !important;
}

*/
/* Review */
#btnReview {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  position: fixed;
  top: 5px;
  left: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 3px;
  z-index: 0;
  transform: translate(-50%, -50%);
}

/* Course info */
#btnCourseInfo {
  cursor: pointer;
  position: fixed;
  top: -7px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 2px;
  z-index: 0;
  display: inline;
  font-size: 32px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}

@media (max-width: 768px) {
  #btnCourseInfo {
    right: 10px;
  }
}
/* Achievements */
#dAchievements {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 4px 15px 5px 15px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

#dAchievements img {
  height: 20px;
  margin-top: -4px;
  margin-right: 10px;
}

#dAchievementAnim {
  position: fixed;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 20px 20px 0px 20px;
  box-shadow: 0px 0px 20px rgb(0, 0, 0);
  display: none;
  pointer-events: none;
}

#dAchievementAnim img {
  margin-bottom: 10px;
}

.tAchievements td {
  padding: 5px 20px 5px 0px;
}

.tAchievements img {
  width: 50px;
}

/* Done pages */
.dDonePages {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 12px 5px 12px;
  border-top: 1px solid #ededed;
}

.dDonePages .dDonePages_bar_bg {
  background: #ddd;
  border-radius: 20px;
  width: 100%;
  height: 6px;
  margin-top: 25px;
}

.dDonePages .dDonePages_bar {
  background: #000;
  border-radius: 20px;
  width: 0%;
  height: 6px;
  margin-top: 23px;
}

.dDonePages .dDonePages_text {
  float: left;
}

.dDonePages .dDonePages_persent {
  float: left;
}

/* Done pages in top bar */
.dDonePagesInTopBar {
  position: fixed;
  top: 2px;
  left: 50%;
  width: 500px;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  padding: 2px 6px 4px 6px;
  display: none;
}

.dDonePagesInTopBar .dDonePages_bar_bg {
  background: #ddd;
  border-radius: 20px;
  width: 100%;
  height: 6px;
  margin-top: 20px;
}

.dDonePagesInTopBar .dDonePages_bar {
  background: green;
  border-radius: 20px;
  width: 0%;
  height: 6px;
  margin-top: 20px;
}

.dDonePagesInTopBar .dDonePages_text {
  float: left;
}

.dDonePagesInTopBar .dDonePages_persent {
  float: left;
  font-weight: bold;
}

@media (max-width: 991px) {
  .dDonePagesInTopBar {
    display: none !important;
  }
}
/* Panel */
#dPanel {
  position: fixed;
  top: 0px;
  bottom: 0px;
  max-width: 87%;
  padding: 0px;
  box-sizing: border-box;
  background: #fff;
  transition-duration: 0.5s;
}

#dPanel .dPanelWrapper {
  max-height: 100vh;
  overflow-y: auto;
}

.dPanelWrapper {
  padding: 100px !important;
}

@media (max-width: 991px) {
  .dPanelWrapper {
    padding: 50px !important;
  }
}
@media (max-width: 575px) {
  .dPanelWrapper {
    padding: 30px 15px !important;
  }
}
#dPanelCloseBtn {
  position: absolute;
  top: -5px;
  left: -40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 991px) {
  #dPanelCloseBtn {
    font-size: 40px;
    top: -10px;
    left: -50px;
  }
}
@media (max-width: 450px) {
  #dPanelCloseBtn {
    font-size: 30px;
    top: -3px;
    left: -45px;
  }
}
/* Course completed default settings */
.ShowIfCourseCompleted {
  display: none;
}

.HideIfCourseCompleted {
  display: none;
}

/* Page lock */
#btnPageLock {
  position: fixed;
  bottom: 10px;
  right: -100px;
  font-size: 30px;
  line-height: 0;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.9);
  padding: 15px;
  border-radius: 100%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  transition-duration: 0.5s;
}

.btnPageLock_locked {
  right: 10px !important;
}

/* Custum menu */
.dCustomMenu .dOpen {
  opacity: 1;
  cursor: pointer;
}

.dCustomMenu .dLocked {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.dCustomMenu .dDone {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}

/* Hide on page */
.dHide {
  display: none;
}

.sDictWord {
  text-decoration: underline;
  color: red;
  cursor: pointer;
}

/* Multiplechoice question */
.dMultipleAnswerHolder {
  position: relative;
}

.dMultipleAnswerHolder .dAnswerHolder div {
  position: relative;
  padding: 10px 20px 10px 80px;
  min-height: 76px;
  /* Privacy Ninja to hanle overflow-wrap: break-word in answers
  display: flex;
  align-items: center;
  */
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  margin-bottom: 10px;
  cursor: pointer;
}

.dMultipleAnswerHolder .dAnswerHolder div i:nth-child(1) {
  position: absolute;
  top: 49%;
  left: 40px;
  color: transparent;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
  border: 5px solid #ddd;
  background: #ddd;
  font-size: 16px;
}

.dMultipleAnswerHolder .iSelected {
  color: #000 !important;
}

.dMultipleAnswerHolder .fa-circle {
  border-radius: 100%;
}

.dMultipleAnswerHolder .fa-check {
  font-size: 20px;
  line-height: 17px;
}

.dMultipleAnswerHolder .dAnswerHolder div i:nth-child(2) {
  position: absolute;
  top: 50%;
  left: -30px;
  font-size: 24px;
  transform: translate(-50%, -55%);
}

.dMultipleAnswerHolder .WrongColor {
  color: #f00;
  font-weight: bold;
}

.dMultipleAnswerHolder .CorrectColor {
  color: #0a0;
  font-weight: bold;
}

.dMultipleAnswerHolder .dButtonHolder {
  padding-top: 10px;
}

.dMultipleAnswerHolder .dButtonHolder button {
  margin-right: 10px;
  margin-bottom: 13px;
}

.dMultipleAnswerHolder .Hidden {
  display: none;
}

.dMultipleAnswerHolder .Disabled {
  opacity: 0.7;
  pointer-events: none;
  cursor: default;
}

.dFeedbackHolder {
  display: none;
}

.dFeedback {
  position: relative;
  display: none;
  padding: 90px 100px 80px 100px;
  margin: 40px 0px 20px 0px;
  background: #000;
  color: #fff;
}

.dFeedback_arrow {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -14px;
  display: block !important;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #000;
}

.dFeedback i {
  font-size: 26px;
  transform: translateY(10%);
  margin-right: 10px;
}

@media (max-width: 992px) {
  .dAnswerHolder div {
    padding: 10px 20px 10px 50px;
  }
  .dAnswerHolder div i:nth-child(1) {
    left: 25px;
  }
  .dAnswerHolder div i:nth-child(2) {
    left: 0px;
  }
  .dFeedback {
    padding: 18px 20px 18px 20px !important;
    margin: 20px 0px 10px 0px;
  }
}
.dSwipeWrapper {
  position: relative;
  border: 0px dashed white;
  z-index: 10;
  overflow: visible;
  display: none;
}

.dSwipe {
  border: 0px dashed red;
  padding: 20px;
  color: #fff;
  cursor: pointer;
  background-color: red;
  border-radius: 0px;
  color: red;
  font-family: "KPA-Bold";
  font-size: 20px;
  overflow: hidden !important;
  padding: 15px 30px 40px 30px !important;
  position: relative;
  width: 100%;
  text-align: center;
}

.dSwipe_left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 5px;
  width: 70px;
  height: 40px;
  border: 0px solid red;
}

.dSwipe_right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding-top: 5px;
  width: 70px;
  height: 40px;
  border: 0px solid red;
}

.dSwipeFeedback .dScore {
  display: none;
}

.dSwipeResetBtn {
  margin-top: 20px;
  cursor: pointer;
  color: red;
  text-decoration: underline;
  display: none;
}

/* FILL IN BLANKS */
.dFillInBlank .dDroppableArea {
  margin-top: 10px;
  margin-bottom: 20px;
}

.spanDropHere {
  width: 100%;
}

.dFillInBlank .dDroppable_homeDrop {
  background: transparent;
  width: 100%;
}

.dFillInBlank .dDroppable {
  position: relative;
  background: transparent;
  display: inline-block;
  box-sizing: border-box;
  min-height: 29px;
  margin: 5px 5px -8px 5px;
  border-radius: 30px;
  border: 2px dotted #fff;
}

.dFillInBlank .dDraggable {
  cursor: pointer;
  display: block;
  float: left;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 30px;
  min-height: 29px;
  padding: 3px 20px 3px 20px;
  margin: 0px 5px 5px 0px;
  z-index: 1;
  background: #fff;
  color: #000;
}

.dFillInBlank .dDropped {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 3px 0px 3px 3px;
  margin: -2px 0px 0px -2px;
}

.dFillInBlank .dDraggableArea {
  display: table;
}

.dFillInBlank .dDraggable_feedback_holder {
  border: 0px solid blue;
}

.dFillInBlank .dDraggable_feedback_correct {
  display: none;
}

.dFillInBlank .dDraggable_feedback_wrong {
  display: none;
}

/* TRUE OR FALSE */
.dQuestions {
  margin-bottom: 20px;
  font-size: 22px;
}

.tTF {
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
  vertical-align: middle;
  margin-left: -2px;
}

.tTF td {
  background-color: #ddd;
  padding: 5px 10px 5px 10px;
}

@media (max-width: 768px) {
  .tTF td {
    background-color: #ddd;
    padding: 5px;
  }
  .tTF_rotate {
    transform: rotate(180deg);
    writing-mode: tb-rl;
    padding: 5px 0px 5px 0px;
  }
}
.tTF_header td {
  background-color: #000;
  color: #fff;
  vertical-align: bottom;
}

/* Feedback css */
.dTrueOrFalse .dWrong {
  display: none;
}

.dTrueOrFalse .dCorrect {
  display: none;
}

.dTrueOrFalse .dContinueBtn {
  display: none;
}

/* Tests */
.dShowIfTestPassed {
  display: none;
}

.dShowIfTestFailed {
  display: none;
}

.dTestCorrectIcon {
  position: absolute;
  right: -38px;
  top: 0px;
  font-size: 36px !important;
  color: green;
  transition-duration: 0.5s;
}

.dTestWrongIcon {
  position: absolute;
  right: -35px;
  top: -8px;
  font-size: 40px;
  color: red;
  transition-duration: 0.5s;
}

/* Circle */
.dFeedbackCircle {
  padding: 20px 0px 20px 0px;
  display: none;
}

.dScoreCircle {
  padding: 0px;
  border-radius: 116px;
  background: #fff;
  width: 216px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.dScoreCircle canvas {
  margin-top: 10px;
}

.dCircleScore {
  font-size: 50px;
  line-height: 20px;
  font-weight: bold;
  margin-top: -115px;
  padding-left: 0px;
  width: 100%;
  float: left;
  text-align: center;
  color: #000;
}

/* Multiplechoice question */
.dTestHolder .dButtonHolder {
  padding-top: 20px;
}

.dTestHolder .dButtonHolder button {
  margin-right: 10px;
}

.dTestHolder .WrongColor {
  color: #f00;
}

.dTestHolder .CorrectColor {
  color: #0a0;
}

.dTestHolder .Hidden {
  display: none;
}

.dTestHolder .Disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
  transition-duration: 1s;
}

.dTestHolder .dFeedbackHolder {
  display: none;
}

.dTestHolder .dFeedback {
  position: relative;
  display: none;
  padding: 90px 100px 80px 100px;
  margin: 40px 0px 20px 0px;
  background: #000;
  color: #fff;
}

.dTestHolder .dFeedback_arrow {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -14px;
  display: block !important;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #000;
}

.dTestHolder .dFeedback i {
  font-size: 26px;
  transform: translateY(10%);
  margin-right: 10px;
}

@media (max-width: 992px) {
  .dTestCorrectIcon {
    right: -7px;
  }
  .dTestWrongIcon {
    right: -5px;
  }
}
.tdCorrectColor {
  background: #9DBAAE !important;
}

.tdWrongColor {
  background: #e3021b !important;
}

.tMatrix {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.tMatrix tr td {
  position: relative;
  background: none;
  border: 4px solid #fff;
  padding: 10px 10px;
  cursor: pointer;
}

@media (max-width: 650px) {
  .tMatrix tr td {
    padding: 5px 5px;
  }
}
.tMatrix td:nth-child(2) {
  min-width: 100px;
  text-align: center;
}

.tMatrix td:nth-child(3) {
  min-width: 100px;
  text-align: center;
}

.tMatrix td:nth-child(4) {
  min-width: 100px;
  text-align: center;
}

@media (max-width: 992px) {
  .tMatrix td:nth-child(2) {
    min-width: 20px;
  }
  .tMatrix td:nth-child(3) {
    min-width: 20px;
  }
  .tMatrix td:nth-child(4) {
    min-width: 20px;
  }
  .tMatrix td:nth-child(2) span {
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
  }
  .tMatrix td:nth-child(3) span {
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
  }
  .tMatrix td:nth-child(4) span {
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
  }
}
.iMatrixCorrectIcon {
  position: absolute;
  top: 50%;
  right: -40px;
  font-size: 24px;
  color: green;
  transform: translate(-50%, -50%);
}

.iMatrixWrongIcon {
  position: absolute;
  top: 50%;
  right: -43px;
  font-size: 26px;
  color: red;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .tMatrix {
    width: calc(100% - 30px);
  }
}
.tMatrix tr:nth-child(1) {
  vertical-align: bottom;
  font-weight: bold;
}

.tMatrix tr:nth-child(odd) {
  background-color: #ccc;
  color: #000;
}

.tMatrix tr:nth-child(even) {
  background-color: #ddd;
  color: #000;
}

.tMatrix tr:first-child {
  background-color: #fff;
  color: #53565a;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: auto;
  width: 24px;
  height: 24px;
  border: 0px solid #fff;
  border-radius: 50%;
  transform: translateY(-0.075em);
  background-color: #fff;
  display: grid;
  place-content: center;
  cursor: pointer;
}

input[type=radio]::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #3B3050;
}

input[type=radio]:checked::before {
  transform: scale(0.6);
}

.dOrder {
  border: 1px solid #000;
  color: #000;
  position: relative;
  padding: 10px 40px 10px 30px;
  border-radius: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  background: #fff;
  min-height: 70px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

@media (max-width: 768px) {
  .dOrder {
    padding: 10px 40px 10px 10px;
    margin-right: 30px;
  }
}
.dOrder img {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.dOrder i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dOrder_feedback_answer_btn {
  display: inline-block;
}

.fc_success {
  color: #9DBAAE;
}

.fc_wrong {
  color: #e3021b;
}

.dOrder_success_icon {
  right: -43px !important;
  font-size: 24px;
}

.dOrder_wrong_icon {
  right: -40px !important;
  font-size: 26px;
}

.dSelectQuestion {
  position: relative;
  border: 0px solid red;
}

.dSelectQuestion .dHeader {
  border: 0px solid red;
  display: flex;
}

.dSelectQuestion .dColumn_1 {
  border: 0px solid red;
  width: 45%;
  text-align: center;
}

.dSelectQuestion .dColumn_2 {
  border: 0px solid red;
  width: 10%;
}

.dSelectQuestion .dColumn_3 {
  border: 0px solid red;
  width: 45%;
  text-align: center;
}

.dSelectQuestion .dItem {
  position: relative;
  border: 0px solid red;
  display: flex;
  margin-bottom: 10px;
}

.dSelectQuestion .dQuestion {
  border: 1px solid #e1e1e1;
  width: 45%;
  color: #000;
  background: #fff;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 5px 20px;
  min-height: 60px;
}

.dSelectQuestion .dQuestion h4 {
  margin: 0px;
}

.dSelectQuestion .dLineHolder {
  border: 0px solid red;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dSelectQuestion .dLine {
  border: 1px dashed #000;
  width: 80%;
}

.dSelectQuestion .dAnswers {
  border: 1px solid #e1e1e1;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}

.dSelectQuestion .dAnswers select {
  border-radius: 4px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175);
  cursor: pointer;
  width: 100%;
  min-height: 60px;
  padding-left: 20px !important;
  font-size: 16px !important;
  white-space: pre-wrap;
  border: none !important;
}

.dSelectQuestion .dAnswers select:focus {
  outline: none;
}

@media (max-width: 1199px) {
  .dSelectQuestion .dColumn_1 {
    width: 100%;
  }
  .dSelectQuestion .dColumn_2 {
    display: none;
  }
  .dSelectQuestion .dColumn_3 {
    display: none;
  }
  .dSelectQuestion .dLineHolder {
    display: none;
  }
  .dSelectQuestion .dItem {
    display: inline;
  }
  .dSelectQuestion .dQuestion {
    width: 100%;
    margin-bottom: 1px;
  }
  .dSelectQuestion .dAnswers {
    width: 100%;
    margin-bottom: 20px;
  }
}
.dSelectQuestion .dFeedback {
  width: 50%;
  padding: 30px 20px 10px 20px;
}

.dFeedback_white {
  color: #000;
  background: #fff;
}

.dFeedback_white .dFeedback_arrow {
  border-bottom: 15px solid #fff;
}

@media (max-width: 991px) {
  .dSelectQuestion .dFeedback {
    width: 100%;
    padding: 20px 20px 1px 20px;
  }
}
@media (max-width: 575px) {
  .dSelectQuestion .dQuestion {
    padding: 5px 10px;
    min-height: 30px;
  }
  .dSelectQuestion .dFeedback {
    padding: 10px 10px 1px 10px;
  }
  .dSelectQuestion .dQuestion h4 {
    font-size: 16px !important;
  }
  .dSelectQuestion .dAnswers {
    min-height: 10px !important;
  }
  .dSelectQuestion .dAnswers select {
    font-size: 16px !important;
    min-height: 10px !important;
    padding: 5px 10px !important;
  }
}
/* Import templates */
.dFlipContainer {
  perspective: 1000px;
}

.dFlipCard {
  transform-style: preserve-3d;
  transition: transform 1s;
  cursor: pointer;
}

.dFlipBlock {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.dFlipFront {
  position: relative;
  color: #fff;
  background: #000;
  padding: 10px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dFlipBack {
  position: absolute;
  top: 0px;
  transform: rotateY(180deg);
  color: #fff;
  background: #000;
  padding: 70px 45px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: top;
}

@media (max-width: 767px) {
  .dFlipBack {
    padding: 40px 20px;
  }
}
.dFlipCardFlipped {
  transform: rotateY(-180deg);
}

.template_book_wrapper {
  position: relative;
  background: brown;
  border: 20px solid brown;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
}

.template_book_holder {
  position: relative;
  width: 100%;
  padding-left: 50%;
}

.template_book {
  position: absolute;
  top: 0px;
  width: 50%;
  height: 400px;
  height: 100%;
}

.template_book:first-child {
  position: relative !important;
  width: 100%;
}

.dBookContainer {
  perspective: 2000px;
  width: 100%;
}

.dBook {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s;
  cursor: pointer;
  transform-origin: 0px 0px;
}

.dBookPage {
  position: relative;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.dBookPageFront {
  position: relative;
  color: #fff;
  background: #000;
  padding: 10px;
  border-radius: 0px;
  background-size: cover;
  background-position: center center;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #50A294;
}

.dBookPageBack {
  position: absolute;
  top: 0px;
  transform: rotateY(180deg);
  color: #fff;
  background: #000;
  padding: 70px 45px;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: top;
  background-color: #396976;
}

@media (max-width: 767px) {
  .dBookPageBack {
    padding: 40px 20px;
  }
}
.dBookPageFliped {
  transform: rotateY(-180deg);
  position: relative;
}

.dTurn {
  position: absolute;
  bottom: -80px;
  width: 50px;
  height: 50px;
  background: #396976;
  color: #fff !important;
  border-radius: 100%;
  cursor: pointer;
}

.dTurnLeft {
  left: 43%;
}

.dTurnRight {
  right: 43%;
}

.dTurn i {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff !important;
  font-size: 22px;
}

.dPrevPage {
  left: 35%;
}

.dNextPage {
  right: 35%;
}

.dPageNr {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -80px;
  left: 50%;
  color: #fff !important;
  font-size: 16px;
}

@media (max-width: 1500px) {
  .dBook {
    pointer-events: none;
    transition: transform 0s;
  }
  .template_book_wrapper {
    transform: scale(1);
  }
  .template_book_holder {
    position: relative;
    width: 100%;
    padding-left: 0%;
  }
  .template_book {
    position: absolute;
    width: 100%;
  }
  .dBookPageFront {
    position: absolute !important;
    transform: rotateY(0deg);
    width: 100% !important;
  }
  .dBookPageBack {
    transform: rotateY(0deg);
    width: 100% !important;
  }
  .dBookPageFliped {
    transform: rotateY(0deg);
  }
}
/*
// Temp
.template_book_page_1 .dBookPageFront {
    background-color: rgb(170, 111, 0);   
}
.template_book_page_1 .dBookPageBack {
    background-color: orange;    
}
.template_book_page_2 .dBookPageFront {
    background-color: red; 
}
.template_book_page_2 .dBookPageBack {
    background-color: rgb(187, 0, 0);   
}
.template_book_page_3 .dBookPageFront {
    background-color: green; 
}
.template_book_page_3 .dBookPageBack {
    background-color: rgb(0, 59, 0); 
}
*/
#accordion button.btnCollapse {
  position: relative;
  width: 100%;
  border: none;
  text-align: left;
  padding: 20px 80px 20px 50px;
  margin-top: 5px;
  margin-bottom: 0px;
  background: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  #accordion button {
    padding: 20px 50px 20px 20px;
  }
}
#accordion button i {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(50%, -50%);
  font-size: 20px;
}

@media (max-width: 767px) {
  #accordion button i {
    right: 20px;
  }
}
#accordion .collapse {
  background: #fff;
  color: #000;
}

#accordion .collapsing {
  background: #fff;
  color: #000;
}

#accordion .collapse div {
  padding: 20px 40px 40px 40px;
}

#accordion .collapsing div {
  padding: 20px 40px 40px 40px;
}

@media (max-width: 767px) {
  #accordion .collapse div {
    padding: 30px 20px 30px 20px !important;
  }
  #accordion .collapsing div {
    padding: 30px 20px 30px 20px !important;
  }
}
.dInfoTextOver {
  position: relative;
  min-height: 250px;
  cursor: pointer;
}

.dInfoTextOver div:nth-child(1) {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: #000;
  color: #fff;
}

.dInfoTextOver div div:nth-child(1) {
  position: relative;
  padding: 20px 10px 5px 10px;
  color: #fff;
  background: #000;
}

.dInfoTextOver div div:nth-child(2) {
  position: relative;
  padding: 0px 10px 5px 10px;
  color: #fff;
  background: #000;
  display: none;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 100%;
  left: 50%;
  border: 0px dashed red;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 34px;
  line-height: 0px;
  text-align: center;
  transform: translateX(-50%);
  z-index: 99;
  opacity: 1;
  color: #000 !important;
  text-decoration: none;
}

.carousel-control-next {
  margin-left: 140px;
}

.carousel-control-prev {
  margin-left: -140px;
}

@media (max-width: 450px) {
  .carousel-control-next {
    margin-left: 100px;
  }
  .carousel-control-prev {
    margin-left: -100px;
  }
}
.carousel-indicators {
  position: absolute;
  bottom: auto !important;
  margin-top: 10px;
  padding-top: 7px;
  margin-left: 0%;
  margin-right: 0%;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 40px;
  border: 1px solid #000; /* Must have a border */
  background-color: #000;
  padding: 0px !important;
  opacity: 0.3;
}

.carousel-indicators li.active {
  border: 1px solid #000; /* Must have a border */
  background-color: #000;
}

.carousel-arrow-wrapper {
  position: relative;
  border: 0px dashed red;
  height: 50px;
}

.carousel-inner {
  border-radius: 0px;
  background: #fff;
  min-height: 450px;
  display: flex;
  align-items: center;
  border: 1px solid #000;
  box-shadow: 0px 10px 50px 40px rgba(0, 0, 0, 0.03);
  padding: 100px 120px;
}

@media (max-width: 767px) {
  .carousel-inner {
    padding: 50px 60px;
  }
}
@media (max-width: 450px) {
  .carousel-inner {
    padding: 30px 15px;
  }
}
.carousel-indicators button {
  width: 18px !important;
  height: 18px !important;
  border-radius: 40px !important;
  border: 1px solid transparent !important; /* Must have a border */
  background-color: transparent;
  padding: 0px !important;
  opacity: 1 !important;
  cursor: default;
}

.carousel-indicators button.active {
  background-color: #000;
  opacity: 1 !important;
}

.dHwCarousel_wrapper {
  border: 0px solid red;
  width: 100%;
  overflow: hidden;
  border: 1px solid #000;
  box-shadow: 0px 10px 50px 40px rgba(0, 0, 0, 0.03);
  padding: 0px;
  max-height: calc(100vh - 300px);
  min-height: 300px;
}

.dHwCarousel_content {
  border: 0px solid green;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0px;
}

.dHwCarousel_page {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 100px 120px;
  overflow-Y: auto;
  max-height: calc(100vh - 300px);
  min-height: 300px;
}

@media (max-width: 767px) {
  .dHwCarousel_page {
    padding: 50px 60px;
  }
}
@media (max-width: 450px) {
  .dHwCarousel_page {
    padding: 30px 15px;
  }
}
.dHwCarousel_button_holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border: 0px solid red;
}

.dHwCarousel_btn {
  transition-duration: 0.3s;
  border: none;
  background: transparent;
  font-size: 40px;
  line-height: 0px;
  padding: 0px 10px 0px 10px;
}

.dHwCarousel_btn_disabled {
  opacity: 0;
  transition-duration: 0.3s;
  pointer-events: none;
}

.dHwCarousel_dot {
  width: 18px;
  height: 18px;
  margin: 3px;
  background: #000;
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
}

.dHwCarousel_dot_active {
  background: #8DC9BF;
  cursor: auto;
}

.dMemory .dFlipContainer {
  perspective: 1000px;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.dMemory .dFound {
  pointer-events: none;
}

.dMemory .dFlipCard {
  transform-style: preserve-3d;
  transition: transform 1s;
  cursor: pointer;
}

.dMemory .dFlipBlock {
  width: 210px;
  height: 250px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.dMemory .dFlipFront {
  position: relative;
  color: #000;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dMemory .dFlipBack {
  position: absolute;
  top: 0px;
  transform: rotateY(180deg);
  color: #fff;
  background: #000;
  padding: 10px !important;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  min-height: 100px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  color: transparent !important;
}

@media (max-width: 767px) {
  .dMemory .dFlipBack {
    padding: 40px 20px;
  }
}
.dMemory .dFlipCardFlipped {
  transform: rotateY(-180deg);
}

.dMemory .dMemoryInfo {
  width: 100%;
  margin-top: 10px;
  float: left;
  text-align: left;
}

.dFront img {
  width: 100px;
}

/* Import branding */
/* ----------------------------------------- COLORS */
/* Electrolux brand colors */
/* Primary blue */
/* Primary blue */
/* Primary blue */
/* Primary blue */
/* Moss green */
/* Moss green */
/* Moss green */
/* Moss green */
/* Silk plum */
/* Silk plum */
/* Silk plum */
/* Silk plum */
/* Mahogany warmgrey */
/* Mahogany warmgrey */
/* Mahogany warmgrey */
/* Mahogany warmgrey */
/* Ochre yellow */
/* Ochre yellow */
/* Ochre yellow */
/* Ochre yellow */
/* PPT special Färger */
/* Light blue*/
.bc_ppt_light_blue {
  background-color: #eff3f5;
}

/* Frigidare */
/* PPT medium red */
.bc_ppt_medium_red {
  background-color: #df3550;
}

.fc_ppt_medium_red {
  color: #df3550;
}

/* PPT dark red */
/* AEG */
.bc_ppt_aeg_black {
  background-color: #191919;
}

/* Black and white */
/* Black */
/* White */
/* Signal colors */
/* Set font colors */
.fc_darkblue {
  color: #041e50;
}

.fc_darkgreen {
  color: #3B4536;
}

.fc_darkplum {
  color: #2B2936;
}

.fc_darkwarmgrey {
  color: #3D2727;
}

.fc_darkyellow {
  color: #bd8d24;
}

.fc_blue {
  color: #7A8A9C;
}

.fc_mediumplum {
  color: #B1ABBB;
}

.fc_mediumplum {
  color: #B1ABBB;
}

.fc_black {
  color: #000;
}

.fc_white {
  color: #fff;
}

.fc_function_green {
  color: #038f38;
}

.fc_lightplum {
  color: #D8D5DD;
}

/* Set background colors */
.bc_lightblue {
  background-color: #DFE7EA;
}

.bc_mediumblue {
  background-color: #ADB9C3;
}

.bc_blue {
  background-color: #7A8A9C;
}

.bc_darkblue {
  background-color: #041e50;
}

.bc_lightgreen {
  background-color: #D4D8D2;
}

.bc_mediumgreen {
  background-color: #A7B1A4;
}

.bc_green {
  background-color: #6C7B67;
}

.bc_darkgreen {
  background-color: #3B4536;
}

.bc_lightplum {
  background-color: #D8D5DD;
}

.bc_mediumplum {
  background-color: #B1ABBB;
}

.bc_plum {
  background-color: #797487;
}

.bc_darkplum {
  background-color: #2B2936;
}

.bc_lightwarmgrey {
  background-color: #D9CFCF;
}

.bc_mediumwarmgrey {
  background-color: #B4A0A0;
}

.bc_warmgrey {
  background-color: #7E6464;
}

.bc_darkwarmgrey {
  background-color: #3D2727;
}

.bc_lightyellow {
  background-color: #efe1c9;
}

.bc_mediumyellow {
  background-color: #e2ca9d;
}

.bc_yellow {
  background-color: #e2ca9d;
}

.bc_darkyellow {
  background-color: #bd8d24;
}

.bc_black {
  background-color: #000;
}

.bc_white {
  background-color: #fff;
}

/* ----------------------------------------- LOGO */
/* Logo  */
#dLogo {
  position: fixed;
  top: 11px;
  right: 20px;
  height: 26px;
  width: 26px;
  background-image: url(../../../assets/gfx/img/logo_mini.png);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 1;
  display: inline;
}

/* ----------------------------------------- DEVICE WIDTHS */
/* Mobile width */
/* ----------------------------------------- FONT FAMILY */
@font-face {
  font-family: "ElectroluxSansThin";
  src: url("../../../assets/fonts/ElectroluxSans_1_Thin.otf");
  src: url("../../../assets/fonts/ElectroluxSans-Thin.woff") format("woff");
}
@font-face {
  font-family: "ElectroluxSansLight";
  src: url("../../../assets/fonts/ElectroluxSans_2_Light.otf");
  src: url("../../../assets/fonts/ElectroluxSans-Light.woff") format("woff");
}
@font-face {
  font-family: "ElectroluxSansRegular";
  src: url("../../../assets/fonts/ElectroluxSans_3_Regular.otf") format("opentype"), url("../../../assets/fonts/ElectroluxSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "ElectroluxSansSemibold";
  src: url("../../../assets/fonts/ElectroluxSans_4_Semibold.otf") format("opentype"), url("../../../assets/fonts/ElectroluxSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "ElectroluxSansBold";
  src: url("../../../assets/fonts/ElectroluxSans_5_Bold.otf") format("opentype"), url("../../../assets/fonts/ElectroluxSans-Bold.woff") format("woff");
}
/* Font family */
body {
  font-family: "ElectroluxSansRegular", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #041e50;
}

/* ----------------------------------------- FONT SIZES */
/* Fonts */
h1.caps {
  font-family: "ElectroluxSansSemibold", Arial, sans-serif;
  font-size: 128px;
  margin-bottom: 15px;
}

h1.extra_large {
  font-family: "ElectroluxSansSemibold", Arial, sans-serif;
  font-size: 96px;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 115px;
}

h1 {
  font-family: "ElectroluxSansSemibold", Arial, sans-serif;
  font-size: 54px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 65px;
}

h2 {
  font-family: "ElectroluxSansSemibold", Arial, sans-serif;
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 48px;
}

h3 {
  font-family: "ElectroluxSansSemibold", Arial, sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 31px;
}

p.ingress, ol.ingress li {
  font-family: "ElectroluxSansRegular", Arial, sans-serif;
  font-size: 26px;
  margin-bottom: 26px;
  line-height: 31px;
}

p.semiBold {
  font-family: "ElectroluxSansSemibold", Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 24px;
}

p, a {
  font-family: "ElectroluxSansRegular", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 19px;
}

p.small {
  font-size: 14px;
  line-height: 17px;
}

p.italic {
  font-family: "ElectroluxSansRegular", Arial, sans-serif;
  font-style: italic;
}

h4.italic {
  font-family: "ElectroluxSansRegular", Arial, sans-serif;
  font-style: italic;
}

.bold {
  font-family: "ElectroluxSansSemibold", Arial, sans-serif;
}

a {
  text-decoration: none !important;
}

@media (max-width: 992px) {
  h1.caps {
    font-size: 96px;
    line-height: 115px;
  }
  h1.extra_large {
    font-size: 76px;
    line-height: 96px;
  }
}
@media (max-width: 768px) {
  h1.caps {
    font-size: 76px;
    line-height: 96px;
  }
  h1.extra_large {
    font-size: 54px;
    line-height: 65px;
  }
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
p a {
  text-decoration: underline;
}

a.fc_darkblue:hover {
  color: #7A8A9C;
}

a.fc_darkplum:hover {
  color: #797487;
}

a.fc_darkgreen:hover {
  color: #6C7B67;
}

a.fc_darkyellow:hover {
  color: #e2ca9d;
}

a.fc_white:hover {
  color: #fff;
}

/* ----------------------------------------- MISC */
.h-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Default border radius */
/* UI overrides */
/*------------------------------------------- Menu */
#dChapterInfo {
  color: #041e50;
  display: none;
}

#dPageInfo {
  color: #041e50;
  display: none;
}

#btnNavMenu {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 15px;
  background: transparent;
  border-radius: 0px;
  text-align: center;
  padding-top: 0px;
  color: #041e50;
  font-size: 20px;
  line-height: 50px;
}

#btnChapterUp {
  top: 60px;
  padding-top: 0px;
  padding-left: 0px;
  font-size: 18px;
  width: 34px;
  height: 34px;
}

.dMenu {
  width: 330px;
  left: -380px;
}

.iDoneMenuItemIcon {
  color: #3B4536 !important;
}

.dMenuChapter .iDoneMenuItemIcon {
  color: #fff !important;
}

#dNavMenu {
  z-index: 12;
}

#dMenuWrapper {
  overflow: auto;
  height: calc(100vh - 50px); /* Obs: If done pages is true this is adjusted in ui.js */
  padding-bottom: 100px;
}

/* Hide not done checkboxes */
#dNavMenu .fa-check {
  opacity: 1;
  color: transparent;
}

/* Menu chapters back grounds */
.dMenuTitle {
  background: #fff;
  color: #041e50;
  font-family: "ElectroluxSansSemibold", Arial, sans-serif;
  font-size: 18px;
  padding: 12px 20px 0px 25px;
  height: 50px;
}

.dMenuChapter {
  color: #fff;
  font-size: 20px;
}

.dMenuChapterText {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  position: absolute;
  bottom: 6px;
  padding-right: 5px;
}

.dMenu {
  background: #fff;
}

.dMenuPage {
  color: #7A8A9C;
  font-size: 16px;
}

.dMenuPage i:nth-child(1) {
  position: absolute;
  top: 8px !important;
  left: 6px;
  font-size: 11px;
  background: #D4D8D2;
  padding: 3px;
  border-radius: 20px;
}

/* Menu page lock icon */
.iMenuPageLockIcon {
  color: #000 !important;
}

.dCurrentPage {
  color: #041e50 !important;
  font-size: 16px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

.dMenuPage div {
  padding: 5px 15px 0px 35px !important;
}

#btnNavMenu i:nth-child(2) {
  font-size: 24px;
}

/* Menu close btn */
#btnNavMenuClose {
  position: absolute;
  top: -5px;
  right: -40px;
  font-size: 40px;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 991px) {
  #btnNavMenuClose {
    font-size: 40px;
    top: -12px;
  }
}
@media (max-width: 450px) {
  #btnNavMenuClose {
    font-size: 30px;
    top: -3px;
    right: -30px;
  }
}
/*------------------------------------------- Top bar */
#dTopBar {
  height: 50px;
  opacity: 1;
  display: inline;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#btnCourseInfo {
  color: #041e50;
  cursor: pointer;
  border-radius: 0 !important;
  display: inline;
  font-size: 18px;
  line-height: 50px;
  top: -3px;
  left: 60px;
  position: fixed;
  z-index: 0;
}

/*#info_icon {
	font-size: 30px;
	line-height: 50px;
}*/
#selectLang {
  top: 9px !important;
}

#selectLang {
  right: 70px;
}

@media (max-width: 768px) {
  #selectLang {
    right: 72px;
  }
}
/* --- Progress bar --- */
#dCourseProgressWrapper {
  width: 100%;
  position: fixed;
  top: 5px !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

#dCourseProgress {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  cursor: default;
  box-shadow: none;
  display: block;
  margin-top: 9px;
  padding: 0;
  top: 0;
  width: 35%;
}

#dCourseProgress_text {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateX(-100%);
}

#dCourseProgress_persent {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translateX(150%);
}

#dCourseProgress_text, #dCourseProgress_persent, #dCourseProgress_bar_bg, #dCourseProgress_bar {
  display: inline;
  float: left;
}

#dCourseProgress_bar_bg {
  background: #DFE7EA;
  border-radius: 0;
  margin-top: 7px;
  height: 8px;
  width: 100%;
}

#dCourseProgress_bar {
  background: #041e50;
  border-radius: 0;
  height: 8px;
  margin-top: 0px;
}

#dCourseProgress_persent {
  font-weight: normal;
  height: 10px;
  margin-left: 10px;
}

@media (max-width: 576px) {
  #dCourseProgress_bar_bg, #dCourseProgress_bar {
    display: none;
  }
}
/* Hide on small screens */
@media (max-width: 1200px) {
  .hide_xl {
    display: none;
  }
}
@media (max-width: 992px) {
  .hide_lg {
    display: none;
  }
}
@media (max-width: 768px) {
  .hide_md {
    display: none;
  }
}
/* ----------------------------------------- MODALS */
.modal-content {
  border-radius: 0px;
}

.modal-content .close {
  right: -5px;
  top: -48px;
}

.modal-body {
  padding: 80px 80px 70px 80px;
}

@media (max-width: 768px) {
  .modal-body {
    padding: 20px 10px;
  }
}
/* ----------------------------------------- Buttons */
.btn {
  padding: 10px 30px !important;
}

.button.disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.btn-danger {
  border-radius: 2px;
  background-color: #c10000;
}

.btn-success {
  background-color: #038f38;
  border-radius: 2px;
}

.button {
  border-radius: 2px;
  font-size: 16px;
  font-family: "ElectroluxSansSemibold", Arial, sans-serif;
  padding: 14px 20px !important;
  margin: 10px 0;
}

.button_default_white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.button_default_white:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* --- Button Blue ---*/
.button_blue_light {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.button_blue_light:hover {
  background-color: #fff;
  color: #041e50;
}

.button_blue_dark_solid {
  background-color: #041e50;
  color: #fff;
}

.button_blue_dark {
  background-color: transparent;
  border: 1px solid #041e50;
  color: #041e50;
}

.button_blue_dark:hover {
  background-color: #041e50;
  color: #fff;
}

/* --- Button Green ---*/
.button_green_light {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.button_green_light:hover {
  background-color: #fff;
  color: #3B4536;
}

.button_green_dark_solid {
  background-color: #3B4536;
  color: #fff;
}

.button_green_dark_solid:hover {
  background-color: #3B4536;
  color: #fff;
}

.button_green_dark {
  background-color: transparent;
  border: 1px solid #3B4536;
  color: #3B4536;
}

.button_green_dark:hover {
  background-color: #3B4536;
  color: #fff;
}

/* --- Button Plum ---*/
.button_plum_light {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.button_plum_light:hover {
  background-color: #fff;
  color: #2B2936;
}

.button_plum_dark {
  background-color: transparent;
  border: 1px solid #2B2936;
  color: #2B2936;
}

.button_plum_dark:hover {
  background-color: #2B2936;
  color: #fff;
}

/* --- Button Warmgrey ---*/
.button_warmgrey_light {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.button_warmgrey_light:hover {
  background-color: #fff;
  color: #3D2727;
}

.button_warmgrey_dark {
  background-color: transparent;
  border: 1px solid #3D2727;
  color: #3D2727;
}

.button_warmgrey_dark:hover {
  background-color: #3D2727;
  color: #fff;
}

/* --- Button Yellow ---*/
.button_yellow_light {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.button_yellow_light:hover {
  background-color: #fff;
  color: #bd8d24;
}

.button_yellow_dark {
  background-color: transparent;
  border: 1px solid #bd8d24;
  color: #bd8d24;
}

.button_yellow_dark:hover {
  background-color: #bd8d24;
  color: #fff;
}

/* UI overrides */
button {
  box-shadow: 0px 0px 0px black;
  transition: all 0.3s ease 0s;
}

button:hover {
  box-shadow: 0px 0px 0px black;
  opacity: 0.9;
  transition: all 0.3s ease 0s;
}

/* ----------------------------------------- MULTIPLE CHOICE */
.dMultipleAnswerHolder .dAnswerHolder div {
  position: relative;
  width: 100%;
  padding: 15px 33px 15px 43px;
  background-color: white;
  color: #000;
  border: 0;
  border-left: 4px solid #fff;
  border-radius: 2px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 500;
  font-family: "ElectroluxSansSemibold", Arial, sans-serif;
}

.dMultipleAnswerHolder .dAnswerHolder div:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  border-left: 4px solid #000;
}

.dMultipleAnswerHolder .dAnswerHolder div i:nth-child(1) {
  position: absolute;
  top: 44%;
  left: 22px;
  color: #000;
}

.dMultipleAnswerHolder .CorrectColor {
  color: #000;
  font-weight: bold;
}

/*--- HOTSPOT ---*/
.hotspot {
  cursor: pointer;
  animation: pulse 2s infinite;
  width: 40px;
}

.hotspot_small {
  width: 30px;
}

.hotspot_position {
  position: absolute;
  margin-top: -40px;
  margin-left: -40px;
}

.hotspot_position_small {
  position: absolute;
  margin-top: -30px;
  margin-left: -30px;
}

@media (max-width: 768px) {
  .hotspot {
    width: 35px;
  }
  .hotspot_position {
    margin-top: -35px;
    margin-left: -35px;
  }
}
@media (max-width: 576px) {
  .hotspot {
    width: 30px;
  }
  .hotspot_position {
    margin-top: -30px;
    margin-left: -30px;
    width: 30px;
  }
}
/*.hotspot:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
    transition: all 0.3s ease 0s;
}*/
.hotspot_position {
  cursor: pointer;
  position: absolute;
  transition: all 0.3s ease 0s;
}

.hotspot_position:hover { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

/* --- POP OVER ---*/
.popover_text {
  cursor: pointer;
  text-decoration: underline;
}

.popover {
  border: 0;
  border-radius: 0;
}

.popover-body {
  padding: 15px;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  border-width: 0 !important;
}

/* --- Overlay ---*/
.bg_black_overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.bg_black_overlay_02:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.bg_black_overlay_025:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.bg_darkblue_overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(4, 30, 80, 0.3);
}

.bg_darkplum_overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(43, 41, 54, 0.6);
}

/* --- Half Page Padding ---*/
.half_page_padding {
  padding: 50px 70px;
}

@media (max-width: 768px) {
  .half_page_padding {
    padding: 50px 30px;
  }
}
.container_half_page_padding {
  padding: 50px 30px;
}

/*--- VIDEO ---*/
.play_button_wrapper {
  background-color: #fff;
  border-radius: 3px;
  padding: 6px 8px 6px 10px;
}

.video_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.play_arrow_color_blue {
  color: #041e50;
}

.play_arrow_color_plum {
  color: #797487;
}

.play_arrow_color_green {
  color: #6C7B67;
}

.play_arrow_color_yellow {
  color: #e2ca9d;
}

/* Video background */
.dVideoBgWrapper {
  position: absolute;
  opacity: 1;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.vBackground {
  position: absolute;
  right: 0px;
  min-height: 100%;
  min-width: 100%;
  top: 0px;
  bottom: 0px;
}

/*--- Read more accordion ---*/
.btnAccordion {
  border-radius: 0 !important;
  border: 0 !important;
  font-size: 16px;
  margin-bottom: 0px !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 10px 12px 10px 12px !important;
  width: 100%;
  text-align: left;
  outline: none;
  transition: all 0.3s !important;
  background: #2B2936;
}

.blue #accordion button {
  background: #041e50;
  border: 0 !important;
}

#accordion .collapse {
  background: #2B2936;
  color: #fff;
}

#accordion .collapsing {
  background: #2B2936;
  color: #fff;
}

.blue #accordion .collapse {
  background: #041e50;
  color: #fff;
}

.blue #accordion .collapsing {
  background: #041e50;
  color: #fff;
}

.btnAccordion:hover {
  opacity: 0.9;
  transition: all 0.3s !important;
}

.btnAccordion i {
  margin-right: 6px;
}

.dMoreInfoAccordion {
  width: 100%;
  display: none;
  color: #000;
  float: left;
  padding: 0px !important;
  background-color: #fff !important;
  margin-bottom: 10px;
}

.btnAccordion {
  transition: all 0.3s !important;
}

.btnAccordion:hover {
  transition: all 0.3s !important;
}

.dMoreInfoAccordion_content {
  margin-top: -2px;
  padding: 20px 20px 5px 20px !important;
}

.dMoreInfoAccordion_content div {
  font-size: 14px;
  line-height: 20px;
}

.btn.btn-primary, .btn.btn-secondary {
  background-color: transparent !important;
  border: 1px solid #041e50 !important;
  color: #041e50 !important;
}

.btn.btn-primary:hover, .btn.btn-secondary:hover {
  background-color: #041e50 !important;
  color: #fff !important;
}

/* Import content */
#btnChapterUp {
  display: block;
}

#btnReview {
  left: 50%;
  top: 25px;
}

@media (max-width: 1199px) {
  .h-100-50 {
    min-height: 50vh;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  #dCourseProgress {
    display: none !important;
  }
}
#btnNavMenu {
  z-index: 0;
}

.dMenu {
  z-index: 13;
}

.dMenuChapterGradient {
  opacity: 0.75;
}

.dMenuChapterWrapper:nth-child(1) .dMenuChapter {
  background-image: url("../../../assets/gfx/bg/bg_intro.jpg");
}

.dMenuChapterWrapper:nth-child(2) .dMenuChapter {
  background-image: url("../../../assets/gfx/bg/bg_our_code_of_conduct.jpg");
}

.dMenuChapterWrapper:nth-child(3) .dMenuChapter {
  background-image: url("../../../assets/gfx/bg/bg_chapter_1.jpg");
}

.dMenuChapterWrapper:nth-child(4) .dMenuChapter {
  background-image: url("../../../assets/gfx/bg/bg_chapter_2.jpg");
}

.dMenuChapterWrapper:nth-child(5) .dMenuChapter {
  background-image: url("../../../assets/gfx/bg/bg_chapter_3.jpg");
}

.dMenuChapterWrapper:nth-child(6) .dMenuChapter {
  background-image: url("../../../assets/gfx/bg/bg_chapter_4.jpg");
}

.dMenuChapterWrapper:nth-child(7) .dMenuChapter {
  background-image: url("../../../assets/gfx/bg/bg_chapter_5.jpg");
}

.dMenuChapterWrapper:nth-child(8) .dMenuChapter {
  background-image: url("../../../assets/gfx/bg/bg_chapter_6.jpg");
}

.dMenuChapterWrapper:nth-child(9) .dMenuChapter {
  background-image: url("../../../assets/gfx/bg/bg_chapter_7.jpg");
}

.dMenuChapterWrapper:nth-child(10) .dMenuChapter {
  background-image: url("../../../assets/gfx/bg/bg_chapter_8.jpg");
}

.dMenuChapterWrapper:nth-child(11) .dMenuChapter {
  background-image: url("../../../assets/gfx/bg/bg_our_compliance_statement.jpg");
}

.dMenuChapterWrapper:nth-child(12) .dMenuChapter {
  background-image: url("../../../assets/gfx/bg/bg_ethics_checklist.jpg");
}

.dMenuChapterWrapper:nth-child(13) .dMenuChapter {
  background-image: url("../../../assets/gfx/bg/bg_human_rights_statement.jpg");
}

.dMenuChapterWrapper:nth-child(14) .dMenuChapter {
  background-image: url("../../../assets/gfx/bg/bg_quiz.jpg");
}

.dMenuPageWrapper {
  display: none !important;
}

.imgWidth_100 {
  width: 100%;
}

.imgWidth60 {
  max-width: 60px;
  width: 100%;
}

.imgWidth80 {
  max-width: 80px;
  width: 100%;
}

.imgWidth120 {
  max-width: 120px;
  width: 100%;
}

.imgWidth143 {
  max-width: 143px;
  width: 100%;
}

.imgWidth150 {
  max-width: 150px;
  width: 100%;
}

.imgWidth200 {
  max-width: 200px;
  width: 100%;
}

.imgWidth250 {
  max-width: 250px;
  width: 100%;
}

.imgWidth350 {
  max-width: 350px;
  width: 100%;
}

.imgWidth400 {
  max-width: 400px;
  width: 100%;
}

.imgWidth450 {
  max-width: 450px;
  width: 100%;
}

.imgWidth500 {
  max-width: 500px;
  width: 100%;
}

.imgWidth550 {
  max-width: 550px;
  width: 100%;
}

.imgWidth600 {
  max-width: 600px;
  width: 100%;
}

.imgHeight20 {
  max-height: 20px;
}

.imgHeight23 {
  max-height: 23px;
}

.imgHeight25 {
  max-height: 25px;
}

.bg_intro {
  background: url("../../../assets/gfx/bg/bg_intro.jpg") !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.bg_chapter_1 {
  background: url("../../../assets/gfx/bg/bg_chapter_1.jpg") !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.bg_chapter_2 {
  background: url("../../../assets/gfx/bg/bg_chapter_2.jpg") !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.bg_chapter_3 {
  background: url("../../../assets/gfx/bg/bg_chapter_3.jpg") !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.bg_chapter_4 {
  background: url("../../../assets/gfx/bg/bg_chapter_4.jpg") !important;
  background-position: 50% 0% !important;
  background-size: cover !important;
}

.bg_chapter_5 {
  background: url("../../../assets/gfx/bg/bg_chapter_5.jpg") !important;
  background-position: 50% 0% !important;
  background-size: cover !important;
}

.bg_chapter_6 {
  background: url("../../../assets/gfx/bg/bg_chapter_6.jpg") !important;
  background-position: 50% 0% !important;
  background-size: cover !important;
}

.bg_chapter_7 {
  background: url("../../../assets/gfx/bg/bg_chapter_7.jpg") !important;
  background-position: 50% 0% !important;
  background-size: cover !important;
}

.bg_chapter_8 {
  background: url("../../../assets/gfx/bg/bg_chapter_8.jpg") !important;
  background-position: 50% 0% !important;
  background-size: cover !important;
}

.bg_ethics_checklist {
  background: url("../../../assets/gfx/bg/bg_ethics_checklist.jpg") !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.bg_human_rights_statement {
  background: url("../../../assets/gfx/bg/bg_human_rights_statement.jpg") !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.bg_our_code_of_conduct {
  background: url("../../../assets/gfx/bg/bg_our_code_of_conduct.jpg") !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.bg_our_compliance_statement {
  background: url("../../../assets/gfx/bg/bg_our_compliance_statement.jpg") !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.bg_quiz {
  background: url("../../../assets/gfx/bg/bg_quiz.jpg") !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.h-100 {
  width: 100% !important;
}

.modal-body {
  padding: 100px;
}

.sLearnMore {
  transition: padding-left 1s;
}

.sLearnMore:hover {
  padding-left: 15px;
}

.dBackBtn {
  transition: margin-left 1s;
}

.dBackBtn:hover {
  margin-left: -10px;
}

#accordion button.btnCollapse {
  background: #041e50;
  color: #fff;
}

#accordion .collapse {
  background: #041e50;
  color: #fff;
}

#accordion .collapsing {
  background: #041e50;
  color: #fff;
}

#accordion .collapse div {
  padding: 20px 50px 40px;
}

#accordion .collapsing div {
  padding: 20px 50px 40px;
}

.fc_darkblue_hover {
  color: #041e50;
}

.fc_darkblue_hover:hover {
  color: #041e50;
}

.fc_white_hover {
  color: #fff;
}

.fc_white_hover:hover {
  color: #fff;
}

.navBox {
  border: 0px solid red;
  width: 100%;
  min-height: 340px;
  padding: 26px 26px 10px 26px;
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: end;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navBox_1 {
  background: url("../../../assets/gfx/img/img_card_1.jpg");
  background-size: cover;
  background-position: center center;
}

.navBox_2 {
  background: url("../../../assets/gfx/img/img_card_2.jpg");
  background-size: cover;
  background-position: center center;
}

.navBox_3 {
  background: url("../../../assets/gfx/img/img_card_3.jpg");
  background-size: cover;
  background-position: center center;
}

.navBox_4 {
  background: url("../../../assets/gfx/img/img_card_4.jpg");
  background-size: cover;
  background-position: center center;
}

.icon_arrow_small_white {
  margin-right: 10px;
}

.navBox h4 {
  min-height: 55px;
}

.dNoPadding {
  padding: 0px;
}

.dNavBoxImage {
  width: 100%;
  height: 287px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.dNavBoxImage_1 {
  background: url("../../../assets/gfx/img/img_chapter_1.jpg");
  background-size: cover;
  background-position: center top;
}

.dNavBoxImage_2 {
  background: url("../../../assets/gfx/img/img_chapter_2.jpg");
  background-size: cover;
  background-position: center center;
}

.dNavBoxImage_3 {
  background: url("../../../assets/gfx/img/img_chapter_3.jpg");
  background-size: cover;
  background-position: center top;
}

.dNavBoxImage_4 {
  background: url("../../../assets/gfx/img/img_chapter_4.jpg");
  background-size: cover;
  background-position: center top;
}

.dNavBoxImage_5 {
  background: url("../../../assets/gfx/img/img_chapter_5.jpg");
  background-size: cover;
  background-position: center center;
}

.dNavBoxImage_6 {
  background: url("../../../assets/gfx/img/img_chapter_6.jpg");
  background-size: cover;
  background-position: center top;
}

.dNavBoxImage_7 {
  background: url("../../../assets/gfx/img/img_chapter_7.jpg");
  background-size: cover;
  background-position: center top;
}

.dNavBoxImage_8 {
  background: url("../../../assets/gfx/img/img_chapter_8.jpg");
  background-size: cover;
  background-position: center top;
}

.dBackBtn {
  position: absolute;
  top: 55px;
  left: 10px;
  padding: 10px;
  border: 0px solid red;
  cursor: pointer;
}

.img_chair_ceo {
  width: 166px;
}

.divider {
  width: 100%;
  height: 1px;
  background: #7A8A9C;
}

.navBoxBlue {
  border: 0px solid red;
  width: 100% !important;
  padding: 23px 23px 10px 23px;
  background: #041e50;
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: end;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navBoxBlue div {
  width: 100%;
}

.navBoxBlue h3 {
  min-height: 135px;
  border: 0px solid red;
}

.navBoxBlue img {
  margin-right: 10px;
}

#dFullPanel {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dCloseFullPanelBtn {
  position: absolute;
  top: 5px;
  left: 10px;
  padding: 10px;
  border: 0px solid red;
  cursor: pointer;
}

.h-100-min {
  position: relative;
  min-height: 100vh;
  margin: 0px;
  padding: 0px 0px 100px 0px;
  border: 0px solid red;
}

.dBottomNav {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.h-100-minus-bottom-bar {
  min-height: calc(100vh - 40px);
}

.dShowQuestionBtn {
  background: #041e50;
  color: #fff;
  cursor: pointer;
  font-family: "ElectroluxSansSemibold", Arial, sans-serif;
  margin-bottom: 2px;
  padding: 15px 80px 15px 80px;
  position: relative;
  text-align: left;
}

.dShowQuestionBtn img {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .dShowQuestionBtn {
    padding: 15px 80px 15px 15px;
  }
  .dShowQuestionBtn img {
    position: absolute;
    right: 0px;
  }
}
.dBottomNavBlue {
  bottom: 0px;
  left: 0px;
  background: #041e50;
  color: #fff;
  padding: 10px 10px 0px 10px;
  min-height: 40px;
}

.dButtonNextQuestion {
  margin-top: 37px;
}

.dBottomNavArrowRight {
  margin: 0px 10px 0px 20px;
}

.dBottomNavArrowLeft {
  margin: 0px 20px 0px 10px;
}

@media (min-width: 991px) {
  .dSmBlock {
    display: inline;
  }
}
.dFlipFront {
  background: #041e50;
  color: #fff;
  text-align: center;
  padding: 70px 35px;
}

.dFlipFront p {
  margin-bottom: 20px;
}

.dFlipBack {
  background: #DFE7EA;
  color: #041e50;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
}

.dMultipleAnswerHolder h4, .dMultipleAnswerHolder p {
  margin-right: 0;
}

.dMultipleAnswerHolder .dAnswerHolder {
  margin-bottom: 10px;
}

.dMultipleAnswerHolder .dAnswerHolder div {
  background-color: transparent;
  border: 1px solid #041e50;
  color: #041e50;
  min-height: 47px;
  padding: 15px 35px 15px 50px;
}

.dMultipleAnswerHolder .dAnswerHolder div i:nth-child(1) {
  color: #041e50 !important;
}

.dMultipleAnswerHolder .dAnswerHolder div:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.dMultipleAnswerHolder .dAnswerHolder div.active {
  background-color: #041e50 !important;
  color: #fff;
}

.dMultipleAnswerHolder .WrongColor {
  color: #c10000;
  font-weight: normal !important;
}

.dMultipleAnswerHolder .CorrectColor {
  color: #6C7B67;
  font-weight: normal !important;
}

.dFeedback {
  padding: 35px 30px;
}

.dMultipleAnswerHolder.blue .dAnswerHolder div {
  background-color: transparent;
  border: 1px solid #041e50 !important;
  color: #041e50;
  min-height: 47px;
  padding: 15px 35px 15px 50px;
}

.dMultipleAnswerHolder.blue .dAnswerHolder div i:nth-child(1) {
  color: #041e50 !important;
}

.dMultipleAnswerHolder.blue .dAnswerHolder div.active {
  background-color: #041e50 !important;
  color: #fff;
}

.dMultipleAnswerHolder.blue .dFeedback {
  background: #fff;
  color: #041e50;
}

.dMultipleAnswerHolder.blue .dFeedback_arrow {
  border-bottom: 15px solid #fff;
}

.dMultipleAnswerHolder h4, .dMultipleAnswerHolder p {
  margin-right: 0;
}

.dMultipleAnswerHolder .dAnswerHolder {
  margin-bottom: 10px;
}

.dMultipleAnswerHolder .dAnswerHolder div {
  background-color: transparent;
  border: 1px solid #041e50;
  color: #041e50;
  min-height: 47px;
  padding: 15px 35px 15px 50px;
}

.dMultipleAnswerHolder .dAnswerHolder div i:nth-child(1) {
  color: #041e50 !important;
}

.dMultipleAnswerHolder .dAnswerHolder div:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.dMultipleAnswerHolder .dAnswerHolder div.active {
  background-color: #041e50 !important;
  color: #fff;
}

.dMultipleAnswerHolder.plum .dAnswerHolder div {
  background-color: transparent;
  border: 1px solid #2B2936 !important;
  color: #2B2936;
  min-height: 47px;
  padding: 15px 35px 15px 50px;
}

.dMultipleAnswerHolder.plum .dAnswerHolder div i:nth-child(1) {
  color: #2B2936 !important;
}

.dMultipleAnswerHolder.plum .dAnswerHolder div.active {
  background-color: #2B2936 !important;
  color: #fff;
}

.dMultipleAnswerHolder.plum .dAnswerBtn {
  background-color: #2B2936 !important;
  color: #fff;
}

.dMultipleAnswerHolder.plum .dTryAgainBtn {
  background-color: #2B2936 !important;
  color: #fff;
}

.dMultipleAnswerHolder.plum .dFeedback {
  background: #fff;
  color: #2B2936;
}

.dMultipleAnswerHolder.plum .dFeedback_arrow {
  border-bottom: 15px solid #fff;
}

.dMultipleAnswerHolder.green .dAnswerHolder div {
  background-color: transparent;
  border: 1px solid #3B4536 !important;
  color: #3B4536;
  min-height: 47px;
  padding: 15px 35px 15px 50px;
}

.dMultipleAnswerHolder.green .dAnswerHolder div i:nth-child(1) {
  color: #3B4536 !important;
}

.dMultipleAnswerHolder.green .dAnswerHolder div.active {
  background-color: #3B4536 !important;
  color: #fff;
}

.dMultipleAnswerHolder.green .dAnswerBtn {
  background-color: #3B4536 !important;
  color: #fff;
}

.dMultipleAnswerHolder.green .dTryAgainBtn {
  background-color: #3B4536 !important;
  color: #fff;
}

.dMultipleAnswerHolder.green .dFeedback {
  background: #fff;
  color: #3B4536;
}

.dMultipleAnswerHolder.green .dFeedback_arrow {
  border-bottom: 15px solid #fff;
}

.dMultipleAnswerHolder.blue .dAnswerHolder div {
  background-color: transparent;
  border: 1px solid #041e50 !important;
  color: #041e50;
  min-height: 47px;
  padding: 15px 35px 15px 50px;
}

.dMultipleAnswerHolder.blue .dAnswerHolder div i:nth-child(1) {
  color: #041e50 !important;
}

.dMultipleAnswerHolder.blue .dAnswerHolder div.active {
  background-color: #041e50 !important;
  color: #fff;
}

.dMultipleAnswerHolder.blue .dFeedback {
  background: #fff;
  color: #041e50;
}

.dMultipleAnswerHolder.blue .dFeedback_arrow {
  border-bottom: 15px solid #fff;
}

.dMultipleAnswerHolder.white .dAnswerHolder div {
  background-color: transparent;
  border: 1px solid #fff !important;
  color: #fff;
  min-height: 47px;
  padding: 15px 35px 15px 50px;
}

.dMultipleAnswerHolder.white .dAnswerHolder div i:nth-child(1) {
  color: #fff !important;
}

.dMultipleAnswerHolder.white .dAnswerHolder div.active {
  background-color: #fff !important;
  color: #041e50;
}

.dMultipleAnswerHolder.white .dAnswerHolder div.active i:nth-child(1) {
  background-color: #fff !important;
  color: #041e50 !important;
}

.dMultipleAnswerHolder .dAnswerHolder div.active i:nth-child(1) {
  color: #fff !important;
}

.dButtonHolder button {
  box-shadow: none !important;
  width: 100%;
}

.dFeedback_bg {
  background-color: #fff;
  padding: 30px;
  position: relative;
  display: none;
}

.dAnswerHolder .active {
  background: red !important;
}

.dMultipleAnswerHolder .dAnswerHolder div i:nth-child(1) {
  color: transparent;
  border: 5px solid transparent;
  background: transparent !important;
  font-size: 22px;
}

.dMultipleAnswerHolder.ninja_do_not_fit_content .dAnswerHolder div {
  width: auto !important;
}

.illu_blub {
  margin-bottom: 57px;
  width: 127px;
}

.dQuestionsIntroBox, .dMiddlePageBox {
  padding: 90px;
}

@media (max-width: 991px) {
  .dQuestionsIntroBox, .dMiddlePageBox {
    padding: 80px;
  }
}
@media (max-width: 575px) {
  .dQuestionsIntroBox, .dMiddlePageBox {
    padding: 50px 30px;
  }
}
.dMultipleAnswerHolder .dAnswerBtn {
  border: 0 !important;
}

.dFlipCard div {
  width: 100%;
}

.fFlipFront_cyber, .fFlipFront_what_when {
  color: #fff;
  background: #797487;
  padding: 35px;
  border-radius: 8px;
  min-height: 440px;
}

.fFlipBack_cyber, .fFlipBack_what_when {
  color: #2B2936;
  background: #D8D5DD;
  padding: 50px 35px;
  border-radius: 8px;
  min-height: 440px;
  width: 100%;
}

.fFlipFront_cyber_1 {
  background: url("../../../assets/gfx/img/img_cs_1.jpg") !important;
  background-size: cover !important;
  background-position: center center;
}

.fFlipFront_cyber_2 {
  background: url("../../../assets/gfx/img/img_cs_2.jpg") !important;
  background-size: cover !important;
  background-position: center center;
}

.fFlipFront_cyber_3 {
  background: url("../../../assets/gfx/img/img_cs_3.jpg") !important;
  background-size: cover !important;
  background-position: center center;
}

.fFlip_cyber_line, .fFlip_what_when_line {
  border-top: 2px solid #3B4536;
  height: 0px;
  width: 80% !important;
  margin: 20px 0px 20px 10% !important;
}

.tMatrix {
  width: 100% !important;
}

.radio_column {
  min-width: 70px !important;
}

.w_70 {
  width: 70%;
}

.w_15 {
  width: 15%;
}

.tMatrix tr td {
  background: none;
  border: 4px solid transparent;
  padding: 10px 10px;
  cursor: pointer;
}

@media (max-width: 650px) {
  .tMatrix tr td {
    padding: 10px 10px;
  }
}
.tMatrix tr:nth-child(odd) {
  background-color: #B1ABBB;
  color: #2B2936;
}

.tMatrix tr:nth-child(even) {
  background-color: #797487;
  color: #fff;
}

.tMatrix tr:first-child {
  background-color: transparent;
  color: #53565a;
}

@media (max-width: 650px) {
  .tMatrix tr td, .tMatrix tr td p {
    font-size: 14px !important;
  }
  .tMatrix tr td, .tMatrix tr td p {
    font-size: 12px !important;
    line-height: 14px;
  }
}
.btnCollapse {
  font-family: "ElectroluxSansSemibold", Arial, sans-serif;
}

.new_chapter {
  min-height: 340px;
  box-sizing: border-box;
  height: 30% !important;
}

.dTrueOrFalse .dQuestions div {
  background: #fff;
  padding: 70px 90px 50px 90px;
  font-size: 24px;
}

@media (max-width: 767px) {
  .dTrueOrFalse .dQuestions div {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .dTrueOrFalse .dQuestions div {
    padding: 40px 20px;
  }
}
.dTrueOrFalse .dFeedbackQuestions {
  position: relative;
  display: none;
  margin-bottom: 20px;
}

.dTrueOrFalse .dButtons button {
  position: relative;
  min-width: 150px;
  border: 1px solid #53565A;
  border-radius: 0px;
  padding: 10px 10px;
}

.dTrueOrFalse .dButtons button:nth-child(1) {
  padding: 10px 10px 10px 30px;
  margin-right: 5px;
}

.dTrueOrFalse .dButtons button:nth-child(2) {
  padding: 10px 30px 10px 10px;
  margin-left: 5px;
}

.dTrueOrFalse .dButtons button i {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dTrueOrFalse .dButtons button:nth-child(1) i {
  left: 20px;
}

.dTrueOrFalse .dButtons button:nth-child(2) i {
  right: 10px;
}

.dTrueOrFalse .dFeedbackPass {
  text-align: left !important;
}

.dTrueOrFalse .dFeedbackFail {
  text-align: left !important;
}

.dFeedbackScoreCircles div {
  position: relative;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
  margin: 0px 5px 5px 5px;
  display: inline-block;
}

.dFeedbackScoreCircles div i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
}

.fc_correct {
  color: #038f38;
}

.fc_wrong {
  color: #c10000;
}

.dFeedback_box_content {
  position: relative;
  background: #fff;
  padding: 70px 90px 50px 90px;
  margin-top: 50px;
}

@media (max-width: 575px) {
  .dTrueOrFalse .dButtons button:nth-child(1) {
    margin-right: 0;
  }
  .dTrueOrFalse .dButtons button:nth-child(2) {
    margin-left: 0;
  }
  .dFeedback_box_content {
    padding: 40px 20px 20px 20px;
  }
}
.dFeedback_box_bubble {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dFeedbackScore {
  display: none !important;
}

.dMultipleAnswerHolder .dAnswerHolder div i:nth-child(3) {
  position: absolute;
  top: 50%;
  left: -30px;
  font-size: 24px;
  transform: translate(-50%, -55%);
}/*# sourceMappingURL=style.css.map */