html,
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

.centered {
    text-align: center;
    width: 100%;
    float: left;
}

.sm-contain {
    width: 760px;
    max-width: 100%;
    margin-top: 40px;
    display: inline-block;
    text-align: left;
}

.primary-btn {
    font-size: 24px;
    padding: 16px 44px;
    background-color: #7b1e29;
    color: #fff;
    border-radius: 50vw;
    min-width: 120px;
    font-weight: 600;
    display: inline-block;
    margin: 8px;
    cursor: pointer;
    text-decoration: none;
}

.barcontainer {
    position: relative;
    border: 3px solid black;
    border-radius: 5px 5px 0 0;
    width: 100%;
    margin: 0 auto;
    /* min-height: 25vw; */
    /* max-height: 50vw; */
    /* min-width: 40%; */
    /* max-width: 60%; */
    z-index: 1;
    float: left;
    margin-bottom: 36px;
    height: 350px;
}

.barccont {
    float: left;
    width: 100%;
    position: relative;
    height: 85%;
    top: 15%;
}

.bar.zero-per .barlabel {
    background: red;
}

.barcontainerheader {
    display: inline;
    position: absolute;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #38c4c4;
    border-bottom: 3px solid black;
    font-size: 1.5em;
    color: white;
    text-align: center;
    z-index: 0;
}

.bar {
    position: absolute;
    display: inline-block;
    bottom: 0;
    border: 1px solid black;
    border-radius: 6px 6px 0 0;
    background: #38c4c4;
    width: 10%;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 0 black;
    -webkit-box-shadow: 4px 0 8px #888;
    box-shadow: 4px 0 8px #888;
}

.barlabel {
    position: absolute;
    border-top: 1px solid black;
    background: #85868ac4;
    bottom: 0;
    width: 100%;
    /* text-shadow: 1px 1px 0px black; */
    color: white;
    padding: 6px 0px;
    font-size: 14px;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #7b4b57 !important;
    border-color: #7b4b57 !important;
}

/* .bar:nth-child(1) {
  left: 0%;
}

.bar:nth-child(2) {
  left: 11.25%;
}

.bar:nth-child(3) {
  left: 22.5%;
}

.bar:nth-child(4) {
  left: 33.75%;
}

.bar:nth-child(5) {
  left: 45%;
}

.bar:nth-child(6) {
  left: 56.25%;
}

.bar:nth-child(7) {
  left: 67.5%;
}

.bar:nth-child(8) {
  right: 0%;
}

.bar:nth-child(9) {
  right: 11.25%;
} */

.barcountlabel {
    position: absolute;
    left: -34px;
    height: 82%;
    top: 15%;
    text-align: right;
}

.barcountlabel div {
    width: 24px;
    /* float: left; */
    height: 10%;
    display: block;
    font-weight: 600;
}

h2 {
    margin-top: 0px;
    font-size: 36px;
    margin-bottom: 16px;
    float: left;
    width: 100%;
    letter-spacing: 1px;
    color: #75716a;
}

