.score-stats-bar {
    background-color: #003064;
    color: #fff;
    padding: 3px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}


.score-statistics-container {
    display: flex;
}

/* score.statistics.css */

.score-statistics-container {
    display: flex;
}

.text-column {
    flex: 1;
}

.label-box-container {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    font-size: 25px;
}

.row {
    margin-right: 10px;
}

.box {
    background-color: #007bff;
    color: #fff;
    width: 75px;
    height: 25px; 
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
}
