@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.Roboto {
  font-family: "Roboto", sans-serif;
}

.quiz-bg-style-card-1 {
  position: relative;
  max-width: 66.875rem;
  border-radius: 0.75rem;
  overflow: hidden;
}

.question-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.question-bg.yellow {
  border-radius: 0.75rem;
  border: 1px solid #FF9500;
  background: linear-gradient(0deg, rgba(255, 149, 0, 0.40) 0%, rgba(255, 149, 0, 0.40) 100%), var(--white-main, #FFF);
}

.question-bg.purple {
  border-radius: 0.75rem;
  border: 1px solid #CFBFFC;
  background: linear-gradient(0deg, rgba(207, 191, 252, 0.60) 0%, rgba(207, 191, 252, 0.60) 100%), var(--white-main, #FFF);
}

.question-bg.pink {
  border-radius: 0.75rem;
  border: 1px solid #FF8AC6;
  background: linear-gradient(0deg, #FFCAE5 0%, #FFCAE5 100%), var(--white-main, #FFF);
}

.question-bg.green {
  border-radius: 0.75rem;
  border: 1px solid #6AFF82;
  background: linear-gradient(0deg, #D4FFDB 0%, #D4FFDB 100%), var(--white-main, #FFF);
}

.desktop {
  display: block;
}

.tabs,
.tabs2,
.mobile {
  display: none;
}

@media(max-width:768px) {


  .tabs {
    display: block;
  }

  .desktop,
  .tabs2,
  .mobile {
    display: none;
  }
}

@media(max-width:640px) {

  .tabs2 {
    display: block;
  }

  .desktop,
  .tabs,
  .mobile {
    display: none;
  }
}

@media(max-width:475px) {
  .quiz-bg-style-card-1 {
    max-width: 27.1875rem;
  }

  .mobile {
    display: block;
  }

  .desktop,
  .tabs,
  .tabs2 {
    display: none;
  }
}


.quiz-bg-style-card-1 .quiz-content {
  padding: 2rem;
  z-index: 10;
}


.quiz-bg-style-card-1 .quiz-content {
  color: #21272A;
}

.quiz-bg-style-card-1 .quiz-content h4 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 1.2375rem */
  overflow-wrap: anywhere;
  max-width: 90%;
}

.quiz-bg-style-card-1 .quiz-content p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 0.9625rem */
}

.quiz-bg-style-card-1 .absolute-buttons {
  position: absolute;
  right: 1.80rem;
  top: 1.19rem;
}

.quiz-bg-style-card-1 .absolute-buttons .start-btn {
  border-radius: 0.6875rem;
  background: #3B4886;
  padding: .56rem 1.56rem;

  color: #FFF;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.quiz-bg-style-card-1 .absolute-buttons .attended-btn {
  border-radius: 0.96875rem;
  border: 1px solid #2AAC7E;
  background: #FFF;
  padding: .5rem 0.88rem;

  color: #2AAC7E;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.quiz-bg-style-card-1 .absolute-buttons .not-attended-btn {
  border-radius: 0.96875rem;
  border: 1px solid #E73A1B;
  background: #FFF;
  padding: .5rem 0.88rem;

  color: #E73A1B;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.quiz-bg-style-card-1 .quiz-content {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}

.quiz-bg-style-card-1 .quiz-content .quations-flex {
  gap: .5rem;
}

.quiz-bg-style-card-1 .quiz-content .quations-flex p {
  margin: 0;
}

.blue-large-card {
  border-radius: 2.625rem;
  background: #EEF4FF;
  width: auto;

  padding: 2.5rem;
  color: #21272A;
  font-family: Roboto;
  overflow: hidden;
  padding-right: 0.2rem;

}

.blue-large-card .scrolling-area {
  height: 65vh;
  overflow-y: scroll;
  padding-right: 2rem;
}

.blue-large-card .scrolling-area::-webkit-scrollbar-track {
  background-color: #D9D9D9
}

.blue-large-card .scrolling-area::-webkit-scrollbar {
  width: 6px;
  background-color: #D9D9D9
}

.blue-large-card .scrolling-area::-webkit-scrollbar-thumb {
  background: #3B4886;
}

.blue-large-card .scrolling-area::-webkit-scrollbar {
  width: 0.5rem;
}

.blue-large-card .card-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blue-large-card .card-title-area .title {
  color: #21272A;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;

  overflow-wrap: anywhere;
}

.blue-large-card .card-title-area .score {
  color: #21272A;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.blue-large-card p {
  margin: 0;
}

.blue-large-card .card {
  padding: 1.88rem 1.56rem;
  border-radius: 1.125rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.blue-large-card .card .card-content {
  gap: 2rem;
}

.blue-large-card .card .card-content .question {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.blue-large-card .card .card-content .question span {
  margin-right: .5rem;
}

.blue-large-card .card .card-content .answer-results {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4rem;
  flex-wrap: wrap;
}

.blue-large-card .card .card-content .answer-results .correct-one,
.blue-large-card .card .card-content .answer-results .your-answer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.87rem;
}

.blue-large-card .card .card-content .answer-results .correct-one .desc {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.blue-large-card .card .card-content .answer-results .correct-one .title {
  color: #009C34;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.blue-large-card .card .card-content .answer-results .your-answer .desc {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}

.blue-large-card .card .card-content .answer-results .your-answer .title {
  color: #067CE9;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}


.questions-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content {
  margin-top: 54px;
}

.header {
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.left-title {
  width: 80px;
  color: #fff;
  font-size: 18px;
  float: left;
}

.right-title {
  width: 150px;
  text-align: right;
  float: right;
  color: #fff;
}

.quiz-body {
  width: 60%;
  margin-top: 15px;
  padding-bottom: 50px;
}

.option-block-container {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  overflow-wrap: anywhere;
}

.option-block {
  /* padding: 10px;
    background: aliceblue;
    border: 1px solid #84c5fe; */
  /* margin-bottom: 2.5rem; */
  /* cursor: pointer; */
}

.form-check {
  padding-left: 0rem;
}

.result-question {
  font-weight: bold;
}

.next-privous-buttons {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.next-privous-buttons button {
  width: fit-content;
}

.next-privous-buttons button:hover,
.next-privous-buttons button:focus {
  background-color: #3B4886 !important;
}

.next-privous-buttons .btn-prev {
  border-radius: 11px;
  border: 1px solid #3B4886;
  background: #3B4886;
  padding: .88rem 2.56rem;

  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.next-privous-buttons .btn-next {
  border-radius: 11px;
  border: 1px solid #3B4886;
  background: #3B4886;
  padding: .88rem 2.56rem;

  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 13.2px */
}

.question-counting {
  margin-bottom: 1rem !important;
  color: #FF9500;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.quiz-body h4 {
  color: #21272A;
  font-family: Roboto;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 1.375rem */
}

.c-wrong {
  margin-left: 20px;
  color: #ff0000;
}

.c-correct {
  margin-left: 20px;
  color: green;
}

.last-row {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.res-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.option-block-container .form-check .form-check-input[type="radio"] {
  display: none !important;
}

.option-block-container .form-check .form-check-label {
  position: relative;
  border-radius: 0.5rem;
  border: 1px solid #A5A5A5;
  color: #0D0D80;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 1.2375rem */
  padding: 1.06rem 0.81rem;
  width: auto;
  height: 100%;
  /* height: 3.375rem; */
  display: flex;
  align-items: center;
  cursor: pointer;
  /* Ensures the label is clickable */
}

.option-block-container .form-check .form-check-label::before {
  content: "";
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #0D0D80;
  border-radius: 50%;
  margin-right: 20px;
}

.option-block-container .form-check .form-check-input[type="radio"]:checked+.form-check-label {
  border-radius: 0.5rem !important;
  border: 1px solid #A5A5A5 !important;
  background: #3B4886 !important;
  color: white;
}

.option-block-container .form-check .form-check-input[type="radio"]:checked+.form-check-label::before {
  width: 1.25rem !important;
  height: 1.25rem !important;
  border: 4px solid white !important;
  background-color: #0D0D80 !important;
}

.chart-display {
  width: 40%;
}

.progress-pie-chart {
  width: 7.8rem;
  height: 7.8rem;
  min-width: 7.8rem;
  min-height: 7.8rem;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
  margin: 0px auto;
}

.progress-pie-chart.gt-50 {
  background-color: #FF9500;
}

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 3.9rem);
  /* 3.9rem is half of 7.8rem */
  top: calc(50% - 3.9rem);
  width: 7.8rem;
  height: 7.8rem;
  clip: rect(0, 7.8rem, 7.8rem, 3.9rem);
  /* Updated for rem units */
}

.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 3.9rem);
  top: calc(50% - 3.9rem);
  width: 7.8rem;
  height: 7.8rem;
  clip: rect(0, 3.9rem, 7.8rem, 0);
  background: #FF9500;
  transform: rotate(15deg);
  /* Initial example rotation */
}

.gt-50 .ppc-progress {
  clip: rect(0, 3.9rem, 7.8rem, 0);
  /* Updated for rem units */
}

.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 7.8rem, 7.8rem, 3.9rem);
  /* Updated for rem units */
  background: #E5E5E5;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 6rem / 2);
  /* Updated for rem units */
  top: calc(50% - 6rem / 2);
  width: 6rem;
  /* 89% of 7.8rem to keep the inner circle proportional */
  height: 6rem;
  background: #fff;
  text-align: center;
  display: table;
}

.ppc-percents span {
  display: block;
  font-size: 1.3em;
  /* Adjust font size as needed */
  font-weight: bold;
  color: #FF9500;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}


.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

@media(max-width:1280px) {
  .quiz-bg-style-card-1 .quiz-content h4 {
    max-width: 85%;
  }
}

@media(max-width:1000px) {
  .option-block-container {
    max-width: 100% !important;
  }
}

@media(max-width:815px) {
  .blue-large-card .card .card-content .answer-results {
    gap: 1.13rem;
  }
}

@media(max-width:768px) {
  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .progress-pie-chart {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
    margin: unset;
  }

  .ppc-progress {
    left: calc(50% - 2rem);
    /* 2rem is half of 4rem */
    top: calc(50% - 2rem);
    width: 4rem;
    height: 4rem;
    clip: rect(0, 4rem, 4rem, 2rem);
  }

  .ppc-progress .ppc-progress-fill {
    left: calc(50% - 2rem);
    top: calc(50% - 2rem);
    width: 4rem;
    height: 4rem;
    clip: rect(0, 2rem, 4rem, 0);
  }

  .gt-50 .ppc-progress {
    clip: rect(0, 2rem, 4rem, 0);
  }

  .gt-50 .ppc-progress .ppc-progress-fill {
    clip: rect(0, 4rem, 4rem, 2rem);
  }

  .ppc-percents {
    left: calc(50% - 3rem / 2);
    /* Updated for rem units */
    top: calc(50% - 3rem / 2);
    width: 3rem;
    /* Adjusted for proportional inner circle */
    height: 3rem;
  }

  .ppc-percents span {
    font-size: 0.8em;
    /* Adjust font size for smaller component */
  }

  .quiz-body {
    width: 100%;
  }

  .option-block-container .form-check .form-check-label {
    width: 100%;
  }

  .option-block-container {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
    gap: 1.87rem;
    margin-top: 2.5rem;
  }

  .quiz-bg-style-card-1 .quiz-content h4 {
    max-width: 80%;
  }

  .blue-large-card .card-title-area {
    gap: .5rem;
  }
}

@media(max-width:640px) {

  .blue-large-card .scrolling-area::-webkit-scrollbar {
    width: 0.2rem;
  }

  .blue-large-card .card .card-content .answer-results {
    font-size: 0.875rem;
  }

  .blue-large-card .card .card-content .answer-results .correct-one,
  .blue-large-card .card .card-content .answer-results .your-answer {
    gap: .31rem;
  }

  .blue-large-card .card .card-content {
    gap: .88rem;
  }

  .blue-large-card .card .card-content .question {
    font-size: 1.12rem;
  }

  .blue-large-card .card .card-content .answer-results .correct-one .title,
  .blue-large-card .card .card-content .answer-results .correct-one .desc,
  .blue-large-card .card .card-content .answer-results .your-answer .title,
  .blue-large-card .card .card-content .answer-results .your-answer .desc {
    font-size: 0.875rem;
  }

  .quiz-bg-style-card-1 .quiz-content h4 {
    max-width: 70%;
  }
}

@media(max-width:475px) {
  .blue-large-card .card {
    padding: 1rem;
    margin-top: .5rem;
  }

  .blue-large-card .card-title-area .title,
  .blue-large-card .card-title-area .score {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .blue-large-card .scrolling-area {
    margin-top: .5rem;
padding-right: 1rem;

  }

  .all-filter-wrapper .blue-large-card {
    padding-left: 1.5rem;
    padding-right: 0.2rem;
  }

  .blue-large-card .card .card-content .answer-results .correct-one .title,
  .blue-large-card .card .card-content .answer-results .correct-one .desc,
  .blue-large-card .card .card-content .answer-results .your-answer .title,
  .blue-large-card .card .card-content .answer-results .your-answer .desc {
    font-size: .7rem;
  }

  .blue-large-card .card .card-content .answer-results {
    gap: 0.5rem;
  }
}

@media(max-width:475px) {
  .quiz-bg-style-card-1 .quiz-content h4 {
    max-width: 60%;
  }
}

.result-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 3rem;
}

.result-container h3 {
  color: #21272A;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}

.result-container span {
  color: #21272A;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  /* 107.692% */
}

.result-container .result-content {
  position: relative;
  display: inline-block;
  /* Ensures the container only takes as much space as the image */
}

.result-container .result-content img {
  display: block;
  /* Ensures no extra space is added below the image */
}

.result-container .result-content p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  /* Removes default margin */
  color: #000;
  /* Adjust color as needed */
  font-size: 1.2rem;
  /* Adjust font size as needed */
  font-weight: bold;
  /* Optional: Makes the text bold */
  text-align: center;
  /* Ensures the text is centered */
  width: 100%;
  /* Optional: Ensures the text is centered within the parent */
}

.result-container button {
  max-width: 16.5rem;
  border-radius: 0.6875rem;
  border: 1px solid #0D0D80;
  background: #3B4886;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 0.825rem */
}


@media(max-width:768px) {
  .result-container h3 {
    font-size: 1.25rem;
  }
}

@media(max-width:475px) {
  .result-container h3 {
    font-size: 1rem;
  }
}