.ReportCells {
    &-report {
        align-items: center;
        display: flex;

        .Warning {
            fill: var(--red);
            margin-right: 5px;
        }

        &-in-progress {
            color: var(--gray-600);

            .Refresh {
                fill: var(--gray-600);
            }
        }
    }

    &-report-generated {
        align-items: center;
        display: flex;

        &-icon {
            display: inline-block;
        }

        .Checkmark {
            fill: var(--green);
            margin-right: 4px;
        }
    }

    &-bull {
        margin-left: 4px;
        margin-right: 4px;
    }

    &-currency-code {
        font-weight: 500;
    }
}
