* {
  margin: 0;
  padding: 0;
}

/* @font-face {
    font-family: 'Invention';
    src: url('Invention_Rg.ttf') format('truetype');
  } */
html,
body {
  height: 100%;

}

body {
  font-family: sans-serif;
  background-image: url('https://image.emailing.msd-france.com/lib/fe9213737767027c72/m/1/bg_cloudpg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  -webkit-font-smoothing: antialiased !important;
  /* padding-bottom: 100px; */
  background-attachment: fixed;
  /* Keep the background fixed */
  word-break: break-word;
  color: #1E1E1E;
}

.wrap {
  max-width: 1056px;
  margin: 0 auto;
  padding: 0 30px;
  padding-bottom: 40px;
}

.main-container {
  justify-content: space-between;
}

.totalscore {
  background-image: url('https://image.emailing.msd-france.com/lib/fe9213737767027c72/m/1/score.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 80px;
  position: relative;
}

.totalscorecount {
  position: absolute;
  top: 17px;
  left: 12px;
  font-size: 24px;
  color: #fff;
}

.display-popup {
  display: none;
  /* position: fixed; */
  /* top: 100%;
    left: 50%;
    transform: translate(-70%, -20%); */
  background: #EDFFFE;
  padding: 15px 22px 15px 22px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  box-shadow: 0px 7px 0px 0px #AADB5A;
  border-radius: 19px;
  font-size: 14px;
}

.display-popup.active {
  display: block;
}

.display-popup ol {
  margin-left: 18px;
  font-size: 14px;
}

.display-popup p {
  margin-bottom: 8px;
  word-break: auto-phrase;
}

.close {
  padding: 5px 2%;
  background-color: #1E1E1E;
  display: inline-block;
  color: #fff;
  margin-top: 20px;
}

.form-detail {
  font-size: 14px;
  line-height: 1.5;
}

.input-container {
  display: flex;
  margin: 10px 0;
  gap: 10px;
  align-items: center;
  justify-content: space-evenly;
}

.input-grp input {
  padding: 10px 2%;
  border: 2px solid #c0c1c1;
  border-radius: 5px;
  font-size: 18px;
  width: -webkit-fill-available;
}

.input-grp.speciality {
  margin: 15px 0;
}

.registration-grp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.input-control {
  margin-top: 2px;
  text-align: center;
}

.form-heading {
  color: #212121;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.submit-btn {
  border: none;
  height: 55px;
  width: 20%;
  background-image: url('https://image.emailing.msd-france.com/lib/fe9213737767027c72/m/1/final-btn.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
}

/* .registration-grp input {
    width: 70%;
  
  } */
/* .input-grp {
    flex-basis: 50%;
  } */
.checkbox-input input {
  width: unset;
}

.input-container .input-grp {
  width: 50%;
}

.checkbox {
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: top;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

}

.checkbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.checkbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 3px;
  outline: 1px solid #acacac;
  transition: all 0.2s ease;
}

.checkbox:hover .checkmark {
  background: #f4f4f5;
  transition: all 0.2s ease;
}

.checkbox input:checked+.checkmark {
  background: #3f7fed;
  outline: 1px solid rgb(95, 126, 240);
}

.checkbox input[type="radio"]~.checkmark {
  border-radius: 50%;
}


.checkbox input:checked~.checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}

.speciality-wrapper {
  margin-top: 15px;
}

.speciality-selection {
  padding: 10px 2%;
  border: 2px solid #c0c1c1;
  border-radius: 5px;
  font-size: 18px;
}

.popup__button {
  padding: 8px 2%;
  background-color: #1E1E1E;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.wrapper {
  max-width: 1242px;
  width: 100%;
  margin: 0 auto;
}

.show-result {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.successbox {
  margin-bottom: 8px;
  font-size: 14px;
}

.msgbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  margin-bottom: 10px;
  flex-direction: column;
  color: #fff;
}

.result-heading {
  font-size: 16px;
  margin-bottom: 5px;
}

.successboxmsg {
  font-weight: 700;
}

.question-inline {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  margin-bottom: 5px;
}

.correctAns {
  color: green;
  font: 18px;
  font-weight: 700;
}

.userAns {
  color: #000;
  font: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 380px) {
  .wrapper {
    width: 100%;
  }
}

.quiz__question {
  font-size: 20px;
  font-weight: 300;
  font-family: sans-serif;
  /* text-indent: -24px; */
  margin: 0px 0px 10px 0;
  color: #1E1E1E;
  display: flex;
  justify-content: center;
}

.quiz-text {
  display: inline-block;
  padding-left: 15px;
}

button {
  cursor: pointer;
}

.next {
  background-image: url('https://image.emailing.msd-france.com/lib/fe9213737767027c72/m/1/text-CTA.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 210px;
  height: 30px;
  background-color: transparent;
  border: none;
  /* margin:50px auto; */
  display: block;
}

a {

  text-decoration: none;
}

.progress-image {
  margin-bottom: 16px;
}

body {
  font-family: sans-serif;
  background-color: #c9ebe9;
}

ul {
  list-style: none;
}

.btn {

  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.emailblue {
  background-color: #028b82;
}

.copydark {
  background-color: #028b82;
}

.whatsappgreen {
  background-color: #028b82;
}

.button-container {
  display: flex;
  justify-content: space-between;
}

.quiz-container {
  display: block;
  margin: 10px 0 10px 0;
}

/* li{
      flex-basis: 50%;
      word-break: break-all;
    } */
.quiz {
  background: #EDFFFE;
  width: 100%;
  padding: 10px 80px;
  border-radius: 19px;
  transition: max-height 0.7s linear;
  position: relative;
  box-shadow: 0px 7px 0px 0px #AADB5A;
  min-height: 75px;
  box-sizing: border-box;
}

#finalSubmit {
  background: #EDFFFE;
  width: 100%;
  padding: 10px 20px;
  border-radius: 19px;
  transition: max-height 0.7s linear;
  position: relative;
  box-shadow: 0px 7px 0px 0px #AADB5A;
  min-height: 180px;
  box-sizing: border-box;
}

.quiz.active {
  /* transition: all 1s linear; */
  max-height: auto;
}

#questionOption {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 50px 0px 50px;
}

.flex-column {
  flex-direction: column;
}

.flex-column .container {
  width: 35%;
}

.popup__progress-item {
  height: 87px;
  width: 125px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

[data-question="1"] {
  background-image: url('https://image.emailing.msd-france.com/lib/fe9213737767027c72/m/1/level1.png');
}

[data-question="2"] {
  background-image: url('https://image.emailing.msd-france.com/lib/fe9213737767027c72/m/1/level2.png');
}

[data-question="3"] {
  background-image: url('https://image.emailing.msd-france.com/lib/fe9213737767027c72/m/1/level3.png');
}

[data-question="4"] {
  background-image: url('https://image.emailing.msd-france.com/lib/fe9213737767027c72/m/1/level4.png');
}

[data-question="5"] {
  background-image: url('https://image.emailing.msd-france.com/lib/fe9213737767027c72/m/1/level5.png');
}

[data-question="6"] {
  background-image: url('https://image.emailing.msd-france.com/lib/fe9213737767027c72/m/1/last-level5.png');
}

#badge {
  height: 92px;
  width: -webkit-fill-available;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

[data-badge="1"] {
  background-image: url('https://image.emailing.msd-france.com/lib/fe9213737767027c72/m/1/failed.png');
}

[data-badge="2"] {
  background-image: url('https://image.emailing.msd-france.com/lib/fe9213737767027c72/m/1/star1.png');
}

[data-badge="3"] {
  background-image: url('https://image.emailing.msd-france.com/lib/fe9213737767027c72/m/1/star2.png');
}

[data-badge="4"] {
  background-image: url('https://image.emailing.msd-france.com/lib/fe9213737767027c72/m/1/star3.png');
}

.content {
  margin: 0 auto;
  flex-direction: column;
  transition: all 3s ease;
  transform: translateX(-15px);
}

.question-visible {
  transition: all 3s ease;
  display: flex;
  transform: translateX(0);
}

.popup__progress {
  margin: 0;
  display: flex;
  /* padding-bottom: 15px; */
}

.popup__progress-line {
  height: 1px;
  width: 60px;
  background-color: #c4cece;
}

.popup__progress-item_active {
  background-color: #f25042;
  color: #fff;
}


/* Customize the label (the container) */
.container {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 36px 8px 10px;
  box-sizing: border-box;
  margin-right: 40px;
  white-space: nowrap;
  width: 90px;
  height: 22px;
  margin-bottom: 14px;
}



/* Hide the browser's default radio button */
.container input[type="radio"] {
  position: absolute;
  display: none;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 36px;
  border: 3px solid #A1FF08
}

.checkmark_images {
  bottom: -26px;
  left: 50%;
  top: auto;
}

.container span {
  text-align: center;
  /* padding: inherit; */
  display: block;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: inherit; */
  /* height: inherit;*/
}

.container label input {
  position: absolute;
  display: none;
  color: #fff !important;
}

/* .container label input + span{color: #fff;}
    
    .container input:checked + span {
      border: 3px solid #A1FF08;
      background-color: #fff;
      color:#00857C;
    } */


.show_popup {
  display: block;
}

.logo {
  position: relative;
/*  top: 35px; */
  width: 90px;
  padding: 10px 10px 0px 10px;
}

.welcome_page .logo {
  width: 90px;
}

/* .totalscore {
    flex-basis: 15%;
    padding: 10px;
    text-align:end;
  } */
.main-container {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.job-code {
  text-align: center;
  line-height: 13.54px;
  font-size: 14px;
  color: #ffffff;
  margin-right: 30px;
  padding-bottom: 30px;
  padding-top: 28px;
  margin-bottom: 0;
  display: inline-block;
}

.jobcode-contain {
  text-align: center;
  position: relative;
  bottom: 20px;
  font-size: 14px;
}

#submitBtn {
  display: none;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

@media only screen and (max-width: 1200px) {
  .flex-column .container {
    width: 55%;
  }
}

@media only screen and (max-width: 992px) {
  .main-container {
    flex-direction: row;
    align-items: center;
  }
}


@media only screen and (max-width: 995px) {
  .job-code {
    margin-right: 0px;
    padding-bottom: 30px;
  }

  .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .input-grp input {
    width: -webkit-fill-available;
    border: 2px solid #c0c1c1;
    border-radius: 5px;
    font-size: 12px;
  }

  .input-container {
    display: flex;
    width: 100%;
  }

  .form-detail {
    line-height: 1.5;
  }

  .input-grp {
    margin-bottom: 10px;
  }

  .input-control input {
    height: 45px;
    width: 100%;
  }

  .jobcode-contain {
    text-align: center;
  }

  /* .input-container .input-grp{
      width: -webkit-fill-available;
    } */
}

@media only screen and (max-width: 768px) {
  .flex-column .container {
    margin-bottom: 20px;
  }

  .flex-column .container {
    width: 100%;
  }

  .container span {
    font-size: 16px;
    text-wrap: balance;
  }

  #questionOption {
    margin: 30px 15px 10px 15px;
  }
}

@media only screen and (max-width: 640px) {
  .quiz {
    padding: 30px 30px;
    flex-direction: column;
  }

  .popup__progress-line {
    width: 40px;
  }

  .container {
    width: 100%;
    margin-bottom: 15px;
  }

  .quiz__answers .container {
    margin-right: 0;
  }

  .next {
    width: 210px;
    height: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .popup__progress-line {
    width: 40px;
  }

  .quiz__answers .container {
    margin-right: 0;
  }

  .msgbox {
    text-align: center;
  }

  #finalSubmit {
    transform: translateX(0px);
  }

  .wrap {
    padding: 20px 30px;
  }

  .show-result {
    margin-bottom: 200px;
  }

  .flex-column .container {
    width: 100%;
  }

  .logo {
    padding: 10px;
    margin: 0 auto;
    width: 80px;
  }

  .logo img {
    width: 100%;
  }

  .quiz {
    width: 100%;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .quiz .quiz-container {
    display: block;
    margin: 0;
  }

  .input-container {
    margin: 0;
  }

  body {
    background-image: url('https://image.emailing.msd-france.com/lib/fe9213737767027c72/m/1/mobile-bg.png');
    background-size: cover;
    background-position: center center;
  }

  .wrapper {
    max-width: 100%;
    text-align: left;
  }

  .popup__progress-line {
    width: 15px;
  }

  .popup__progress {
    padding-bottom: 5px;
  }

  .input-container .input-grp {
    width: 48%;
  }

  #finalSubmit p.form-detail {
    text-align: center;
    margin-bottom: 50px;
  }

}

@media only screen and (max-width: 375px) {
  .quiz {
    width: 100%;
  }

  .logo {
    padding: 10px;
    margin: 0 auto;
    width: 80px;
  }

  .logo img {
    width: 100%;
  }

  .container {
    margin-right: 0;
  }

  li {
    word-break: break-all;
  }

  .popup__progress-item {
    height: 60px;
    width: 110px;
  }

  .totalscore {
    width: 80px;
    height: 80px;
  }

  .totalscorecount {
    top: 20px;
    font-size: 20px;
  }
}

/* .quiz.active{
      display: block;
    } */
#QuestionAnswerList {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 40px;
}

#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  width: 100px;
  /* Set a default minimum width */
  /* height: 30px; */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: absolute;
  /* Sit on top of the screen */
  z-index: 9;
  right: 1%;
  top: 30px;
  font-size: 18px;
  font-weight: 700;
}

