.wpProQuiz_reviewQuestionChart {
    display: none;
    position: relative;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 2px solid #f0f3f6;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.correctChart,
.incorrectChart,
.notansweredChart {
    position: relative;
}

canvas {
    width: 150px !important;
    height: 150px !important;
}
  
.absolute-center {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-center,
.centerText {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 2rem;
}

.absolute-center .label {
    font-size: 2.5rem;
    font-weight: 500;
    margin: 0;
}

.reviewQuestionChartLoader {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 15em;
    padding: 5em 0;
}
  
  
  