.AnalyticsTopChart {

    &-right-align {
        text-align: right;
    }

    &-percent-section {
        align-items: center;
        display: flex;
    }

    .table &-percent-header {
        padding-left: 75px;
    }

    &-percent {
        font-size: 14px;
        margin-right: 15px;
    }

    &-percent-bar {
        position: relative;
        height: 8px;
        width: 100px;
    }

    &-percent-bar-empty {
        position: absolute;
        background-color: var(--gray-100);
        height: 100%;
        width: 100%;
    }

    &-percent-bar-filled {
        position: absolute;
        height: 100%;
        width: 0%;
    }

    &-position-number {
        color: var(--gray-500);
        margin-right: 12px;
    }

    &-sticky-row {
        font-weight: bold;

        td {
            border-top-width: 5px;
        }
    }

    &-sticky-row + tr td {
        border-top-width: 5px;
    }

    &-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