#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
      However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.success {
  background-color: #00857c;
}

.failed {
  background-color: red;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }

  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }

  to {
    top: 0;
    opacity: 0;
  }
}

.correct-answer .checkmark {
  border: 3px solid #A1FF08;
  background-color: #fff;
  color: #00857C;
  -webkit-animation: correct_ans 1s infinite;
  /* Safari 4+ */
  -moz-animation: correct_ans 1s infinite;
  /* Fx 5+ */
  -o-animation: correct_ans 1s infinite;
  /* Opera 12+ */
  animation: correct_ans 1s infinite;
  /* IE 10+, Fx 29+ */
}

.incorrect-answer .checkmark {
  background-color: #e12323;
  color: white;
  border: 3px solid #e12323;
  -webkit-animation: incorrect_ans 1s infinite;
  /* Safari 4+ */
  -moz-animation: incorrect_ans 1s infinite;
  /* Fx 5+ */
  -o-animation: incorrect_ans 1s infinite;
  /* Opera 12+ */
  animation: incorrect_ans 1s infinite;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes correct_ans {

  0%,
  49% {
    background-color: #ffffff;
    color: #00857C;

  }

  50%,
  100% {
    background-color: #A1FF08;
    color: #000000;

  }
}

@-webkit-keyframes incorrect_ans {

  0%,
  49% {
    background-color: #ffffff;
    color: #00857C;

  }

  50%,
  100% {
    background-color: #e12323;
    color: #ffffff;

  }
}
.scorepoint{
       position: relative;
    color: #028b82;
    top: inherit;
    left: inherit;
    font-size: 14px;
    font-weight: bold;
}