/* Dark action bar */

.report-card {
    overflow-y: auto;
    max-height: 600px;
}

.report-stats-bar {
    /* background-color: #1f1f1f;
    color: #cfcfcf;
    padding: 8px 14px;
    border-radius: 8px; */
    font-size: 18px;
    width: fit-content;
}

/* Each stat */
.report-stats-bar .stat-item {
    cursor: pointer;
    transition: color 0.2s ease;
}

/* Icons */
.report-stats-bar i {
    font-size: 14px;
}

/* Hover effect */
.report-stats-bar .stat-item:hover {
    color: #000000;
}

.stat-item span {
    font-size: 16px;
}