.required:after {
    content: " *";
    color: red;
}

.reportCard {
    background: #fff;
    box-shadow: 0px 3px 8px #31313129;
    border-radius: 8px;
    margin: 8px;
    padding: 8px;
}

.reportLabel {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 0;
    margin-bottom: 10px;
    text-align: center;
}

.reportValue {
    color: #5e5e5e;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}