body {
  background: #fefaf2;
  padding: 0;
  margin: 0px;
  color: #2f2f2f;
  font-family: "NewTitle-Variable";
  font-weight: 700;
  font-style: normal;
}

*,
::after,
::before {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.control_pagination a:first-child {
  background-color: #4b8c2c;
}
.wrapper {
  width: 100%;
  background: #fefaf2;
  position: relative;
  padding: 100px 0;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}
.text-center {
  text-align: center;
}
.wrapper .quiz-title {
  font-size: 38px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.wrapper small {
  font-size: 14px;
  font-style: italic;
}
.wrapper h1 {
  font-size: 28px;
  font-weight: 600;
  margin: 30px 0 65px 0;
}
.chimpha_quiz_question_fieldset {
  display: none;
}
.chimpha_quiz_question_fieldset.selected {
  display: block;
}
.chimpha-blogs {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 15px 0;
}
.chimpha_cols {
  float: left;
  width: 33.33%;
  height: 554px;
  position: relative;
}
.chimpha_quiz_question_outer {
  width: 100%;
  height: 277px;
  cursor: pointer;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.chimpha_row .chimpha_cols:first-child .chimpha_quiz_question_outer {
  height: 554px;
}
.chimpha_row.last .chimpha_cols,
.chimpha_row.last .chimpha_cols .chimpha_quiz_question_outer {
  height: 277px;
}

.chimpha_row .chimpha_cols:nth-child(2) .chimpha_quiz_question_outer:last-child,
.chimpha_row
  .chimpha_cols:nth-child(3)
  .chimpha_quiz_question_outer:last-child {
  top: auto;
  bottom: 0;
}

.chimpha_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background 200ms ease-in-out;
}
.chimpha_quiz_question_outer:hover .chimpha_overlay,
.chimpha_quiz_question_outer.active .chimpha_overlay {
  background: rgba(73, 139, 42, 0.6);
}
.chimpha_quiz_question_label {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
.chimpha_input_radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.chimpha_quiz_question_label span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 50px;
  font-size: 23px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-in-out;
  transform: translate3d(-50%, -50%, 0);
}
.chimpha_quiz_question_outer:hover .chimpha_quiz_question_label span {
  font-size: 25;
  top: 55%;
}

.control_pagination {
  float: right;
}
.control_pagination a:first-child {
  border-radius: 100px 0px 0 100px;
}
.control_pagination a:last-child {
  border-radius: 0px 100px 100px 0px;
}
.control_pagination a {
  width: 50px;
  height: 7px;
  float: left;
  font-size: 0;
  background: rgba(255, 255, 255, 0.2);
}
.control_pagination a.current {
  background: #4b8c2c;
  width: 50px;
}
.back_chimpha {
  float: left;
  text-decoration: none;

  color: white;

  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.36px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.get_result {
  float: right;
  background: #498b2a;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-top: -14px;
  margin-left: 20px;
}

.chimpha_get_result {
  display: flow-root;
  clear: both;
}
.chimpha_get_result--left {
  width: 49.3%;
  float: left;
  padding-top: 193px;
}
.chimp-get-result-right {
  width: 50%;
  float: right;
  position: initial;
  height: auto;
  background-color: white;
  padding: 125px 96px 118px 96px;
  box-sizing: border-box;
  float: right;
  width: 50.7%;
  min-height: 100vh;
}
.chimpha_get_result_field input[type="number"],
.chimpha_get_result_field input[type="text"],
.chimpha_get_result_field input[type="email"] {
  width: 100%;
  box-sizing: border-box;

  height: 52px;
  padding: 0;
  color: rgb(20, 20, 20, 0.8);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.36px;
  border: none;
  border-bottom: 1px solid rgba(20, 20, 20, 0.2);
  margin-bottom: 24px;
}
.chimpha_get_result_field input[type="number"],
.chimpha_get_result_field input[type="text"],
.chimpha_get_result_field input[type="email"] {
  color: rgb(20, 20, 20, 0.8);
}
.chimpha_get_result_field input[type="number"],
.chimpha_get_result_field input[type="text"],
.chimpha_get_result_field input[type="email"] {
  outline: none;
}
.chimpha_get_result_field h2 {
  color: #fff;
  margin: 40px 0;
  font-weight: 600;
}
.chimpha_get_result_field input[type="button"],
.chimpha_get_result_field input[type="submit"] {
  color: #fff;
  border-radius: 100px;

  text-decoration: none;
  padding: 15px 32px;
  border: none;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.36px;
  background-color: #488529;
  transition: 0.3s all ease-in-out;
}
.chimpha_get_result_field input[type="button"]:hover,
.chimpha_get_result_field input[type="submit"]:hover {
  background-color: #cb4900;
}
.chimpha_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  min-height: 100vh;
}
.chimpha_thumb {
  width: 49.3%;
  height: 100vh;
  line-height: 0.65;
  max-height: 875px;
}
.chimpha_thumb img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: right center;
}
.chimpha_detail_content {
  float: right;
  width: 50%;
  position: relative;
}
.chimpha_detail_content::before {
  content: "";
  position: absolute;
  background-image: url(https://chimphaven.org/wp-content/plugins/personality-quiz/assets/front/images/BG-shape.svg);
  width: 702px;
  height: 928.27px;
  z-index: -1;
  left: 30px;
  top: -65px;
}
.chimpha_detail_content h2 {
  font-size: 36px;
  font-weight: 400;
}
.chimpha_detail_content h2 span {
  font-weight: 700;
}
.chimpha_detail_content p {
  font-size: 20px;
}
.chimpha_detail_content a {
  background: #cb4900;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  border-radius: 100px;
  display: inline-block;
  margin: 33px 0 0;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.36px;
  padding: 16px 32px 13px 59px;
  position: relative;
}
.chimpha_detail_content a:hover {
  background-color: #87511e;
}
.chimpha_detail_content a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(https://chimphaven.org/wp-content/plugins/personality-quiz/assets/front/images/heart-icon.svg);
  background-repeat: no-repeat;
  animation: heart 1.5s ease-in-out infinite;
  left: 28px;
  background-size: cover;
}
.share_chimpha {
  background: #eee9df;
  width: 100%;
  padding: 33px 0;
  margin: 25px auto 0 auto;
  display: inline-block;
}
.share_chimpha span {
  font-size: 21px;
  font-weight: 600;
  display: inline-block;
  margin: 0 15px 0 0;
  position: relative;
  top: -12px;
}
.share_chimpha a {
  display: inline-block;
  margin: 0 15px;
}

.chimpha-blogs {
  float: initial;
  width: 100%;
  position: relative;
  padding: 0;
}

.chimp-quiz-left--inner {
  max-width: 614px;
  text-align: left;
  position: relative;
  float: right;
  padding-right: 164px;
}
.chimpha_quiz_question__inner {
  display: flow-root;
  clear: both;
  justify-content: space-between;
}
.chimp-quiz-left {
  width: 49.3%;
  float: left;
  padding-top: 324px;
}
.chimpha_row {
  position: initial;
  height: auto;
  background-color: white;
  padding: 109px 96px 118px 96px;
  box-sizing: border-box;
  float: right;
  width: 50.7%;
  min-height: 100vh;
}
.chaipha_controls {
  right: auto;
  bottom: calc(50% - 346px);
  width: max-content;
  position: absolute;
  left: calc(50% - 624px);
  top: auto;
}
.quiz-head__inner {
  max-width: 614px;
  position: relative;

  text-align: left;
  float: right;
  padding-right: 84px;
}
.quiz-head {
  float: left;
  width: 49.3%;
  padding-top: 100px;
}
.chimpha_quiz_question_label {
  width: calc(100% - 89px);
  position: initial;
  text-align: left;
}
.chimpha_cols--inner-box {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 20px 18px;
  box-sizing: border-box;
  border-radius: 8px;
  background: white;
  border: 1px solid #e2dbbe;
  max-width: 539px;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.chimpha_cols--inner-box:hover {
  border: 1px solid rgba(20, 20, 20, 0.2);
  background: #f1eee2;
}

.chimpha_quiz_question_label span {
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.36px;
  color: #141414;
  padding: 0;
  text-shadow: none;
  position: initial;
  transform: initial;
}
.chimpha_quiz_question_outer {
  position: relative;
  height: 69px !important;
  width: 69px;
  border-radius: 100px;
}
.chimpha_quiz_question_outer:before {
  content: "";
  position: absolute;
  background-image: url(https://chimphaven.org/wp-content/plugins/personality-quiz/assets/front/images/check-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  width: 72px;
  height: 72px;
  top: 0;
  left: 0;
  transform-origin: center center;
  transform: scale(0);
}
.chimpha_quiz_question_outer:hover {
  /* height: 72px !important;
  width: 72px; */
  top: 0 !important;
  left: 0 !important;
}
.chimpha_cols--inner-box:hover .chimpha_quiz_question_outer:before {
  transform: scale(1.05);
}

.chimpha_row .chimpha_cols:first-child .chimpha_quiz_question_outer {
  height: 69px;
  border-radius: 100px;
  left: 0;
  top: 0;
}
.chimpha_cols {
  float: initial;
  width: 100%;
  height: auto;
  position: relative;
}
.chimpha_cols:nth-child(n + 2) {
  margin-top: 12px;
}
.container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

body.quiz-blue-bg {
  background: #121f6b;
}
.quiz-main {
  background: #121f6b;
}
h1 {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.46px;
  margin: 0;
}
small {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.46px;
  margin: 30px 0;
  display: block;
}
.quiz-back-button {
  display: block;
  position: absolute;
  left: calc(50% - 690px);
  top: 46px;
  z-index: 2;
}
.quiz-back-icon {
  height: 53px;
  width: 53px;
}
.back_chimpha:hover svg g {
  transition: 0.3s all ease-in-out;
}
.back_chimpha:hover svg g {
  opacity: 1;
}
@font-face {
  font-family: "NewTitle-Variable";
  src: url("https://chimphaven.org/wp-content/plugins/personality-quiz/assets/front/css/NewTitle-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.text-48 {
  color: #fff;

  font-size: 48px;

  line-height: 1.1;
  letter-spacing: 0.48px;
}
.text-48 span {
  line-height: 0.65;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  top: 7px;
  left: 13px;
  background-size: cover;
  width: 53px;
  height: 50px;
  margin-right: 31px;
}
a.cross-button {
  position: fixed;
  top: 19px;
  left: auto;
  right: 40px;
  width: 53px;
  height: 53px;
  z-index: 2;
  background: transparent;
  border: none;
}
.text-48 span::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(https://chimphaven.org/wp-content/plugins/personality-quiz/assets/front/images/circular-left.svg);
  width: 30px;
  height: 30px;
  top: -17px;
  left: -16px;
  background-size: 30px;
}
.text-48 span::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(https://chimphaven.org/wp-content/plugins/personality-quiz/assets/front/images/circular-right.svg);
  width: 30px;
  height: 30px;
  right: -14px;
  bottom: -18px;
  transform: rotate(10.7deg);
  z-index: 1;
  background-size: 19px;
}
.text-48 span img {
  border-radius: 100px;
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
  object-fit: cover;
}
.chimpha_get_result--left--inner {
  max-width: 614px;
  text-align: left;
  position: relative;
  float: right;
  padding-right: 139px;
}
.chimpha_get_result--left--inner h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.46px;
  margin-top: 25px;
  margin-bottom: 0;
}
.chimpha_get_result_field p {
  margin: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.chimpha_get_result_field {
  padding-top: 80px;
  max-width: 500px;
}
body.white-bg {
  background-color: white;
}
.chimpha_detail_content__inner-box h2 {
  margin: 0;
  color: #488529;
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.88px;
}
.chimpha_detail_content__inner-box p {
  color: #141414;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.18px;
  margin: 15px 0 0 0;
}
.chimpha_detail_content__inner-box {
  width: 635px;
  padding: 27px 0 0 96px;
}
@keyframes heart {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}
.ctn-1920 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1345px) and (max-width: 1439px) {
  .quiz-back-button {
    left: calc(50% - 620px);
  }
  /* a.cross-button {
    right: calc(50% - 600px);
  } */
}
@media only screen and (min-width: 1180px) and (max-width: 1339px) {
  a.cross-button {
    right: 30px;
  }
  .chimpha_quiz_question_label {
    width: 76%;
  }
  .chimpha_get_result--left--inner {
    max-width: 542px;

    padding-right: 76px;
  }
  .chimpha_thumb {
    width: 48%;
    max-height: 785px;
  }
  .chimpha_detail_content__inner-box {
    width: 565px;
  }
  .chimp-quiz-left {
    padding-top: 285px;
  }
  .chimp-quiz-left--inner {
    max-width: 520px;
  }
  .chaipha_controls {
    bottom: calc(50% - 290px);
    left: calc(50% - 524px);
  }
  .quiz-back-button {
    left: calc(50% - 550px);
  }
}
@media only screen and (min-width: 1004px) and (max-width: 1179px) {
  a.cross-button {
    right: 20px;
  }
  .chimpha_quiz_question_label {
    width: 73%;
  }
  .chimpha_get_result--left--inner h2 {
    font-size: 36px;
  }
  .chimp-get-result-right {
    padding: 100px 50px;
  }
  .chimpha_get_result--left--inner {
    max-width: 447px;
    padding-right: 62px;
  }
  .chimpha_thumb {
    width: 48%;
    max-height: 785px;
  }
  .chimpha_detail_content__inner-box {
    width: 495px;
    padding: 27px 0 0 66px;
  }
  .chimp-quiz-left {
    padding-top: 250px;
  }
  .chimp-quiz-left--inner {
    max-width: 440px;

    padding-right: 84px;
  }
  .chaipha_controls {
    bottom: calc(50% - 300px);
    left: calc(50% - 450px);
  }
  .chimpha_row {
    padding: 100px 50px;
  }
  .quiz-back-button {
    left: calc(50% - 480px);
  }
}
.desktop-hide {
  display: none !important;
}
@media only screen and (max-width: 1003px) {
  .mobile-hide {
    display: none !important;
  }
  .desktop-hide {
    display: block !important;
  }
  .chaipha_controls {
    position: initial;
    margin-top: 32px;
  }

  a.cross-button {
    right: 25px;
  }

  svg.close-btn {
    width: 50px;
    height: 50px;
  }

  .chimpha_get_result--left--inner {
    max-width: 100%;
    float: initial;
    padding-right: 0;
    width: 84.7%;
    margin: 0 auto;
    position: relative;
    left: -5px;
  }
  .chimp-get-result-right {
    position: initial;
    height: auto;
    background-color: white;
    padding: 60px 40px;
    box-sizing: border-box;
    float: right;
    width: 100%;
    min-height: auto;
  }
  .chimpha_get_result_field {
    padding-top: 0;
    max-width: 100%;
  }
  .chimpha_get_result--left--inner h2 {
    font-size: 36px;
  }
  .chimpha_get_result--left {
    width: 100%;

    padding: 100px 0;
  }
  .chimpha_thumb {
    width: 100%;
    max-height: 585px;
  }
  .chimpha_thumb img {
    max-height: 585px;
  }
  .chimpha_detail_content {
    width: 100%;
  }
  .chimpha_detail_content__inner-box {
    width: 100%;
    padding: 60px 30px;
  }
  .chimp-quiz-left {
    width: 100%;
    padding: 105px 0;
  }

  .chimpha_row {
    padding: 40px;
    width: 100%;
    min-height: auto;
  }
  h1 {
    font-size: 36px;
  }
  .chimp-quiz-left--inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
    float: initial;
  }
  .chimpha_cols--inner-box {
    max-width: 100%;
  }
  .chaipha_controls {
    bottom: auto;
    left: 50px;
    top: 240px;
  }
  .quiz-back-button {
    left: calc(50% - 352px);
    top: 24px;
  }
  .quiz-back-icon svg {
    width: 40px;
    height: 40px;
  }
  .quiz-back-icon {
    height: 40px;
    width: 42px;
  }
  .back_chimpha {
    gap: 12px;
  }
}
@media only screen and (min-width: 748px) and (max-width: 1003px) {
  .chimpha_thumb img {
    object-position: center;
  }
}
@media only screen and (max-width: 747px) {
  .chimpha_detail {
    min-height: initial;
  }
  a.cross-button {
    right: 0px;
    top: 20px;
  }
  .chimpha_thumb img {
    object-position: center;
  }
  .cross-button:hover .close-btn rect {
    fill: #ffffff;
  }

  .cross-button .close-btn g {
    opacity: 1;
  }
  .cross-button .close-btn rect {
    fill: rgba(255, 255, 255, 1);
  }
  .cross-button .close-btn g rect {
    fill: #000;
  }
  .chimpha_get_result_field input[type="submit"] {
    padding: 11px 26px;
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .chimpha_get_result_field p {
    justify-content: flex-start;
  }
  .chimpha_get_result_field input[type="text"],
  .chimpha_get_result_field input[type="email"] {
    height: 41px;
    margin-bottom: 28px;
    font-size: 16px;
  }
  .chimp-get-result-right {
    padding: 40px 30px;
  }
  .chimpha_get_result--left--inner h2 {
    font-size: 28px;
    margin-top: 21px;
  }

  .text-48 span::after {
    right: -18px;
    bottom: -21px;

    background-size: 15px;
  }
  .text-48 span::before {
    top: -12px;
    left: -12px;
    background-size: 20px;
  }
  .text-48 span {
    top: 4px;
    left: 10px;

    width: 35px;
    height: 35px;
    margin-right: 21px;
  }

  .chimpha_get_result--left {
    width: 100%;
    padding: 107px 0 44px;
  }
  .text-48 span img {
    width: 36px;
    height: 36px;
  }
  .text-48 {
    font-size: 32px;
    letter-spacing: 0.32px;
    line-height: 1.1;
  }
  .chimpha_quiz_question_label span {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .chimpha_quiz_question_label {
    width: calc(100% - 70px);
    position: initial;
    text-align: left;
    line-height: 1.2;
  }
  .chimpha_cols--inner-box {
    padding: 16px 16px 13px;
    gap: 16px;
  }
  .chimpha_cols:nth-child(n + 2) {
    margin-top: 10px;
  }

  .chaipha_controls {
    left: 24px;
    top: 200px;
  }
  /* .chimpha_quiz_question_outer:hover {
    height: 54px !important;
    width: 54px;
  } */

  .chimp-quiz-left {
    width: 100%;
    padding: 125px 0 81px;
  }
  .chimp-quiz-left--inner {
    max-width: 87.5%;
  }
  .control_pagination a {
    height: 5px;
    width: 30px;
  }
  .control_pagination a.current {
    width: 30px;
  }
  .chimpha_row {
    padding: 38px 24px;
    width: 100%;
    min-height: auto;
  }
  .chimpha_quiz_question_outer {
    height: 52px !important;
    width: 52px;
  }
  .chimpha_quiz_question_outer:before {
    display: none;
  }
  h1 {
    font-size: 28px;
    letter-spacing: -0.28px;
  }
  .chimpha_thumb {
    max-height: 433px;
    height: auto;
  }
  .chimpha_thumb img {
    max-height: 433px;
  }

  .chimpha_detail_content__inner-box {
    padding: 27px 24px;
  }
  .chimpha_detail_content__inner-box h2 {
    font-size: 56px;
    letter-spacing: 0.56px;
  }
  .chimpha_detail_content__inner-box p {
    font-size: 16px;
    margin-top: 13px;
  }
  .chimpha_detail_content a {
    margin-top: 28px;
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 10px 27px 11px 51px;
  }
  .chimpha_detail_content a::before {
    left: 24px;
  }
  .chimpha_detail_content::before {
    width: 327px;
    height: 432px;
    left: 50px;
    top: 62px;
    background-size: cover;
  }
  .quiz-back-button {
    left: 10px;
    top: 50px;
  }
}
@media only screen and (max-width: 459px) {
  .chaipha_controls {
    top: 258px;
  }
}

.cross-button .close-btn rect {
  transition: 0.3s all ease-in-out;
}
.cross-button:hover .close-btn rect {
  fill: #cb4900;
}
.cross-button .close-btn g {
  transition: 0.3s all ease-in-out;
}
.cross-button .close-btn g rect {
  transition: 0.3s all ease-in-out;
}
.cross-button:hover .close-btn g {
  opacity: 1;
}
.cross-button:hover .close-btn g rect {
  fill: #ffffff;
}

.selected-ansewers ul li {
  text-align: left;
  font-size: 20px;
}
p.error-message {
  color: red;
  font-family: sans-serif;
  font-size: 12px;
  position: relative;
  top: -18px;
}

.quiz-container-loader {
  position: relative;
}

.lds-roller {
  display: none;
  position: fixed;
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  /* display: block; */
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div::after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: white;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1)::after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2)::after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3)::after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4)::after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5)::after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6)::after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7)::after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8)::after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes imageopacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
