#fba-questionnaire .ays-survey-container .ays-survey-question-header p {
    font-weight: bold;
}
.overall-stats {
    padding: 0 0 20px !important;
}
#o1erallScore {
    position: relative;
}
#overallScore .chart__figure {
    display: flex;
    align-items: center;
    color: #ffff;
    gap: 10px;
    font-size: 26px;
}
#overallScore .chart__value {
    position: absolute;
    top: 45%;
    left: 58px;
    font-size: 40px;
    font-weight: 500;
}
span.details-email2 {
    font-weight: 500;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.chart__value {
  animation: fadein 1400ms;
}

.chart {
    position: relative;
}
.col-stats .chart__value {
	position: absolute;
    top: 25px;
    left: 50%;
    font-weight: 500;
    font-size: 40px;
    transform: translate(-50%, 0);
}

.col-pillar figure.chart__figure {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.col-pillar figcaption.chart__caption {
    color: #00174d !important;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 18px !important;
    margin-top: 10px;	
}

.overall-header-sub {
    margin-bottom: 5px!important;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 0 30px;
    color: #059d48;
}

#overallScore figcaption.chart__caption {
    color: #00174d;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
}
.overall-header--details {
    background: #059D49;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    min-width: 350px;
}
.overall-header--info {
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.overall-header--label strong {
    font-weight: 500;
}
.overall-header--label {
    display: inline-block;
}

.result-thankyou p {
    margin-bottom: 10px !important;
    color: #059d48;
    font-size: 14px !important;
    line-height: 14px !important;
}
.result-footer {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 30px;
    padding: 0 30px;
}
.result-footer--left {
    max-width: 50%;
}
.result-footer {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 30px;
    padding:20px 30px 0;
    justify-content: space-around;
    font-size: 18px;
}
.result-thankyou--medium {
    color: #f03039;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px !important;
}
.result-thankyou--big {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 5px;
}