@media (max-width: 768px) {
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

h3 {
    margin-top: 0px;
    font-size: 24px;
    margin-bottom: 16px;
    float: left;
    width: 100%;
    letter-spacing: 1px;
    color: #75716a;
}

.screens-wrap {
    float: left;
    width: 100%;
    position: relative;
    display: none;
}

.screens-wrap.active {
    display: block;
}

.assessment-form {
    float: left;
    width: 100%;
    position: relative;
}

.assessment-form label {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
}

.assessment-form label strong {
    float: left;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    letter-spacing: 1px;
    text-align: left;
    color: #757171;
}

.quiz-app {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    /* margin-top: 20px; */
}

.quiz-app .quiz-step-nav {
    width: 280px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    overflow: hidden;
}

.quiz-app .quiz-step-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.quiz-app .quiz-step-nav ul li {
    letter-spacing: 1px;
    float: left;
    width: 100%;
    position: relative;
    padding: 8px 16px;
    background-color: #fff;
    opacity: 0.8;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    color: #000;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
}

@media (max-width: 768px) {
    .quiz-app .quiz-step-nav ul li {
        display: none;
    }
}

.quiz-app .quiz-step-nav ul li:last-of-type {
    border-bottom: none;
}

.quiz-app .quiz-step-nav ul li.active-step {
    background-color: #7b1e28;
    opacity: 1;
}

.quiz-app .quiz-step-nav ul li.active-step .truncate-text,
.quiz-app .quiz-step-nav ul li.active-step .material-icons {
    color: #fff;
}

@media (max-width: 768px) {
    .quiz-app .quiz-step-nav ul li.active-step {
        display: block;
    }
}

.quiz-app .quiz-step-nav ul li .q-circle-num {
    display: inline-block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    color: #000;
    font-weight: 600;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    border: solid 1px #999;
}

.quiz-app .quiz-step-nav ul li.active-step span.q-circle-num {
    color: #fff;
    background-color: #eebd3b;
    border-color: #eebd3b;
}

/* .quiz-app .quiz-step-nav ul li .q-cirlcle-num {
    color: #fff !important;
} */

.quiz-app .quiz-step-nav ul li strong {
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.quiz-app .quiz-step-nav ul li .completed-step-icon,
.quiz-app .quiz-step-nav ul li .currently-editing {
    opacity: 0;
    float: right;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
}

.quiz-app .quiz-step-nav ul li.completed-step {
    /* background-color: rgba(135, 212, 231, 0.41); */
    /* background-color: rgba(255, 238, 0, 0.267); */
    background-color: #e4e0d3;
    cursor: pointer;
}

.quiz-app .quiz-step-nav ul li.active-step .currently-editing,
.quiz-app .quiz-step-nav ul li.completed-step .completed-step-icon {
    opacity: 1;
}

@media (max-width: 768px) {
    .quiz-app .quiz-step-nav {
        width: 100%;
    }
}

.quiz-app .show-answers {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 16px;
    margin: 16px 0px;
    border: solid 1px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
}

.quiz-app .category-report {
    float: left;
    width: 100%;
    position: relative;
    padding: 16px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 24px;
}

/* .quiz-app .answer-accordion {
  float: left;
  width: 100%;
  position: relative;
  display: none;
} */

.quiz-app .answer-accordion.active {
    display: block;
}

.quiz-app .answer-accordion .single-answer {
    float: left;
    width: 100%;
    position: relative;
    padding: 25px 24px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.quiz-app .answer-accordion .single-answer h5 {
    float: left;
    width: 100%;
    /* position: relative; */
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
}

.quiz-app .answer-accordion .single-answer p {
    float: left;
    margin: 0px;
    line-height: 28px;
    margin-bottom: 16px;
    font-size: 21px;
    letter-spacing: 1px;
    color: #38c4c4;
}

.quiz-app .section-qa {
    float: left;
    width: 100%;
    position: relative;
    padding: 16px 0px;
    margin-top: 16px;
}

.quiz-app .percentage-bar {
    float: left;
    width: 100%;
    height: 56px;
    position: relative;
    overflow: hidden;
    border-radius: 50vw;
    border-radius: 50vw;
    border: solid 2px #000;
}

.quiz-app .percentage-bar i {
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    height: 29px;
}

.quiz-app .percentage-bar span {
    float: left;
    height: 56px;
}

.quiz-app .percentage-bar .pb-yes {
    background-color: #38c4c4;
    float: left;
    height: 56px;
}

.quiz-app .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.quiz-app .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.quiz-app .question-card {
    float: left;
    width: 100%;
    position: relative;
    padding: 16px 24px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #fffef6;
    border-radius: 24px;
    text-align: center;
    display: none;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
}

.quiz-app .question-card.active {
    display: block;
}

.quiz-app .question-card .question-num {
    float: left;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    font-size: 24px;
    background-color: #7b1e28;
    color: #fff;
    border-radius: 16px;
    padding: 8px 24px;
}

.quiz-app .question-card p {
    font-size: 24px;
    line-height: 34px;
    float: left;
    font-weight: 500;
    width: 100%;
    text-align: left;
    color: #070707;
}

.quiz-app .question-card .question-answers {
    display: inline-block;
    padding: 16px 0px;
}

.quiz-app .question-card .question-answers .question-answer {
    font-size: 24px;
    padding: 8px 24px;
    border: solid 2px #757171;
    border-radius: 50vw;
    min-width: 120px;
    font-weight: 600;
    display: inline-block;
    margin: 8px;
    cursor: pointer;
    background-color: #fff;
    color: #070707;
    transition: 200ms;
}

.quiz-app .question-card .question-answers .question-answer:hover,
.quiz-app .question-card .question-answers .question-answer.active {
    background-color: #7b4b57;
    color: #fff;
    border-color: #7b4b57;
    transition: 200ms;
}

.quiz-app .quiz-back-next {
    float: left;
    width: 100%;
    margin-top: 16px;
    padding: 16px;
}

.quiz-app .quiz-back-next .quiz-bn-btn {
    display: inline-block;
    padding: 8px 24px;
    border: solid 2px #757171;
    border-radius: 50vw;
    font-size: 24px;
    min-width: 120px;
    text-align: center;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
    cursor: pointer;
    color: #070707;
    transition: 200ms;
}

.quiz-app .quiz-back-next .quiz-bn-btn.quiz-back {
    float: left;
}

.quiz-app .quiz-back-next .quiz-bn-btn.quiz-next {
    float: right;
}

.quiz-app .quiz-back-next .quiz-bn-btn:hover {
    background-color: #7b4b57;
    color: #fff;
    border-color: #7b4b57;
    transition: 200ms;
}

.quiz-app .quiz-step-heading {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 24px;
    /* border-bottom: solid 1px rgba(0, 0, 0, 0.1); */
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
}

.quiz-app .quiz-step-heading h3 {
    margin-top: 0px;
    font-size: 44px;
    margin-bottom: 16px;
    float: left;
    width: 100%;
    color: #040404;
}

.quiz-app .quiz-step-heading p {
    float: left;
    width: 100%;
    letter-spacing: 1px;
    position: relative;
    font-size: 21px;
    margin-top: 0px;
    color: #070707;
}

.quiz-app .quiz-question-progress {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin-left: 24px;
    color: #000;
    font-weight: 500;
}

.quiz-app .quiz-question-progress strong {
    font-weight: 700;
}

.quiz-app .quiz-env-rating {
    float: left;
    width: 100%;
    position: relative;
    padding: 24px 16px;
}

.quiz-app .quiz-env-rating h4 {
    font-size: 28px;
    color: #38c4c4;
    margin-top: 0px;
    margin-bottom: 16px;
    float: left;
    width: 100%;
    position: relative;
    line-height: 36px;
}

.quiz-app .quiz-env-rating p {
    font-size: 24px;
    line-height: 34px;
    float: left;
    font-weight: 500;
    width: 100%;
    text-align: left;
    margin-top: 0px;
}

.quiz-app .quiz-env-rating p strong {
    color: #000;
}

.quiz-app .env-rating-levels {
    float: left;
    width: 100%;
    position: relative;
}

.quiz-app .env-rating-levels span {
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 21px;
    line-height: 34px;
    padding: 8px;
    width: 100%;
    margin-bottom: 16px;
    cursor: pointer;
}

.quiz-app .env-rating-levels span:nth-child(1) {
    border: solid 2px #000;
    color: #000;
}

.quiz-app .env-rating-levels span:nth-child(2) {
    border: solid 2px #000;
    color: #000;
}

.quiz-app .env-rating-levels span:nth-child(3) {
    border: solid 2px #000;
    color: #000;
}

.quiz-app .env-rating-levels span:nth-child(4) {
    border: solid 2px #000;
    color: #000;
}

.quiz-app .env-rating-levels span:hover,
.quiz-app .env-rating-levels span.active {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

.quiz-app .quiz-screens {
    float: left;
    width: 100%;
    position: relative;
}

.quiz-app .quiz-screens .quiz-screen {
    display: none;
    float: left;
    width: 100%;
    position: relative;
}

.quiz-app .quiz-screens .quiz-screen.active {
    display: block;
}

textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    min-height: 256px;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    font-family: Arial, Helvetica, sans-serif;
}

form label {
    float: left;
    width: 100%;
}

form label strong {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}

form input,
form select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

.container {
    display: block;
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
}

.contain-width-sb {
    width: calc(100% - 290px);
    display: inline-block;
    vertical-align: top;
    padding-left: 24px;
}

@media (max-width: 768px) {
    .contain-width-sb {
        width: 100%;
        padding-left: 0px;
        margin-top: 24px;
    }
}

.p-tb {
    padding-top: 56px;
    padding-bottom: 56px;
}

.wrapper {
    width: 400px;
    height: 400px;
    background: #fc5b3f;
    margin: 100px auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
}

.wrapper .d1,
.wrapper .d2,
.wrapper .d2,
.wrapper .d4,
.wrapper .d5,
.wrapper .d6,
.wrapper .d7,
.wrapper .d8 {
    width: 800px;
    height: 800px;
    position: absolute;
}

.wrapper .d1 div,
.wrapper .d2 div,
.wrapper .d2 div,
.wrapper .d4 div,
.wrapper .d5 div,
.wrapper .d6 div,
.wrapper .d7 div,
.wrapper .d8 div {
    width: 800px;
    height: 800px;
}

.wrapper .d1 div:after,
.wrapper .d2 div:after,
.wrapper .d2 div:after,
.wrapper .d4 div:after,
.wrapper .d5 div:after,
.wrapper .d6 div:after,
.wrapper .d7 div:after,
.wrapper .d8 div:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: solid transparent;
    border-width: 400px;
    border-top-color: #fc5b3f;
    position: relative;
    -webkit-transform: scaleX(0.09453);
    transform: scaleX(0.09453);
}

.wrapper .d1 div span,
.wrapper .d2 div span,
.wrapper .d2 div span,
.wrapper .d4 div span,
.wrapper .d5 div span,
.wrapper .d6 div span,
.wrapper .d7 div span,
.wrapper .d8 div span {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 34%;
    font-size: 12px;
    text-align: center;
    z-index: 100;
    color: #fff;
    -webkit-transform: scaleX(0.09453);
    transform: scaleX(0.09453);
}

.wrapper .d1 {
    top: -200px;
    left: -200px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* .pie-chart {
  display: inline-block;
} */

/* .pie-chart h2 {
  position: absolute;
  margin: 1rem;
}

.pie-chart cite {
  position: absolute;
  bottom: 0;
  font-size: 80%;
  padding: 1rem;
  color: gray;
}

.pie-chart figcaption {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: smaller;
  text-align: right;
}

.pie-chart span:after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.4em;
  height: 0.8em;
  border-radius: 0.2em;
  background: currentColor;
} */

.report-actions {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.report-actions a {
    padding: 8px 24px;
    text-align: center;
    color: #fff;
    background-color: #7b1e28;
    border-radius: 50vw;
    font-size: 21px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 300ms;
}

.report-actions a:hover {
    background-color: #922230;
    color: #fff;
}

body {
    padding-top: 100px;
}

img {
    max-width: 100%;
}

header {
    padding-top: 0;
    padding-bottom: 5px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

header .logo {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding-top: 6px;
}

header .logo img {
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

header .logo h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    vertical-align: middle;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    header .logo h1 {
        font-size: 16px;
    }
}

.contain-width-sb.fw-c {
    width: 100%;
}

.pie-wrapper {
    float: left;
    width: 100%;
    padding: 16px;
}

/* .pie-wrapper .pie-circle {
  width: 50vw;
  height: 50vw;
  display: inline-block;
  background-color: #eaeaea;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.pie-wrapper .pie-circle .triangle-inside {
  height: 0;
  border-style: solid;
  border-width: 26.17vw 13.085vw 0 13.085vw;
  border-color: #4f46e5 transparent transparent transparent;
  position: absolute;
  -webkit-transform: rotate(333deg);
  transform: rotate(334deg);
  left: 5vw;
  top: 0;
}

.pie-wrapper .pie-circle .triangle-inside:nth-child(2) {
  right: 13vw;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.pie-wrapper .pie-circle .mememtics-circle {
  height: 15vw;
  width: 15vw;
  border-radius: 50%;
  background-color: orange;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid 2px #fff;
  z-index: 4;
}

.pie-wrapper .pie-circle .you-circle {
  height: 7vw;
  width: 7vw;
  border-radius: 50%;
  background-color: yellow;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid 2px #fff;
  z-index: 5;
} */

.quiz-back.quiz-bn-btn {
    display: none;
}

@media (max-width: 768px) {
    .quiz-app {
        padding-bottom: 156px;
    }
}

@media (max-width: 768px) {
    a.primary-btn.start-assessment {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 16px;
        margin: 0px;
        border-radius: 0px;
    }

    .pie-chart {
        padding: 0 !important;
        margin: 0 !important;
    }
}

a.primary-btn.start-assessment .material-icons {
    vertical-align: middle;
}

.env-circles {
    float: left;
    width: 80vw;
    height: 80vw;
    position: relative;
}

.env-circles span.env-triangle {
    width: 0;
    height: 0;
    border-left: 22.5vw solid transparent;
    border-right: 22.5vw solid transparent;
    border-top: 45vw solid red;
    display: block;
}

.pie-chart {
    display: inline-block;
    padding: 24px;
    margin: 0;
}

.fw {
    width: 100%;
}

footer {
    padding: 24px;
    margin-top: 24px;
    text-align: center;
}

footer p {
    text-align: center;
}

.min-80 {
    min-height: 80vh;
}

span.question-answer[data-answer-value="0"] {
    background-color: #fdf445;
}

span.question-answer[data-answer-value="1"] {
    background-color: #37f648;
}

span.question-answer[data-answer-value="-1"] {
    background-color: #ff0000;
    color: white !important;
}

span.question-answer[data-answer-value="-1"] p {
    color: white !important;
}
