.ProductTracksFocusTrackTooltip {
    &-icon {
        margin-left: 15px;
        display: flex;
        justify-content: center;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: $gray-500;

        svg {
            width: 16px;
            height: 18px;
        }
    }

    &-icon.active {
        background: #20c997;
    }
}
